Ceiling: Difference between revisions

Jump to navigation Jump to search
161 bytes added ,  13:36, 2 June 2020
no edit summary
(Created page with "{{Built-in|Ceiling|⌈}} is a monadic scalar function which gives the ceiling of a real number, i.e. the least integer greate...")
 
No edit summary
Line 1: Line 1:
{{Built-in|Ceiling|⌈}} is a [[monadic]] [[scalar function]] which gives the [[wikipedia:floor and ceiling functions|ceiling]] of a real number, i.e. the least integer greater than or equal to the given value. This operation is also known as '''round up'''. Ceiling shares the [[glyph]] <source lang=apl inline>⌈</source> with the dyadic arithmetic function [[Maximum]].
{{Built-in|Ceiling|⌈}} is a [[monadic]] [[scalar function]] which gives the [[wikipedia:floor and ceiling functions|ceiling]] of a real number, i.e. the least integer greater than or equal to the given value. This operation is also known as '''round up'''. Ceiling shares the [[glyph]] <source lang=apl inline>⌈</source> with the dyadic arithmetic function [[Maximum]]. [[Comparison_with_traditional_mathematics#Prefix|Traditional mathematics]] derives [[Ken_Iverson#Floor_and_Ceiling|its notation]] and name for ceiling from APL.


== Examples ==
== Examples ==

Navigation menu