Implementation of IEEE 754 half-precision floating point.
Implementation of IEEE 754 half-precision floating point.
(decode x)
Returns a float
value read as a half-precision IEEE floating-point number
from the lower two bytes of x.
Returns a `float` value read as a half-precision IEEE floating-point number from the lower two bytes of x.
(encode x)
Returns an integer whose lower two bytes encode the given number in the half-precision IEEE floating point format.
Returns an integer whose lower two bytes encode the given number in the half-precision IEEE floating point format.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |