Maximum: Difference between revisions

Jump to navigation Jump to search
457 bytes added ,  14:38, 14 July 2020
m
Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com"
(Created page with ":''This page is about the primitive function. For system limits, see LIMIT ERROR and Maximum rank.'' {{Built-in|Maximum|⌈}}, '''Max''', '''Greater of''', or '''Larg...")
 
m (Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com")
Tags: Mobile edit Mobile web edit
(3 intermediate revisions by 2 users not shown)
Line 23: Line 23:
4
4
</source>
</source>
Reducing over an empty axis yields the smallest representable number, as that is the identity element for Maximum. This value is usually <source lang=apl inline>¯∞</source> (for dialects that support [[infinity|infinities]]) or <source lang=apl inline>¯1.797693135E308</source> (with 64-bit [[float]]s) or <source lang=apl inline>¯1E6145</source> (with 128-bit [[decimal float]]s).


== External links ==
== External links ==
Line 28: Line 30:
=== Documentation ===
=== Documentation ===


* [http://help.dyalog.com/latest/index.htm#Language/Primitive%20Functions/Maximum.htm Dyalog]
* [https://help.dyalog.com/latest/index.htm#Language/Primitive%20Functions/Maximum.htm Dyalog]
* [http://microapl.com/apl_help/ch_020_020_100.htm APLX]
* [http://microapl.com/apl_help/ch_020_020_100.htm APLX]
* J [http://www.jsoftware.com/help/dictionary/d021.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/gtdot#dyadic NuVoc]
* J [http://www.jsoftware.com/help/dictionary/d021.htm Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/gtdot#dyadic NuVoc]


{{APL built-ins}}
{{APL built-ins}}[[Category:Primitive functions]][[Category:Scalar dyadic functions]]

Navigation menu