CrystalSpace

Public API Reference

csqsqrt.h File Reference

Fast computation of sqrt(x) and 1/sqrt(x). More...

#include "cssysdef.h"
#include <math.h>

Go to the source code of this file.

Functions

static float csQisqrt (float x)
 This routine is basically equivalent to csQsqrt() except that it returns 1/sqrt(x) rather than the proper square root.
static float csQsqrt (float x)
 This routine computes sqrt(x) very quickly on Intel and PowerPC platforms.

Detailed Description

Fast computation of sqrt(x) and 1/sqrt(x).

Define CS_NO_QSQRT if you experience mysterious problems with CS which you think are related to the specially optimized csQsqrt() not behaving properly.

Definition in file csqsqrt.h.


Generated for Crystal Space 2.0 by doxygen 1.6.1