FuncSketch
Loading...
Searching...
No Matches
log.cpp File Reference

Implementation of functions to create logarithmic functions. More...

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

Go to the source code of this file.

Functions

MathFunction func_sketch::math::log_function ()
 Create log function.
MathFunction func_sketch::math::log1p_function ()
 Create log1p function.
MathFunction func_sketch::math::log10_function ()
 Create log10 function.
MathFunction func_sketch::math::log2_function ()
 Create log2 function.

Detailed Description

Implementation of functions to create logarithmic functions.

Definition in file log.cpp.

Function Documentation

◆ log_function()

MathFunction func_sketch::math::log_function ( )
nodiscard

Create log function.

Returns
Function.

Definition at line 31 of file log.cpp.

◆ log1p_function()

MathFunction func_sketch::math::log1p_function ( )
nodiscard

Create log1p function.

Returns
Function.

Definition at line 37 of file log.cpp.

◆ log10_function()

MathFunction func_sketch::math::log10_function ( )
nodiscard

Create log10 function.

Returns
Function.

Definition at line 43 of file log.cpp.

◆ log2_function()

MathFunction func_sketch::math::log2_function ( )
nodiscard

Create log2 function.

Returns
Function.

Definition at line 49 of file log.cpp.