summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.math.rst
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-011-2/+4
| | | | Closes gh-13877
* DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-011-0/+1
| | | | | | | | | | The function is more commonly called `round`, both in the array API standard and in other array libraries (e.g., PyTorch has `round` but not around). Plus we have `ndarray.round`. `around` is heavily used, so keep it as an alias - but prefer `round`. For both this switch and for keeping the alias, xref gh-13877. Closes gh-19717
* DOC: Rm round_ from autosummaryInessa Pawson2022-11-171-1/+0
|
* DOC: RST Titles Underline reordering (#21677)Matthias Bussonnier2022-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | * ~ not ^ * = skipped for - * swap - and = underline in files they are swapped * * to = in header underline * - to = and * to - for consitency * A few more change * -> ~ * use ~ instead of + * DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement There is still a fourth level here, which remains using " Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* DOC: centralized min-max documentation under 'extrema finding' subsection in ↵Yuval Ofek2021-10-301-5/+16
| | | | mathematical functions page
* DOC: Add docstrings for consistency in aliaseskritisingh12019-04-161-0/+1
|
* ENH: Add gcd and lcm ufuncsEric Wieser2017-12-121-0/+8
| | | | Fixes #8772
* DOC: Add isnat/positive ufunc to documentation [skip ci]Michael Seifert2017-06-141-0/+1
|
* ENH: add np.divmod ufuncStephan Hoyer2017-05-071-0/+1
|
* DOC: Include nextafter and spacing function in documentation.Michael Seifert2017-03-251-0/+2
| | | | Fixes #8831
* DOC: Add 'heaviside' to the ufunc documentation.Warren Weckesser2017-03-231-0/+1
|
* DOC: Add float_power to routines.math documentation autosummaryMichael Seifert2017-03-021-0/+1
|
* DOC: add cbrt to math summary pageJulian Taylor2016-08-151-0/+1
| | | | [ci skip]
* ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-241-0/+2
| | | | | | | | This PR adds an implementation of `nancumsum` and `nancumprod`. The actual function is a two-liner adapted from `nansum`. Its structure is adapted from PR: https://github.com/numpy/numpy/pull/5418/
* DOC: add nanprod to the list of math routinesStephan Hoyer2016-03-111-0/+1
| | | This was otherwise undocumented, so the nanprod.rst page wasn't being generated.
* DOC: add fmax/fmin to ufuncs list and math routines listendolith2013-05-191-0/+2
|
* second set of checkins from doc editorJarrod Millman2009-11-131-0/+7
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-22/+22
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+143