rintf

Function rintf 

Source
pub unsafe extern "C" fn rintf(x: f32) -> f32
Expand description

Round to the nearest integer value in floating-point format, with halfway casesx rounded to the nearest even integer value.

Nvidia docs

ยงReturns

Returns rounded integer value.