mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
Fix a typo in @ceil documentation.
This commit is contained in:
parent
5e7406bdd9
commit
c4cd592f0e
@ -8866,7 +8866,7 @@ fn doTheTest() !void {
|
||||
{#header_open|@ceil#}
|
||||
<pre>{#syntax#}@ceil(value: anytype) @TypeOf(value){#endsyntax#}</pre>
|
||||
<p>
|
||||
Returns the largest integral value not less than the given floating point number.
|
||||
Returns the smallest integral value not less than the given floating point number.
|
||||
Uses a dedicated hardware instruction when available.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user