Bug 131709 - Simple ES6 feature: Math extras
Summary: Simple ES6 feature: Math extras
Status: RESOLVED DUPLICATE of bug 123536
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: EasyFix, InRadar
Depends on:
Blocks:
 
Reported: 2014-04-15 15:15 PDT by Oliver Hunt
Modified: 2016-03-14 12:52 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2014-04-15 15:15:38 PDT
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
Comment 1 Radar WebKit Bug Importer 2014-04-15 15:16:04 PDT
<rdar://problem/16626276>
Comment 2 Geoffrey Garen 2016-03-14 12:52:06 PDT

*** This bug has been marked as a duplicate of bug 123536 ***