Common data structures and type definitions for the C3E library.
double c3e_number
A type representing a numerical value in C3E. Defaults to double precision.
Definition commons.h:50
c3e_number c3e_radian_degrees(c3e_number x)
Converts an angle from radians to degrees.
c3e_number c3e_log_gamma(c3e_number x)
Computes the logarithm of the Gamma function (log-Gamma) of a given number.
c3e_number c3e_gamma(c3e_number x)
Computes the Gamma function of a given number.