1.3.0
Added
math.sqrt
: For calculating integer square roots using a quadratically convergent method @KtorZ, @logicalmechanismmath/rational.numerator
&math/rational.denominator
: For accessing parts of a rational value. @KtorZ, @micahkendallmath/rational.arithmetic_mean
: For computing arithmetic mean of rational values. @KtorZmath/rational.geometric_mean
: For computing geometric mean of two rational values. @logicalmechanism
Changed
-
Clear empty asset lists in
Value
on various operations. Before that fix, it could happen that removing all assets from a given policy would lead to an empty dictionary of assets still be present in theValue
. @logicalmechanism -
Fixed few examples in the documentation. @ariady-putra
Removed
N/A