ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 50764a4 was
6e93a02,
checked in by Jae Cho <jhjcho@…>, 15 years ago
|
updated libigor files from NIST svn
|
-
Property mode set to
100644
|
File size:
524 bytes
|
Rev | Line | |
---|
[6e93a02] | 1 | /* winFuncs.h |
---|
| 2 | Definitions for missing math lib functions |
---|
| 3 | Andrew Jackson, October 2007 |
---|
| 4 | */ |
---|
| 5 | |
---|
| 6 | double fmax(double x, double y); |
---|
| 7 | //long double fmaxl (long double x, long double y); |
---|
| 8 | //float fmaxf (float x, float y); |
---|
| 9 | |
---|
| 10 | double fmin(double x, double y); |
---|
| 11 | |
---|
| 12 | double trunc(double x); |
---|
| 13 | //long double truncl(long double x); |
---|
| 14 | //float truncf(float x); |
---|
| 15 | |
---|
| 16 | double erf(double x); |
---|
| 17 | //long double erfl(long double x); |
---|
| 18 | //float erff (float x); |
---|
| 19 | //double erfc(double x); |
---|
| 20 | //long double erfcl(long double x); |
---|
| 21 | //float erfcf(float x; |
---|
Note: See
TracBrowser
for help on using the repository browser.