Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 3.31 KB

File metadata and controls

25 lines (17 loc) · 3.31 KB

median()

median() returns the running from the first to the current line

Data signatures
median( value to average: $${\color{green}int}$$ ǁ $${\color{green}float}$$, [match, scan, or line: $${\color{green}str}$$] )
Call signatures
median( value to average: Variable ǁ Term ǁ Header ǁ Function, [match, scan, or line: Variable ǁ Term ǁ Header ǁ Function] )
Purpose Value
Main focus median() produces a calculated value
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch
Name qualifier optionally expected

[Back to index]