Fsqrt

From the Fallout3 GECK Wiki
Revision as of 21:20, 20 December 2016 by imported>Gribbleshnibit8 (Created page with "{{Function |origin = LU |summary = Very fast floating-point square-root calculation. |name = fsqrt |returnType = float |arguments = {{FunctionArgument |Name = value...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Very fast floating-point square-root calculation.

Syntax

[help]
(float) fsqrt value:float

See Also