mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
aa247e4db6
* First versions of taylor series based power and log functions * Improve precision by switching exp algo and shifting points * Code comments for the math library * Trig functions * Update daml-foundations/daml-ghc/daml-stdlib-src/DA/Math.daml Co-Authored-By: bame-da <40762178+bame-da@users.noreply.github.com> * More efficient integer exponentiation * Make Powerable the typeclass for (^) only. * Move `(^)` to `Multiplicative` and fix package-database * Round all Decimal literals to 10 digits * Add release notes * Update daml-foundations/daml-ghc/daml-stdlib-src/DA/Math.daml Co-Authored-By: bame-da <40762178+bame-da@users.noreply.github.com> * Add comment on performance * Remove default definition for `(^)` * Fix comments * Fix scenario-error test * Fix tests again |
||
---|---|---|
.. | ||
release-notes.rst | ||
roadmap.rst | ||
support.rst |