Initial import
This commit is contained in:
6
libc/math/llround.c
Normal file
6
libc/math/llround.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "libc/math/math.h"
|
||||
|
||||
long long llround(double x)
|
||||
{
|
||||
return round(x);
|
||||
}
|
||||
Reference in New Issue
Block a user