division (/)
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ ⟩ division (/)
/ operator
table of operators
(all are )
all division have results. (5/2 === 2.5
)
division by zero yields ± (no error)
0/0 evaluates to (no error)
neither of these cases raises an error