#include <stdio.h>
#include <it/math.h>
#include <it/types.h>
#include <it/io.h>
Go to the source code of this file.
Defines | |
#define | SIGMA 3.0 |
#define | INTEGRAL_STEP 100000 |
Functions | |
it_function (one_on_one_plus_x_square) | |
it_function (polynomial) | |
it_function_args (gaussian_pdf) | |
it_function (gaussian_pdf) | |
int | main () |
Definition in file test_math.c.
#define INTEGRAL_STEP 100000 |
Definition at line 30 of file test_math.c.
#define SIGMA 3.0 |
it_function | ( | gaussian_pdf | ) |
it_function | ( | polynomial | ) |
Definition at line 39 of file test_math.c.
it_function | ( | one_on_one_plus_x_square | ) |
Definition at line 33 of file test_math.c.
it_function_args | ( | gaussian_pdf | ) |
Definition at line 45 of file test_math.c.
int main | ( | void | ) |
Definition at line 58 of file test_math.c.
References erfinv(), it_differentiate(), IT_FUNCTION, it_function_args, it_integrate(), it_printf(), itf_compose, itf_diff2, itf_differentiate, itf_identity, itf_integrate_romberg, itf_integrate_trapezoid, itf_mul, itf_sum, M_PI, and SIGMA.
|
|