Skip to content

Commit 168a3fc

Browse files
authored
Merge pull request #449 from numpy/docs/fix-extended-precision
📝 fix incorrectly documented extended-precision removals
2 parents efdf53a + 6c2a201 commit 168a3fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/user_guide/differences.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ The following non-existent scalar types have been removed (numpy/numtype#209):
8383
- `int128` and `int256`
8484
- `uint128` and `uint256`
8585
- `float80` and `float256`
86-
- `complex128` and `complex256`
86+
- `complex160` and `complex512`
87+
88+
These types will not be defined on any supported platform.
8789

8890
## Aliases of `longdouble`
8991

0 commit comments

Comments
 (0)