Vyxapedia

Element - - Ceiling

Characters:


Description

Take the ceiling of a number / Imaginary part of complex number / split a string on spaces


Overloads

  • num - ceil(a) (ceiling)
  • complex - imaginary part of a
  • str - split on spaces

Examples

  • 5 ⌈ = 5
  • 4.5 ⌈ = 5
  • ⟨1.52|2.9|3.3⟩ ⌈ = ⟨2|3|4⟩
  • `hello world` ⌈ = ⟨`hello`|`world`⟩