Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
openfree
/
graphite2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
graphite2
/
libraries
/
path-bool
/
src
/
util
/
epsilons.rs
openfree
Deploy from GitHub repository
2409829
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
#[derive(Clone, Copy, Debug)]
pub
struct
Epsilons
{
pub
point:
f64
,
pub
linear:
f64
,
pub
param:
f64
,
}