|
ToolsInvSqrt Method
|
Fast inverse floating-point square root.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static float InvSqrt(
float f
)
Public Shared Function InvSqrt (
f As Single
) As Single
Request Example
View SourceParameters
- f
- Type: SystemSingle
Return Value
Type:
SingleSee Also