Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
cmath.h
Go to the documentation of this file.
1
#ifndef STD_CMATH_H_
2
#define STD_CMATH_H_
3
4
5
namespace
std
{
6
template
<
typename
T>
7
inline
double
fabs
(
T
x
) {
8
return ::fabs(
x
);
9
}
10
11
inline
float
fabs
(
float
num) {
12
return ::fabsf(num);
13
}
14
15
inline
float
fabsf
(
float
num) {
16
return ::fabsf(num);
17
}
18
19
inline
float
sqrt
(
float
x
) {
20
return ::sqrtf(
x
);
21
}
22
23
inline
float
abs
(
float
x
) {
24
return ::fabsf(
x
);
25
}
26
}
// namespace std
27
28
#endif
x
double x double x
Definition
e_atan2.c:58
T
static const double T[]
Definition
k_tan.c:106
std
Definition
d_a_e_wb.cpp:12
std::fabs
double fabs(T x)
Definition
cmath.h:7
std::abs
float abs(float x)
Definition
cmath.h:23
std::sqrt
float sqrt(float x)
Definition
cmath.h:19
std::fabsf
void fabsf(f32)
Definition
cmath.h:15
src
PowerPC_EABI_Support
MSL
MSL_C
MSL_Common
Include
cmath.h
Generated by
1.9.8