[Webkit-unassigned] [Bug 88480] New: [Platform] Introduce conversion from/to Deciaml to/from double and helper functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 18:42:25 PDT 2012


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

           Summary: [Platform] Introduce conversion from/to Deciaml
                    to/from double and helper functions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org


To reduce size of patch of bug 88383, we introduce following functions:
 * Decimal Decimal::fromDouble(double) -- this is implementation of convertDoubleToInputNumber
 * double Decimal::toDouble() const -- this is implementation of convertInputNumberToDouble
 * bool isfinite(const Decimal&)
 * bool isinf(const Decimal&)
 * bool isnan(const Decimal&)

-- 
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