Synopsis
long long int llroundf(float x);
Description

llroundf rounds x to an integral value, with halfway cases rounded away from zero, and returns it as a long long int.