[Webkit-unassigned] [Bug 131709] New: Simple ES6 feature: Math extras

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 15 15:15:18 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131709

           Summary: Simple ES6 feature: Math extras
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: EasyFix, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
                CC: webkit-bug-importer at group.apple.com


Math.clz32 = count leading zeros/first set bit. Most hardware has direct implementations of this
Math.sign = C isfinite function -0 => -0, 0=>0 etc
Math.log10
Math.log2
Math.log1p
Math.expm1
Math.cosh
Math.sinh
Math.tanh
Math.asinh
Math.acosh
Math.atanh
Math.trunc

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list