Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
koichi12
/
llm_tutorial
like
3
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
9a8eae1
llm_tutorial
/
.venv
/
lib
/
python3.11
/
site-packages
/
mpmath
/
calculus
/
calculus.py
koichi12
Add files using upload-large-folder tool
bcc798f
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
112 Bytes
class
CalculusMethods
(
object
):
pass
def
defun
(
f
):
setattr
(CalculusMethods, f.__name__, f)
return
f