math-float32-frexp
Splits a single-precision floating-point number into a normalized fraction and an integer power of two.
Splits a single-precision floating-point number into a normalized fraction and an integer power of two.
Creates a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Returns the next representable single-precision floating-point number after x toward y.
Returns a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Returns an integer corresponding to the significand of a single-precision floating-point number.
Returns an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Computes exp(x) - 1.
Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.
Returns a 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Computes the natural logarithm of 1+x.
Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
Computed properties
Functional helpers for Ember
A simple package to do computing tasks for publishing to the tangle (eg. attatchToTangle)
Command-line interface for all things Cloudflare Workers
this package will return addition of two numbers
command line tool for function@edge
command line tool for function@edge
command line tool for function@edge
A TypeScript utility for efficiently managing computed values in dependency trees.