Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Fap Material
1
Name:
Anonymous
2009-03-16 16:47
http://www.mceniry.net/papers/Fast%20Inverse%20Square%20Root.pdf
16
Name:
Anonymous
2009-03-17 4:46
>>15
function safeiSQ(x){
if(isNaN(x) || x==Infinity){return 'Invalid number'}else{
var r=1/(Math.sqrt(x))
if(isNaN(r) || r==Infinity){return 'Invalid number'}else{
return r
}}}
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List