项目作者: user1095108

项目描述 :
decimal floating-point library
高级语言: C++
项目地址: git://github.com/user1095108/dpp.git
创建时间: 2020-04-25T19:35:33Z
项目社区:https://github.com/user1095108/dpp

开源协议:The Unlicense

下载


screenshot.png

dpp

This is an intuitive 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

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

resources