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