diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2020-01-06 20:26:16 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2020-01-06 20:49:39 +0100 |
commit | d2c45c0ddb7b946c14abe1bfd209ff76b91318e3 (patch) | |
tree | 43d618888996259d8e053c5d988d8b4a328529ca /doc | |
parent | 33d5be08046c2e8a3cbbd35f3c2367f925ee2bdc (diff) | |
download | numpy-d2c45c0ddb7b946c14abe1bfd209ff76b91318e3.tar.gz |
DOC: Add some missing functions in the list of available ufuncs.
See #15214
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/ufuncs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/reference/ufuncs.rst b/doc/source/reference/ufuncs.rst index 361cf11b9..20c89e0b3 100644 --- a/doc/source/reference/ufuncs.rst +++ b/doc/source/reference/ufuncs.rst @@ -569,6 +569,7 @@ Math operations add subtract multiply + matmul divide logaddexp logaddexp2 @@ -577,6 +578,7 @@ Math operations negative positive power + float_power remainder mod fmod @@ -635,6 +637,8 @@ The ratio of degrees to radians is :math:`180^{\circ}/\pi.` arcsinh arccosh arctanh + degrees + radians deg2rad rad2deg |