Package avail. interpreter. primitive. floats
Types
Link copied to clipboard
Primitive: Answer the smallest integral float greater than or equal to the given float. If the float is ±INF or NaN then answer the argument.
Link copied to clipboard
Primitive: Compute e^a, the natural exponential of the floata.
Link copied to clipboard
Primitive: Answer the largest integral float less than or equal to the given float. If the float is ±INF or NaN then answer the argument.
Link copied to clipboard
Primitive: Given a 32-bit signed integer, treat the bit pattern as a single-precision IEEE-754 representation, and answer that float value.
Link copied to clipboard
Primitive: Divide floata by float b, but answer the remainder.
Link copied to clipboard
Primitive: Compute floata*(2**b) without intermediate overflow or any precision loss.
Link copied to clipboard
Link copied to clipboard