summaryrefslogtreecommitdiff
path: root/Src/Modules/mathfunc.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-1343275: Add log2 to match funcdana1-0/+10
2018-06-0642938: name argument to math_func is not unusedEitan Adler1-1/+1
2018-05-1342488: test cases for 42369 and address some issues in the codeOliver Kiddle1-34/+17
2018-05-13Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ↵Oliver Kiddle1-43/+0
point operations instead of errors to allow non-stop IEEE 754 arithmetic
2016-08-2039064: use scalbn() instead of scalb() (mathfunc.c)Jun-ichi Takimoto1-0/+4
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2013-10-2731902: rationalise use of gamma function.Jun T1-0/+9
Make zsh/mathfunc consistent across systems and use tgamma() where available
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
11590: various cygwin fixes
1999-09-22Initial revisionTanaka Akira1-0/+482