API Reference¶
Py functons¶
-
cyrtd.pymod.pyfuncs.
square
(num: Union[int, float])¶ Function squares the input
Parameters: num (int, float) – Returns: Squared argument Return type: int, float
Cy functions¶
-
cyrtd.cymod.cyfuncs.
cube
()¶ Argument to the power of 3
Parameters: num (float) – Number to raise to the power of 3 Returns: Cubic argument Return type: float
-
cyrtd.cymod.cyfuncs.
cuberoot
()¶ Cube root of argument
Parameters: num (float) – Number to get cube root Returns: Cube root Return type: float
-
cyrtd.cymod.cyfuncs.
root
()¶ Square root of argument
Parameters: num (float) – Number to get square root Returns: Square root Return type: float