Guide
Appearance
Reactive Math.abs.
Math.abs
import { useAbs } from '@qwikgear/math'; const a = useSignal(-1); const b = useAbs(a); // Signal<1>