@@ -2734,7 +2734,7 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
27342734@overload
27352735def __mod__ (self :NDArray [np .bool ],other :_ArrayLike [_RealNumberT ],/ )-> NDArray [_RealNumberT ]: ...# type: ignore[overload-overlap]
27362736@overload
2737- def __mod__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
2737+ def __mod__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
27382738@overload
27392739def __mod__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
27402740@overload
@@ -2759,7 +2759,7 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
27592759@overload
27602760def __rmod__ (self :NDArray [np .bool ],other :_ArrayLike [_RealNumberT ],/ )-> NDArray [_RealNumberT ]: ...# type: ignore[overload-overlap]
27612761@overload
2762- def __rmod__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
2762+ def __rmod__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
27632763@overload
27642764def __rmod__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
27652765@overload
@@ -2784,7 +2784,7 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
27842784@overload
27852785def __divmod__ (self :NDArray [np .bool ],rhs :_ArrayLike [_RealNumberT ],/ )-> _2Tuple [NDArray [_RealNumberT ]]: ...# type: ignore[overload-overlap]
27862786@overload
2787- def __divmod__ (self :NDArray [floating [ _64Bit ] ],rhs :_ArrayLikeFloat64_co ,/ )-> _2Tuple [NDArray [float64 ]]: ...
2787+ def __divmod__ (self :NDArray [float64 ],rhs :_ArrayLikeFloat64_co ,/ )-> _2Tuple [NDArray [float64 ]]: ...
27882788@overload
27892789def __divmod__ (self :_ArrayFloat64_co ,rhs :_ArrayLike [floating [_64Bit ]],/ )-> _2Tuple [NDArray [float64 ]]: ...
27902790@overload
@@ -2805,7 +2805,7 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
28052805@overload
28062806def __rdivmod__ (self :NDArray [np .bool ],lhs :_ArrayLike [_RealNumberT ],/ )-> _2Tuple [NDArray [_RealNumberT ]]: ...# type: ignore[overload-overlap]
28072807@overload
2808- def __rdivmod__ (self :NDArray [floating [ _64Bit ] ],lhs :_ArrayLikeFloat64_co ,/ )-> _2Tuple [NDArray [float64 ]]: ...
2808+ def __rdivmod__ (self :NDArray [float64 ],lhs :_ArrayLikeFloat64_co ,/ )-> _2Tuple [NDArray [float64 ]]: ...
28092809@overload
28102810def __rdivmod__ (self :_ArrayFloat64_co ,lhs :_ArrayLike [floating [_64Bit ]],/ )-> _2Tuple [NDArray [float64 ]]: ...
28112811@overload
@@ -2826,11 +2826,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
28262826@overload
28272827def __add__ (self :NDArray [np .bool ],other :_ArrayLike [_NumberT ],/ )-> NDArray [_NumberT ]: ...# type: ignore[overload-overlap]
28282828@overload
2829- def __add__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
2829+ def __add__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
28302830@overload
28312831def __add__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
28322832@overload
2833- def __add__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
2833+ def __add__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
28342834@overload
28352835def __add__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
28362836@overload
@@ -2863,11 +2863,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
28632863@overload
28642864def __radd__ (self :NDArray [np .bool ],other :_ArrayLike [_NumberT ],/ )-> NDArray [_NumberT ]: ...# type: ignore[overload-overlap]
28652865@overload
2866- def __radd__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
2866+ def __radd__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
28672867@overload
28682868def __radd__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
28692869@overload
2870- def __radd__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
2870+ def __radd__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
28712871@overload
28722872def __radd__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
28732873@overload
@@ -2900,11 +2900,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
29002900@overload
29012901def __sub__ (self :NDArray [np .bool ],other :_ArrayLike [_NumberT ],/ )-> NDArray [_NumberT ]: ...# type: ignore[overload-overlap]
29022902@overload
2903- def __sub__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
2903+ def __sub__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
29042904@overload
29052905def __sub__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
29062906@overload
2907- def __sub__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
2907+ def __sub__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
29082908@overload
29092909def __sub__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
29102910@overload
@@ -2937,11 +2937,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
29372937@overload
29382938def __rsub__ (self :NDArray [np .bool ],other :_ArrayLike [_NumberT ],/ )-> NDArray [_NumberT ]: ...# type: ignore[overload-overlap]
29392939@overload
2940- def __rsub__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
2940+ def __rsub__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
29412941@overload
29422942def __rsub__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
29432943@overload
2944- def __rsub__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
2944+ def __rsub__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
29452945@overload
29462946def __rsub__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
29472947@overload
@@ -2974,11 +2974,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
29742974@overload
29752975def __mul__ (self :NDArray [np .bool ],other :_ArrayLike [_NumberT ],/ )-> NDArray [_NumberT ]: ...# type: ignore[overload-overlap]
29762976@overload
2977- def __mul__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
2977+ def __mul__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
29782978@overload
29792979def __mul__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
29802980@overload
2981- def __mul__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
2981+ def __mul__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
29822982@overload
29832983def __mul__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
29842984@overload
@@ -3009,11 +3009,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
30093009@overload
30103010def __rmul__ (self :NDArray [np .bool ],other :_ArrayLike [_NumberT ],/ )-> NDArray [_NumberT ]: ...# type: ignore[overload-overlap]
30113011@overload
3012- def __rmul__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
3012+ def __rmul__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
30133013@overload
30143014def __rmul__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
30153015@overload
3016- def __rmul__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
3016+ def __rmul__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
30173017@overload
30183018def __rmul__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
30193019@overload
@@ -3036,11 +3036,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
30363036def __rmul__ (self :NDArray [Any ],other :_ArrayLikeObject_co ,/ )-> Any : ...
30373037
30383038@overload
3039- def __truediv__ (self :_ArrayInt_co | NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
3039+ def __truediv__ (self :_ArrayInt_co | NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
30403040@overload
30413041def __truediv__ (self :_ArrayFloat64_co ,other :_ArrayLikeInt_co | _ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
30423042@overload
3043- def __truediv__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
3043+ def __truediv__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
30443044@overload
30453045def __truediv__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
30463046@overload
@@ -3067,11 +3067,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
30673067def __truediv__ (self :NDArray [Any ],other :_ArrayLikeObject_co ,/ )-> Any : ...
30683068
30693069@overload
3070- def __rtruediv__ (self :_ArrayInt_co | NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
3070+ def __rtruediv__ (self :_ArrayInt_co | NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
30713071@overload
30723072def __rtruediv__ (self :_ArrayFloat64_co ,other :_ArrayLikeInt_co | _ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
30733073@overload
3074- def __rtruediv__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
3074+ def __rtruediv__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
30753075@overload
30763076def __rtruediv__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
30773077@overload
@@ -3104,7 +3104,7 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
31043104@overload
31053105def __floordiv__ (self :NDArray [np .bool ],other :_ArrayLike [_RealNumberT ],/ )-> NDArray [_RealNumberT ]: ...# type: ignore[overload-overlap]
31063106@overload
3107- def __floordiv__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
3107+ def __floordiv__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
31083108@overload
31093109def __floordiv__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
31103110@overload
@@ -3133,7 +3133,7 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
31333133@overload
31343134def __rfloordiv__ (self :NDArray [np .bool ],other :_ArrayLike [_RealNumberT ],/ )-> NDArray [_RealNumberT ]: ...# type: ignore[overload-overlap]
31353135@overload
3136- def __rfloordiv__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
3136+ def __rfloordiv__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
31373137@overload
31383138def __rfloordiv__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
31393139@overload
@@ -3160,11 +3160,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
31603160@overload
31613161def __pow__ (self :NDArray [np .bool ],other :_ArrayLike [_NumberT ],/ )-> NDArray [_NumberT ]: ...# type: ignore[overload-overlap]
31623162@overload
3163- def __pow__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
3163+ def __pow__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
31643164@overload
31653165def __pow__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
31663166@overload
3167- def __pow__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
3167+ def __pow__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
31683168@overload
31693169def __pow__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
31703170@overload
@@ -3191,11 +3191,11 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeT_co, _DType_co]):
31913191@overload
31923192def __rpow__ (self :NDArray [np .bool ],other :_ArrayLike [_NumberT ],/ )-> NDArray [_NumberT ]: ...# type: ignore[overload-overlap]
31933193@overload
3194- def __rpow__ (self :NDArray [floating [ _64Bit ] ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
3194+ def __rpow__ (self :NDArray [float64 ],other :_ArrayLikeFloat64_co ,/ )-> NDArray [float64 ]: ...
31953195@overload
31963196def __rpow__ (self :_ArrayFloat64_co ,other :_ArrayLike [floating [_64Bit ]],/ )-> NDArray [float64 ]: ...
31973197@overload
3198- def __rpow__ (self :NDArray [complexfloating [ _64Bit ] ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
3198+ def __rpow__ (self :NDArray [complex128 ],other :_ArrayLikeComplex128_co ,/ )-> NDArray [complex128 ]: ...
31993199@overload
32003200def __rpow__ (self :_ArrayComplex128_co ,other :_ArrayLike [complexfloating [_64Bit ]],/ )-> NDArray [complex128 ]: ...
32013201@overload