summaryrefslogtreecommitdiff
path: root/Cython/Includes/libc/math.pxd
Commit message (Expand)AuthorAgeFilesLines
* Add C99 math.h functions to libc.mathDean Scarff2020-05-081-0/+109
* Sort functions in libc.mathDean Scarff2020-05-081-55/+43
* Add fpclassify() and FP_* constants to math.pxdZackery Spytz2020-03-211-0/+6
* Declare constants in "libc.math" with "const" modifier to detect/avoid assign...Stefan Behnel2018-09-221-20/+20
* Use angle brackes for libc includes.Robert Bradshaw2016-08-161-1/+1
* completed some signatures in Includes libc.math and numpy.mathMichael Seifert2016-08-141-1/+1
* add "e" and "pi" aliases to libc.math declarations to bring it closer to a dr...Stefan Behnel2016-07-311-0/+3
* respect tristate return values from isinf() functions instead of shadowing th...Stefan Behnel2015-08-081-1/+1
* Add signbit to math.pxd.Antony Lee2015-06-061-3/+4
* Some math.h fixes, c99 isX macros.Robert Bradshaw2013-09-251-3/+8
* some missing math.h functions and macros in math.pxdLars Buitinck2013-09-051-2/+14
* fix ticket 801: wrong declarations in math.pxd for frexp() and ldexp()Stefan Behnel2013-02-071-2/+2
* Fix constants in libc/math.pxdRobert Bradshaw2011-08-161-13/+13
* nogil for functions in locale.pxd and math.pxdLisandro Dalcin2011-02-241-1/+1
* more declarations in math.pxdStefan Behnel2011-02-181-0/+48
* Implement libc.math and test itOndrej Certik2010-12-031-0/+37