Skip to content

Commit 5615340

Browse files
committed
some fix
1 parent 6f01285 commit 5615340

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

quaddtype/docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:target: https://pypi.org/project/numpy-quaddtype/
55
:alt: PyPI version
66
```
7-
```{image} https://img.shields.io/pypi/pyversions/numpy-quaddtype.svg
7+
```{image} https://img.shields.io/badge/python-3.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue.svg
88
:alt: Python versions
99
```
1010

@@ -21,7 +21,7 @@ NumPy QuadDType provides IEEE 754 quadruple-precision (binary128) floating-point
2121
:link: user_guide/precision
2222
:link-type: doc
2323

24-
128-bit floating point with ~34 decimal digits of precision, compared to ~15-16 for float64.
24+
128-bit floating point with ~34 decimal digits of precision
2525
:::
2626

2727
:::{grid-item-card} 🔌 NumPy Integration
@@ -35,7 +35,7 @@ Works seamlessly with NumPy arrays, ufuncs, and broadcasting.
3535
:link: user_guide/performance
3636
:link-type: doc
3737

38-
Powered by SLEEF library for vectorized transcendental functions.
38+
Vectorization-friendly design that can leverage SIMD acceleration where supported.
3939
:::
4040

4141
:::{grid-item-card} 🧮 Mathematical Functions

0 commit comments

Comments
 (0)