ceilf


ceiling function

[Classification]

Mathematical library

[Syntax]

#include <mathf.h>

float ceilf(float x);

[Return value]

Returns the minimum integer greater than x and x.

[Description]

This function calculates the minimum integer value greater than x and x.