Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
math rounding function
Kingdaro
May 19th, 2012
104
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lua
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
math
.
round
(
v
,
int
)
int
=
(
int
==
nil
)
and
1
or
int
local
n
=
math
.
fmod
(
v
,
int
)
if
n
>=
int
/
2
then
return
(
v
-
n
)
+
int
else
return
(
v
-
n
)
end
end
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $3500 INSTANTLY [Works Worldwide]???? HL
Java | 1 min ago | 0.06 KB
1500$ in 1 day [Method]? MA
Java | 5 min ago | 0.06 KB
Make $3500 INSTANTLY [Works Worldwide]???? HL
Java | 7 min ago | 0.06 KB
300$ GIFTCARDS? QI
Java | 8 min ago | 0.07 KB
Swift CacheManager for iOS
Swift | 9 min ago | 5.61 KB
Make 3500$ in 1 day [Method]???? XH
Java | 9 min ago | 0.07 KB
FREE 500$ GIFTCARDS???? VF
Java | 10 min ago | 0.07 KB
300$ GIFTCARDS? P8
Java | 11 min ago | 0.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!