Closed t-mw closed 4 years ago
Clang complains:
aabb3.c:111:16: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
It looks like the intention there is to use fabsf instead?
fabsf
Clang complains:
It looks like the intention there is to use
fabsf
instead?