toms

package
v0.0.0-...-e794f60 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2019 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package toms implements functions from Algorithm 757, Transactions on Mathematical Software

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AIRYGI

func AIRYGI(XVALUE float64) float64

AIRYGI calculates the modified Airy function Gi(x)

∫  0 to infinity sin(x*t+t^3/3) dt  / pi

The code uses Chebyshev expansions with the coefficients given to an accuracy of 20 decimal places.

func AIRYHI

func AIRYHI(XVALUE float64) float64

AIRYHI calculates the modified Airy function Hi(x),

∫  0 to infinity exp(x*t-t^3/3) dt  / pi

The code uses Chebyshev expansions with the coefficients given to an accuracy of 20 decimal places. If x is too large, then the asymptotic expansion of Hi(x) will cause an overflow and the function returns Inf

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL