Guide
Appearance
Calculates the ceiling of the given number reactively.
import { useCeil } from '@qwikgear/math'; const a = useSignal(1.6); const x = useAverage(a); // Signal<2>