XFloat Documentation - 1. Introduction and Installation

Written by Integralus

1. Introduction and Installation

XFloat is a high-precision arithmetic library built on Javascript. Floating-point arithmetic in Javascript provides only up to 53 bits of precision. Therefore, built-in operations can not be more precise than 53bit. XFloat performs floating-point arithmetic with own data format, so precisions of operation are boundless within available memory.

What to do in order to use the library is download the source file and add the following lines to the HTML code.

Other languages