Skip to content

Commit

Permalink
docs: fix return annotation value
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
Planeshifter authored Jul 20, 2024
1 parent 39e4619 commit c2d60e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Rounds a `numeric` value to the nearest `number` toward negative infinity with `

```c
double out = stdlib_base_ceilsd( 0.0313, 2, 2 );
// returns 0.03125
// returns 0.046875
```

The function accepts the following arguments:
Expand Down

0 comments on commit c2d60e4

Please sign in to comment.