Computes the arctangent of one value divided by another value (y/x). The arctangent is in pi radians, which use fewer FPGA resources than radians. To convert this value into radians, divide
the result by pi.
Converts polar coordinates to rectangular coordinates. You must specify the phase of the polar coordinates in pi radians,
which use fewer FPGA resources than radians. To convert a radian value to pi radians, multiply the value by pi.
Converts rectangular coordinates to polar coordinates. This node returns the phase of the polar coordinates in pi radians,
which use fewer FPGA resources than radians. To convert the phase into radians, divide the value by pi.
Computes both the sine and cosine of a specified value (x). You must specify x in pi radians, which use fewer FPGA resources than radians. To convert a radian value to pi radians, multiply the value by
pi.