Docs.rs
scivex-sym-0.1.1
scivex-sym 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
scivex
Dependencies
scivex-core ^0.1.1
normal
serde ^1
normal
optional
criterion ^0.5
dev
proptest ^1
dev
Versions
86.59%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
e
scivex_
sym
0.1.1
e
Sections
Examples
In scivex_
sym::
expr
scivex_sym
::
expr
Function
e
Copy item path
Source
pub fn e() ->
Expr
Expand description
The constant e.
§
Examples
assert!
(e().as_const().unwrap() >
2.71
);