<< CL_stat Math CL_stumpS >>

celestlab >> Math > CL_stumpC

CL_stumpC

Stumpff function C(z)

Calling Sequence

c = CL_stumpC(z)

Description

Parameters

z:

input argument (1xN)

c:

value of C(z) (1xN)

Authors

Bibliography

See also

Examples

z = -200 : 500;
c = CL_stumpC(z);

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

Report an issue
<< CL_stat Math CL_stumpS >>