@@ -11,33 +11,33 @@ objects in its main namespace under the specified names:
11
11
12
12
+--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
13
13
| dtype object | description |
14
- +==============+============================================================================================================================================================================================+
14
+ +==============+============================================================================================================================================================================================== +
15
15
| bool | Boolean (``True `` or ``False ``). |
16
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
16
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
17
17
| int8 | An 8-bit signed integer whose values exist on the interval ``[-128, +127] ``. |
18
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
18
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
19
19
| int16 | A 16-bit signed integer whose values exist on the interval ``[−32,767, +32,767] ``. |
20
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
20
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
21
21
| int32 | A 32-bit signed integer whose values exist on the interval ``[−2,147,483,647, +2,147,483,647] ``. |
22
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
22
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
23
23
| int64 | A 64-bit signed integer whose values exist on the interval ``[−9,223,372,036,854,775,807, +9,223,372,036,854,775,807] ``. |
24
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
24
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
25
25
| uint8 | An 8-bit unsigned integer whose values exist on the interval ``[0, +255] ``. |
26
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
26
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
27
27
| uint16 | A 16-bit unsigned integer whose values exist on the interval ``[0, +65,535] ``. |
28
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
28
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
29
29
| uint32 | A 32-bit unsigned integer whose values exist on the interval ``[0, +4,294,967,295] ``. |
30
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
30
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
31
31
| uint64 | A 64-bit unsigned integer whose values exist on the interval ``[0, +18,446,744,073,709,551,615] ``. |
32
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
32
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
33
33
| float32 | IEEE 754 single-precision (32-bit) binary floating-point number (see IEEE 754-2019). |
34
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
34
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
35
35
| float64 | IEEE 754 double-precision (64-bit) binary floating-point number (see IEEE 754-2019). |
36
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
36
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
37
37
| complex64 | Single-precision (64-bit) complex floating-point number whose real and imaginary components *must * be IEEE 754 single-precision (32-bit) binary floating-point numbers (see IEEE 754-2019). |
38
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
38
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
39
39
| complex128 | Double-precision (128-bit) complex floating-point number whose real and imaginary components *must * be IEEE 754 double-precision (64-bit) binary floating-point numbers (see IEEE 754-2019). |
40
- +--------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
40
+ +--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +
41
41
42
42
Data type objects *must * have the following methods (no attributes are required):
43
43
0 commit comments