|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
#include <math.h>#include <stdint.h>#include <stdlib.h>

Go to the source code of this file.
Data Structures | |
| struct | stats |
Functions | |
| int | cmp_u64 (const void *a, const void *b) |
| double | invnorm (double p) |
| struct stats | fit_erf (double *samples, size_t size) |
| int cmp_u64 | ( | const void * | a, |
| const void * | b | ||
| ) |
| struct stats fit_erf | ( | double * | samples, |
| size_t | size | ||
| ) |
| double invnorm | ( | double | p | ) |