You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for the great work you've done on the BigNum library.
I was interested if the generic algorithms used in GenericMath.swift can be used with floating point decimal numbers.
It definitely looks like the precision needs to be changed to digits instead of bits. I assume changing the getEpsilon
would do this?
The text was updated successfully, but these errors were encountered:
First, thanks for the great work you've done on the BigNum library.
I was interested if the generic algorithms used in
GenericMath.swift
can be used with floating point decimal numbers.It definitely looks like the precision needs to be changed to
digits
instead ofbits
. I assume changing thegetEpsilon
would do this?
The text was updated successfully, but these errors were encountered: