mathutil
: mathutil¶
This is a simple demonstration library
- pypolynom.mathutil.pow2(x)¶
Return the square of x.
- Parameters
x (float) – input value
- Return type
float
- pypolynom.mathutil.sqrt(x)¶
Return the square root of x.
- Parameters
x (float) – Input value
- Return type
float