sourCEntral - mobile manpages

pdf

FRACT

NAME

fract − compute the fractional part of the argument

DECLARATION

genType fract(genType x);

genDType fract(genDType x);

PARAMETERS

x

Specify the value to evaluate.

DESCRIPTION

fract returns the fractional part of x. This is calculated as xfloor()(x).

VERSION SUPPORT

img

SEE ALSO

floor(), round()

COPYRIGHT

Copyright © 2011−2014 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.

COPYRIGHT

Copyright © 2011-2014 Khronos Group

pdf