Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 411 Bytes

File metadata and controls

28 lines (21 loc) · 411 Bytes

fexpr

fexpr: expr with multiprecision floating point support

Usage

Use fexpr just like you would expr

$ fexpr 365 / 7 + 11 \* 2

Requirements

  • cmake
  • g++ or clang which supports c++20

Building

clone the repository and build

$ git clone  
$ cd fexpr
$ cmake -Bbuild
$ cmake ..
$ make