summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.coremath.rst
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-08-18 11:16:06 -0600
committerCharles Harris <charlesr.harris@gmail.com>2013-08-18 11:20:45 -0600
commit8ddb0ce0acafe75d78df528b4d2540dfbf4b364d (patch)
tree156b23f48f14c7c1df699874007c521b5482d1a4 /doc/source/reference/c-api.coremath.rst
parent13b0b272f764c14bc4ac34f5b19fd030d9c611a4 (diff)
downloadnumpy-8ddb0ce0acafe75d78df528b4d2540dfbf4b364d.tar.gz
STY: Giant whitespace cleanup.
Now is as good a time as any with open PR's at a low.
Diffstat (limited to 'doc/source/reference/c-api.coremath.rst')
-rw-r--r--doc/source/reference/c-api.coremath.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst
index dba092a20..2d5aedc73 100644
--- a/doc/source/reference/c-api.coremath.rst
+++ b/doc/source/reference/c-api.coremath.rst
@@ -347,7 +347,7 @@ __ http://www.openexr.com/about.html
Returns the value of x with the sign bit copied from y. Works for any value,
including Inf and NaN.
-
+
.. cfunction:: npy_half npy_half_spacing(npy_half h)
This is the same for half-precision float as npy_spacing and npy_spacingf
@@ -376,5 +376,4 @@ __ http://www.openexr.com/about.html
.. cfunction:: npy_uint64 npy_halfbits_to_doublebits(npy_uint16 h)
Low-level function which converts a 16-bit half-precision float
- into a 64-bit double-precision float, stored as a uint64.
-
+ into a 64-bit double-precision float, stored as a uint64.