accepted/more-math-functions.changes.md
For consistency, all functions that have cases for -0 also have cases for
0. This includes sqrt(), sin(), tan(), asin(), and atan().
hypot()'s arguments are named $numbers for consistency.
Variables
$e and $pi have 1 more digit of precision after the decimal.Infinity and -Infinity:
hypot() equals -Infinity, it returns Infinity.$exponent == Infinity case in pow() also holds for
$exponent == -Infinity.$number == Infinity cases in cos(), sin(), and tan() also hold
for $number == -Infinity.Input units:
clamp()'s arguments must all have compatible units, or all be unitless.log() does not error unless the input has units, and instead delegates
edge cases to division.Output units:
acos(), asin(), and atan(), and atan2(), all of their outputs
are numbers in deg.