fsin
Fsin, commonly written FSIN, is an x87 floating-point unit (FPU) instruction that computes the sine of the value currently on the top of the x87 register stack, ST(0). The operation uses ST(0) as its input and replaces it with sin(ST(0)). The input is interpreted in radians, and the result is left in ST(0). If the input is NaN, the result is NaN and a floating-point exception may be raised depending on the processor state.
FSIN is part of the original 8087 instruction set and remains available on modern x86 processors that
In practice, FSIN does not require explicit operand addressing beyond manipulating the FPU stack; programmers load