Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MilesCranmer
/
PySR
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ea4213e
PySR
/
operators.jl
MilesCranmer
Add a python interface
cfca8a4
over 4 years ago
raw
Copy download link
history
blame
Wrap lines
116 Bytes
# Define allowed operators
plus(x::
Float32
, y::
Float32
)::
Float32
= x+y
mult(x::
Float32
, y::
Float32
)::
Float32
= x*y;