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