__frin, __frins

Purpose

Floating Round to Integer Nearest

Rounds the floating-point argument to an integer using round-to-nearest mode, and returns the value as a floating-point value.

Prototype

double __frin (double);

float __frins (float);

Usage

Valid only when -qarch is set to target POWER5+™ or later processors.