index
:
steve-bot.git
master
remove-dupes
MCBE's discord bot
Luca Matei Pintilie <luca@lucamatei.com>
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
bc_funcs
/
std.bc
blob: a369505dcb30f7e3530c6ded4ad9d6afb89b1be1 (
plain
) (
tree
)
4fd5dd0
^
1
2
3
4
5
define
abs
(
x
)
{
if
(
x
<
0
)
x
*=
-
1
return
x
}