diff options
author | Josh Wilson <person142@users.noreply.github.com> | 2019-01-13 11:23:04 -0800 |
---|---|---|
committer | Josh Wilson <person142@users.noreply.github.com> | 2019-01-13 11:43:06 -0800 |
commit | 417dc1b93382eacede26c8953be35498f31b2931 (patch) | |
tree | 6d161a0a1fa150eb22b039edfc75cb6aba78ab40 /doc | |
parent | 1176ae80daf6afdd1703fdfed7754cf71f363ebb (diff) | |
download | numpy-417dc1b93382eacede26c8953be35498f31b2931.tar.gz |
DOC: clarify the suffix of single/extended precision math constants
Closes gh-9922.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/c-api.coremath.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst index 691f73287..424f49dbe 100644 --- a/doc/source/reference/c-api.coremath.rst +++ b/doc/source/reference/c-api.coremath.rst @@ -81,7 +81,7 @@ Useful math constants ~~~~~~~~~~~~~~~~~~~~~ The following math constants are available in npy_math.h. Single and extended -precision are also available by adding the F and L suffixes respectively. +precision are also available by adding the f and l suffixes respectively. .. c:var:: NPY_E |