Docs.rs
symjit-bridge-2.13.1
symjit-bridge 2.13.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
shahriariravanian
Dependencies
anyhow ^1
normal
num-complex ^0.4.6
normal
symbolica ^1.3
normal
symjit ^2.13.1
normal
wide ^0.8
normal
Versions
8.33%
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
Number
symjit_
bridge
2.13.1
Number
Required Methods
as_complex
Implementations on Foreign Types
Complex<f64>
f64
Implementors
In crate symjit_
bridge
symjit_bridge
Trait
Number
Copy item path
Source
pub trait Number { // Required method fn
as_complex
(&self) ->
Complex
<
f64
>; }
Required Methods
§
Source
fn
as_complex
(&self) ->
Complex
<
f64
>
Implementations on Foreign Types
§
Source
§
impl
Number
for
f64
Source
§
fn
as_complex
(&self) ->
Complex
<
f64
>
Source
§
impl
Number
for
Complex
<
f64
>
Source
§
fn
as_complex
(&self) ->
Complex
<
f64
>
Implementors
§