source: sasview/sansmodels/src/sans/models/libigor/winFuncs.h @ 3a084629

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 3a084629 was 3a084629, checked in by Jae Cho <jhjcho@…>, 13 years ago

moving a folder

  • Property mode set to 100644
File size: 524 bytes
Line 
1/* winFuncs.h
2   Definitions for missing math lib functions
3   Andrew Jackson, October 2007
4   */
5
6double fmax(double x, double y);
7//long double fmaxl (long double x, long double y);
8//float fmaxf (float x, float y);
9
10double fmin(double x, double y);
11
12double trunc(double x);
13//long double truncl(long double x);
14//float truncf(float x);
15
16double 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.