[go: up one dir, main page]

Menu

[r377]: / libpetey / test_libpetey.cc  Maximize  Restore  History

Download this file

16 lines (9 with data), 275 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#include <stdio.h>
#include "libpetey_unit_tests.h"
using namespace libpetey;
int main (int argc, char *argv[]) {
printf("Inverse error function:\n");
test_erfinv(-6, 6., 40, 0);
printf("Inverse complementary error function:\n");
test_erfinv(-6, 28., 40, 1);
}