add round up description on ceil documentation (#4027)

Signed-off-by: Alireza <alireza.mh@gmail.com>
This commit is contained in:
alireza-mh
2018-10-28 18:26:54 +03:30
committed by John-David Dalton
parent 6bdb8a2f75
commit d9c5082727

View File

@@ -1,7 +1,7 @@
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
* @category Math