Signum: Difference between revisions

Jump to navigation Jump to search
89 bytes added ,  18:11, 26 October 2020
no edit summary
m (Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com")
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Built-in|Signum|×}}, '''Sign''', '''Sign of''', or '''Direction''' is a [[monadic]] [[scalar function]] which returns the [[wikipedia:Sign function|sign]] of a real or [[complex]] number. That is, it returns 0 when given an argument of 0, and otherwise returns a number with [[magnitude]] 1 given by [[Divide|dividing]] the argument by its own magnitude.
{{Infobox terminology
| title = {{Icon|×}}
| en = Signum, Sign, Sign of, Direction
| de = Vorzeichen, Signum
| fr = Signe, Signum, Diréction
}}
'''Signum''' is a [[monadic]] [[scalar function]] which returns the [[wikipedia:Sign function|sign]] of a real or [[complex]] number. That is, it returns 0 when given an argument of 0, and otherwise returns a number with [[magnitude]] 1 given by [[Divide|dividing]] the argument by its own magnitude.


== Examples ==
== Examples ==

Navigation menu