Ken Iverson: Difference between revisions

Jump to navigation Jump to search
36 bytes added ,  22:18, 10 September 2022
m
Text replacement - "<source" to "<syntaxhighlight"
m (Text replacement - "<source" to "<syntaxhighlight")
Line 35: Line 35:
While the Iverson bracket was adopted into mainstream mathematics, it's use has not been very widespread. Donald Knuth has argued strongly for its wider use.
While the Iverson bracket was adopted into mainstream mathematics, it's use has not been very widespread. Donald Knuth has argued strongly for its wider use.


In APL, the Iverson bracket is implied in all logical propositions, for example <source lang=apl inline>4≥3</source> evaluates to <source lang=apl inline>1</source> and <source lang=apl inline>'hello'≡'world'</source> evaluates to <source lang=apl inline>0</source>.
In APL, the Iverson bracket is implied in all logical propositions, for example <syntaxhighlight lang=apl inline>4≥3</source> evaluates to <syntaxhighlight lang=apl inline>1</source> and <syntaxhighlight lang=apl inline>'hello'≡'world'</source> evaluates to <syntaxhighlight lang=apl inline>0</source>.


== Publications ==
== Publications ==

Navigation menu