Sign of (): Difference between revisions

From PenguinMod Wiki
Sign of ()
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 01:58, 28 June 2024

sign of ()
sign of ()::#7ac94f reporter
Caption
Block Type Reporter Block
Category / Extension Extra Mathematics
Status Who tf uses status

The sign of () block is a reporter block in the Extra Mathematics extension that reports the sign function of the inputted number, which returns -1 for negative numbers, 0 for zero, and 1 for positive numbers. The default value is 0.

Workaround

This block can be worked around by using the following:
((([abs v] of (number::grey)) / (number::grey)) + (0))
The + (0) is used to get 0 when 0 is the number, rather than NaN.

See also