Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
introvoyz041
/
visualmath
like
0
Languages:
English
License:
mit
Dataset card
Files
Files and versions
Community
main
visualmath
/
data
/
visma
/
config
/
values.py
introvoyz041
Migrated from GitHub
389d072
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
151 Bytes
import
math
# config
ROUNDOFF =
2
#
FIXME:
Make ROUNDOFF global
INPUT_TYPE =
"Greek"
# constants
PI = math.pi
EXP = math.exp(
1
)
IOTA =
complex
(
0
,
1
)