PatchworkOS
Loading...
Searching...
No Matches
fabs.c
Go to the documentation of this file.
1
#include <
stdlib.h
>
2
3
double
fabs
(
double
j)
4
{
5
return
(j >= 0) ? j : -j;
6
}
fabs
double fabs(double j)
Definition
fabs.c:3
stdlib.h
src
libstd
user
functions
math
fabs.c
Generated by
1.9.8