Fix language to be C
This commit is contained in:
@@ -162,7 +162,7 @@ float Q_rsqrt( float number )
|
|||||||
|
|
||||||
Result:
|
Result:
|
||||||
|
|
||||||
{{< paige/code lang="python" caption="Fast inverse square root" options="linenos=true,hl_lines=10" >}}
|
{{< paige/code lang="c" caption="Fast inverse square root" options="linenos=true,hl_lines=10" >}}
|
||||||
float Q_rsqrt( float number )
|
float Q_rsqrt( float number )
|
||||||
{
|
{
|
||||||
long i;
|
long i;
|
||||||
|
Reference in New Issue
Block a user