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