Solution
Both functions output the correct value. The difference between them is that the Sine function accepts input in radians, while the input to the High Throughput Sine & Cosine function must be in units of pi radians, which use fewer FPGA resources than radians. If you have a value in radians, divide that value by pi before wiring the value to this input terminal. You can see an example of this implementation below:

Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.