bn:01374937n
Noun Concept
Categories: Quake (series), Articles with example C code, Source code, Root-finding algorithms
EN
fast inverse square root  // what the fuck?  0x5F3759DF  0x5f375a86  1597463174
EN
Fast inverse square root, sometimes referred to as Fast InvSqrt or by the hexadecimal constant 0x5F3759DF, is an algorithm that estimates 1 x {\textstyle {\frac {1}{\sqrt {x}}}}, the reciprocal of the square root of a 32-bit floating-point number x {\displaystyle x} in IEEE 754 floating-point format. Wikipedia
Definitions
Relations
Sources
EN
Fast inverse square root, sometimes referred to as Fast InvSqrt or by the hexadecimal constant 0x5F3759DF, is an algorithm that estimates 1 x {\textstyle {\frac {1}{\sqrt {x}}}}, the reciprocal of the square root of a 32-bit floating-point number x {\displaystyle x} in IEEE 754 floating-point format. Wikipedia
DISCOVERER OR INVENTOR
PROGRAMMING LANGUAGE