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

Declaration of functions to create error functions. More...

Include dependency graph for erf.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::erf_function ()
 Create erf function.
MathFunction func_sketch::math::erfc_function ()
 Create erfc function.

Detailed Description

Declaration of functions to create error functions.

Definition in file erf.h.

Function Documentation

◆ erf_function()

MathFunction func_sketch::math::erf_function ( )
nodiscard

Create erf function.

Returns
Function.

Definition at line 31 of file erf.cpp.

◆ erfc_function()

MathFunction func_sketch::math::erfc_function ( )
nodiscard

Create erfc function.

Returns
Function.

Definition at line 37 of file erf.cpp.