FCeil

nn::math::FCeil Function

Syntax

f32 FCeil(
     f32 x
);

Parameters

Name Description
in x Value.

Return Values

Returns the smallest integer value no smaller than x.

Description

Finds the smallest integer value no smaller than x.

This function uses the standard ceilf function.

Revision History

2011/08/26
Added text about internal implementation.
2010/01/07
Initial version.

CONFIDENTIAL