1D Polar To Rectangular (Not in Base Package)

Converts two arrays of polar coordinates represented by the input arrays Magnitude and Phase into two arrays of rectangular coordinates , according to the following formulas:

X = Magnitude*cos(Phase)

Y = Magnitude*sin(Phase)

Magnitude is a 1D array of polar coordinates.
Phase is a 1D array of polar coordinates. You must express Phase in radians.
X is a 1D array of rectangular coordinates.
Y is a 1D array of rectangular coordinates.
error returns any error or warning condition from the VI.