decimal
decimal copied to clipboard
sqrt method
A d128.sqrt()
(like f64.sqrt()
) method would be useful.
I agree it would be nice to have a shortcut, though d128::pow(0.5)
should do the job.