LibBF Library

News

Introduction

LibBF is a small library to handle arbitrary precision floating point numbers. Its compiled size is about 90 KB of x86 code and has no dependency on other libraries. It is not the fastest library nor the smallest but it tries to be simple while using asymptotically optimal algorithms. The basic arithmetic operations have a near linear running time.

The TinyPI example computes billions of digits of Pi using the Chudnovsky formula.

Features:

Benchmark

Download

Source code: libbf-2020-01-19.tar.gz.

Windows executables of TinyPI: tinypi-2018-02-03-win.zip.

TinyPI is also included in the RISCVEMU Javascript demo

Technical documentation

Related projects

QuickJS relies on LibBF to handle the BigInt, BigFloat and BigDecimal numbers.

Arbitrary precision floating point libraries:

Other small open source programs to compute large number of digits of PI: Larger and faster programs to compute PI:

Licensing

It is released under the MIT license.
Fabrice Bellard - http://bellard.org/