<< 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 = -200 : 500;
c = CL_stumpS(z);

scf();
plot(z,c);
a = gca();
a.log_flags = "nln";

Report an issue
<< CL_stumpC Math CL_unMod >>