MikeMcl / bignumber.js

A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic
http://mikemcl.github.io/bignumber.js
MIT License
6.63k stars 743 forks source link

Logarithms (I know there is another issue about this) #370

Open WiktorProj opened 5 months ago

WiktorProj commented 5 months ago

I'm trying to make a big number display above 10^308, where there are values like 10^400 or higher, but tryingto use Math.log10 doesn't work. Can you add logarithms? (e.g. lg(b))