Function array( x1 )

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