fp64is a Xcode 10 Command Line Tool Project that implements unlimited length integers (type mb), and multi-precision floating points numbers (type fp). It was released by the developer as freeware without any license. Fp64 is the successor of fp. It used 32-bit unsigned numbers for base 232 representations of unlimited length integers. Fp64 uses 64-bit unsigned numbers for base 264 representations of unlimited length integers. Type fp implements the usual set of scientific functions, including the hyperbolic and Gamma functions. In the future, more types and functions will be available.
Version 1.02: