Skip to content

Commit

Permalink
Update ceil.md (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyiLee authored Nov 14, 2023
1 parent 24983cb commit 015b970
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CEIL(X) 函数返回不小于 X 的最小整数。
| ---- | ---- |
| X | 必要参数,可取任意数值数据类型 |

对 int 类的绝对数值类型,返回值也是相同的绝对数值类型。对浮点数勒说,返回值也是浮点数。
对 int 类的绝对数值类型,返回值也是相同的绝对数值类型。对浮点数来说,返回值也是浮点数。

## **示例**

Expand Down

0 comments on commit 015b970

Please sign in to comment.