-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.core-llibrary-mathtype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
ECMAScript 6 has some new Math functions:
Math.acosh(x)
Math.asinh(x)
Math.atanh(x)
Math.cbrt(x)
Math.clz32(x)
Math.cosh(x)
Math.expm1(x)
Math.fround(x)
Math.hypot(value1, value2, ...)
Math.imul(x, y)
Math.log1p(x)
Math.log10(x)
Math.log2(x)
Math.sign(x)
Math.sinh(x)
Math.tanh(x)It would be great to have those exposed in dart:math, especially given that all modern browsers already support them (only IE11 needs polyfill).
tejainece, thosakwe, pinkeshdarji, Solido, Nash0x7E2 and 8 more
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.core-llibrary-mathtype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug