Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

div

Divides two fixed-point numbers.

Panics

Panics if b is zero.

Fully qualified path: cairo_fp::f128::math::ops::div

fn div(a: Fixed, b: Fixed) -> Fixed