summaryrefslogtreecommitdiff
path: root/trunk/source/reference/routines.math.rst
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2008-11-23 10:39:05 +0000
committerPauli Virtanen <pav@iki.fi>2008-11-23 10:39:05 +0000
commit84054e34dd58ceebc981d349d997e4dd7cd7c80c (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /trunk/source/reference/routines.math.rst
parent04d0ab737c541996b8311119ae840c9fd6d57e59 (diff)
downloadnumpy-84054e34dd58ceebc981d349d997e4dd7cd7c80c.tar.gz
Moved numpy-docs under doc/ in the main Numpy trunk.
Diffstat (limited to 'trunk/source/reference/routines.math.rst')
-rw-r--r--trunk/source/reference/routines.math.rst143
1 files changed, 0 insertions, 143 deletions
diff --git a/trunk/source/reference/routines.math.rst b/trunk/source/reference/routines.math.rst
deleted file mode 100644
index 2ae1762c6..000000000
--- a/trunk/source/reference/routines.math.rst
+++ /dev/null
@@ -1,143 +0,0 @@
-Mathematical functions
-**********************
-
-.. currentmodule:: numpy
-
-Trigonometric functions
------------------------
-.. autosummary::
- :toctree: generated/
-
- sin
- cos
- tan
- arcsin
- arccos
- arctan
- hypot
- arctan2
- degrees
- radians
- unwrap
-
-Hyperbolic functions
---------------------
-.. autosummary::
- :toctree: generated/
-
- sinh
- cosh
- tanh
- arcsinh
- arccosh
- arctanh
-
-Rounding
---------
-.. autosummary::
- :toctree: generated/
-
- around
- round_
- rint
- fix
- floor
- ceil
-
-Sums, products, differences
----------------------------
-.. autosummary::
- :toctree: generated/
-
- prod
- sum
- nansum
- cumprod
- cumsum
- diff
- ediff1d
- gradient
- cross
- trapz
-
-Exponents and logarithms
-------------------------
-.. autosummary::
- :toctree: generated/
-
- exp
- expm1
- log
- log10
- log2
- log1p
-
-Other special functions
------------------------
-.. autosummary::
- :toctree: generated/
-
- i0
- sinc
-
-Floating point routines
------------------------
-.. autosummary::
- :toctree: generated/
-
- signbit
- frexp
- ldexp
-
-Arithmetic operations
----------------------
-.. autosummary::
- :toctree: generated/
-
- add
- reciprocal
- negative
- multiply
- divide
- power
- subtract
- true_divide
- floor_divide
-
- fmod
- mod
- modf
- remainder
-
-Handling complex numbers
-------------------------
-.. autosummary::
- :toctree: generated/
-
- angle
- real
- imag
- conj
-
-
-Miscellaneous
--------------
-.. autosummary::
- :toctree: generated/
-
- convolve
- clip
-
- sqrt
- square
-
- absolute
- fabs
- sign
- maximum
- minimum
-
- nan_to_num
- real_if_close
-
- interp