Skip to content

Latest commit

 

History

History
114 lines (106 loc) · 3.01 KB

underworld.function.math.rst

File metadata and controls

114 lines (106 loc) · 3.01 KB

underworld.function.math module

This module provides math functions. All functions take functions (or convertibles) as arguments. These functions effectively wrap to the c++ standard template library equivalent. For example, the 'exp' class generates a function with uses std::exp(double).

All functions operate on and return 'double' type data (or 'float' from python).

Module Summary

classes:

underworld.function.math.pow underworld.function.math.cosh underworld.function.math.acosh underworld.function.math.tan underworld.function.math.asin underworld.function.math.log underworld.function.math.atanh underworld.function.math.sqrt underworld.function.math.abs underworld.function.math.log10 underworld.function.math.sin underworld.function.math.asinh underworld.function.math.log2 underworld.function.math.atan underworld.function.math.sinh underworld.function.math.cos underworld.function.math.tanh underworld.function.math.erf underworld.function.math.erfc underworld.function.math.exp underworld.function.math.acos underworld.function.math.dot

Module Details

classes:

underworld.function.math.pow

underworld.function.math.cosh

underworld.function.math.acosh

underworld.function.math.tan

underworld.function.math.asin

underworld.function.math.log

underworld.function.math.atanh

underworld.function.math.sqrt

underworld.function.math.abs

underworld.function.math.log10

underworld.function.math.sin

underworld.function.math.asinh

underworld.function.math.log2

underworld.function.math.atan

underworld.function.math.sinh

underworld.function.math.cos

underworld.function.math.tanh

underworld.function.math.erf

underworld.function.math.erfc

underworld.function.math.exp

underworld.function.math.acos

underworld.function.math.dot