Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 252 Bytes

index.md

File metadata and controls

18 lines (13 loc) · 252 Bytes
category
@Math

useTrunc

Reactive Math.trunc.

Usage

import { useTrunc } from '@vueuse/math'

const value1 = ref(0.95)
const value2 = ref(-2.34)
const result1 = useTrunc(value1) // 0
const result2 = useTrunc(value2) // -2