mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
add round up description on ceil documentation (#4027)
Signed-off-by: Alireza <alireza.mh@gmail.com>
This commit is contained in:
committed by
John-David Dalton
parent
6bdb8a2f75
commit
d9c5082727
2
ceil.js
2
ceil.js
@@ -1,7 +1,7 @@
|
|||||||
import createRound from './.internal/createRound.js'
|
import createRound from './.internal/createRound.js'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Computes `number` rounded up to `precision`.
|
* Computes `number` rounded up to `precision`. (Round up: the smallest integer greater than or equal to a given number.)
|
||||||
*
|
*
|
||||||
* @since 3.10.0
|
* @since 3.10.0
|
||||||
* @category Math
|
* @category Math
|
||||||
|
|||||||
Reference in New Issue
Block a user