Class XSum

java.lang.Object
com.oracle.truffle.js.runtime.external.XSum

public class XSum extends Object
Implementation of exact summation of double numbers based on xsum (https://gitlab.com/radfordneal/xsum).
  • Constructor Details

    • XSum

      public XSum()