mtommila / apfloat

Apfloat is a high performance arbitrary precision arithmetic library.
MIT License
56 stars 10 forks source link

Support for Mathematica input syntax #16

Open axkr opened 3 years ago

axkr commented 3 years ago

Can you please add support for Mathematica input syntax:

maybe not as constructor like here to avoid incompatibilties:

but in a static "valueOf...()" method?

mtommila commented 3 years ago

Maybe a specific helper class would be more appropriate as this would seem to be a rather specialized use case.