<< CL_stumpC Math CL_unMod >>

CelestLab >> Math > 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);

Report an issue
<< CL_stumpC Math CL_unMod >>