cube
Overloads
| Name | Description |
|---|---|
cube(const RealArray arr) -> RealArray | Computes the cube (third power) of the RealArray arr element-wise. |
cube(const ComplexArray arr) -> ComplexArray | Computes the cube (third power) of the ComplexArray arr element-wise. |
cube(const IntegerArray arr) -> IntegerArray | Computes the cube (third power) of the IntegerArray arr element-wise. |
cube(const RealArray arr) -> RealArray
Computes the cube (third power) of the RealArray arr element-wise.
Parameters
- arr: The input RealArray.
cube(const ComplexArray arr) -> ComplexArray
Computes the cube (third power) of the ComplexArray arr element-wise.
Parameters
- arr: The input ComplexArray.
cube(const IntegerArray arr) -> IntegerArray
Computes the cube (third power) of the IntegerArray arr element-wise.
Parameters
- arr: The input IntegerArray.