A function that works like javascript's toPreceision
.
Internally it rounds and then uses the build-in algorithm, so it will give different results to
toPrecision
. They may converge over time.
A function that works like javascript's toPreceision
.
Internally it rounds and then uses the build-in algorithm, so it will give different results to
toPrecision
. They may converge over time.