~~NOTOC~~ <=[[4rpl:start| Index]] \\ <= [[4rpl:start#Math]] ====== sign ====== SIGN(<-val) ===== Description ===== Returns the sign of the input value. Return value is 1 when f is positive or zero, -1 when f is negative. ===== Examples ===== trace(sign(42)) #prints '1' <=[[4rpl:start| Index]]