Skip to content

Commit fcdefe1

Browse files
pnevyknotgull
authored andcommitted
Add libm feature documentation to readme
1 parent 14035ea commit fcdefe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ assert!(x >= 1.5 && x < 3.0);
5151
# Features
5252

5353
- `std` (enabled by default): Enables the `std` library. Freestanding functions only work with this feature enabled. Also enables the `fastrand/std` feature.
54+
- `libm`: Uses [`libm`](https://crates.io/crates/libm) dependency for math functions in `no_std` environment.
5455

5556
## License
5657

0 commit comments

Comments
 (0)