Function array( x1, x2, x3, x4, x5 )

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
x4 (floating point)
array element 4
x5 (floating point)
array element 5
Return Value (array of floating point):
5-element array
Signature:
double[] array(double, double, double, double, double)