Skip to content

arbitrary-precision decimal floating-point number library

License

Notifications You must be signed in to change notification settings

user1095108/dpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot.png

dpp

This is an intuitive arbitrary-precision decimal floating-point number library for non-critical tasks and testing. The library does not adhere to any standard, but was inspired by DEC64.

build instructions

git submodule update --init
g++ -std=c++2a -Ofast -s mandelbrot.cpp -o m
em++ -std=c++20 -O3 -s eps.cpp -o e.js

mathematical functions

dpp is compatible with the C++ Standard Library and you can use the standard math library implementations (e.g., std::cos(0_d32), ...) or, preferably, write your own.

resources

About

arbitrary-precision decimal floating-point number library

Topics

Resources

License

Stars

Watchers

Forks

Languages