LOBACH
Name:
Type:
Purpose:
Compute the Lobachevski's integral.
Description:
Syntax:
LET <y> = LOBACH(<x>)
<SUBSET/EXCEPT/FOR qualification>
where <x> is a non-negative number, variable or parameter;
<y> is a variable or a parameter (depending on what
<x> is) where the computed Lobachevski's integral
values are stored;
and where the <SUBSET/EXCEPT/FOR qualification> is optional.
Examples:
LET A = LOBACH(2)
LET A = LOBACH(X)
LET X2 = LOBACH(X) FOR X1 = 0.1 0.1 3.0
Default:
Synonyms:
Related Commands:
ABRAM
|
= Compute the Abramowitz integral.
|
CLAUSN
|
= Compute the Clausen integral.
|
DEBEYE
|
= Compute the Debeye function.
|
EXP3
|
= Compute the cubic exponential integral.
|
GOODST
|
= Compute the Goodwin and Stanton integral.
|
SYNCH1
|
= Compute the synchrotron radiation function.
|
SYNCH2
|
= Compute the synchrotron radiation function.
|
STROM
|
= Compute the Stromgren integral.
|
TRAN
|
= Compute the transport integral.
|
Reference:
"ACM Transactions of Mathematical Software", Allan MacLead,
Vol. 22, No. 3, September, 1996, pp. 288-301.
Applications:
Implementation Date:
Program:
TITLE AUTOMATIC
PLOT LOBACH(X) FOR X = 0 0.01 10
Date created: 6/5/2001
Last updated: 4/4/2003
Please email comments on this WWW page to
alan.heckert@nist.gov.
|