mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +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
|
|
|