diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-01-07 20:12:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 20:12:47 +0200 |
commit | 7b9eee4f574d28f3d3d9e967bc8333b58ead510d (patch) | |
tree | dc83cda4e183566f2890af63fd4d8a8eba2c5c13 /doc/source/reference | |
parent | 94f930730c61747a9a0cc889743ce335292c3cb8 (diff) | |
parent | d2c45c0ddb7b946c14abe1bfd209ff76b91318e3 (diff) | |
download | numpy-7b9eee4f574d28f3d3d9e967bc8333b58ead510d.tar.gz |
Merge pull request #15264 from hippo91/missing_ufuncs_in_doc
DOC: Add some missing functions in the list of available ufuncs.
Diffstat (limited to 'doc/source/reference')
-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 |