mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 11:13:08 +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#}
|
{#header_open|@ceil#}
|
||||||
<pre>{#syntax#}@ceil(value: anytype) @TypeOf(value){#endsyntax#}</pre>
|
<pre>{#syntax#}@ceil(value: anytype) @TypeOf(value){#endsyntax#}</pre>
|
||||||
<p>
|
<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.
|
Uses a dedicated hardware instruction when available.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user