Package avail. interpreter. primitive. doubles
Types
Primitive: Convert the numeric argument to a double.
Primitive: Construct a non-negative double from parts supplied as literal tokens.
Primitive: Answer the smallest integral double greater than or equal to the given double. If the double is ±INF or NaN then answer the argument.
Primitive: Compute e^a, the natural exponential of the doublea.
Primitive: Answer the largest integral double less than or equal to the given double. If the double is ±INF or NaN then answer the argument.
Primitive: Given a 64-bit signed integer, treat the bit pattern as a double-precision IEEE-754 representation, and answer that double value.
Primitive: Compute the natural logarithm of the doublea.
Primitive: Divide doublea by double b, but answer the remainder.
Primitive: Compute the doublea*(2**b) without intermediate overflow or any precision loss.