Documentation
v0.5.0

0.5.0

Published Oct 2, 2022

Breaking changes

Some rarely used math functions got removed or moved to the Math namespace.

For example, cos(x) is now Math.cos(x), and atanh(x) doesn't exist.

If your code is now failing with <function> is not defined for anything from this list (opens in a new tab), try adding Math. prefix first, and then complain on Github issues (opens in a new tab).