<< CL_stumpC Utilities CL_unitConvert >>

CelestLab >> Utilities > CL_stumpS

CL_stumpS

Stumpff function S(z)

Calling Sequence

s = CL_stumpS(z)

Description

Parameters

z:

input argument (1xN)

s:

value of S(z) (1xN)

Authors

Bibliography

See also

Examples

z=0:1:500;
s=CL_stumpS(z);
plot(z,s);
<< CL_stumpC Utilities CL_unitConvert >>