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