Skip to content

Commit 861720b

Browse files
committed
README: all the math functions we needed are now supported
1 parent 6f04dab commit 861720b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ fn foo(x: f32) {
3333
}
3434
```
3535

36-
Not all the math functions are available at the moment. Check the [API docs] to learn what's
37-
currently supported.
38-
39-
[API docs]: https://docs.rs/libm
36+
The API documentation can be found [here](https://docs.rs/libm).
4037

4138
## Contributing
4239

0 commit comments

Comments
 (0)