8 lines
123 B
C
8 lines
123 B
C
#ifndef _REL_SQRT_CONSTS
|
|
#define _REL_SQRT_CONSTS
|
|
|
|
const double __fakeHalf = 0.5;
|
|
const double __fakeThree = 3.0;
|
|
|
|
|
|
#endif
|