24namespace func_sketch::math {
Class of mathematical functions.
MathFunction acosh_function()
Create acosh function.
MathFunction cosh_function()
Create cosh function.
MathFunction asinh_function()
Create asinh function.
MathFunction sinh_function()
Create sinh function.
MathFunction atanh_function()
Create atanh function.
MathFunction tanh_function()
Create tanh function.
Definition of MathFunction class.