| author | |
| committer | |
| log | c4cd592f0e1eeff5a4056796610d97010ae4e38c |
| tree | 20a8fb1bbdd6616dbd374961913ec14d7acc06d5 |
| parent | 5e7406bdd9f942900dceb2f917ed5f64b6f2ba00 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -8866,7 +8866,7 @@ fn doTheTest() !void { |
| 8866 | 8866 | {#header_open|@ceil#} |
| 8867 | 8867 | <pre>{#syntax#}@ceil(value: anytype) @TypeOf(value){#endsyntax#}</pre> |
| 8868 | 8868 | <p> |
| 8869 | Returns the largest integral value not less than the given floating point number. | |
| 8869 | Returns the smallest integral value not less than the given floating point number. | |
| 8870 | 8870 | Uses a dedicated hardware instruction when available. |
| 8871 | 8871 | </p> |
| 8872 | 8872 | <p> |