Is there anything similar to mpmath
for scala?
More precisily, the only features of mpmath
that I'm using are factorial (this is faster than factorial
from python's math
and works with big numbers) and binomial coefficient computations and setting the precision.
Thank you in advance.