Function array( x1, x2 )
- Description:
-
Returns a numeric array built from given elements.
- Parameters:
-
- x1 (floating point)
- array element 1
- x2 (floating point)
- array element 2
- Return Value (array of floating point):
- 2-element array
- Signature:
- double[] array(double, double)