libdspl-2.0/dspl/src/math_std.c

24 wiersze
466 B
C

#include "math_std/acos_cmplx.c"
#include "math_std/asin_cmplx.c"
#include "math_std/bessel_i0.c"
#include "math_std/dmod.c"
#include "math_std/cos_cmplx.c"
#include "math_std/log_cmplx.c"
#include "math_std/sin_cmplx.c"
#include "math_std/sinc.c"
#include "math_std/sine_int.c"
#include "math_std/sqrt_cmplx.c"
/*
Numerical integration
*/
#include "math_std/trapint.c"
#include "math_std/trapint_cmplx.c"
/*
unwrap algorithm
*/
#include "math_std/unwrap.c"