FuncSketch
Loading...
Searching...
No Matches
exp.h File Reference

Declaration of functions to create exponential functions. More...

Include dependency graph for exp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MathFunction func_sketch::math::exp_function ()
 Create exp function.
MathFunction func_sketch::math::exp2_function ()
 Create exp2 function.
MathFunction func_sketch::math::expm1_function ()
 Create expm1 function.

Detailed Description

Declaration of functions to create exponential functions.

Definition in file exp.h.

Function Documentation

◆ exp_function()

MathFunction func_sketch::math::exp_function ( )
nodiscard

Create exp function.

Returns
Function.

Definition at line 31 of file exp.cpp.

◆ exp2_function()

MathFunction func_sketch::math::exp2_function ( )
nodiscard

Create exp2 function.

Returns
Function.

Definition at line 37 of file exp.cpp.

◆ expm1_function()

MathFunction func_sketch::math::expm1_function ( )
nodiscard

Create expm1 function.

Returns
Function.

Definition at line 43 of file exp.cpp.