Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
785c108c19ef5bc33f6e9884ad6e33160d92c601
/
.
/
doc
/
efun
/
negate
blob: 413ce818fde7cda9af3b955162f994bc62fb25e7 [
file
] [
log
] [
blame
]
SYNOPSIS
int
negate
(
int
)
float
negate
(
float
)
DESCRIPTION
Unary
minus
.
Returns
the negative argument
.