LibLangly icon indicating copy to clipboard operation
LibLangly copied to clipboard

Pow() for Decimal

Open Entomy opened this issue 3 years ago • 1 comments

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.

Entomy avatar Feb 26 '21 14:02 Entomy

I'll accept third party implementations if someone finds a suitable library. I'm sure this exists already.

Entomy avatar Feb 26 '21 14:02 Entomy