arccoza / go-fastinvsqrt

Fast inverse square root in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What?

This is a Go implementation of the fast inverse square root algorithm for fun (see wikipedia).

Use

import "github.com/arccoza/go-fastinvsqrt"

fis.FastInvSqrt32(1.6)
fis.FastInvSqrt64(1.6)

About

Fast inverse square root in Go


Languages

Language:Go 100.0%