Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
drixo
/
nanochatt
like
0
Model card
Files
Files and versions
xet
Community
main
nanochatt
/
venv
/
lib
/
python3.10
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
routines
/
subrout.f
drixo
Upload folder using huggingface_hub
838f737
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
90 Bytes
SUBROUTINE
SUBROUT(A,B,C)
REAL*
8
A,
B,
C
C = A +
B
END
SUBROUTINE