Skip to main content

cube

Overloads

NameDescription
cube(const RealArray arr) -> RealArrayComputes the cube (third power) of the RealArray arr element-wise.
cube(const ComplexArray arr) -> ComplexArrayComputes the cube (third power) of the ComplexArray arr element-wise.
cube(const IntegerArray arr) -> IntegerArrayComputes 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

cube(const ComplexArray arr) -> ComplexArray

Computes the cube (third power) of the ComplexArray arr element-wise.

Parameters

cube(const IntegerArray arr) -> IntegerArray

Computes the cube (third power) of the IntegerArray arr element-wise.

Parameters