Fsin
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the Lutana NVSE plugin.
Description
Returns the approximate sine value of a float for faster calculation. See precision values below.
Syntax
(float) fsin value:float precision:int
Precision Flags
0 : fastest approximation (default) 1 : fast approximation, higher precision 2 : calls the ASM fsincos function for full precision (may not be faster than vanilla)