Skip to content

Commit 0a36a9d

Browse files
committed
added readme
1 parent cf6cf91 commit 0a36a9d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

quaddtype/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Numpy-QuadDType
2+
3+
## Installation
4+
5+
```
6+
pip install numpy==2.1.0
7+
pip install -i https://test.pypi.org/simple/ quaddtype
8+
```
9+
10+
## Usage
11+
12+
```
13+
import numpy as np
14+
from quaddtype import QuadPrecDType, QuadPrecision
15+
16+
np.array([1,2,3], dtype=QuadPrecDType())
17+
```

0 commit comments

Comments
 (0)