Numworks Epsilon  1.4.1
Graphing Calculator Operating System
erf_inv.h
Go to the documentation of this file.
1 #ifndef PROBABILITE_ERFINV_H
2 #define PROBABILITE_ERFINV_H
3 
4 double erfInv(double y);
5 
6 #endif
7 
double erfInv(double y)
Definition: erf_inv.cpp:31