Close

MPFR floating point numbers module

A project log for L1VM

A tiny virtual machine with a 64 bit RISC CPU.

jay-tjay-t 10/21/2019 at 19:400 Comments

I wrote a module for calculate with big floating point numbers (MPFR library module).

In the library are more than 80 math functions. The numbers are defined by setting text strings.

After a calculation the numbers can be printed on screen or saved as text strings.

I included a demo in the library code: lib/mpfr-lib-auto.l1com.

Discussions