Skip to content

Commit 2f72f04

Browse files
SwayamInSyncjuntyr
andauthored
Update docs/index.md
Co-authored-by: Juniper Tyree <50025784+juntyr@users.noreply.github.com>
1 parent 7723155 commit 2f72f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Standard double precision (float64) provides approximately 15-16 significant dec
113113
- **Financial Calculations**: High-precision arithmetic for regulatory compliance
114114
- **Validation**: Checking accuracy of lower-precision implementations
115115

116-
Additionally, NumPy's existing `np.longdouble` suffers from cross-platform inconsistency, it's 64-bit on Windows and macOS, 80-bit on Linux x86, and varies on other architectures. NumPy QuadDType solves this by providing **true IEEE 754 quadruple precision (128-bit)** consistently across all platforms.
116+
Additionally, NumPy's existing `np.longdouble` or `np.float128` (alias for `np.longdouble`) suffers from cross-platform inconsistency: it is 64-bit on Windows and macOS, 80-bit on Linux x86, and varies on other architectures. NumPy QuadDType solves this by providing **true IEEE 754 quadruple precision (128-bit)** consistently across all platforms.
117117

118118
For more details on the motivation and technical implementation, see the [Quansight Labs blog post](https://labs.quansight.org/blog/numpy-quaddtype-blog).
119119

0 commit comments

Comments
 (0)