Skip to content

Remove the non-existent extended precision scalar types #120

@jorenham

Description

@jorenham

Remove the following np.number subtypes, and the related npt.NBitBase stuff.

  • int128 / uint128
  • int256 / uint256
  • float80 / complex160
  • float256 / complex512

This way, the only remaining extended precision types are

  • float96 / complex192
  • float128 / complex256

It's probably a good idea to also clean up _typing._extended_precision.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions