LibLangly
LibLangly copied to clipboard
Pow() for Decimal
Pow()
is only defined for Double
which is naive. The geometric mean, which is used for numerous financial calculations, and I'm sure other algorithms, make use of exponentiation of decimals. As such, it needs to exist.
I'll accept third party implementations if someone finds a suitable library. I'm sure this exists already.