Calculates 1 / (x*x)
1 / (x*x)
inv_square(x) = 1 / (x*x)
Definition at line 28 of file inv_square.hpp.