- Function Cube(x)¶
Cube¶
Cube(
x ! (input) numerical expression
)
Arguments¶
- x
A scalar numerical expression.
Return Value¶
The function
Cube
returns \(x^3\).
Note
The function Cube
can be used in constraints of nonlinear
mathematical programs.
See also
The functions Power
, Sqr
, and Sqrt
. Arithmetic functions
are discussed in full detail in Arithmetic Functions of the Language Reference.