es6_math 1.2.1
es6_math: ^1.2.1 copied to clipboard
Provides math functions from ES6 (ECMAScript 2015) that are currently missing in dart:math.
ES6 Math #
Provides math functions from ES6 (ECMAScript 2015) that are currently missing in dart:math. Mostly based on MDN polyfills (circa 2017). Useful for maintaining compatibility with code ported from JavaScript that make use of these functions.
Function list: acosh, asinh, atanh, cbrt, clz32, cosh, imul, expm1, fround, hypot, log1p, log10, log2, sinh, tanh, trunc.