Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Fap Material

Name: Anonymous 2009-03-16 16:47

Name: Anonymous 2009-03-16 16:49

So fucking old it's not funny.
Get the fuck out

Name: Anonymous 2009-03-16 17:40

>>1
double fast_inverse_square_root(double x)
{
    return x * x;
}

How difficult was that?

Name: Anonymous 2009-03-16 22:23

how about that sicp girl

Name: Anonymous 2009-03-16 23:44

>>3
Holy shit I benchmarked this against the one in the paper and this one blows it away. Why hasn't this been publisehed?

Name: Anonymous 2009-03-16 23:55

>>5
x2 ≠ x-0.5

Name: Anonymous 2009-03-17 0:07

>>6
the inverse function of the square root function is the square function

Name: Anonymous 2009-03-17 0:09

>>7
"inverse square root" ≠ "inverse of square root"

Name: Anonymous 2009-03-17 1:24

>>8
Actually, it does. (/ (sqrt x)) is the inverse of the square root of x).

Name: Anonymous 2009-03-17 1:28

>>9
(inverse of square root) x ≠ inverse of the square root of x

Name: Anonymous 2009-03-17 3:21

>>11
(inverse of square root) is interpreted as the inverse to the square root function, which is the square function, the only difference being "the", "the" itself does not distinguish context

Name: Anonymous 2009-03-17 4:21

>>12
inverse square root of x == inverse of (square root of x)
inverse of (square root of x) /= (inverse of square root) x

Name: Anonymous 2009-03-17 4:34

>>12
Let f(x) = x2, Domain: [0,inf); Range: [0,inf)
Then f-1(x) = sqrt(x), Domain: [0,inf); Range: [0,inf)

Inverse square root = f-1(f-1), (Definition of a function inverse)

Therefore, inverse square root of any value of x = x2

This is the same for the "Inverse of the square root x" which is saying "take a function that is the inverse of the square root function and apply it to x. In the same sense you would say "f of x" you substitute f for your function and get "inverse of square root of x."

Name: Anonymous 2009-03-17 4:36

function inverseSQ(x){return 1/(Math.sqrt(x))}

Name: Anonymous 2009-03-17 4:40

alert(inverseSQ(0)+inverseSQ(-1));
//nice error checking faggot, gb2/kpanic/

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
 }}}

Name: Anonymous 2009-03-17 5:09

>>16
safeiSQ(0)
safeiSQ(-1)

still broken.

Name: Anonymous 2009-03-17 6:04

>>13
fap fap fap fap fap

Name: Anonymous 2010-12-09 10:51

Name: Anonymous 2010-12-23 17:30

Name: Anonymous 2011-01-31 20:42

<-- check em dubz

Name: Anonymous 2011-02-04 12:46

Name: Anonymous 2014-01-21 21:14

>>23
>le pedophile sage

Don't change these.
Name: Email:
Entire Thread Thread List