Docs.rs
windjammer-runtime-0.44.0
windjammer-runtime 0.44.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jeffreyfriedman
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
axum ^0.8
normal
base64 ^0.21
normal
bcrypt ^0.17
normal
chrono ^0.4
normal
clap ^4.5
normal
console_error_panic_hook ^0.1
normal
optional
csv ^1.3
normal
dirs ^5.0
normal
env_logger ^0.11
normal
getrandom ^0.2
normal
hex ^0.4
normal
js-sys ^0.3
normal
optional
log ^0.4
normal
mime_guess ^2.0
normal
rand ^0.8
normal
rayon ^1.8
normal
regex ^1.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
sqlx ^0.8
normal
optional
thiserror ^1.0
normal
tokio ^1
normal
tower ^0.4
normal
optional
tower-http ^0.5
normal
optional
url ^2.5
normal
urlencoding ^2.1
normal
wasm-bindgen ^0.2
normal
optional
wasm-bindgen-futures ^0.4
normal
optional
web-sys ^0.3
normal
optional
reqwest ^0.12
normal
Versions
73.62%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
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
Skip to main content
Module math
windjammer_
runtime
0.44.0
Module math
Module Items
Constants
Functions
In crate windjammer_
runtime
windjammer_runtime
Module
math
Copy item path
Source
Expand description
Mathematical functions
Windjammer’s
std::math
module maps to these functions.
Constants
§
E
PI
Constants
Functions
§
abs_f64
abs_i64
Absolute value
ceil
Ceiling
cos
floor
Floor
max_f64
max_i64
Maximum
min_f64
min_i64
Minimum
pow_f64
Power
pow_i32
round
Round
sin
Trigonometric functions
sqrt
Square root
tan