Hem / Tips & tricks
#include using namespace std;int main(){ float x = 81.0f; cout << "sqrt(x): " << 1 / InvSqrt(x); return 0;}