This release is a production release *with no bugfixes*. If you do not want
to upgrade, you don't have to.
This release adds one function to the [extended math library][16]: p(x, y),
which calculates x to the power of y, whether or not y is an integer. (The
^ can only accept integer powers.)
This release also includes a couple of small tweaks to the [extended math
library][16], mostly to fix returning numbers with too high of scale.
# 2.6.0
This release is a production release *with no bugfixes*. If you do not want to upgrade, you don't have to.
This release adds one function to the [extended math library][16]:
p(x, y)
, which calculatesx
to the power ofy
, whether or noty
is an integer. (The^
can only accept integer powers.)This release also includes a couple of small tweaks to the [extended math library][16], mostly to fix returning numbers with too high of
scale
.