what is fabs in c ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is fabs in c ?

c code

15th May 2019, 3:32 AM
PRAVEEN
PRAVEEN - avatar
4 Answers
+ 8
And absolute value means the positive numerical value when given any positive or negative number.
15th May 2019, 4:17 AM
Sonic
Sonic - avatar
+ 4
it gives absolute values, it takes floating number and gives out floating number just as Jay Matthews explained
15th May 2019, 3:58 AM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 1
fabs() returns the absolute value for floating type numbers.
15th May 2019, 3:56 AM
Diego
Diego - avatar
+ 1
thank you
15th May 2019, 4:20 AM
PRAVEEN
PRAVEEN - avatar