Function
EN
Version 1.90
@Neg
Float
List
Mathematics
NUMBER
Syntax
@Neg(FN1);
@Neg(FNLIST1);
Description
Negates FN/FNLIST FN1/FNLIST1, and returns the result as FLOAT/FLOATLIST.
Example: @Neg(FN1)
FN1:=-1;
@Neg(FN1);
returns 1
Example: @Neg(FNLIST1);
FNLIST1:=-1:-3:0:3:1;
@Neg(FNLIST1);
returns 1:3:0:-3:-1
Note : This text was machine-translated and may contain inaccuracies.
