Function truncf128

Source
pub fn truncf128(x: f128) -> f128
Expand description

Rounds the number toward 0 to the closest integral value (f128).

This effectively removes the decimal part of the number, leaving the integral part.