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

Declaration of functions to create power functions. More...

Include dependency graph for pow.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::pow_function ()
 Create pow function.
MathFunction func_sketch::math::sqrt_function ()
 Create sqrt function.
MathFunction func_sketch::math::cbrt_function ()
 Create cbrt function.

Detailed Description

Declaration of functions to create power functions.

Definition in file pow.h.

Function Documentation

◆ pow_function()

MathFunction func_sketch::math::pow_function ( )
nodiscard

Create pow function.

Returns
Function.

Definition at line 32 of file pow.cpp.

◆ sqrt_function()

MathFunction func_sketch::math::sqrt_function ( )
nodiscard

Create sqrt function.

Returns
Function.

Definition at line 41 of file pow.cpp.

◆ cbrt_function()

MathFunction func_sketch::math::cbrt_function ( )
nodiscard

Create cbrt function.

Returns
Function.

Definition at line 47 of file pow.cpp.