diff options
-rw-r--r-- | doc/source/reference/c-api.coremath.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst index 4f3c1d0aa..747e7dec5 100644 --- a/doc/source/reference/c-api.coremath.rst +++ b/doc/source/reference/c-api.coremath.rst @@ -13,8 +13,8 @@ Numpy core math library The numpy core math library ('npymath') is a first step in this direction. This library contains most math-related C99 functionality, which can be used on -platforms where C99 is not well supported. Generally, the core math functions -have the same API as the C99 ones, except for the npy_* prefix. +platforms where C99 is not well supported. The core math functions have the +same API as the C99 ones, except for the npy_* prefix. The available functions are defined in npy_math.h - please refer to this header in doubt. |