about summary refs log tree commit diff
path: root/Src/Modules/mathfunc.c
Commit message (Collapse)AuthorAgeFilesLines
* 43275: Add log2 to match funcdana2018-08-131-0/+10
|
* 42938: name argument to math_func is not unusedEitan Adler2018-06-061-1/+1
|
* 42488: test cases for 42369 and address some issues in the codeOliver Kiddle2018-05-131-34/+17
|
* Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ↵Oliver Kiddle2018-05-131-43/+0
| | | | point operations instead of errors to allow non-stop IEEE 754 arithmetic
* 39064: use scalbn() instead of scalb() (mathfunc.c)Jun-ichi Takimoto2016-08-201-0/+4
|
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-301-1/+1
|
* 31902: rationalise use of gamma function.Jun T2013-10-271-0/+9
| | | | | Make zsh/mathfunc consistent across systems and use tgamma() where available
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-10/+7
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-3/+25
|
* 22583: erand48() needs initialisation on Cygwin.Peter Stephenson2006-08-041-0/+7
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-1/+1
|
* Use idigit() instead of range-checking '0' - '9'.Wayne Davison2005-10-311-1/+1
|
* 20029: fix randomness of mathfunc rand48(seed)Peter Stephenson2004-06-081-1/+1
|
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-3/+3
|
* 16241: new rand48(param) math functionPeter Stephenson2001-11-151-0/+106
|
* 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson2000-05-261-15/+11
| | | | 11590: various cygwin fixes
* Initial revisionTanaka Akira1999-09-221-0/+482