Operators¶
|
|
|
|
|
Convert operation to number from variable and expression |
|
squared root operation |
|
exponential operation |
|
cosine operation |
|
sine operation |
|
tangent operation |
|
logarithmic operation |
|
absolute operation |
|
floor operation |
|
ceil operation |
- class flopt.exp(x)[source]¶
exponential operation
- Parameters
x (array or generator of expressions or variables) –
- class flopt.cos(x)[source]¶
cosine operation
- Parameters
x (array or generator of expressions or variables) –
- class flopt.sin(x)[source]¶
sine operation
- Parameters
x (array or generator of expressions or variables) –
- class flopt.tan(x)[source]¶
tangent operation
- Parameters
x (array or generator of expressions or variables) –
- class flopt.log(x)[source]¶
logarithmic operation
- Parameters
x (array or generator of expressions or variables) –
- class flopt.abs(x)[source]¶
absolute operation
- Parameters
x (array or generator of expressions or variables) –