menu
cdart package
documentation
math.dart
cosh function
cosh function
dark_mode
light_mode
cosh
function
double
cosh
(
double
x
)
Implementation
double cosh(double x) => (math.exp(x) + math.exp(-x)) / 2;
cdart package
documentation
math
cosh function
math library