Docs.rs
lox-core-0.1.0-alpha.15
lox-core 0.1.0-alpha.15
Permalink
Docs.rs crate page
MPL-2.0
25 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
helgee
Dependencies
chrono ^0.4.43
normal
optional
fast_polynomial ^0.3.0
normal
glam ^0.33.1
normal
libm ^0.2.15
normal
optional
lox-approx ^0.1.1
normal
nom ^8.0.0
normal
serde ^1.0.228
normal
optional
thiserror ^2.0.17
normal
proptest ^1.9.0
dev
rstest ^0.26.1
dev
serde_json ^1.0.145
dev
Versions
100%
of the crate is documented
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
Skip to main content
powi
lox_
core
0.1.0-alpha.15
In lox_
core::
math::
float
lox_core
::
math
::
float
Function
powi
Copy item path
Source
pub fn powi(x:
f64
, n:
i32
) ->
f64
Expand description
Raises
x
to an integer power.