Function array( x1, x2, x3 )

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