package bap-std
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Arithmetic operations that doesn't check the widths.
type t = t
include Integer.Base with type t := t
val zero : t
element neutral to the addition
val one : t
element neutral to the multiplication
lnot x
is a logical negation of x
(1-complement)
logand x y
is a conjunction of x
and y
A common set of infix operators
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page