+ 1
what is fabs in c ?
c code
4 ответов
+ 8
And absolute value means the positive numerical value when given any positive or negative number.
+ 4
it gives absolute values, it takes floating number and gives out floating number just as Jay Matthews explained
+ 1
fabs() returns the absolute value for floating type numbers.
+ 1
thank you