summaryrefslogtreecommitdiff
path: root/numpy/core/src/umathmodule.c.src
Commit message (Expand)AuthorAgeFilesLines
* Revert r5470.Charles Harris2008-07-201-8/+2
* Fix _SIGN macros for MSVC compilers. Test.Charles Harris2008-07-201-3/+3
* Fix ticket #794.Charles Harris2008-07-201-2/+8
* Fix arccosh branch cut. Remove one unnecessary operation from nc_asinh.Pauli Virtanen2008-07-191-5/+5
* BUG: C-style /**/ comments only.Robert Kern2008-07-051-1/+1
* Add some section headings to the file.Charles Harris2008-04-241-0/+24
* Use a more accurate expression for arccosh of complex numbers. TheCharles Harris2008-03-171-3/+6
* Fix arccosh for complex. The previous implementation could take the sqrt of aCharles Harris2008-03-171-4/+3
* Clear sign-bit when calculating absolute value.Stefan van der Walt2008-03-111-0/+1
* separate config.h (private header) and numpyconfig.h (public header)David Cournapeau2007-12-181-0/+1
* Add degrees() and radians() ufuncscookedm2007-12-141-0/+19
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-211-1055/+1055
* Trying to fix unknown symbol __imp_tanhf linking error, using nc_tanhf.Pearu Peterson2007-07-281-1/+1
* Trying to fix unknown symbol __imp_tanhf linking error.Pearu Peterson2007-07-281-0/+1
* Fixed typos.Pearu Peterson2007-07-281-2/+2
* Trying to fix compiler wrarnings, 5. Defined ldexpf when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-0/+6
* Trying to fix compiler wrarnings, 5. Defined frexpf when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-1/+7
* Trying to fix compiler wrarnings, 4.Pearu Peterson2007-07-281-1/+2
* Trying to fix compiler wrarnings, 3.Pearu Peterson2007-07-281-2/+3
* Trying to fix compiler wrarnings, 2.Pearu Peterson2007-07-281-3/+3
* Trying to fix compiler wrarnings: conversion from 'double' to 'float'Pearu Peterson2007-07-281-1/+1
* Trying to fix mingw32 build.Pearu Peterson2007-07-281-1/+1
* Fix rint error and castings.Pearu Peterson2007-07-281-2/+5
* Using DLL_IMPORT only when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-0/+6
* Defining fabsf, hypotf, rintf when DISTUTILS_USE_SDK.Pearu Peterson2007-07-281-0/+26
* Trying to use DL_IMPORT for logf, sqrtf.Pearu Peterson2007-07-281-2/+2
* Trying to fix inconsisted dll linkage warning, 8: Dont understand why my chan...Pearu Peterson2007-07-281-5/+0
* Trying to fix inconsisted dll linkage warning, 6.Pearu Peterson2007-07-281-1/+1
* Trying to fix inconsisted dll linkage warning, 4.Pearu Peterson2007-07-281-1/+1
* Trying to fix inconsisted dll linkage warning, 3.Pearu Peterson2007-07-281-1/+1
* Trying to fix inconsisted dll linkage warning, 2.Pearu Peterson2007-07-281-1/+1
* Trying to fix inconsisted dll linkage warning, clean up.Pearu Peterson2007-07-281-0/+5
* Restore invariant of (x == (x/y)*y + (x%y)) by making integer division with m...Travis Oliphant2007-04-241-3/+39
* Fix warnings found by Intel compiler due to unused variables that were set. ...Travis Oliphant2006-12-021-6/+1
* Add print and log facilities to error handling and change the default error m...Travis Oliphant2006-10-191-0/+3
* Add Object-type to maximum and minimum ufuncs.Travis Oliphant2006-09-211-1/+34
* Fix rounding of integers with decimal < 0Travis Oliphant2006-09-041-0/+9
* Move complex multiply and divide from the generic interface to the specific i...Travis Oliphant2006-08-231-15/+63
* Fix white-space issues.Travis Oliphant2006-08-191-5/+5
* Fix prodi when intput and output are the same. This fixes a problem with arcsinTravis Oliphant2006-07-311-3/+4
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-1/+1
* Speed up mod function using fmod and add use_pythonmath and use_scalarmath fu...Travis Oliphant2006-07-061-2/+5
* Make import_array and import_ufunc MACROS again.Travis Oliphant2006-06-201-1/+1
* Remove broken optimization...Travis Oliphant2006-06-011-16/+2
* Fix up warnings.Travis Oliphant2006-05-131-28/+26
* Finish up scalarmath. Needs testing...Travis Oliphant2006-04-281-7/+1
* Add a couple more ufunc API calls. Add more to scalarmath.c. Get rid of ove...Travis Oliphant2006-04-271-224/+10
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32...Pearu Peterson2006-04-241-1/+1
* Change ...errlist to ...errobjTravis Oliphant2006-04-181-2/+2
* Changed error look-up to use per-thread global variable.Travis Oliphant2006-04-181-2/+4