Module: quadrature

A port of Boost's Gauss-Kronrod and double exponential quadrature procedures. Original license header is:

Copyright John Maddock 2017. Copyright Nick Thompson 2017. Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

License:
  • Boost
Source:

Classes

ExpSinh

Methods

(inner) ldexp(x, exp) → {*}

Computes x * 2 ^ exp Sourced from: http://croquetweak.blogspot.com/2014/08/deconstructing-floats-frexp-and-ldexp.html

Parameters:
Name Type Description
x

mantissa

exp

exponent

Source:
Returns:
Type
*