summaryrefslogtreecommitdiff
path: root/scipy/base/src/umathmodule.c.src
Commit message (Expand)AuthorAgeFilesLines
* Merged changes from newcorev0.4.2b1Travis Oliphant2005-10-121-17/+91
* Fixed typoTravis Oliphant2005-10-101-12/+12
* Fixed some BOOL-related bugs. BOOLs are now cast to their correct type.Travis Oliphant2005-10-051-30/+31
* Fixed remaining problems with casting buffer sizes..Travis Oliphant2005-10-051-0/+3
* Add error checking for object ufuncs.Travis Oliphant2005-10-011-3/+2
* Improve overflow detection.Travis Oliphant2005-09-301-2/+3
* Altered error detection to use raiseexcept when appropriate. Also, clear fpe...Travis Oliphant2005-09-301-27/+36
* Fixed some casting rule issues.Travis Oliphant2005-09-301-3/+3
* Impl. atanhf and using it for detecting HAVE_INVERSE_HYPERBOLIC_FLOAT.Pearu Peterson2005-09-301-3/+16
* Define atanhf,asinhf,acoshf when missing (like in mingw32).Pearu Peterson2005-09-301-0/+5
* Final changes..Travis Oliphant2005-09-291-51/+32
* Changed new typedef bool to Bool throughout.Travis Oliphant2005-09-271-19/+19
* Added ufunc attributes.Travis Oliphant2005-09-211-4/+5
* Adding core scipy functionsTravis Oliphant2005-09-191-4/+20
* Improved isinf if platform doesn't provide.Travis Oliphant2005-09-161-3/+9
* Even more simplifications to isinf macroTravis Oliphant2005-09-161-6/+5
* Reworked isinf isnan macros a bit.Travis Oliphant2005-09-161-19/+29
* Added isnan, isinf, isfinite, and signbitTravis Oliphant2005-09-161-3/+165
* Added ldexp, frexp, and modf to ufuncsTravis Oliphant2005-09-161-1/+160
* Adding scipy.base to SVNTravis Oliphant2005-09-141-0/+1236