Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Rutam <138517416+performant23@users.noreply.github.com>
  • Loading branch information
performant23 authored Mar 16, 2024
1 parent 723bec9 commit 0cf457b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ bool = isComposite( NaN );
Tests if a finite double-precision floating-point number is a composite number.

```c
#include <stdbool.h>

bool out = stdlib_base_is_composite( 3 );
// returns false
```
Expand Down

0 comments on commit 0cf457b

Please sign in to comment.