Skip to content

useCeil

Category
Export Size
115 B
Package
@vueuse/math
Last Changed
10 months ago

Reactive Math.ceil

Usage

ts
import { useCeil } from '@vueuse/math'

const value = ref(0.95)
const result = useCeil(value) // 1

Type Declarations

typescript
/**
 * Reactive `Math.ceil`.
 *
 * @see https://vueuse.org/useCeil
 */
export declare function useCeil(
  value: MaybeRefOrGetter<number>,
): ComputedRef<number>

Source

SourceDocs

Contributors

Anthony Fu
Anthony Fu
webfansplz

Changelog

v10.0.0-beta.4 on 4/13/2023
4d757 - feat(types)!: rename MaybeComputedRef to MaybeRefOrGetter
0a72b - feat(toValue): rename resolveUnref to toValue

Released under the MIT License.

Free AI Workshop
Build smarter apps with LLMs, agents, MCPs, and advanced AI tooling
Boost Your Workflow
July 7