Docs.rs
cas-compute-0.2.0
cas-compute 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ElectrifyPro
Dependencies
ariadne ^0.2.0
normal
cas-attrs ^0.2.0
normal
cas-error ^0.2.0
normal
cas-parser ^0.2.0
normal
flate2 ^1.0.27
normal
optional
levenshtein ^1.0.5
normal
mysql_common ^0.30.6
normal
optional
once_cell ^1.18.0
normal
rand ^0.8.5
normal
rug ^1.22.0
normal
serde ^1.0.188
normal
optional
serde_repr ^0.1.6
normal
optional
assert_float_eq ^1.1.3
dev
pretty_assertions ^1.3.0
dev
Versions
69.46%
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
Module sequence
cas_
compute
0.2.0
Module sequence
Module Items
Structs
In cas_
compute::
funcs
cas_compute
::
funcs
Module
sequence
Copy item path
Source
Expand description
Functions to determine the specified term of particular sequences.
Structs
ยง
Fib
Returns the
n
th term of the Fibonacci sequence, using a fast doubling algorithm with
O(log n)
complexity, extended to support negative indices.