mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
8 lines
93 B
C
8 lines
93 B
C
#ifndef PROBABILITE_ERFINV_H
|
|
#define PROBABILITE_ERFINV_H
|
|
|
|
double erfInv(double y);
|
|
|
|
#endif
|
|
|