Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

f
Type: SystemSingle

Return Value

Type: Single
See Also