Docs.rs
aether-azathoth-0.2.0
aether-azathoth 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
xiaozuhui
Dependencies
calamine ^0.31.0
normal
chrono ^0.4
normal
lazy_static ^1.4
normal
num-bigint ^0.4
normal
num-rational ^0.4
normal
num-traits ^0.2
normal
rust_xlsxwriter ^0.91.0
normal
serde_json ^1.0
normal
ureq ^3.1.3
normal
criterion ^0.7.0
dev
cbindgen ^0.29.2
build
console_error_panic_hook ^0.1
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
Versions
67.52%
of the crate is documented
Go to latest version
Platform
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 precise
aether
0.2.0
Module precise
Module Items
Functions
In aether::
builtins
aether
::
builtins
Module
precise
Copy item path
Source
Functions
§
denominator
获取分数的分母
frac_
add
分数加法运算
frac_
div
分数除法运算
frac_
mul
分数乘法运算
frac_
sub
分数减法运算
gcd
计算两个整数的最大公约数(Greatest Common Divisor)
lcm
计算两个整数的最小公倍数(Least Common Multiple)
numerator
获取分数的分子
simplify
化简分数(约分)
to_
float
将分数转换为浮点数
to_
fraction
将数字转换为分数