Neg Function

Next: , Previous: Mod, Index: Index

This neg[n] function will return the result of negating n.

Pass: An integer to negate
Returns: An integer representing the negated result

Examples

var a:=neg[15];
var y;
y:=neg[a];



Last Modified: August 2008