math.h is not really a documentation. Is there something else that will describe these functions a but more in detail?
views:
403answers:
3
+1
A:
Since you indicated math.h I suppose you are using C++ so here's my currently booked marked reference
Philippe Asselin
2009-08-26 13:16:21
Guess she's using Objective C. Look at the tags! Nevertheless, floorf() is the same for all C languages
Ber
2009-08-26 13:24:32
yep she is. objective-c is right. but a.f.a.i.k. c++ can be used there as well. not sure.
HelloMoon
2009-08-26 14:34:13
+1
A:
floorf() is a variant for the floor() function, accepting and returning float values instead of double.
The GNU Libc documentation is very helpful.
The iPhone documentation also has a man page about floor() functions.
Ber
2009-08-26 13:20:34