Docs.rs
mathhook-core-0.1.2
mathhook-core 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
AhmedMashour
Dependencies
dirs ^6.0.0
normal
lalrpop-util ^0.22.2
normal
mathhook-macros ^0.1.2
normal
num-bigint ^0.4
normal
num-integer ^0.1
normal
num-rational ^0.4
normal
num-traits ^0.2
normal
once_cell ^1.19
normal
rayon ^1.10.0
normal
regex ^1.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
tempfile ^3.8
normal
criterion ^0.7.0
dev
proptest ^1.5
dev
lalrpop ^0.22.2
build
Versions
72.3%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module rounding
mathhook_
core
0.1.2
Module rounding
Module Items
Functions
In mathhook_
core::
functions::
elementary
mathhook_core
::
functions
::
elementary
Module
rounding
Copy item path
Source
Expand description
Rounding function implementations
Functions
ยง
ceil
Ceiling function (round up to nearest integer)
floor
Floor function (round down to nearest integer)
round
Round function (round to nearest integer)
sign
Sign function