summaryrefslogtreecommitdiff
path: root/Src/Modules/mathfunc.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-2731902: rationalise use of gamma function.Jun T1-0/+9
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-10/+7
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-3/+25
2006-08-0422583: erand48() needs initialisation on Cygwin.Peter Stephenson1-0/+7
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-1/+1
2005-10-31Use idigit() instead of range-checking '0' - '9'.Wayne Davison1-1/+1
2004-06-0820029: fix randomness of mathfunc rand48(seed)Peter Stephenson1-1/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-3/+3
2001-11-1516241: new rand48(param) math functionPeter Stephenson1-0/+106
2000-05-2611587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson1-15/+11
1999-09-22Initial revisionTanaka Akira1-0/+482