Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- .venv/lib/python3.11/site-packages/numpy/core/__pycache__/_add_newdocs.cpython-311.pyc +3 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__init__.py +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/_locales.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test__exceptions.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_arrayprint.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_casting_floatingpoint_errors.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_conversion_utils.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_cpu_features.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_defchararray.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_errstate.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_extint128.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_function_base.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_getlimits.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_half.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_indexerrors.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_longdouble.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_machar.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_memmap.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_nep50_promotions.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_numpy_2_0_compat.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_print.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_protocols.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_records.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalar_methods.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarbuffer.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarmath.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_shape_base.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_simd.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_simd_module.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_strings.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_umath_accuracy.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_unicode.cpython-311.pyc +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/generate_umath_validation_data.cpp +170 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/recarray_from_file.fits +0 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-README.txt +15 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arccos.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arccosh.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arcsin.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arcsinh.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arctan.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arctanh.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-cbrt.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-cos.csv +1375 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-cosh.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-exp.csv +412 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-exp2.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-expm1.csv +1429 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-log.csv +271 -0
- .venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-log10.csv +1629 -0
.gitattributes
CHANGED
|
@@ -372,3 +372,4 @@ tuning-competition-baseline/.venv/lib/python3.11/site-packages/nvidia/cudnn/lib/
|
|
| 372 |
.venv/lib/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 373 |
.venv/lib/python3.11/site-packages/numpy/core/_multiarray_tests.cpython-311-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 374 |
.venv/lib/python3.11/site-packages/numpy/core/_simd.cpython-311-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 372 |
.venv/lib/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 373 |
.venv/lib/python3.11/site-packages/numpy/core/_multiarray_tests.cpython-311-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 374 |
.venv/lib/python3.11/site-packages/numpy/core/_simd.cpython-311-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 375 |
+
.venv/lib/python3.11/site-packages/numpy/core/__pycache__/_add_newdocs.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
|
.venv/lib/python3.11/site-packages/numpy/core/__pycache__/_add_newdocs.cpython-311.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e88fdb34eba253fda59b99bb7aba32a9fd68f11193a956db7a2abc8ddc6e755
|
| 3 |
+
size 205975
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__init__.py
ADDED
|
File without changes
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/_locales.cpython-311.pyc
ADDED
|
Binary file (3.66 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test__exceptions.cpython-311.pyc
ADDED
|
Binary file (5.99 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_arrayprint.cpython-311.pyc
ADDED
|
Binary file (69.3 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_casting_floatingpoint_errors.cpython-311.pyc
ADDED
|
Binary file (10.6 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_conversion_utils.cpython-311.pyc
ADDED
|
Binary file (16.1 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_cpu_features.cpython-311.pyc
ADDED
|
Binary file (21.9 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_defchararray.cpython-311.pyc
ADDED
|
Binary file (58.3 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_errstate.cpython-311.pyc
ADDED
|
Binary file (5.56 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_extint128.cpython-311.pyc
ADDED
|
Binary file (13.4 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_function_base.cpython-311.pyc
ADDED
|
Binary file (33 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_getlimits.cpython-311.pyc
ADDED
|
Binary file (14.9 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_half.cpython-311.pyc
ADDED
|
Binary file (43.1 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_indexerrors.cpython-311.pyc
ADDED
|
Binary file (15.4 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_longdouble.cpython-311.pyc
ADDED
|
Binary file (32.1 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_machar.cpython-311.pyc
ADDED
|
Binary file (2.11 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_memmap.cpython-311.pyc
ADDED
|
Binary file (14.8 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_nep50_promotions.cpython-311.pyc
ADDED
|
Binary file (17.7 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_numpy_2_0_compat.cpython-311.pyc
ADDED
|
Binary file (3.21 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_print.cpython-311.pyc
ADDED
|
Binary file (12.9 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_protocols.cpython-311.pyc
ADDED
|
Binary file (3.67 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_records.cpython-311.pyc
ADDED
|
Binary file (42.5 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalar_methods.cpython-311.pyc
ADDED
|
Binary file (16.2 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarbuffer.cpython-311.pyc
ADDED
|
Binary file (10.6 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarmath.cpython-311.pyc
ADDED
|
Binary file (78.4 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_shape_base.cpython-311.pyc
ADDED
|
Binary file (55.2 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_simd.cpython-311.pyc
ADDED
|
Binary file (85.6 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_simd_module.cpython-311.pyc
ADDED
|
Binary file (8.05 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_strings.cpython-311.pyc
ADDED
|
Binary file (8.01 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_umath_accuracy.cpython-311.pyc
ADDED
|
Binary file (7.71 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_unicode.cpython-311.pyc
ADDED
|
Binary file (20.5 kB). View file
|
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/generate_umath_validation_data.cpp
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#include <algorithm>
|
| 2 |
+
#include <fstream>
|
| 3 |
+
#include <iostream>
|
| 4 |
+
#include <math.h>
|
| 5 |
+
#include <random>
|
| 6 |
+
#include <cstdio>
|
| 7 |
+
#include <ctime>
|
| 8 |
+
#include <vector>
|
| 9 |
+
|
| 10 |
+
struct ufunc {
|
| 11 |
+
std::string name;
|
| 12 |
+
double (*f32func)(double);
|
| 13 |
+
long double (*f64func)(long double);
|
| 14 |
+
float f32ulp;
|
| 15 |
+
float f64ulp;
|
| 16 |
+
};
|
| 17 |
+
|
| 18 |
+
template <typename T>
|
| 19 |
+
T
|
| 20 |
+
RandomFloat(T a, T b)
|
| 21 |
+
{
|
| 22 |
+
T random = ((T)rand()) / (T)RAND_MAX;
|
| 23 |
+
T diff = b - a;
|
| 24 |
+
T r = random * diff;
|
| 25 |
+
return a + r;
|
| 26 |
+
}
|
| 27 |
+
|
| 28 |
+
template <typename T>
|
| 29 |
+
void
|
| 30 |
+
append_random_array(std::vector<T> &arr, T min, T max, size_t N)
|
| 31 |
+
{
|
| 32 |
+
for (size_t ii = 0; ii < N; ++ii)
|
| 33 |
+
arr.emplace_back(RandomFloat<T>(min, max));
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
template <typename T1, typename T2>
|
| 37 |
+
std::vector<T1>
|
| 38 |
+
computeTrueVal(const std::vector<T1> &in, T2 (*mathfunc)(T2))
|
| 39 |
+
{
|
| 40 |
+
std::vector<T1> out;
|
| 41 |
+
for (T1 elem : in) {
|
| 42 |
+
T2 elem_d = (T2)elem;
|
| 43 |
+
T1 out_elem = (T1)mathfunc(elem_d);
|
| 44 |
+
out.emplace_back(out_elem);
|
| 45 |
+
}
|
| 46 |
+
return out;
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
/*
|
| 50 |
+
* FP range:
|
| 51 |
+
* [-inf, -maxflt, -1., -minflt, -minden, 0., minden, minflt, 1., maxflt, inf]
|
| 52 |
+
*/
|
| 53 |
+
|
| 54 |
+
#define MINDEN std::numeric_limits<T>::denorm_min()
|
| 55 |
+
#define MINFLT std::numeric_limits<T>::min()
|
| 56 |
+
#define MAXFLT std::numeric_limits<T>::max()
|
| 57 |
+
#define INF std::numeric_limits<T>::infinity()
|
| 58 |
+
#define qNAN std::numeric_limits<T>::quiet_NaN()
|
| 59 |
+
#define sNAN std::numeric_limits<T>::signaling_NaN()
|
| 60 |
+
|
| 61 |
+
template <typename T>
|
| 62 |
+
std::vector<T>
|
| 63 |
+
generate_input_vector(std::string func)
|
| 64 |
+
{
|
| 65 |
+
std::vector<T> input = {MINDEN, -MINDEN, MINFLT, -MINFLT, MAXFLT,
|
| 66 |
+
-MAXFLT, INF, -INF, qNAN, sNAN,
|
| 67 |
+
-1.0, 1.0, 0.0, -0.0};
|
| 68 |
+
|
| 69 |
+
// [-1.0, 1.0]
|
| 70 |
+
if ((func == "arcsin") || (func == "arccos") || (func == "arctanh")) {
|
| 71 |
+
append_random_array<T>(input, -1.0, 1.0, 700);
|
| 72 |
+
}
|
| 73 |
+
// (0.0, INF]
|
| 74 |
+
else if ((func == "log2") || (func == "log10")) {
|
| 75 |
+
append_random_array<T>(input, 0.0, 1.0, 200);
|
| 76 |
+
append_random_array<T>(input, MINDEN, MINFLT, 200);
|
| 77 |
+
append_random_array<T>(input, MINFLT, 1.0, 200);
|
| 78 |
+
append_random_array<T>(input, 1.0, MAXFLT, 200);
|
| 79 |
+
}
|
| 80 |
+
// (-1.0, INF]
|
| 81 |
+
else if (func == "log1p") {
|
| 82 |
+
append_random_array<T>(input, -1.0, 1.0, 200);
|
| 83 |
+
append_random_array<T>(input, -MINFLT, -MINDEN, 100);
|
| 84 |
+
append_random_array<T>(input, -1.0, -MINFLT, 100);
|
| 85 |
+
append_random_array<T>(input, MINDEN, MINFLT, 100);
|
| 86 |
+
append_random_array<T>(input, MINFLT, 1.0, 100);
|
| 87 |
+
append_random_array<T>(input, 1.0, MAXFLT, 100);
|
| 88 |
+
}
|
| 89 |
+
// [1.0, INF]
|
| 90 |
+
else if (func == "arccosh") {
|
| 91 |
+
append_random_array<T>(input, 1.0, 2.0, 400);
|
| 92 |
+
append_random_array<T>(input, 2.0, MAXFLT, 300);
|
| 93 |
+
}
|
| 94 |
+
// [-INF, INF]
|
| 95 |
+
else {
|
| 96 |
+
append_random_array<T>(input, -1.0, 1.0, 100);
|
| 97 |
+
append_random_array<T>(input, MINDEN, MINFLT, 100);
|
| 98 |
+
append_random_array<T>(input, -MINFLT, -MINDEN, 100);
|
| 99 |
+
append_random_array<T>(input, MINFLT, 1.0, 100);
|
| 100 |
+
append_random_array<T>(input, -1.0, -MINFLT, 100);
|
| 101 |
+
append_random_array<T>(input, 1.0, MAXFLT, 100);
|
| 102 |
+
append_random_array<T>(input, -MAXFLT, -100.0, 100);
|
| 103 |
+
}
|
| 104 |
+
|
| 105 |
+
std::random_shuffle(input.begin(), input.end());
|
| 106 |
+
return input;
|
| 107 |
+
}
|
| 108 |
+
|
| 109 |
+
int
|
| 110 |
+
main()
|
| 111 |
+
{
|
| 112 |
+
srand(42);
|
| 113 |
+
std::vector<struct ufunc> umathfunc = {
|
| 114 |
+
{"sin", sin, sin, 1.49, 1.00},
|
| 115 |
+
{"cos", cos, cos, 1.49, 1.00},
|
| 116 |
+
{"tan", tan, tan, 3.91, 3.93},
|
| 117 |
+
{"arcsin", asin, asin, 3.12, 2.55},
|
| 118 |
+
{"arccos", acos, acos, 2.1, 1.67},
|
| 119 |
+
{"arctan", atan, atan, 2.3, 2.52},
|
| 120 |
+
{"sinh", sinh, sinh, 1.55, 1.89},
|
| 121 |
+
{"cosh", cosh, cosh, 2.48, 1.97},
|
| 122 |
+
{"tanh", tanh, tanh, 1.38, 1.19},
|
| 123 |
+
{"arcsinh", asinh, asinh, 1.01, 1.48},
|
| 124 |
+
{"arccosh", acosh, acosh, 1.16, 1.05},
|
| 125 |
+
{"arctanh", atanh, atanh, 1.45, 1.46},
|
| 126 |
+
{"cbrt", cbrt, cbrt, 1.94, 1.82},
|
| 127 |
+
//{"exp",exp,exp,3.76,1.53},
|
| 128 |
+
{"exp2", exp2, exp2, 1.01, 1.04},
|
| 129 |
+
{"expm1", expm1, expm1, 2.62, 2.1},
|
| 130 |
+
//{"log",log,log,1.84,1.67},
|
| 131 |
+
{"log10", log10, log10, 3.5, 1.92},
|
| 132 |
+
{"log1p", log1p, log1p, 1.96, 1.93},
|
| 133 |
+
{"log2", log2, log2, 2.12, 1.84},
|
| 134 |
+
};
|
| 135 |
+
|
| 136 |
+
for (int ii = 0; ii < umathfunc.size(); ++ii) {
|
| 137 |
+
// ignore sin/cos
|
| 138 |
+
if ((umathfunc[ii].name != "sin") && (umathfunc[ii].name != "cos")) {
|
| 139 |
+
std::string fileName =
|
| 140 |
+
"umath-validation-set-" + umathfunc[ii].name + ".csv";
|
| 141 |
+
std::ofstream txtOut;
|
| 142 |
+
txtOut.open(fileName, std::ofstream::trunc);
|
| 143 |
+
txtOut << "dtype,input,output,ulperrortol" << std::endl;
|
| 144 |
+
|
| 145 |
+
// Single Precision
|
| 146 |
+
auto f32in = generate_input_vector<float>(umathfunc[ii].name);
|
| 147 |
+
auto f32out = computeTrueVal<float, double>(f32in,
|
| 148 |
+
umathfunc[ii].f32func);
|
| 149 |
+
for (int jj = 0; jj < f32in.size(); ++jj) {
|
| 150 |
+
txtOut << "np.float32" << std::hex << ",0x"
|
| 151 |
+
<< *reinterpret_cast<uint32_t *>(&f32in[jj]) << ",0x"
|
| 152 |
+
<< *reinterpret_cast<uint32_t *>(&f32out[jj]) << ","
|
| 153 |
+
<< ceil(umathfunc[ii].f32ulp) << std::endl;
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
// Double Precision
|
| 157 |
+
auto f64in = generate_input_vector<double>(umathfunc[ii].name);
|
| 158 |
+
auto f64out = computeTrueVal<double, long double>(
|
| 159 |
+
f64in, umathfunc[ii].f64func);
|
| 160 |
+
for (int jj = 0; jj < f64in.size(); ++jj) {
|
| 161 |
+
txtOut << "np.float64" << std::hex << ",0x"
|
| 162 |
+
<< *reinterpret_cast<uint64_t *>(&f64in[jj]) << ",0x"
|
| 163 |
+
<< *reinterpret_cast<uint64_t *>(&f64out[jj]) << ","
|
| 164 |
+
<< ceil(umathfunc[ii].f64ulp) << std::endl;
|
| 165 |
+
}
|
| 166 |
+
txtOut.close();
|
| 167 |
+
}
|
| 168 |
+
}
|
| 169 |
+
return 0;
|
| 170 |
+
}
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/recarray_from_file.fits
ADDED
|
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-README.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Steps to validate transcendental functions:
|
| 2 |
+
1) Add a file 'umath-validation-set-<ufuncname>.txt', where ufuncname is name of
|
| 3 |
+
the function in NumPy you want to validate
|
| 4 |
+
2) The file should contain 4 columns: dtype,input,expected output,ulperror
|
| 5 |
+
a. dtype: one of np.float16, np.float32, np.float64
|
| 6 |
+
b. input: floating point input to ufunc in hex. Example: 0x414570a4
|
| 7 |
+
represents 12.340000152587890625
|
| 8 |
+
c. expected output: floating point output for the corresponding input in hex.
|
| 9 |
+
This should be computed using a high(er) precision library and then rounded to
|
| 10 |
+
same format as the input.
|
| 11 |
+
d. ulperror: expected maximum ulp error of the function. This
|
| 12 |
+
should be same across all rows of the same dtype. Otherwise, the function is
|
| 13 |
+
tested for the maximum ulp error among all entries of that dtype.
|
| 14 |
+
3) Add file umath-validation-set-<ufuncname>.txt to the test file test_umath_accuracy.py
|
| 15 |
+
which will then validate your ufunc.
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arccos.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0xbddd7f50,0x3fd6eec2,3
|
| 3 |
+
np.float32,0xbe32a20c,0x3fdf8182,3
|
| 4 |
+
np.float32,0xbf607c09,0x4028f84f,3
|
| 5 |
+
np.float32,0x3f25d906,0x3f5db544,3
|
| 6 |
+
np.float32,0x3f01cec8,0x3f84febf,3
|
| 7 |
+
np.float32,0x3f1d5c6e,0x3f68a735,3
|
| 8 |
+
np.float32,0xbf0cab89,0x4009c36d,3
|
| 9 |
+
np.float32,0xbf176b40,0x400d0941,3
|
| 10 |
+
np.float32,0x3f3248b2,0x3f4ce6d4,3
|
| 11 |
+
np.float32,0x3f390b48,0x3f434e0d,3
|
| 12 |
+
np.float32,0xbe261698,0x3fddea43,3
|
| 13 |
+
np.float32,0x3f0e1154,0x3f7b848b,3
|
| 14 |
+
np.float32,0xbf379a3c,0x4017b764,3
|
| 15 |
+
np.float32,0xbeda6f2c,0x4000bd62,3
|
| 16 |
+
np.float32,0xbf6a0c3f,0x402e5d5a,3
|
| 17 |
+
np.float32,0x3ef1d700,0x3f8a17b7,3
|
| 18 |
+
np.float32,0xbf6f4f65,0x4031d30d,3
|
| 19 |
+
np.float32,0x3f2c9eee,0x3f54adfd,3
|
| 20 |
+
np.float32,0x3f3cfb18,0x3f3d8a1e,3
|
| 21 |
+
np.float32,0x3ba80800,0x3fc867d2,3
|
| 22 |
+
np.float32,0x3e723b08,0x3faa7e4d,3
|
| 23 |
+
np.float32,0xbf65820f,0x402bb054,3
|
| 24 |
+
np.float32,0xbee64e7a,0x40026410,3
|
| 25 |
+
np.float32,0x3cb15140,0x3fc64a87,3
|
| 26 |
+
np.float32,0x3f193660,0x3f6ddf2a,3
|
| 27 |
+
np.float32,0xbf0e5b52,0x400a44f7,3
|
| 28 |
+
np.float32,0x3ed55f14,0x3f920a4b,3
|
| 29 |
+
np.float32,0x3dd11a80,0x3fbbf85c,3
|
| 30 |
+
np.float32,0xbf4f5c4b,0x4020f4f9,3
|
| 31 |
+
np.float32,0x3f787532,0x3e792e87,3
|
| 32 |
+
np.float32,0x3f40e6ac,0x3f37a74f,3
|
| 33 |
+
np.float32,0x3f1c1318,0x3f6a47b6,3
|
| 34 |
+
np.float32,0xbe3c48d8,0x3fe0bb70,3
|
| 35 |
+
np.float32,0xbe94d4bc,0x3feed08e,3
|
| 36 |
+
np.float32,0xbe5c3688,0x3fe4ce26,3
|
| 37 |
+
np.float32,0xbf6fe026,0x403239cb,3
|
| 38 |
+
np.float32,0x3ea5983c,0x3f9ee7bf,3
|
| 39 |
+
np.float32,0x3f1471e6,0x3f73c5bb,3
|
| 40 |
+
np.float32,0x3f0e2622,0x3f7b6b87,3
|
| 41 |
+
np.float32,0xbf597180,0x40257ad1,3
|
| 42 |
+
np.float32,0xbeb5321c,0x3ff75d34,3
|
| 43 |
+
np.float32,0x3f5afcd2,0x3f0b6012,3
|
| 44 |
+
np.float32,0xbef2ff88,0x40042e14,3
|
| 45 |
+
np.float32,0xbedc747e,0x400104f5,3
|
| 46 |
+
np.float32,0xbee0c2f4,0x40019dfc,3
|
| 47 |
+
np.float32,0xbf152cd8,0x400c57dc,3
|
| 48 |
+
np.float32,0xbf6cf9e2,0x40303bbe,3
|
| 49 |
+
np.float32,0x3ed9cd74,0x3f90d1a1,3
|
| 50 |
+
np.float32,0xbf754406,0x4036767f,3
|
| 51 |
+
np.float32,0x3f59c5c2,0x3f0db42f,3
|
| 52 |
+
np.float32,0x3f2eefd8,0x3f518684,3
|
| 53 |
+
np.float32,0xbf156bf9,0x400c6b49,3
|
| 54 |
+
np.float32,0xbd550790,0x3fcfb8dc,3
|
| 55 |
+
np.float32,0x3ede58fc,0x3f8f8f77,3
|
| 56 |
+
np.float32,0xbf00ac19,0x40063c4b,3
|
| 57 |
+
np.float32,0x3f4d25ba,0x3f24280e,3
|
| 58 |
+
np.float32,0xbe9568be,0x3feef73c,3
|
| 59 |
+
np.float32,0x3f67d154,0x3ee05547,3
|
| 60 |
+
np.float32,0x3f617226,0x3efcb4f4,3
|
| 61 |
+
np.float32,0xbf3ab41a,0x4018d6cc,3
|
| 62 |
+
np.float32,0xbf3186fe,0x401592cd,3
|
| 63 |
+
np.float32,0x3de3ba50,0x3fbacca9,3
|
| 64 |
+
np.float32,0x3e789f98,0x3fa9ab97,3
|
| 65 |
+
np.float32,0x3f016e08,0x3f8536d8,3
|
| 66 |
+
np.float32,0x3e8b618c,0x3fa5c571,3
|
| 67 |
+
np.float32,0x3eff97bc,0x3f8628a9,3
|
| 68 |
+
np.float32,0xbf6729f0,0x402ca32f,3
|
| 69 |
+
np.float32,0xbebec146,0x3ff9eddc,3
|
| 70 |
+
np.float32,0x3ddb2e60,0x3fbb563a,3
|
| 71 |
+
np.float32,0x3caa8e40,0x3fc66595,3
|
| 72 |
+
np.float32,0xbf5973f2,0x40257bfa,3
|
| 73 |
+
np.float32,0xbdd82c70,0x3fd69916,3
|
| 74 |
+
np.float32,0xbedf4c82,0x400169ef,3
|
| 75 |
+
np.float32,0x3ef8f22c,0x3f881184,3
|
| 76 |
+
np.float32,0xbf1d74d4,0x400eedc9,3
|
| 77 |
+
np.float32,0x3f2e10a6,0x3f52b790,3
|
| 78 |
+
np.float32,0xbf08ecc0,0x4008a628,3
|
| 79 |
+
np.float32,0x3ecb7db4,0x3f94be9f,3
|
| 80 |
+
np.float32,0xbf052ded,0x40078bfc,3
|
| 81 |
+
np.float32,0x3f2ee78a,0x3f5191e4,3
|
| 82 |
+
np.float32,0xbf56f4e1,0x40245194,3
|
| 83 |
+
np.float32,0x3f600a3e,0x3f014a25,3
|
| 84 |
+
np.float32,0x3f3836f8,0x3f44808b,3
|
| 85 |
+
np.float32,0x3ecabfbc,0x3f94f25c,3
|
| 86 |
+
np.float32,0x3c70f500,0x3fc72dec,3
|
| 87 |
+
np.float32,0x3f17c444,0x3f6fabf0,3
|
| 88 |
+
np.float32,0xbf4c22a5,0x401f9a09,3
|
| 89 |
+
np.float32,0xbe4205dc,0x3fe1765a,3
|
| 90 |
+
np.float32,0x3ea49138,0x3f9f2d36,3
|
| 91 |
+
np.float32,0xbece0082,0x3ffe106b,3
|
| 92 |
+
np.float32,0xbe387578,0x3fe03eef,3
|
| 93 |
+
np.float32,0xbf2b6466,0x40137a30,3
|
| 94 |
+
np.float32,0xbe9dadb2,0x3ff12204,3
|
| 95 |
+
np.float32,0xbf56b3f2,0x402433bb,3
|
| 96 |
+
np.float32,0xbdf9b4d8,0x3fd8b51f,3
|
| 97 |
+
np.float32,0x3f58a596,0x3f0fd4b4,3
|
| 98 |
+
np.float32,0xbedf5748,0x40016b6e,3
|
| 99 |
+
np.float32,0x3f446442,0x3f32476f,3
|
| 100 |
+
np.float32,0x3f5be886,0x3f099658,3
|
| 101 |
+
np.float32,0x3ea1e44c,0x3f9fe1de,3
|
| 102 |
+
np.float32,0xbf11e9b8,0x400b585f,3
|
| 103 |
+
np.float32,0xbf231f8f,0x4010befb,3
|
| 104 |
+
np.float32,0xbf4395ea,0x401c2dd0,3
|
| 105 |
+
np.float32,0x3e9e7784,0x3fa0c8a6,3
|
| 106 |
+
np.float32,0xbe255184,0x3fddd14c,3
|
| 107 |
+
np.float32,0x3f70d25e,0x3eb13148,3
|
| 108 |
+
np.float32,0x3f220cdc,0x3f62a722,3
|
| 109 |
+
np.float32,0xbd027bf0,0x3fcd23e7,3
|
| 110 |
+
np.float32,0x3e4ef8b8,0x3faf02d2,3
|
| 111 |
+
np.float32,0xbf76fc6b,0x40380728,3
|
| 112 |
+
np.float32,0xbf57e761,0x4024c1cd,3
|
| 113 |
+
np.float32,0x3ed4fc20,0x3f922580,3
|
| 114 |
+
np.float32,0xbf09b64a,0x4008e1db,3
|
| 115 |
+
np.float32,0x3f21ca62,0x3f62fcf5,3
|
| 116 |
+
np.float32,0xbe55f610,0x3fe40170,3
|
| 117 |
+
np.float32,0xbc0def80,0x3fca2bbb,3
|
| 118 |
+
np.float32,0xbebc8764,0x3ff9547b,3
|
| 119 |
+
np.float32,0x3ec1b200,0x3f9766d1,3
|
| 120 |
+
np.float32,0xbf4ee44e,0x4020c1ee,3
|
| 121 |
+
np.float32,0xbea85852,0x3ff3f22a,3
|
| 122 |
+
np.float32,0xbf195c0c,0x400da3d3,3
|
| 123 |
+
np.float32,0xbf754b5d,0x40367ce8,3
|
| 124 |
+
np.float32,0xbdcbfe50,0x3fd5d52b,3
|
| 125 |
+
np.float32,0xbf1adb87,0x400e1be3,3
|
| 126 |
+
np.float32,0xbf6f8491,0x4031f898,3
|
| 127 |
+
np.float32,0xbf6f9ae7,0x4032086e,3
|
| 128 |
+
np.float32,0xbf52b3f0,0x40226790,3
|
| 129 |
+
np.float32,0xbf698452,0x402e09f4,3
|
| 130 |
+
np.float32,0xbf43dc9a,0x401c493a,3
|
| 131 |
+
np.float32,0xbf165f7f,0x400cb664,3
|
| 132 |
+
np.float32,0x3e635468,0x3fac682f,3
|
| 133 |
+
np.float32,0xbe8cf2b6,0x3fecc28a,3
|
| 134 |
+
np.float32,0x7f7fffff,0x7fc00000,3
|
| 135 |
+
np.float32,0xbf4c6513,0x401fb597,3
|
| 136 |
+
np.float32,0xbf02b8f8,0x4006d47e,3
|
| 137 |
+
np.float32,0x3ed3759c,0x3f9290c8,3
|
| 138 |
+
np.float32,0xbf2a7a5f,0x40132b98,3
|
| 139 |
+
np.float32,0xbae65000,0x3fc9496f,3
|
| 140 |
+
np.float32,0x3f65f5ea,0x3ee8ef07,3
|
| 141 |
+
np.float32,0xbe7712fc,0x3fe84106,3
|
| 142 |
+
np.float32,0xbb9ff700,0x3fc9afd2,3
|
| 143 |
+
np.float32,0x3d8d87a0,0x3fc03592,3
|
| 144 |
+
np.float32,0xbefc921c,0x40058c23,3
|
| 145 |
+
np.float32,0xbf286566,0x401279d8,3
|
| 146 |
+
np.float32,0x3f53857e,0x3f192eaf,3
|
| 147 |
+
np.float32,0xbee9b0f4,0x4002dd90,3
|
| 148 |
+
np.float32,0x3f4041f8,0x3f38a14a,3
|
| 149 |
+
np.float32,0x3f54ea96,0x3f16b02d,3
|
| 150 |
+
np.float32,0x3ea50ef8,0x3f9f0c01,3
|
| 151 |
+
np.float32,0xbeaad2dc,0x3ff49a4a,3
|
| 152 |
+
np.float32,0xbec428c8,0x3ffb636f,3
|
| 153 |
+
np.float32,0xbda46178,0x3fd358c7,3
|
| 154 |
+
np.float32,0xbefacfc4,0x40054b7f,3
|
| 155 |
+
np.float32,0xbf7068f9,0x40329c85,3
|
| 156 |
+
np.float32,0x3f70b850,0x3eb1caa7,3
|
| 157 |
+
np.float32,0x7fa00000,0x7fe00000,3
|
| 158 |
+
np.float32,0x80000000,0x3fc90fdb,3
|
| 159 |
+
np.float32,0x3f68d5c8,0x3edb7cf3,3
|
| 160 |
+
np.float32,0x3d9443d0,0x3fbfc98a,3
|
| 161 |
+
np.float32,0xff7fffff,0x7fc00000,3
|
| 162 |
+
np.float32,0xbeee7ba8,0x40038a5e,3
|
| 163 |
+
np.float32,0xbf0aaaba,0x40092a73,3
|
| 164 |
+
np.float32,0x3f36a4e8,0x3f46c0ee,3
|
| 165 |
+
np.float32,0x3ed268e4,0x3f92da82,3
|
| 166 |
+
np.float32,0xbee6002c,0x4002591b,3
|
| 167 |
+
np.float32,0xbe8f2752,0x3fed5576,3
|
| 168 |
+
np.float32,0x3f525912,0x3f1b40e0,3
|
| 169 |
+
np.float32,0xbe8e151e,0x3fed0e16,3
|
| 170 |
+
np.float32,0x1,0x3fc90fdb,3
|
| 171 |
+
np.float32,0x3ee23b84,0x3f8e7ae1,3
|
| 172 |
+
np.float32,0xbf5961ca,0x40257361,3
|
| 173 |
+
np.float32,0x3f6bbca0,0x3ecd14cd,3
|
| 174 |
+
np.float32,0x3e27b230,0x3fb4014d,3
|
| 175 |
+
np.float32,0xbf183bb8,0x400d49fc,3
|
| 176 |
+
np.float32,0x3f57759c,0x3f120b68,3
|
| 177 |
+
np.float32,0xbd6994c0,0x3fd05d84,3
|
| 178 |
+
np.float32,0xbf1dd684,0x400f0cc8,3
|
| 179 |
+
np.float32,0xbececc1c,0x3ffe480a,3
|
| 180 |
+
np.float32,0xbf48855f,0x401e206d,3
|
| 181 |
+
np.float32,0x3f28c922,0x3f59d382,3
|
| 182 |
+
np.float32,0xbf65c094,0x402bd3b0,3
|
| 183 |
+
np.float32,0x3f657d42,0x3eeb11dd,3
|
| 184 |
+
np.float32,0xbed32d4e,0x3fff7b15,3
|
| 185 |
+
np.float32,0xbf31af02,0x4015a0b1,3
|
| 186 |
+
np.float32,0x3d89eb00,0x3fc06f7f,3
|
| 187 |
+
np.float32,0x3dac2830,0x3fbe4a17,3
|
| 188 |
+
np.float32,0x3f7f7cb6,0x3d81a7df,3
|
| 189 |
+
np.float32,0xbedbb570,0x4000ea82,3
|
| 190 |
+
np.float32,0x3db37830,0x3fbdd4a8,3
|
| 191 |
+
np.float32,0xbf376f48,0x4017a7fd,3
|
| 192 |
+
np.float32,0x3f319f12,0x3f4dd2c9,3
|
| 193 |
+
np.float32,0x7fc00000,0x7fc00000,3
|
| 194 |
+
np.float32,0x3f1b4f70,0x3f6b3e31,3
|
| 195 |
+
np.float32,0x3e33c880,0x3fb278d1,3
|
| 196 |
+
np.float32,0x3f2796e0,0x3f5b69bd,3
|
| 197 |
+
np.float32,0x3f4915d6,0x3f2ad4d0,3
|
| 198 |
+
np.float32,0x3e4db120,0x3faf2ca0,3
|
| 199 |
+
np.float32,0x3ef03dd4,0x3f8a8ba9,3
|
| 200 |
+
np.float32,0x3e96ca88,0x3fa2cbf7,3
|
| 201 |
+
np.float32,0xbeb136ce,0x3ff64d2b,3
|
| 202 |
+
np.float32,0xbf2f3938,0x4014c75e,3
|
| 203 |
+
np.float32,0x3f769dde,0x3e8b0d76,3
|
| 204 |
+
np.float32,0x3f67cec8,0x3ee06148,3
|
| 205 |
+
np.float32,0x3f0a1ade,0x3f80204e,3
|
| 206 |
+
np.float32,0x3e4b9718,0x3faf7144,3
|
| 207 |
+
np.float32,0x3cccb480,0x3fc5dcf3,3
|
| 208 |
+
np.float32,0x3caeb740,0x3fc654f0,3
|
| 209 |
+
np.float32,0x3f684e0e,0x3ede0678,3
|
| 210 |
+
np.float32,0x3f0ba93c,0x3f7e6663,3
|
| 211 |
+
np.float32,0xbf12bbc4,0x400b985e,3
|
| 212 |
+
np.float32,0xbf2a8e1a,0x40133235,3
|
| 213 |
+
np.float32,0x3f42029c,0x3f35f5c5,3
|
| 214 |
+
np.float32,0x3eed1728,0x3f8b6f9c,3
|
| 215 |
+
np.float32,0xbe5779ac,0x3fe432fd,3
|
| 216 |
+
np.float32,0x3f6ed8b8,0x3ebc7e4b,3
|
| 217 |
+
np.float32,0x3eea25b0,0x3f8c43c7,3
|
| 218 |
+
np.float32,0x3f1988a4,0x3f6d786b,3
|
| 219 |
+
np.float32,0xbe751674,0x3fe7ff8a,3
|
| 220 |
+
np.float32,0xbe9f7418,0x3ff1997d,3
|
| 221 |
+
np.float32,0x3dca11d0,0x3fbc6979,3
|
| 222 |
+
np.float32,0x3f795226,0x3e6a6cab,3
|
| 223 |
+
np.float32,0xbea780e0,0x3ff3b926,3
|
| 224 |
+
np.float32,0xbed92770,0x4000901e,3
|
| 225 |
+
np.float32,0xbf3e9f8c,0x401a49f8,3
|
| 226 |
+
np.float32,0x3f0f7054,0x3f79ddb2,3
|
| 227 |
+
np.float32,0x3a99d400,0x3fc8e966,3
|
| 228 |
+
np.float32,0xbef082b0,0x4003d3c6,3
|
| 229 |
+
np.float32,0xbf0d0790,0x4009defb,3
|
| 230 |
+
np.float32,0xbf1649da,0x400cafb4,3
|
| 231 |
+
np.float32,0xbea5aca8,0x3ff33d5c,3
|
| 232 |
+
np.float32,0xbf4e1843,0x40206ba1,3
|
| 233 |
+
np.float32,0xbe3d7d5c,0x3fe0e2ad,3
|
| 234 |
+
np.float32,0xbf0e802d,0x400a500e,3
|
| 235 |
+
np.float32,0xbf0de8f0,0x400a2295,3
|
| 236 |
+
np.float32,0xbf3016ba,0x4015137e,3
|
| 237 |
+
np.float32,0x3f36b1ea,0x3f46ae5d,3
|
| 238 |
+
np.float32,0xbd27f170,0x3fce4fc7,3
|
| 239 |
+
np.float32,0x3e96ec54,0x3fa2c31f,3
|
| 240 |
+
np.float32,0x3eb4dfdc,0x3f9ad87d,3
|
| 241 |
+
np.float32,0x3f5cac6c,0x3f0815cc,3
|
| 242 |
+
np.float32,0xbf0489aa,0x40075bf1,3
|
| 243 |
+
np.float32,0x3df010c0,0x3fba05f5,3
|
| 244 |
+
np.float32,0xbf229f4a,0x4010956a,3
|
| 245 |
+
np.float32,0x3f75e474,0x3e905a99,3
|
| 246 |
+
np.float32,0xbcece6a0,0x3fccc397,3
|
| 247 |
+
np.float32,0xbdb41528,0x3fd454e7,3
|
| 248 |
+
np.float32,0x3ec8b2f8,0x3f958118,3
|
| 249 |
+
np.float32,0x3f5eaa70,0x3f041a1d,3
|
| 250 |
+
np.float32,0xbf32e1cc,0x40160b91,3
|
| 251 |
+
np.float32,0xbe8e6026,0x3fed219c,3
|
| 252 |
+
np.float32,0x3e6b3160,0x3fab65e3,3
|
| 253 |
+
np.float32,0x3e6d7460,0x3fab1b81,3
|
| 254 |
+
np.float32,0xbf13fbde,0x400bfa3b,3
|
| 255 |
+
np.float32,0xbe8235ec,0x3fe9f9e3,3
|
| 256 |
+
np.float32,0x3d71c4a0,0x3fc18096,3
|
| 257 |
+
np.float32,0x3eb769d0,0x3f9a2aa0,3
|
| 258 |
+
np.float32,0xbf68cb3b,0x402d99e4,3
|
| 259 |
+
np.float32,0xbd917610,0x3fd22932,3
|
| 260 |
+
np.float32,0x3d3cba60,0x3fc3297f,3
|
| 261 |
+
np.float32,0xbf383cbe,0x4017f1cc,3
|
| 262 |
+
np.float32,0xbeee96d0,0x40038e34,3
|
| 263 |
+
np.float32,0x3ec89cb4,0x3f958725,3
|
| 264 |
+
np.float32,0x3ebf92d8,0x3f97f95f,3
|
| 265 |
+
np.float32,0x3f30f3da,0x3f4ec021,3
|
| 266 |
+
np.float32,0xbd26b560,0x3fce45e4,3
|
| 267 |
+
np.float32,0xbec0eb12,0x3ffa8330,3
|
| 268 |
+
np.float32,0x3f6d592a,0x3ec4a6c1,3
|
| 269 |
+
np.float32,0x3ea6d39c,0x3f9e9463,3
|
| 270 |
+
np.float32,0x3e884184,0x3fa6951e,3
|
| 271 |
+
np.float32,0x3ea566c4,0x3f9ef4d1,3
|
| 272 |
+
np.float32,0x3f0c8f4c,0x3f7d5380,3
|
| 273 |
+
np.float32,0x3f28e1ba,0x3f59b2cb,3
|
| 274 |
+
np.float32,0x3f798538,0x3e66e1c3,3
|
| 275 |
+
np.float32,0xbe2889b8,0x3fde39b8,3
|
| 276 |
+
np.float32,0x3f3da05e,0x3f3c949c,3
|
| 277 |
+
np.float32,0x3f24d700,0x3f5f073e,3
|
| 278 |
+
np.float32,0xbe5b5768,0x3fe4b198,3
|
| 279 |
+
np.float32,0xbed3b03a,0x3fff9f05,3
|
| 280 |
+
np.float32,0x3e8a1c4c,0x3fa619eb,3
|
| 281 |
+
np.float32,0xbf075d24,0x40083030,3
|
| 282 |
+
np.float32,0x3f765648,0x3e8d1f52,3
|
| 283 |
+
np.float32,0xbf70fc5e,0x403308bb,3
|
| 284 |
+
np.float32,0x3f557ae8,0x3f15ab76,3
|
| 285 |
+
np.float32,0x3f02f7ea,0x3f84521c,3
|
| 286 |
+
np.float32,0x3f7ebbde,0x3dcbc5c5,3
|
| 287 |
+
np.float32,0xbefbdfc6,0x40057285,3
|
| 288 |
+
np.float32,0x3ec687ac,0x3f9617d9,3
|
| 289 |
+
np.float32,0x3e4831c8,0x3fafe01b,3
|
| 290 |
+
np.float32,0x3e25cde0,0x3fb43ea8,3
|
| 291 |
+
np.float32,0x3e4f2ab8,0x3faefc70,3
|
| 292 |
+
np.float32,0x3ea60ae4,0x3f9ec973,3
|
| 293 |
+
np.float32,0xbf1ed55f,0x400f5dde,3
|
| 294 |
+
np.float32,0xbf5ad4aa,0x40262479,3
|
| 295 |
+
np.float32,0x3e8b3594,0x3fa5d0de,3
|
| 296 |
+
np.float32,0x3f3a77aa,0x3f413c80,3
|
| 297 |
+
np.float32,0xbf07512b,0x40082ca9,3
|
| 298 |
+
np.float32,0x3f33d990,0x3f4ab5e5,3
|
| 299 |
+
np.float32,0x3f521556,0x3f1bb78f,3
|
| 300 |
+
np.float32,0xbecf6036,0x3ffe7086,3
|
| 301 |
+
np.float32,0x3db91bd0,0x3fbd7a11,3
|
| 302 |
+
np.float32,0x3ef63a74,0x3f88d839,3
|
| 303 |
+
np.float32,0xbf2f1116,0x4014b99c,3
|
| 304 |
+
np.float32,0xbf17fdc0,0x400d36b9,3
|
| 305 |
+
np.float32,0xbe87df2c,0x3feb7117,3
|
| 306 |
+
np.float32,0x80800000,0x3fc90fdb,3
|
| 307 |
+
np.float32,0x3ee24c1c,0x3f8e7641,3
|
| 308 |
+
np.float32,0x3f688dce,0x3edcd644,3
|
| 309 |
+
np.float32,0xbf0f4e1c,0x400a8e1b,3
|
| 310 |
+
np.float32,0x0,0x3fc90fdb,3
|
| 311 |
+
np.float32,0x3f786eba,0x3e7999d4,3
|
| 312 |
+
np.float32,0xbf404f80,0x401aeca8,3
|
| 313 |
+
np.float32,0xbe9ffb6a,0x3ff1bd18,3
|
| 314 |
+
np.float32,0x3f146bfc,0x3f73ccfd,3
|
| 315 |
+
np.float32,0xbe47d630,0x3fe233ee,3
|
| 316 |
+
np.float32,0xbe95847c,0x3feefe7c,3
|
| 317 |
+
np.float32,0xbf135df0,0x400bc9e5,3
|
| 318 |
+
np.float32,0x3ea19f3c,0x3f9ff411,3
|
| 319 |
+
np.float32,0x3f235e20,0x3f60f247,3
|
| 320 |
+
np.float32,0xbec789ec,0x3ffc4def,3
|
| 321 |
+
np.float32,0x3f04b656,0x3f834db6,3
|
| 322 |
+
np.float32,0x3dfaf440,0x3fb95679,3
|
| 323 |
+
np.float32,0xbe4a7f28,0x3fe28abe,3
|
| 324 |
+
np.float32,0x3ed4850c,0x3f92463b,3
|
| 325 |
+
np.float32,0x3ec4ba5c,0x3f9694dd,3
|
| 326 |
+
np.float32,0xbce24ca0,0x3fcc992b,3
|
| 327 |
+
np.float32,0xbf5b7c6e,0x402675a0,3
|
| 328 |
+
np.float32,0xbea3ce2a,0x3ff2bf04,3
|
| 329 |
+
np.float32,0x3db02c60,0x3fbe0998,3
|
| 330 |
+
np.float32,0x3c47b780,0x3fc78069,3
|
| 331 |
+
np.float32,0x3ed33b20,0x3f92a0d5,3
|
| 332 |
+
np.float32,0xbf4556d7,0x401cdcde,3
|
| 333 |
+
np.float32,0xbe1b6e28,0x3fdc90ec,3
|
| 334 |
+
np.float32,0xbf3289b7,0x4015ecd0,3
|
| 335 |
+
np.float32,0x3df3f240,0x3fb9c76d,3
|
| 336 |
+
np.float32,0x3eefa7d0,0x3f8ab61d,3
|
| 337 |
+
np.float32,0xbe945838,0x3feeb006,3
|
| 338 |
+
np.float32,0xbf0b1386,0x400949a3,3
|
| 339 |
+
np.float32,0x3f77e546,0x3e812cc1,3
|
| 340 |
+
np.float32,0x3e804ba0,0x3fa8a480,3
|
| 341 |
+
np.float32,0x3f43dcea,0x3f331a06,3
|
| 342 |
+
np.float32,0x3eb87450,0x3f99e33c,3
|
| 343 |
+
np.float32,0x3e5f4898,0x3facecea,3
|
| 344 |
+
np.float32,0x3f646640,0x3eeff10e,3
|
| 345 |
+
np.float32,0x3f1aa832,0x3f6c1051,3
|
| 346 |
+
np.float32,0xbebf6bfa,0x3ffa1bdc,3
|
| 347 |
+
np.float32,0xbb77f300,0x3fc98bd4,3
|
| 348 |
+
np.float32,0x3f3587fe,0x3f485645,3
|
| 349 |
+
np.float32,0x3ef85f34,0x3f883b8c,3
|
| 350 |
+
np.float32,0x3f50e584,0x3f1dc82c,3
|
| 351 |
+
np.float32,0x3f1d30a8,0x3f68deb0,3
|
| 352 |
+
np.float32,0x3ee75a78,0x3f8d0c86,3
|
| 353 |
+
np.float32,0x3f2c023a,0x3f5581e1,3
|
| 354 |
+
np.float32,0xbf074e34,0x40082bca,3
|
| 355 |
+
np.float32,0xbead71f0,0x3ff54c6d,3
|
| 356 |
+
np.float32,0xbf39ed88,0x40188e69,3
|
| 357 |
+
np.float32,0x3f5d2fe6,0x3f07118b,3
|
| 358 |
+
np.float32,0xbf1f79f8,0x400f9267,3
|
| 359 |
+
np.float32,0x3e900c58,0x3fa48e99,3
|
| 360 |
+
np.float32,0xbf759cb2,0x4036c47b,3
|
| 361 |
+
np.float32,0x3f63329c,0x3ef5359c,3
|
| 362 |
+
np.float32,0xbf5d6755,0x40276709,3
|
| 363 |
+
np.float32,0x3f2ce31c,0x3f54519a,3
|
| 364 |
+
np.float32,0x7f800000,0x7fc00000,3
|
| 365 |
+
np.float32,0x3f1bf50e,0x3f6a6d9a,3
|
| 366 |
+
np.float32,0x3f258334,0x3f5e25d8,3
|
| 367 |
+
np.float32,0xbf661a3f,0x402c06ac,3
|
| 368 |
+
np.float32,0x3d1654c0,0x3fc45cef,3
|
| 369 |
+
np.float32,0xbef14a36,0x4003f009,3
|
| 370 |
+
np.float32,0xbf356051,0x4016ec3a,3
|
| 371 |
+
np.float32,0x3f6ccc42,0x3ec79193,3
|
| 372 |
+
np.float32,0xbf2fe3d6,0x401501f9,3
|
| 373 |
+
np.float32,0x3deedc80,0x3fba195b,3
|
| 374 |
+
np.float32,0x3f2e5a28,0x3f52533e,3
|
| 375 |
+
np.float32,0x3e6b68b8,0x3fab5ec8,3
|
| 376 |
+
np.float32,0x3e458240,0x3fb037b7,3
|
| 377 |
+
np.float32,0xbf24bab0,0x401144cb,3
|
| 378 |
+
np.float32,0x3f600f4c,0x3f013fb2,3
|
| 379 |
+
np.float32,0x3f021a04,0x3f84d316,3
|
| 380 |
+
np.float32,0x3f741732,0x3e9cc948,3
|
| 381 |
+
np.float32,0x3f0788aa,0x3f81a5b0,3
|
| 382 |
+
np.float32,0x3f28802c,0x3f5a347c,3
|
| 383 |
+
np.float32,0x3c9eb400,0x3fc69500,3
|
| 384 |
+
np.float32,0x3e5d11e8,0x3fad357a,3
|
| 385 |
+
np.float32,0x3d921250,0x3fbfecb9,3
|
| 386 |
+
np.float32,0x3f354866,0x3f48b066,3
|
| 387 |
+
np.float32,0xbf72cf43,0x40346d84,3
|
| 388 |
+
np.float32,0x3eecdbb8,0x3f8b805f,3
|
| 389 |
+
np.float32,0xbee585d0,0x400247fd,3
|
| 390 |
+
np.float32,0x3e3607a8,0x3fb22fc6,3
|
| 391 |
+
np.float32,0xbf0cb7d6,0x4009c71c,3
|
| 392 |
+
np.float32,0xbf56b230,0x402432ec,3
|
| 393 |
+
np.float32,0xbf4ced02,0x401fee29,3
|
| 394 |
+
np.float32,0xbf3a325c,0x4018a776,3
|
| 395 |
+
np.float32,0x3ecae8bc,0x3f94e732,3
|
| 396 |
+
np.float32,0xbe48c7e8,0x3fe252bd,3
|
| 397 |
+
np.float32,0xbe175d7c,0x3fdc0d5b,3
|
| 398 |
+
np.float32,0x3ea78dac,0x3f9e632d,3
|
| 399 |
+
np.float32,0xbe7434a8,0x3fe7e279,3
|
| 400 |
+
np.float32,0x3f1f9e02,0x3f65c7b9,3
|
| 401 |
+
np.float32,0xbe150f2c,0x3fdbc2c2,3
|
| 402 |
+
np.float32,0x3ee13480,0x3f8ec423,3
|
| 403 |
+
np.float32,0x3ecb7d54,0x3f94beb9,3
|
| 404 |
+
np.float32,0x3f1cef42,0x3f693181,3
|
| 405 |
+
np.float32,0xbf1ec06a,0x400f5730,3
|
| 406 |
+
np.float32,0xbe112acc,0x3fdb44e8,3
|
| 407 |
+
np.float32,0xbe77b024,0x3fe85545,3
|
| 408 |
+
np.float32,0x3ec86fe0,0x3f959353,3
|
| 409 |
+
np.float32,0x3f36b326,0x3f46ac9a,3
|
| 410 |
+
np.float32,0x3e581a70,0x3fadd829,3
|
| 411 |
+
np.float32,0xbf032c0c,0x4006f5f9,3
|
| 412 |
+
np.float32,0xbf43b1fd,0x401c38b1,3
|
| 413 |
+
np.float32,0x3f3701b4,0x3f463c5c,3
|
| 414 |
+
np.float32,0x3f1a995a,0x3f6c22f1,3
|
| 415 |
+
np.float32,0xbf05de0b,0x4007bf97,3
|
| 416 |
+
np.float32,0x3d4bd960,0x3fc2b063,3
|
| 417 |
+
np.float32,0x3f0e1618,0x3f7b7ed0,3
|
| 418 |
+
np.float32,0x3edfd420,0x3f8f2628,3
|
| 419 |
+
np.float32,0xbf6662fe,0x402c3047,3
|
| 420 |
+
np.float32,0x3ec0690c,0x3f97bf9b,3
|
| 421 |
+
np.float32,0xbeaf4146,0x3ff5c7a0,3
|
| 422 |
+
np.float32,0x3f5e7764,0x3f04816d,3
|
| 423 |
+
np.float32,0xbedd192c,0x40011bc5,3
|
| 424 |
+
np.float32,0x3eb76350,0x3f9a2c5e,3
|
| 425 |
+
np.float32,0xbed8108c,0x400069a5,3
|
| 426 |
+
np.float32,0xbe59f31c,0x3fe48401,3
|
| 427 |
+
np.float32,0xbea3e1e6,0x3ff2c439,3
|
| 428 |
+
np.float32,0x3e26d1f8,0x3fb41db5,3
|
| 429 |
+
np.float32,0x3f3a0a7c,0x3f41dba5,3
|
| 430 |
+
np.float32,0x3ebae068,0x3f993ce4,3
|
| 431 |
+
np.float32,0x3f2d8e30,0x3f536942,3
|
| 432 |
+
np.float32,0xbe838bbe,0x3fea5247,3
|
| 433 |
+
np.float32,0x3ebe4420,0x3f98538f,3
|
| 434 |
+
np.float32,0xbcc59b80,0x3fcc265c,3
|
| 435 |
+
np.float32,0x3eebb5c8,0x3f8bd334,3
|
| 436 |
+
np.float32,0xbafc3400,0x3fc94ee8,3
|
| 437 |
+
np.float32,0xbf63ddc1,0x402ac683,3
|
| 438 |
+
np.float32,0xbeabdf80,0x3ff4e18f,3
|
| 439 |
+
np.float32,0x3ea863f0,0x3f9e2a78,3
|
| 440 |
+
np.float32,0x3f45b292,0x3f303bc1,3
|
| 441 |
+
np.float32,0xbe68aa60,0x3fe666bf,3
|
| 442 |
+
np.float32,0x3eb9de18,0x3f998239,3
|
| 443 |
+
np.float32,0xbf719d85,0x4033815e,3
|
| 444 |
+
np.float32,0x3edef9a8,0x3f8f62db,3
|
| 445 |
+
np.float32,0xbd7781c0,0x3fd0cd1e,3
|
| 446 |
+
np.float32,0x3f0b3b90,0x3f7ee92a,3
|
| 447 |
+
np.float32,0xbe3eb3b4,0x3fe10a27,3
|
| 448 |
+
np.float32,0xbf31a4c4,0x40159d23,3
|
| 449 |
+
np.float32,0x3e929434,0x3fa3e5b0,3
|
| 450 |
+
np.float32,0xbeb1a90e,0x3ff66b9e,3
|
| 451 |
+
np.float32,0xbeba9b5e,0x3ff8d048,3
|
| 452 |
+
np.float32,0xbf272a84,0x4012119e,3
|
| 453 |
+
np.float32,0x3f1ebbd0,0x3f66e889,3
|
| 454 |
+
np.float32,0x3ed3cdc8,0x3f927893,3
|
| 455 |
+
np.float32,0xbf50dfce,0x40219b58,3
|
| 456 |
+
np.float32,0x3f0c02de,0x3f7dfb62,3
|
| 457 |
+
np.float32,0xbf694de3,0x402de8d2,3
|
| 458 |
+
np.float32,0xbeaeb13e,0x3ff5a14f,3
|
| 459 |
+
np.float32,0xbf61aa7a,0x40299702,3
|
| 460 |
+
np.float32,0xbf13d159,0x400bed35,3
|
| 461 |
+
np.float32,0xbeecd034,0x40034e0b,3
|
| 462 |
+
np.float32,0xbe50c2e8,0x3fe35761,3
|
| 463 |
+
np.float32,0x3f714406,0x3eae8e57,3
|
| 464 |
+
np.float32,0xbf1ca486,0x400eabd8,3
|
| 465 |
+
np.float32,0x3f5858cc,0x3f106497,3
|
| 466 |
+
np.float32,0x3f670288,0x3ee41c84,3
|
| 467 |
+
np.float32,0xbf20bd2c,0x400ff9f5,3
|
| 468 |
+
np.float32,0xbe29afd8,0x3fde5eff,3
|
| 469 |
+
np.float32,0xbf635e6a,0x402a80f3,3
|
| 470 |
+
np.float32,0x3e82b7b0,0x3fa80446,3
|
| 471 |
+
np.float32,0x3e982e7c,0x3fa26ece,3
|
| 472 |
+
np.float32,0x3d9f0e00,0x3fbf1c6a,3
|
| 473 |
+
np.float32,0x3e8299b4,0x3fa80c07,3
|
| 474 |
+
np.float32,0xbf0529c1,0x40078ac3,3
|
| 475 |
+
np.float32,0xbf403b8a,0x401ae519,3
|
| 476 |
+
np.float32,0xbe57e09c,0x3fe44027,3
|
| 477 |
+
np.float32,0x3ea1c8f4,0x3f9fe913,3
|
| 478 |
+
np.float32,0xbe216a94,0x3fdd52d0,3
|
| 479 |
+
np.float32,0x3f59c442,0x3f0db709,3
|
| 480 |
+
np.float32,0xbd636260,0x3fd02bdd,3
|
| 481 |
+
np.float32,0xbdbbc788,0x3fd4d08d,3
|
| 482 |
+
np.float32,0x3dd19560,0x3fbbf0a3,3
|
| 483 |
+
np.float32,0x3f060ad4,0x3f828641,3
|
| 484 |
+
np.float32,0x3b102e00,0x3fc8c7c4,3
|
| 485 |
+
np.float32,0x3f42b3b8,0x3f34e5a6,3
|
| 486 |
+
np.float32,0x3f0255ac,0x3f84b071,3
|
| 487 |
+
np.float32,0xbf014898,0x40066996,3
|
| 488 |
+
np.float32,0x3e004dc0,0x3fb8fb51,3
|
| 489 |
+
np.float32,0xbf594ff8,0x40256af2,3
|
| 490 |
+
np.float32,0x3efafddc,0x3f877b80,3
|
| 491 |
+
np.float32,0xbf5f0780,0x40283899,3
|
| 492 |
+
np.float32,0x3ee95e54,0x3f8c7bcc,3
|
| 493 |
+
np.float32,0x3eba2f0c,0x3f996c80,3
|
| 494 |
+
np.float32,0x3f37721c,0x3f459b68,3
|
| 495 |
+
np.float32,0x3e2be780,0x3fb378bf,3
|
| 496 |
+
np.float32,0x3e550270,0x3fae3d69,3
|
| 497 |
+
np.float32,0x3e0f9500,0x3fb70e0a,3
|
| 498 |
+
np.float32,0xbf51974a,0x4021eaf4,3
|
| 499 |
+
np.float32,0x3f393832,0x3f430d05,3
|
| 500 |
+
np.float32,0x3f3df16a,0x3f3c1bd8,3
|
| 501 |
+
np.float32,0xbd662340,0x3fd041ed,3
|
| 502 |
+
np.float32,0x3f7e8418,0x3ddc9fce,3
|
| 503 |
+
np.float32,0xbf392734,0x40184672,3
|
| 504 |
+
np.float32,0x3ee3b278,0x3f8e124e,3
|
| 505 |
+
np.float32,0x3eed4808,0x3f8b61d2,3
|
| 506 |
+
np.float32,0xbf6fccbd,0x40322beb,3
|
| 507 |
+
np.float32,0x3e3ecdd0,0x3fb1123b,3
|
| 508 |
+
np.float32,0x3f4419e0,0x3f32bb45,3
|
| 509 |
+
np.float32,0x3f595e00,0x3f0e7914,3
|
| 510 |
+
np.float32,0xbe8c1486,0x3fec88c6,3
|
| 511 |
+
np.float32,0xbf800000,0x40490fdb,3
|
| 512 |
+
np.float32,0xbdaf5020,0x3fd4084d,3
|
| 513 |
+
np.float32,0xbf407660,0x401afb63,3
|
| 514 |
+
np.float32,0x3f0c3aa8,0x3f7db8b8,3
|
| 515 |
+
np.float32,0xbcdb5980,0x3fcc7d5b,3
|
| 516 |
+
np.float32,0x3f4738d4,0x3f2dd1ed,3
|
| 517 |
+
np.float32,0x3f4d7064,0x3f23ab14,3
|
| 518 |
+
np.float32,0xbeb1d576,0x3ff67774,3
|
| 519 |
+
np.float32,0xbf507166,0x40216bb3,3
|
| 520 |
+
np.float32,0x3e86484c,0x3fa71813,3
|
| 521 |
+
np.float32,0x3f09123e,0x3f80bd35,3
|
| 522 |
+
np.float32,0xbe9abe0e,0x3ff05cb2,3
|
| 523 |
+
np.float32,0x3f3019dc,0x3f4fed21,3
|
| 524 |
+
np.float32,0xbe99e00e,0x3ff0227d,3
|
| 525 |
+
np.float32,0xbf155ec5,0x400c6739,3
|
| 526 |
+
np.float32,0x3f5857ba,0x3f106698,3
|
| 527 |
+
np.float32,0x3edf619c,0x3f8f45fb,3
|
| 528 |
+
np.float32,0xbf5ab76a,0x40261664,3
|
| 529 |
+
np.float32,0x3e54b5a8,0x3fae4738,3
|
| 530 |
+
np.float32,0xbee92772,0x4002ca40,3
|
| 531 |
+
np.float32,0x3f2fd610,0x3f504a7a,3
|
| 532 |
+
np.float32,0xbf38521c,0x4017f97e,3
|
| 533 |
+
np.float32,0xff800000,0x7fc00000,3
|
| 534 |
+
np.float32,0x3e2da348,0x3fb34077,3
|
| 535 |
+
np.float32,0x3f2f85fa,0x3f50b894,3
|
| 536 |
+
np.float32,0x3e88f9c8,0x3fa66551,3
|
| 537 |
+
np.float32,0xbf61e570,0x4029b648,3
|
| 538 |
+
np.float32,0xbeab362c,0x3ff4b4a1,3
|
| 539 |
+
np.float32,0x3ec6c310,0x3f9607bd,3
|
| 540 |
+
np.float32,0x3f0d7bda,0x3f7c3810,3
|
| 541 |
+
np.float32,0xbeba5d36,0x3ff8bf99,3
|
| 542 |
+
np.float32,0x3f4b0554,0x3f27adda,3
|
| 543 |
+
np.float32,0x3f60f5dc,0x3efebfb3,3
|
| 544 |
+
np.float32,0x3f36ce2c,0x3f468603,3
|
| 545 |
+
np.float32,0xbe70afac,0x3fe76e8e,3
|
| 546 |
+
np.float32,0x3f673350,0x3ee339b5,3
|
| 547 |
+
np.float32,0xbe124cf0,0x3fdb698c,3
|
| 548 |
+
np.float32,0xbf1243dc,0x400b73d0,3
|
| 549 |
+
np.float32,0x3f3c8850,0x3f3e3407,3
|
| 550 |
+
np.float32,0x3ea02f24,0x3fa05500,3
|
| 551 |
+
np.float32,0xbeffed34,0x400607db,3
|
| 552 |
+
np.float32,0x3f5c75c2,0x3f08817c,3
|
| 553 |
+
np.float32,0x3f4b2fbe,0x3f27682d,3
|
| 554 |
+
np.float32,0x3ee47c34,0x3f8dd9f9,3
|
| 555 |
+
np.float32,0x3f50d48c,0x3f1de584,3
|
| 556 |
+
np.float32,0x3f12dc5e,0x3f75b628,3
|
| 557 |
+
np.float32,0xbefe7e4a,0x4005d2f4,3
|
| 558 |
+
np.float32,0xbec2e846,0x3ffb0cbc,3
|
| 559 |
+
np.float32,0xbedc3036,0x4000fb80,3
|
| 560 |
+
np.float32,0xbf48aedc,0x401e311f,3
|
| 561 |
+
np.float32,0x3f6e032e,0x3ec11363,3
|
| 562 |
+
np.float32,0xbf60de15,0x40292b72,3
|
| 563 |
+
np.float32,0x3f06585e,0x3f8258ba,3
|
| 564 |
+
np.float32,0x3ef49b98,0x3f894e66,3
|
| 565 |
+
np.float32,0x3cc5fe00,0x3fc5f7cf,3
|
| 566 |
+
np.float32,0xbf7525c5,0x40365c2c,3
|
| 567 |
+
np.float32,0x3f64f9f8,0x3eed5fb2,3
|
| 568 |
+
np.float32,0x3e8849c0,0x3fa692fb,3
|
| 569 |
+
np.float32,0x3e50c878,0x3faec79e,3
|
| 570 |
+
np.float32,0x3ed61530,0x3f91d831,3
|
| 571 |
+
np.float32,0xbf54872e,0x40233724,3
|
| 572 |
+
np.float32,0xbf52ee7f,0x4022815e,3
|
| 573 |
+
np.float32,0xbe708c24,0x3fe769fc,3
|
| 574 |
+
np.float32,0xbf26fc54,0x40120260,3
|
| 575 |
+
np.float32,0x3f226e8a,0x3f6228db,3
|
| 576 |
+
np.float32,0xbef30406,0x40042eb8,3
|
| 577 |
+
np.float32,0x3f5d996c,0x3f063f5f,3
|
| 578 |
+
np.float32,0xbf425f9c,0x401bb618,3
|
| 579 |
+
np.float32,0x3e4bb260,0x3faf6dc9,3
|
| 580 |
+
np.float32,0xbe52d5a4,0x3fe39b29,3
|
| 581 |
+
np.float32,0xbe169cf0,0x3fdbf505,3
|
| 582 |
+
np.float32,0xbedfc422,0x40017a8e,3
|
| 583 |
+
np.float32,0x3d8ffef0,0x3fc00e05,3
|
| 584 |
+
np.float32,0xbf12bdab,0x400b98f2,3
|
| 585 |
+
np.float32,0x3f295d0a,0x3f590e88,3
|
| 586 |
+
np.float32,0x3f49d8e4,0x3f2998aa,3
|
| 587 |
+
np.float32,0xbef914f4,0x40050c12,3
|
| 588 |
+
np.float32,0xbf4ea2b5,0x4020a61e,3
|
| 589 |
+
np.float32,0xbf3a89e5,0x4018c762,3
|
| 590 |
+
np.float32,0x3e8707b4,0x3fa6e67a,3
|
| 591 |
+
np.float32,0x3ac55400,0x3fc8de86,3
|
| 592 |
+
np.float32,0x800000,0x3fc90fdb,3
|
| 593 |
+
np.float32,0xbeb9762c,0x3ff8819b,3
|
| 594 |
+
np.float32,0xbebbe23c,0x3ff92815,3
|
| 595 |
+
np.float32,0xbf598c88,0x402587a1,3
|
| 596 |
+
np.float32,0x3e95d864,0x3fa30b4a,3
|
| 597 |
+
np.float32,0x3f7f6f40,0x3d882486,3
|
| 598 |
+
np.float32,0xbf53658c,0x4022b604,3
|
| 599 |
+
np.float32,0xbf2a35f2,0x401314ad,3
|
| 600 |
+
np.float32,0x3eb14380,0x3f9bcf28,3
|
| 601 |
+
np.float32,0x3f0e0c64,0x3f7b8a7a,3
|
| 602 |
+
np.float32,0x3d349920,0x3fc36a9a,3
|
| 603 |
+
np.float32,0xbec2092c,0x3ffad071,3
|
| 604 |
+
np.float32,0xbe1d08e8,0x3fdcc4e0,3
|
| 605 |
+
np.float32,0xbf008968,0x40063243,3
|
| 606 |
+
np.float32,0xbefad582,0x40054c51,3
|
| 607 |
+
np.float32,0xbe52d010,0x3fe39a72,3
|
| 608 |
+
np.float32,0x3f4afdac,0x3f27ba6b,3
|
| 609 |
+
np.float32,0x3f6c483c,0x3eca4408,3
|
| 610 |
+
np.float32,0xbef3cb68,0x40044b0c,3
|
| 611 |
+
np.float32,0x3e94687c,0x3fa36b6f,3
|
| 612 |
+
np.float32,0xbf64ae5c,0x402b39bb,3
|
| 613 |
+
np.float32,0xbf0022b4,0x40061497,3
|
| 614 |
+
np.float32,0x80000001,0x3fc90fdb,3
|
| 615 |
+
np.float32,0x3f25bcd0,0x3f5dda4b,3
|
| 616 |
+
np.float32,0x3ed91b40,0x3f9102d7,3
|
| 617 |
+
np.float32,0x3f800000,0x0,3
|
| 618 |
+
np.float32,0xbebc6aca,0x3ff94cca,3
|
| 619 |
+
np.float32,0x3f239e9a,0x3f609e7d,3
|
| 620 |
+
np.float32,0xbf7312be,0x4034a305,3
|
| 621 |
+
np.float32,0x3efd16d0,0x3f86e148,3
|
| 622 |
+
np.float32,0x3f52753a,0x3f1b0f72,3
|
| 623 |
+
np.float32,0xbde58960,0x3fd7702c,3
|
| 624 |
+
np.float32,0x3ef88580,0x3f883099,3
|
| 625 |
+
np.float32,0x3eebaefc,0x3f8bd51e,3
|
| 626 |
+
np.float32,0x3e877d2c,0x3fa6c807,3
|
| 627 |
+
np.float32,0x3f1a0324,0x3f6cdf32,3
|
| 628 |
+
np.float32,0xbedfe20a,0x40017eb6,3
|
| 629 |
+
np.float32,0x3f205a3c,0x3f64d69d,3
|
| 630 |
+
np.float32,0xbeed5b7c,0x400361b0,3
|
| 631 |
+
np.float32,0xbf69ba10,0x402e2ad0,3
|
| 632 |
+
np.float32,0x3c4fe200,0x3fc77014,3
|
| 633 |
+
np.float32,0x3f043310,0x3f839a69,3
|
| 634 |
+
np.float32,0xbeaf359a,0x3ff5c485,3
|
| 635 |
+
np.float32,0x3db3f110,0x3fbdcd12,3
|
| 636 |
+
np.float32,0x3e24af88,0x3fb462ed,3
|
| 637 |
+
np.float32,0xbf34e858,0x4016c1c8,3
|
| 638 |
+
np.float32,0x3f3334f2,0x3f4b9cd0,3
|
| 639 |
+
np.float32,0xbf145882,0x400c16a2,3
|
| 640 |
+
np.float32,0xbf541c38,0x40230748,3
|
| 641 |
+
np.float32,0x3eba7e10,0x3f99574b,3
|
| 642 |
+
np.float32,0xbe34c6e0,0x3fdfc731,3
|
| 643 |
+
np.float32,0xbe957abe,0x3feefbf0,3
|
| 644 |
+
np.float32,0xbf595a59,0x40256fdb,3
|
| 645 |
+
np.float32,0xbdedc7b8,0x3fd7f4f0,3
|
| 646 |
+
np.float32,0xbf627c02,0x402a06a9,3
|
| 647 |
+
np.float32,0x3f339b78,0x3f4b0d18,3
|
| 648 |
+
np.float32,0xbf2df6d2,0x40145929,3
|
| 649 |
+
np.float32,0x3f617726,0x3efc9fd8,3
|
| 650 |
+
np.float32,0xbee3a8fc,0x40020561,3
|
| 651 |
+
np.float32,0x3efe9f68,0x3f867043,3
|
| 652 |
+
np.float32,0xbf2c3e76,0x4013c3ba,3
|
| 653 |
+
np.float32,0xbf218f28,0x40103d84,3
|
| 654 |
+
np.float32,0xbf1ea847,0x400f4f7f,3
|
| 655 |
+
np.float32,0x3ded9160,0x3fba2e31,3
|
| 656 |
+
np.float32,0x3bce1b00,0x3fc841bf,3
|
| 657 |
+
np.float32,0xbe90566e,0x3feda46a,3
|
| 658 |
+
np.float32,0xbf5ea2ba,0x4028056b,3
|
| 659 |
+
np.float32,0x3f538e62,0x3f191ee6,3
|
| 660 |
+
np.float32,0xbf59e054,0x4025af74,3
|
| 661 |
+
np.float32,0xbe8c98ba,0x3fecab24,3
|
| 662 |
+
np.float32,0x3ee7bdb0,0x3f8cf0b7,3
|
| 663 |
+
np.float32,0xbf2eb828,0x40149b2b,3
|
| 664 |
+
np.float32,0xbe5eb904,0x3fe52068,3
|
| 665 |
+
np.float32,0xbf16b422,0x400cd08d,3
|
| 666 |
+
np.float32,0x3f1ab9b4,0x3f6bfa58,3
|
| 667 |
+
np.float32,0x3dc23040,0x3fbce82a,3
|
| 668 |
+
np.float32,0xbf29d9e7,0x4012f5e5,3
|
| 669 |
+
np.float32,0xbf38f30a,0x40183393,3
|
| 670 |
+
np.float32,0x3e88e798,0x3fa66a09,3
|
| 671 |
+
np.float32,0x3f1d07e6,0x3f69124f,3
|
| 672 |
+
np.float32,0xbe1d3d34,0x3fdccb7e,3
|
| 673 |
+
np.float32,0xbf1715be,0x400ceec2,3
|
| 674 |
+
np.float32,0x3f7a0eac,0x3e5d11f7,3
|
| 675 |
+
np.float32,0xbe764924,0x3fe82707,3
|
| 676 |
+
np.float32,0xbf01a1f8,0x4006837c,3
|
| 677 |
+
np.float32,0x3f2be730,0x3f55a661,3
|
| 678 |
+
np.float32,0xbf7bb070,0x403d4ce5,3
|
| 679 |
+
np.float32,0xbd602110,0x3fd011c9,3
|
| 680 |
+
np.float32,0x3f5d080c,0x3f07609d,3
|
| 681 |
+
np.float32,0xbda20400,0x3fd332d1,3
|
| 682 |
+
np.float32,0x3f1c62da,0x3f69e308,3
|
| 683 |
+
np.float32,0xbf2c6916,0x4013d223,3
|
| 684 |
+
np.float32,0xbf44f8fd,0x401cb816,3
|
| 685 |
+
np.float32,0x3f4da392,0x3f235539,3
|
| 686 |
+
np.float32,0x3e9e8aa0,0x3fa0c3a0,3
|
| 687 |
+
np.float32,0x3e9633c4,0x3fa2f366,3
|
| 688 |
+
np.float32,0xbf0422ab,0x40073ddd,3
|
| 689 |
+
np.float32,0x3f518386,0x3f1cb603,3
|
| 690 |
+
np.float32,0x3f24307a,0x3f5fe096,3
|
| 691 |
+
np.float32,0xbdfb4220,0x3fd8ce24,3
|
| 692 |
+
np.float32,0x3f179d28,0x3f6fdc7d,3
|
| 693 |
+
np.float32,0xbecc2df0,0x3ffd911e,3
|
| 694 |
+
np.float32,0x3f3dff0c,0x3f3c0782,3
|
| 695 |
+
np.float32,0xbf58c4d8,0x4025295b,3
|
| 696 |
+
np.float32,0xbdcf8438,0x3fd60dd3,3
|
| 697 |
+
np.float32,0xbeeaf1b2,0x40030aa7,3
|
| 698 |
+
np.float32,0xbf298a28,0x4012db45,3
|
| 699 |
+
np.float32,0x3f6c4dec,0x3eca2678,3
|
| 700 |
+
np.float32,0x3f4d1ac8,0x3f243a59,3
|
| 701 |
+
np.float32,0x3f62cdfa,0x3ef6e8f8,3
|
| 702 |
+
np.float32,0xbee8acce,0x4002b909,3
|
| 703 |
+
np.float32,0xbd5f2af0,0x3fd00a15,3
|
| 704 |
+
np.float32,0x3f5fde8e,0x3f01a453,3
|
| 705 |
+
np.float32,0x3e95233c,0x3fa33aa4,3
|
| 706 |
+
np.float32,0x3ecd2a60,0x3f9449be,3
|
| 707 |
+
np.float32,0x3f10aa86,0x3f78619d,3
|
| 708 |
+
np.float32,0x3f3888e8,0x3f440a70,3
|
| 709 |
+
np.float32,0x3eeb5bfc,0x3f8bec7d,3
|
| 710 |
+
np.float32,0xbe12d654,0x3fdb7ae6,3
|
| 711 |
+
np.float32,0x3eca3110,0x3f951931,3
|
| 712 |
+
np.float32,0xbe2d1b7c,0x3fdece05,3
|
| 713 |
+
np.float32,0xbf29e9db,0x4012fb3a,3
|
| 714 |
+
np.float32,0xbf0c50b8,0x4009a845,3
|
| 715 |
+
np.float32,0xbed9f0e4,0x4000abef,3
|
| 716 |
+
np.float64,0x3fd078ec5ba0f1d8,0x3ff4f7c00595a4d3,2
|
| 717 |
+
np.float64,0xbfdbc39743b7872e,0x400027f85bce43b2,2
|
| 718 |
+
np.float64,0xbfacd2707c39a4e0,0x3ffa08ae1075d766,2
|
| 719 |
+
np.float64,0xbfc956890f32ad14,0x3ffc52308e7285fd,2
|
| 720 |
+
np.float64,0xbf939c2298273840,0x3ff9706d18e6ea6b,2
|
| 721 |
+
np.float64,0xbfe0d7048961ae09,0x4000fff4406bd395,2
|
| 722 |
+
np.float64,0xbfe9d19b86f3a337,0x4004139bc683a69f,2
|
| 723 |
+
np.float64,0x3fd35c7f90a6b900,0x3ff437220e9123f8,2
|
| 724 |
+
np.float64,0x3fdddca171bbb944,0x3ff15da61e61ec08,2
|
| 725 |
+
np.float64,0x3feb300de9f6601c,0x3fe1c6fadb68cdca,2
|
| 726 |
+
np.float64,0xbfef1815327e302a,0x400739808fc6f964,2
|
| 727 |
+
np.float64,0xbfe332d78e6665af,0x4001b6c4ef922f7c,2
|
| 728 |
+
np.float64,0xbfedbf4dfb7b7e9c,0x40061cefed62a58b,2
|
| 729 |
+
np.float64,0xbfd8dcc7e3b1b990,0x3fff84307713c2c3,2
|
| 730 |
+
np.float64,0xbfedaf161c7b5e2c,0x400612027c1b2b25,2
|
| 731 |
+
np.float64,0xbfed9bde897b37bd,0x4006053f05bd7d26,2
|
| 732 |
+
np.float64,0xbfe081ebc26103d8,0x4000e70755eb66e0,2
|
| 733 |
+
np.float64,0xbfe0366f9c606cdf,0x4000d11212f29afd,2
|
| 734 |
+
np.float64,0xbfc7c115212f822c,0x3ffc1e8c9d58f7db,2
|
| 735 |
+
np.float64,0x3fd8dd9a78b1bb34,0x3ff2bf8d0f4c9376,2
|
| 736 |
+
np.float64,0xbfe54eff466a9dfe,0x4002655950b611f4,2
|
| 737 |
+
np.float64,0xbfe4aad987e955b3,0x40022efb19882518,2
|
| 738 |
+
np.float64,0x3f70231ca0204600,0x3ff911d834e7abf4,2
|
| 739 |
+
np.float64,0x3fede01d047bc03a,0x3fd773cecbd8561b,2
|
| 740 |
+
np.float64,0xbfd6a00d48ad401a,0x3ffee9fd7051633f,2
|
| 741 |
+
np.float64,0x3fd44f3d50a89e7c,0x3ff3f74dd0fc9c91,2
|
| 742 |
+
np.float64,0x3fe540f0d0ea81e2,0x3feb055a7c7d43d6,2
|
| 743 |
+
np.float64,0xbf3ba2e200374800,0x3ff923b582650c6c,2
|
| 744 |
+
np.float64,0x3fe93b2d3f72765a,0x3fe532fa15331072,2
|
| 745 |
+
np.float64,0x3fee8ce5a17d19cc,0x3fd35666eefbe336,2
|
| 746 |
+
np.float64,0x3fe55d5f8feabac0,0x3feadf3dcfe251d4,2
|
| 747 |
+
np.float64,0xbfd1d2ede8a3a5dc,0x3ffda600041ac884,2
|
| 748 |
+
np.float64,0xbfee41186e7c8231,0x40067a625cc6f64d,2
|
| 749 |
+
np.float64,0x3fe521a8b9ea4352,0x3feb2f1a6c8084e5,2
|
| 750 |
+
np.float64,0x3fc65378ef2ca6f0,0x3ff653dfe81ee9f2,2
|
| 751 |
+
np.float64,0x3fdaba0fbcb57420,0x3ff23d630995c6ba,2
|
| 752 |
+
np.float64,0xbfe6b7441d6d6e88,0x4002e182539a2994,2
|
| 753 |
+
np.float64,0x3fda00b6dcb4016c,0x3ff2703d516f28e7,2
|
| 754 |
+
np.float64,0xbfe8699f01f0d33e,0x400382326920ea9e,2
|
| 755 |
+
np.float64,0xbfef5889367eb112,0x4007832af5983793,2
|
| 756 |
+
np.float64,0x3fefb57c8aff6afa,0x3fc14700ab38dcef,2
|
| 757 |
+
np.float64,0xbfda0dfdaab41bfc,0x3fffd75b6fd497f6,2
|
| 758 |
+
np.float64,0xbfb059c36620b388,0x3ffa27c528b97a42,2
|
| 759 |
+
np.float64,0xbfdd450ab1ba8a16,0x40005dcac6ab50fd,2
|
| 760 |
+
np.float64,0xbfe54d6156ea9ac2,0x400264ce9f3f0fb9,2
|
| 761 |
+
np.float64,0xbfe076e94760edd2,0x4000e3d1374884da,2
|
| 762 |
+
np.float64,0xbfc063286720c650,0x3ffb2fd1d6bff0ef,2
|
| 763 |
+
np.float64,0xbfe24680f2e48d02,0x40016ddfbb5bcc0e,2
|
| 764 |
+
np.float64,0xbfdc9351d2b926a4,0x400044e3756fb765,2
|
| 765 |
+
np.float64,0x3fefb173d8ff62e8,0x3fc1bd5626f80850,2
|
| 766 |
+
np.float64,0x3fe77c117a6ef822,0x3fe7e57089bad2ec,2
|
| 767 |
+
np.float64,0xbfddbcebf7bb79d8,0x40006eadb60406b3,2
|
| 768 |
+
np.float64,0xbfecf6625ff9ecc5,0x40059e6c6961a6db,2
|
| 769 |
+
np.float64,0x3fdc8950b8b912a0,0x3ff1bcfb2e27795b,2
|
| 770 |
+
np.float64,0xbfeb2fa517765f4a,0x4004b00aee3e6888,2
|
| 771 |
+
np.float64,0x3fd0efc88da1df90,0x3ff4d8f7cbd8248a,2
|
| 772 |
+
np.float64,0xbfe6641a2becc834,0x4002c43362c1bd0f,2
|
| 773 |
+
np.float64,0xbfe28aec0fe515d8,0x400182c91d4df039,2
|
| 774 |
+
np.float64,0xbfd5ede8d0abdbd2,0x3ffeba7baef05ae8,2
|
| 775 |
+
np.float64,0xbfbd99702a3b32e0,0x3ffafca21c1053f1,2
|
| 776 |
+
np.float64,0x3f96f043f82de080,0x3ff8c6384d5eb610,2
|
| 777 |
+
np.float64,0xbfe5badbc9eb75b8,0x400289c8cd5873d1,2
|
| 778 |
+
np.float64,0x3fe5c6bf95eb8d80,0x3fea5093e9a3e43e,2
|
| 779 |
+
np.float64,0x3fb1955486232ab0,0x3ff8086d4c3e71d5,2
|
| 780 |
+
np.float64,0xbfea145f397428be,0x4004302237a35871,2
|
| 781 |
+
np.float64,0xbfdabe685db57cd0,0x400003e2e29725fb,2
|
| 782 |
+
np.float64,0xbfefc79758ff8f2f,0x400831814e23bfc8,2
|
| 783 |
+
np.float64,0x3fd7edb66cafdb6c,0x3ff3006c5123bfaf,2
|
| 784 |
+
np.float64,0xbfeaf7644bf5eec8,0x400495a7963ce4ed,2
|
| 785 |
+
np.float64,0x3fdf838d78bf071c,0x3ff0e527eed73800,2
|
| 786 |
+
np.float64,0xbfd1a0165ba3402c,0x3ffd98c5ab76d375,2
|
| 787 |
+
np.float64,0x3fd75b67a9aeb6d0,0x3ff327c8d80b17cf,2
|
| 788 |
+
np.float64,0x3fc2aa9647255530,0x3ff6ca854b157df1,2
|
| 789 |
+
np.float64,0xbfe0957fd4612b00,0x4000ecbf3932becd,2
|
| 790 |
+
np.float64,0x3fda1792c0b42f24,0x3ff269fbb2360487,2
|
| 791 |
+
np.float64,0x3fd480706ca900e0,0x3ff3ea53a6aa3ae8,2
|
| 792 |
+
np.float64,0xbfd0780ed9a0f01e,0x3ffd4bfd544c7d47,2
|
| 793 |
+
np.float64,0x3feeec0cd77dd81a,0x3fd0a8a241fdb441,2
|
| 794 |
+
np.float64,0x3fcfa933e93f5268,0x3ff5223478621a6b,2
|
| 795 |
+
np.float64,0x3fdad2481fb5a490,0x3ff236b86c6b2b49,2
|
| 796 |
+
np.float64,0x3fe03b129de07626,0x3ff09f21fb868451,2
|
| 797 |
+
np.float64,0xbfc01212cd202424,0x3ffb259a07159ae9,2
|
| 798 |
+
np.float64,0x3febdb912df7b722,0x3fe0768e20dac8c9,2
|
| 799 |
+
np.float64,0xbfbf2148763e4290,0x3ffb154c361ce5bf,2
|
| 800 |
+
np.float64,0xbfb1a7eb1e234fd8,0x3ffa3cb37ac4a176,2
|
| 801 |
+
np.float64,0xbfe26ad1ec64d5a4,0x400178f480ecce8d,2
|
| 802 |
+
np.float64,0x3fe6d1cd1b6da39a,0x3fe8dc20ec4dad3b,2
|
| 803 |
+
np.float64,0xbfede0e53dfbc1ca,0x4006340d3bdd7c97,2
|
| 804 |
+
np.float64,0xbfe8fd1bd9f1fa38,0x4003bc3477f93f40,2
|
| 805 |
+
np.float64,0xbfe329d0f26653a2,0x4001b3f345af5648,2
|
| 806 |
+
np.float64,0xbfe4bb20eee97642,0x40023451404d6d08,2
|
| 807 |
+
np.float64,0x3fb574832e2ae900,0x3ff7ca4bed0c7110,2
|
| 808 |
+
np.float64,0xbfdf3c098fbe7814,0x4000a525bb72d659,2
|
| 809 |
+
np.float64,0x3fa453e6d428a7c0,0x3ff87f512bb9b0c6,2
|
| 810 |
+
np.float64,0x3faaec888435d920,0x3ff84a7d9e4def63,2
|
| 811 |
+
np.float64,0xbfcdc240df3b8480,0x3ffce30ece754e7f,2
|
| 812 |
+
np.float64,0xbf8c3220f0386440,0x3ff95a600ae6e157,2
|
| 813 |
+
np.float64,0x3fe806076c700c0e,0x3fe71784a96c76eb,2
|
| 814 |
+
np.float64,0x3fedf9b0e17bf362,0x3fd6e35fc0a7b6c3,2
|
| 815 |
+
np.float64,0xbfe1b48422636908,0x400141bd8ed251bc,2
|
| 816 |
+
np.float64,0xbfe82e2817705c50,0x40036b5a5556d021,2
|
| 817 |
+
np.float64,0xbfc8ef8ff931df20,0x3ffc450ffae7ce58,2
|
| 818 |
+
np.float64,0xbfe919fa94f233f5,0x4003c7cce4697fe8,2
|
| 819 |
+
np.float64,0xbfc3ace4a72759c8,0x3ffb9a197bb22651,2
|
| 820 |
+
np.float64,0x3fe479f71ee8f3ee,0x3fec0bd2f59097aa,2
|
| 821 |
+
np.float64,0xbfeeb54a967d6a95,0x4006da12c83649c5,2
|
| 822 |
+
np.float64,0x3fe5e74ea8ebce9e,0x3fea2407cef0f08c,2
|
| 823 |
+
np.float64,0x3fb382baf2270570,0x3ff7e98213b921ba,2
|
| 824 |
+
np.float64,0xbfdd86fd3cbb0dfa,0x40006712952ddbcf,2
|
| 825 |
+
np.float64,0xbfd250eb52a4a1d6,0x3ffdc6d56253b1cd,2
|
| 826 |
+
np.float64,0x3fea30c4ed74618a,0x3fe3962deba4f30e,2
|
| 827 |
+
np.float64,0x3fc895963d312b30,0x3ff60a5d52fcbccc,2
|
| 828 |
+
np.float64,0x3fe9cc4f6273989e,0x3fe442740942c80f,2
|
| 829 |
+
np.float64,0xbfe8769f5cf0ed3f,0x4003873b4cb5bfce,2
|
| 830 |
+
np.float64,0xbfe382f3726705e7,0x4001cfeb3204d110,2
|
| 831 |
+
np.float64,0x3fbfe9a9163fd350,0x3ff7220bd2b97c8f,2
|
| 832 |
+
np.float64,0xbfca6162bb34c2c4,0x3ffc743f939358f1,2
|
| 833 |
+
np.float64,0x3fe127a014e24f40,0x3ff0147c4bafbc39,2
|
| 834 |
+
np.float64,0x3fee9cdd2a7d39ba,0x3fd2e9ef45ab122f,2
|
| 835 |
+
np.float64,0x3fa9ffb97c33ff80,0x3ff851e69fa3542c,2
|
| 836 |
+
np.float64,0x3fd378f393a6f1e8,0x3ff42faafa77de56,2
|
| 837 |
+
np.float64,0xbfe4df1e1669be3c,0x400240284df1c321,2
|
| 838 |
+
np.float64,0x3fed0ed79bfa1db0,0x3fdba89060aa96fb,2
|
| 839 |
+
np.float64,0x3fdef2ee52bde5dc,0x3ff10e942244f4f1,2
|
| 840 |
+
np.float64,0xbfdab38f3ab5671e,0x40000264d8d5b49b,2
|
| 841 |
+
np.float64,0x3fbe95a96e3d2b50,0x3ff73774cb59ce2d,2
|
| 842 |
+
np.float64,0xbfe945653af28aca,0x4003d9657bf129c2,2
|
| 843 |
+
np.float64,0xbfb18f3f2a231e80,0x3ffa3b27cba23f50,2
|
| 844 |
+
np.float64,0xbfef50bf22fea17e,0x40077998a850082c,2
|
| 845 |
+
np.float64,0xbfc52b8c212a5718,0x3ffbca8d6560a2da,2
|
| 846 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,2
|
| 847 |
+
np.float64,0x3fc1e3a02d23c740,0x3ff6e3a5fcac12a4,2
|
| 848 |
+
np.float64,0xbfeb5e4ea5f6bc9d,0x4004c65abef9426f,2
|
| 849 |
+
np.float64,0xbfe425b132684b62,0x400203c29608b00d,2
|
| 850 |
+
np.float64,0xbfbfa1c19e3f4380,0x3ffb1d6367711158,2
|
| 851 |
+
np.float64,0x3fbba2776e3744f0,0x3ff766f6df586fad,2
|
| 852 |
+
np.float64,0xbfb5d0951e2ba128,0x3ffa7f712480b25e,2
|
| 853 |
+
np.float64,0xbfe949fdab7293fb,0x4003db4530a18507,2
|
| 854 |
+
np.float64,0xbfcf13519b3e26a4,0x3ffd0e6f0a6c38ee,2
|
| 855 |
+
np.float64,0x3f91e6d72823cdc0,0x3ff8da5f08909b6e,2
|
| 856 |
+
np.float64,0x3f78a2e360314600,0x3ff909586727caef,2
|
| 857 |
+
np.float64,0xbfe1ae7e8fe35cfd,0x40013fef082caaa3,2
|
| 858 |
+
np.float64,0x3fe97a6dd1f2f4dc,0x3fe4cb4b99863478,2
|
| 859 |
+
np.float64,0xbfcc1e1e69383c3c,0x3ffcad250a949843,2
|
| 860 |
+
np.float64,0x3faccb797c399700,0x3ff83b8066b49330,2
|
| 861 |
+
np.float64,0x3fe7a2647a6f44c8,0x3fe7acceae6ec425,2
|
| 862 |
+
np.float64,0xbfec3bfcf0f877fa,0x4005366af5a7175b,2
|
| 863 |
+
np.float64,0xbfe2310b94646217,0x400167588fceb228,2
|
| 864 |
+
np.float64,0x3feb167372762ce6,0x3fe1f74c0288fad8,2
|
| 865 |
+
np.float64,0xbfb722b4ee2e4568,0x3ffa94a81b94dfca,2
|
| 866 |
+
np.float64,0x3fc58da9712b1b50,0x3ff66cf8f072aa14,2
|
| 867 |
+
np.float64,0xbfe7fff9d6effff4,0x400359d01b8141de,2
|
| 868 |
+
np.float64,0xbfd56691c5aacd24,0x3ffe9686697797e8,2
|
| 869 |
+
np.float64,0x3fe3ab0557e7560a,0x3fed1593959ef8e8,2
|
| 870 |
+
np.float64,0x3fdd458995ba8b14,0x3ff1883d6f22a322,2
|
| 871 |
+
np.float64,0x3fe7bbed2cef77da,0x3fe786d618094cda,2
|
| 872 |
+
np.float64,0x3fa31a30c4263460,0x3ff88920b936fd79,2
|
| 873 |
+
np.float64,0x8010000000000000,0x3ff921fb54442d18,2
|
| 874 |
+
np.float64,0xbfdc5effbdb8be00,0x40003d95fe0dff11,2
|
| 875 |
+
np.float64,0x3febfdad7e77fb5a,0x3fe030b5297dbbdd,2
|
| 876 |
+
np.float64,0x3fe4f3f3b2e9e7e8,0x3feb6bc59eeb2be2,2
|
| 877 |
+
np.float64,0xbfe44469fd6888d4,0x40020daa5488f97a,2
|
| 878 |
+
np.float64,0xbfe19fddb0e33fbc,0x40013b8c902b167b,2
|
| 879 |
+
np.float64,0x3fa36ad17c26d5a0,0x3ff8869b3e828134,2
|
| 880 |
+
np.float64,0x3fcf23e6c93e47d0,0x3ff5336491a65d1e,2
|
| 881 |
+
np.float64,0xffefffffffffffff,0x7ff8000000000000,2
|
| 882 |
+
np.float64,0xbfe375f4cee6ebea,0x4001cbd2ba42e8b5,2
|
| 883 |
+
np.float64,0xbfaef1215c3de240,0x3ffa19ab02081189,2
|
| 884 |
+
np.float64,0xbfec39c59c78738b,0x4005353dc38e3d78,2
|
| 885 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,2
|
| 886 |
+
np.float64,0xbfec09bb7b781377,0x40051c0a5754cb3a,2
|
| 887 |
+
np.float64,0x3fe8301f2870603e,0x3fe6d783c5ef0944,2
|
| 888 |
+
np.float64,0xbfed418c987a8319,0x4005cbae1b8693d1,2
|
| 889 |
+
np.float64,0xbfdc16e7adb82dd0,0x4000338b634eaf03,2
|
| 890 |
+
np.float64,0x3fd5d361bdaba6c4,0x3ff390899300a54c,2
|
| 891 |
+
np.float64,0xbff0000000000000,0x400921fb54442d18,2
|
| 892 |
+
np.float64,0x3fd5946232ab28c4,0x3ff3a14767813f29,2
|
| 893 |
+
np.float64,0x3fe833e5fef067cc,0x3fe6d1be720edf2d,2
|
| 894 |
+
np.float64,0x3fedf746a67bee8e,0x3fd6f127fdcadb7b,2
|
| 895 |
+
np.float64,0x3fd90353d3b206a8,0x3ff2b54f7d369ba9,2
|
| 896 |
+
np.float64,0x3fec4b4b72f89696,0x3fdf1b38d2e93532,2
|
| 897 |
+
np.float64,0xbfe9c67596f38ceb,0x40040ee5f524ce03,2
|
| 898 |
+
np.float64,0x3fd350d91aa6a1b4,0x3ff43a303c0da27f,2
|
| 899 |
+
np.float64,0x3fd062603ba0c4c0,0x3ff4fd9514b935d8,2
|
| 900 |
+
np.float64,0xbfe24c075f64980e,0x40016f8e9f2663b3,2
|
| 901 |
+
np.float64,0x3fdaa546eeb54a8c,0x3ff2431a88fef1d5,2
|
| 902 |
+
np.float64,0x3fe92b8151f25702,0x3fe54c67e005cbf9,2
|
| 903 |
+
np.float64,0xbfe1be8b8a637d17,0x400144c078f67c6e,2
|
| 904 |
+
np.float64,0xbfe468a1d7e8d144,0x40021964b118cbf4,2
|
| 905 |
+
np.float64,0xbfdc6de4fab8dbca,0x40003fa9e27893d8,2
|
| 906 |
+
np.float64,0xbfe3c2788ae784f1,0x4001e407ba3aa956,2
|
| 907 |
+
np.float64,0xbfe2bf1542e57e2a,0x400192d4a9072016,2
|
| 908 |
+
np.float64,0xbfe6982f4c6d305e,0x4002d681b1991bbb,2
|
| 909 |
+
np.float64,0x3fdbceb1c4b79d64,0x3ff1f0f117b9d354,2
|
| 910 |
+
np.float64,0x3fdb3705e7b66e0c,0x3ff21af01ca27ace,2
|
| 911 |
+
np.float64,0x3fe3e6358ee7cc6c,0x3fecca4585053983,2
|
| 912 |
+
np.float64,0xbfe16d6a9a62dad5,0x40012c7988aee247,2
|
| 913 |
+
np.float64,0xbfce66e4413ccdc8,0x3ffcf83b08043a0c,2
|
| 914 |
+
np.float64,0xbfeb6cd46876d9a9,0x4004cd61733bfb79,2
|
| 915 |
+
np.float64,0xbfdb1cdd64b639ba,0x400010e6cf087cb7,2
|
| 916 |
+
np.float64,0xbfe09e4e30e13c9c,0x4000ef5277c47721,2
|
| 917 |
+
np.float64,0xbfee88dd127d11ba,0x4006b3cd443643ac,2
|
| 918 |
+
np.float64,0xbf911e06c8223c00,0x3ff966744064fb05,2
|
| 919 |
+
np.float64,0xbfe8f22bc471e458,0x4003b7d5513af295,2
|
| 920 |
+
np.float64,0x3fe3d7329567ae66,0x3fecdd6c241f83ee,2
|
| 921 |
+
np.float64,0x3fc8a9404b315280,0x3ff607dc175edf3f,2
|
| 922 |
+
np.float64,0x3fe7eb80ad6fd702,0x3fe73f8fdb3e6a6c,2
|
| 923 |
+
np.float64,0x3fef0931e37e1264,0x3fcf7fde80a3c5ab,2
|
| 924 |
+
np.float64,0x3fe2ed3c3fe5da78,0x3fee038334cd1860,2
|
| 925 |
+
np.float64,0x3fe251fdb8e4a3fc,0x3feec26dc636ac31,2
|
| 926 |
+
np.float64,0x3feb239436764728,0x3fe1de9462455da7,2
|
| 927 |
+
np.float64,0xbfe63fd7eeec7fb0,0x4002b78cfa3d2fa6,2
|
| 928 |
+
np.float64,0x3fdd639cb5bac738,0x3ff17fc7d92b3eee,2
|
| 929 |
+
np.float64,0x3fd0a7a13fa14f44,0x3ff4eba95c559c84,2
|
| 930 |
+
np.float64,0x3fe804362d70086c,0x3fe71a44cd91ffa4,2
|
| 931 |
+
np.float64,0xbfe0fecf6e61fd9f,0x40010bac8edbdc4f,2
|
| 932 |
+
np.float64,0x3fcb74acfd36e958,0x3ff5ac84437f1b7c,2
|
| 933 |
+
np.float64,0x3fe55053e1eaa0a8,0x3feaf0bf76304c30,2
|
| 934 |
+
np.float64,0x3fc06b508d20d6a0,0x3ff7131da17f3902,2
|
| 935 |
+
np.float64,0x3fdd78750fbaf0ec,0x3ff179e97fbf7f65,2
|
| 936 |
+
np.float64,0x3fe44cb946689972,0x3fec46859b5da6be,2
|
| 937 |
+
np.float64,0xbfeb165a7ff62cb5,0x4004a41c9cc9589e,2
|
| 938 |
+
np.float64,0x3fe01ffb2b603ff6,0x3ff0aed52bf1c3c1,2
|
| 939 |
+
np.float64,0x3f983c60a83078c0,0x3ff8c107805715ab,2
|
| 940 |
+
np.float64,0x3fd8b5ff13b16c00,0x3ff2ca4a837a476a,2
|
| 941 |
+
np.float64,0x3fc80510a1300a20,0x3ff61cc3b4af470b,2
|
| 942 |
+
np.float64,0xbfd3935b06a726b6,0x3ffe1b3a2066f473,2
|
| 943 |
+
np.float64,0xbfdd4a1f31ba943e,0x40005e81979ed445,2
|
| 944 |
+
np.float64,0xbfa76afdd42ed600,0x3ff9dd63ffba72d2,2
|
| 945 |
+
np.float64,0x3fe7e06d496fc0da,0x3fe7503773566707,2
|
| 946 |
+
np.float64,0xbfea5fbfe874bf80,0x40045106af6c538f,2
|
| 947 |
+
np.float64,0x3fee000c487c0018,0x3fd6bef1f8779d88,2
|
| 948 |
+
np.float64,0xbfb39f4ee2273ea0,0x3ffa5c3f2b3888ab,2
|
| 949 |
+
np.float64,0x3feb9247b0772490,0x3fe1092d2905efce,2
|
| 950 |
+
np.float64,0x3fdaa39b4cb54738,0x3ff243901da0da17,2
|
| 951 |
+
np.float64,0x3fcd5b2b493ab658,0x3ff56e262e65b67d,2
|
| 952 |
+
np.float64,0x3fcf82512f3f04a0,0x3ff52738847c55f2,2
|
| 953 |
+
np.float64,0x3fe2af5e0c655ebc,0x3fee4ffab0c82348,2
|
| 954 |
+
np.float64,0xbfec0055d0f800ac,0x4005172d325933e8,2
|
| 955 |
+
np.float64,0x3fe71da9336e3b52,0x3fe86f2e12f6e303,2
|
| 956 |
+
np.float64,0x3fbefab0723df560,0x3ff731188ac716ec,2
|
| 957 |
+
np.float64,0xbfe11dca28623b94,0x400114d3d4ad370d,2
|
| 958 |
+
np.float64,0x3fbcbda8ca397b50,0x3ff755281078abd4,2
|
| 959 |
+
np.float64,0x3fe687c7126d0f8e,0x3fe945099a7855cc,2
|
| 960 |
+
np.float64,0xbfecde510579bca2,0x400590606e244591,2
|
| 961 |
+
np.float64,0xbfd72de681ae5bce,0x3fff0ff797ad1755,2
|
| 962 |
+
np.float64,0xbfe7c0f7386f81ee,0x40034226e0805309,2
|
| 963 |
+
np.float64,0x3fd8d55619b1aaac,0x3ff2c1cb3267b14e,2
|
| 964 |
+
np.float64,0x3fecd7a2ad79af46,0x3fdcabbffeaa279e,2
|
| 965 |
+
np.float64,0x3fee7fb1a8fcff64,0x3fd3ae620286fe19,2
|
| 966 |
+
np.float64,0xbfc5f3a3592be748,0x3ffbe3ed204d9842,2
|
| 967 |
+
np.float64,0x3fec9e5527793caa,0x3fddb00bc8687e4b,2
|
| 968 |
+
np.float64,0x3fc35dc70f26bb90,0x3ff6b3ded7191e33,2
|
| 969 |
+
np.float64,0x3fda91c07ab52380,0x3ff24878848fec8f,2
|
| 970 |
+
np.float64,0xbfe12cde1fe259bc,0x4001194ab99d5134,2
|
| 971 |
+
np.float64,0xbfd35ab736a6b56e,0x3ffe0c5ce8356d16,2
|
| 972 |
+
np.float64,0x3fc9c94123339280,0x3ff5e3239f3ad795,2
|
| 973 |
+
np.float64,0xbfe72f54926e5ea9,0x40030c95d1d02b56,2
|
| 974 |
+
np.float64,0xbfee283186fc5063,0x40066786bd0feb79,2
|
| 975 |
+
np.float64,0xbfe7b383f56f6708,0x40033d23ef0e903d,2
|
| 976 |
+
np.float64,0x3fd6037327ac06e8,0x3ff383bf2f311ddb,2
|
| 977 |
+
np.float64,0x3fe0e344b561c68a,0x3ff03cd90fd4ba65,2
|
| 978 |
+
np.float64,0xbfef0ff54b7e1feb,0x400730fa5fce381e,2
|
| 979 |
+
np.float64,0x3fd269929da4d324,0x3ff476b230136d32,2
|
| 980 |
+
np.float64,0xbfbc5fb9f638bf70,0x3ffae8e63a4e3234,2
|
| 981 |
+
np.float64,0xbfe2e8bc84e5d179,0x40019fb5874f4310,2
|
| 982 |
+
np.float64,0xbfd7017413ae02e8,0x3fff040d843c1531,2
|
| 983 |
+
np.float64,0x3fefd362fa7fa6c6,0x3fbababc3ddbb21d,2
|
| 984 |
+
np.float64,0x3fecb62ed3f96c5e,0x3fdd44ba77ccff94,2
|
| 985 |
+
np.float64,0xbfb16fad5222df58,0x3ffa392d7f02b522,2
|
| 986 |
+
np.float64,0x3fbcf4abc639e950,0x3ff751b23c40e27f,2
|
| 987 |
+
np.float64,0x3fe128adbce2515c,0x3ff013dc91db04b5,2
|
| 988 |
+
np.float64,0x3fa5dd9d842bbb40,0x3ff87300c88d512f,2
|
| 989 |
+
np.float64,0xbfe61efcaf6c3dfa,0x4002ac27117f87c9,2
|
| 990 |
+
np.float64,0x3feffe1233fffc24,0x3f9638d3796a4954,2
|
| 991 |
+
np.float64,0xbfe78548b66f0a92,0x40032c0447b7bfe2,2
|
| 992 |
+
np.float64,0x3fe7bd38416f7a70,0x3fe784e86d6546b6,2
|
| 993 |
+
np.float64,0x3fe0d6bc5961ad78,0x3ff0443899e747ac,2
|
| 994 |
+
np.float64,0xbfd0bb6e47a176dc,0x3ffd5d6dff390d41,2
|
| 995 |
+
np.float64,0xbfec1d16b8f83a2e,0x40052620378d3b78,2
|
| 996 |
+
np.float64,0x3fe9bbec20f377d8,0x3fe45e167c7a3871,2
|
| 997 |
+
np.float64,0xbfeed81d9dfdb03b,0x4006f9dec2db7310,2
|
| 998 |
+
np.float64,0xbfe1e35179e3c6a3,0x40014fd1b1186ac0,2
|
| 999 |
+
np.float64,0xbfc9c7e605338fcc,0x3ffc60a6bd1a7126,2
|
| 1000 |
+
np.float64,0x3feec92810fd9250,0x3fd1afde414ab338,2
|
| 1001 |
+
np.float64,0xbfeb9f1d90773e3b,0x4004e606b773f5b0,2
|
| 1002 |
+
np.float64,0x3fcbabdf6b3757c0,0x3ff5a573866404af,2
|
| 1003 |
+
np.float64,0x3fe9f4e1fff3e9c4,0x3fe3fd7b6712dd7b,2
|
| 1004 |
+
np.float64,0xbfe6c0175ded802e,0x4002e4a4dc12f3fe,2
|
| 1005 |
+
np.float64,0xbfeefc96f37df92e,0x40071d367cd721ff,2
|
| 1006 |
+
np.float64,0xbfeaab58dc7556b2,0x400472ce37e31e50,2
|
| 1007 |
+
np.float64,0xbfc62668772c4cd0,0x3ffbea5e6c92010a,2
|
| 1008 |
+
np.float64,0x3fafe055fc3fc0a0,0x3ff822ce6502519a,2
|
| 1009 |
+
np.float64,0x3fd7b648ffaf6c90,0x3ff30f5a42f11418,2
|
| 1010 |
+
np.float64,0xbfe934fe827269fd,0x4003d2b9fed9e6ad,2
|
| 1011 |
+
np.float64,0xbfe6d691f2edad24,0x4002eca6a4b1797b,2
|
| 1012 |
+
np.float64,0x3fc7e62ced2fcc58,0x3ff620b1f44398b7,2
|
| 1013 |
+
np.float64,0xbfc89be9f33137d4,0x3ffc3a67a497f59c,2
|
| 1014 |
+
np.float64,0xbfe7793d536ef27a,0x40032794bf14dd64,2
|
| 1015 |
+
np.float64,0x3fde55a02dbcab40,0x3ff13b5f82d223e4,2
|
| 1016 |
+
np.float64,0xbfc8eabd7b31d57c,0x3ffc4472a81cb6d0,2
|
| 1017 |
+
np.float64,0x3fddcb5468bb96a8,0x3ff162899c381f2e,2
|
| 1018 |
+
np.float64,0xbfec7554d8f8eaaa,0x40055550e18ec463,2
|
| 1019 |
+
np.float64,0x3fd0b6e8b6a16dd0,0x3ff4e7b4781a50e3,2
|
| 1020 |
+
np.float64,0x3fedaae01b7b55c0,0x3fd8964916cdf53d,2
|
| 1021 |
+
np.float64,0x3fe0870f8a610e20,0x3ff072e7db95c2a2,2
|
| 1022 |
+
np.float64,0xbfec3e3ce2787c7a,0x4005379d0f6be873,2
|
| 1023 |
+
np.float64,0xbfe65502586caa04,0x4002beecff89147f,2
|
| 1024 |
+
np.float64,0xbfe0df39a961be74,0x4001025e36d1c061,2
|
| 1025 |
+
np.float64,0xbfb5d8edbe2bb1d8,0x3ffa7ff72b7d6a2b,2
|
| 1026 |
+
np.float64,0xbfde89574bbd12ae,0x40008ba4cd74544d,2
|
| 1027 |
+
np.float64,0xbfe72938f0ee5272,0x40030a5efd1acb6d,2
|
| 1028 |
+
np.float64,0xbfcd500d133aa01c,0x3ffcd462f9104689,2
|
| 1029 |
+
np.float64,0x3fe0350766606a0e,0x3ff0a2a3664e2c14,2
|
| 1030 |
+
np.float64,0xbfc892fb573125f8,0x3ffc3944641cc69d,2
|
| 1031 |
+
np.float64,0xbfba7dc7c634fb90,0x3ffaca9a6a0ffe61,2
|
| 1032 |
+
np.float64,0xbfeac94478759289,0x40048068a8b83e45,2
|
| 1033 |
+
np.float64,0xbfe8f60c1af1ec18,0x4003b961995b6e51,2
|
| 1034 |
+
np.float64,0x3fea1c0817743810,0x3fe3ba28c1643cf7,2
|
| 1035 |
+
np.float64,0xbfe42a0fefe85420,0x4002052aadd77f01,2
|
| 1036 |
+
np.float64,0x3fd2c61c56a58c38,0x3ff45e84cb9a7fa9,2
|
| 1037 |
+
np.float64,0xbfd83fb7cdb07f70,0x3fff59ab4790074c,2
|
| 1038 |
+
np.float64,0x3fd95e630fb2bcc8,0x3ff29c8bee1335ad,2
|
| 1039 |
+
np.float64,0x3feee88f387dd11e,0x3fd0c3ad3ded4094,2
|
| 1040 |
+
np.float64,0x3fe061291160c252,0x3ff0890010199bbc,2
|
| 1041 |
+
np.float64,0xbfdc7db3b5b8fb68,0x400041dea3759443,2
|
| 1042 |
+
np.float64,0x3fee23b320fc4766,0x3fd5ee73d7aa5c56,2
|
| 1043 |
+
np.float64,0xbfdc25c590b84b8c,0x4000359cf98a00b4,2
|
| 1044 |
+
np.float64,0xbfd63cbfd2ac7980,0x3ffecf7b9cf99b3c,2
|
| 1045 |
+
np.float64,0xbfbeb3c29a3d6788,0x3ffb0e66ecc0fc3b,2
|
| 1046 |
+
np.float64,0xbfd2f57fd6a5eb00,0x3ffdf1d7c79e1532,2
|
| 1047 |
+
np.float64,0xbfab3eda9c367db0,0x3ff9fc0c875f42e9,2
|
| 1048 |
+
np.float64,0xbfe12df1c6e25be4,0x4001199c673e698c,2
|
| 1049 |
+
np.float64,0x3fef8ab23a7f1564,0x3fc5aff358c59f1c,2
|
| 1050 |
+
np.float64,0x3fe562f50feac5ea,0x3fead7bce205f7d9,2
|
| 1051 |
+
np.float64,0x3fdc41adbeb8835c,0x3ff1d0f71341b8f2,2
|
| 1052 |
+
np.float64,0x3fe2748967e4e912,0x3fee9837f970ff9e,2
|
| 1053 |
+
np.float64,0xbfdaa89d57b5513a,0x400000e3889ba4cf,2
|
| 1054 |
+
np.float64,0x3fdf2a137dbe5428,0x3ff0fecfbecbbf86,2
|
| 1055 |
+
np.float64,0xbfea1fdcd2f43fba,0x4004351974b32163,2
|
| 1056 |
+
np.float64,0xbfe34a93a3e69528,0x4001be323946a3e0,2
|
| 1057 |
+
np.float64,0x3fe929bacff25376,0x3fe54f47bd7f4cf2,2
|
| 1058 |
+
np.float64,0xbfd667fbd6accff8,0x3ffedb04032b3a1a,2
|
| 1059 |
+
np.float64,0xbfeb695796f6d2af,0x4004cbb08ec6f525,2
|
| 1060 |
+
np.float64,0x3fd204df2ea409c0,0x3ff490f51e6670f5,2
|
| 1061 |
+
np.float64,0xbfd89a2757b1344e,0x3fff722127b988c4,2
|
| 1062 |
+
np.float64,0xbfd0787187a0f0e4,0x3ffd4c16dbe94f32,2
|
| 1063 |
+
np.float64,0x3fd44239bfa88474,0x3ff3fabbfb24b1fa,2
|
| 1064 |
+
np.float64,0xbfeb0b3489f61669,0x40049ee33d811d33,2
|
| 1065 |
+
np.float64,0x3fdcf04eaab9e09c,0x3ff1a02a29996c4e,2
|
| 1066 |
+
np.float64,0x3fd4c51e4fa98a3c,0x3ff3d8302c68fc9a,2
|
| 1067 |
+
np.float64,0x3fd1346645a268cc,0x3ff4c72b4970ecaf,2
|
| 1068 |
+
np.float64,0x3fd6a89d09ad513c,0x3ff357af6520afac,2
|
| 1069 |
+
np.float64,0xbfba0f469a341e90,0x3ffac3a8f41bed23,2
|
| 1070 |
+
np.float64,0xbfe13f8ddce27f1c,0x40011ed557719fd6,2
|
| 1071 |
+
np.float64,0x3fd43e5e26a87cbc,0x3ff3fbc040fc30dc,2
|
| 1072 |
+
np.float64,0x3fe838125a707024,0x3fe6cb5c987248f3,2
|
| 1073 |
+
np.float64,0x3fe128c30c625186,0x3ff013cff238dd1b,2
|
| 1074 |
+
np.float64,0xbfcd4718833a8e30,0x3ffcd33c96bde6f9,2
|
| 1075 |
+
np.float64,0x3fe43fcd08e87f9a,0x3fec573997456ec1,2
|
| 1076 |
+
np.float64,0xbfe9a29104734522,0x4003ffd502a1b57f,2
|
| 1077 |
+
np.float64,0xbfe4709d7968e13b,0x40021bfc5cd55af4,2
|
| 1078 |
+
np.float64,0x3fd21c3925a43874,0x3ff48adf48556cbb,2
|
| 1079 |
+
np.float64,0x3fe9a521b2734a44,0x3fe4844fc054e839,2
|
| 1080 |
+
np.float64,0xbfdfa6a912bf4d52,0x4000b4730ad8521e,2
|
| 1081 |
+
np.float64,0x3fe3740702e6e80e,0x3fed5b106283b6ed,2
|
| 1082 |
+
np.float64,0x3fd0a3aa36a14754,0x3ff4ecb02a5e3f49,2
|
| 1083 |
+
np.float64,0x3fdcb903d0b97208,0x3ff1afa5d692c5b9,2
|
| 1084 |
+
np.float64,0xbfe7d67839efacf0,0x40034a3146abf6f2,2
|
| 1085 |
+
np.float64,0x3f9981c6d8330380,0x3ff8bbf1853d7b90,2
|
| 1086 |
+
np.float64,0xbfe9d4191673a832,0x400414a9ab453c5d,2
|
| 1087 |
+
np.float64,0x3fef0a1e5c7e143c,0x3fcf70b02a54c415,2
|
| 1088 |
+
np.float64,0xbfd996dee6b32dbe,0x3fffb6cf707ad8e4,2
|
| 1089 |
+
np.float64,0x3fe19bef17e337de,0x3fef9e70d4fcedae,2
|
| 1090 |
+
np.float64,0x3fe34a59716694b2,0x3fed8f6d5cfba474,2
|
| 1091 |
+
np.float64,0x3fdf27e27cbe4fc4,0x3ff0ff70500e0c7c,2
|
| 1092 |
+
np.float64,0xbfe19df87fe33bf1,0x40013afb401de24c,2
|
| 1093 |
+
np.float64,0xbfbdfd97ba3bfb30,0x3ffb02ef8c225e57,2
|
| 1094 |
+
np.float64,0xbfe3d3417267a683,0x4001e95ed240b0f8,2
|
| 1095 |
+
np.float64,0x3fe566498b6acc94,0x3fead342957d4910,2
|
| 1096 |
+
np.float64,0x3ff0000000000000,0x0,2
|
| 1097 |
+
np.float64,0x3feb329bd8766538,0x3fe1c2225aafe3b4,2
|
| 1098 |
+
np.float64,0xbfc19ca703233950,0x3ffb575b5df057b9,2
|
| 1099 |
+
np.float64,0x3fe755027d6eaa04,0x3fe81eb99c262e00,2
|
| 1100 |
+
np.float64,0xbfe6c2b8306d8570,0x4002e594199f9eec,2
|
| 1101 |
+
np.float64,0x3fd69438e6ad2870,0x3ff35d2275ae891d,2
|
| 1102 |
+
np.float64,0x3fda3e7285b47ce4,0x3ff25f5573dd47ae,2
|
| 1103 |
+
np.float64,0x3fe7928a166f2514,0x3fe7c4490ef4b9a9,2
|
| 1104 |
+
np.float64,0xbfd4eb71b9a9d6e4,0x3ffe75e8ccb74be1,2
|
| 1105 |
+
np.float64,0xbfcc3a07f1387410,0x3ffcb0b8af914a5b,2
|
| 1106 |
+
np.float64,0xbfe6e80225edd004,0x4002f2e26eae8999,2
|
| 1107 |
+
np.float64,0xbfb347728a268ee8,0x3ffa56bd526a12db,2
|
| 1108 |
+
np.float64,0x3fe5140ead6a281e,0x3feb4132c9140a1c,2
|
| 1109 |
+
np.float64,0xbfc147f125228fe4,0x3ffb4cab18b9050f,2
|
| 1110 |
+
np.float64,0xbfcb9145b537228c,0x3ffc9b1b6227a8c9,2
|
| 1111 |
+
np.float64,0xbfda84ef4bb509de,0x3ffff7f8a674e17d,2
|
| 1112 |
+
np.float64,0x3fd2eb6bbfa5d6d8,0x3ff454c225529d7e,2
|
| 1113 |
+
np.float64,0x3fe18c95f1e3192c,0x3fefb0cf0efba75a,2
|
| 1114 |
+
np.float64,0x3fe78606efef0c0e,0x3fe7d6c3a092d64c,2
|
| 1115 |
+
np.float64,0x3fbad5119a35aa20,0x3ff773dffe3ce660,2
|
| 1116 |
+
np.float64,0x3fd0cf5903a19eb4,0x3ff4e15fd21fdb42,2
|
| 1117 |
+
np.float64,0xbfd85ce90bb0b9d2,0x3fff618ee848e974,2
|
| 1118 |
+
np.float64,0x3fe90e11b9f21c24,0x3fe57be62f606f4a,2
|
| 1119 |
+
np.float64,0x3fd7a2040faf4408,0x3ff314ce85457ec2,2
|
| 1120 |
+
np.float64,0xbfd73fba69ae7f74,0x3fff14bff3504811,2
|
| 1121 |
+
np.float64,0x3fa04b4bd42096a0,0x3ff89f9b52f521a2,2
|
| 1122 |
+
np.float64,0xbfd7219ce5ae433a,0x3fff0cac0b45cc18,2
|
| 1123 |
+
np.float64,0xbfe0cf4661e19e8d,0x4000fdadb14e3c22,2
|
| 1124 |
+
np.float64,0x3fd07469fea0e8d4,0x3ff4f8eaa9b2394a,2
|
| 1125 |
+
np.float64,0x3f9b05c5d8360b80,0x3ff8b5e10672db5c,2
|
| 1126 |
+
np.float64,0x3fe4c25b916984b8,0x3febad29bd0e25e2,2
|
| 1127 |
+
np.float64,0xbfde8b4891bd1692,0x40008beb88d5c409,2
|
| 1128 |
+
np.float64,0xbfe199a7efe33350,0x400139b089aee21c,2
|
| 1129 |
+
np.float64,0x3fecdad25cf9b5a4,0x3fdc9d062867e8c3,2
|
| 1130 |
+
np.float64,0xbfe979b277f2f365,0x4003eedb061e25a4,2
|
| 1131 |
+
np.float64,0x3fc8c7311f318e60,0x3ff6040b9aeaad9d,2
|
| 1132 |
+
np.float64,0x3fd2b605b8a56c0c,0x3ff462b9a955c224,2
|
| 1133 |
+
np.float64,0x3fc073b6ad20e770,0x3ff7120e9f2fd63c,2
|
| 1134 |
+
np.float64,0xbfec60ede678c1dc,0x40054a3863e24dc2,2
|
| 1135 |
+
np.float64,0x3fe225171be44a2e,0x3feef910dca420ea,2
|
| 1136 |
+
np.float64,0xbfd7529762aea52e,0x3fff19d00661f650,2
|
| 1137 |
+
np.float64,0xbfd781783daf02f0,0x3fff2667b90be461,2
|
| 1138 |
+
np.float64,0x3fe3f6ec6d67edd8,0x3fecb4e814a2e33a,2
|
| 1139 |
+
np.float64,0x3fece6702df9cce0,0x3fdc6719d92a50d2,2
|
| 1140 |
+
np.float64,0xbfb5c602ce2b8c08,0x3ffa7ec761ba856a,2
|
| 1141 |
+
np.float64,0xbfd61f0153ac3e02,0x3ffec78e3b1a6c4d,2
|
| 1142 |
+
np.float64,0xbfec3462b2f868c5,0x400532630bbd7050,2
|
| 1143 |
+
np.float64,0xbfdd248485ba490a,0x400059391c07c1bb,2
|
| 1144 |
+
np.float64,0xbfd424921fa84924,0x3ffe416a85d1dcdf,2
|
| 1145 |
+
np.float64,0x3fbb23a932364750,0x3ff76eef79209f7f,2
|
| 1146 |
+
np.float64,0x3fca248b0f344918,0x3ff5d77c5c1b4e5e,2
|
| 1147 |
+
np.float64,0xbfe69af4a4ed35ea,0x4002d77c2e4fbd4e,2
|
| 1148 |
+
np.float64,0x3fdafe3cdcb5fc78,0x3ff22a9be6efbbf2,2
|
| 1149 |
+
np.float64,0xbfebba3377f77467,0x4004f3836e1fe71a,2
|
| 1150 |
+
np.float64,0xbfe650fae06ca1f6,0x4002bd851406377c,2
|
| 1151 |
+
np.float64,0x3fda630007b4c600,0x3ff2554f1832bd94,2
|
| 1152 |
+
np.float64,0xbfda8107d9b50210,0x3ffff6e6209659f3,2
|
| 1153 |
+
np.float64,0x3fea759a02f4eb34,0x3fe31d1a632c9aae,2
|
| 1154 |
+
np.float64,0x3fbf88149e3f1030,0x3ff728313aa12ccb,2
|
| 1155 |
+
np.float64,0x3f7196d2a0232e00,0x3ff910647e1914c1,2
|
| 1156 |
+
np.float64,0x3feeae51d17d5ca4,0x3fd2709698d31f6f,2
|
| 1157 |
+
np.float64,0xbfd73cd663ae79ac,0x3fff13f96300b55a,2
|
| 1158 |
+
np.float64,0x3fd4fc5f06a9f8c0,0x3ff3c99359854b97,2
|
| 1159 |
+
np.float64,0x3fb29f5d6e253ec0,0x3ff7f7c20e396b20,2
|
| 1160 |
+
np.float64,0xbfd757c82aaeaf90,0x3fff1b34c6141e98,2
|
| 1161 |
+
np.float64,0x3fc56fd4cf2adfa8,0x3ff670c145122909,2
|
| 1162 |
+
np.float64,0x3fc609a2f52c1348,0x3ff65d3ef3cade2c,2
|
| 1163 |
+
np.float64,0xbfe1de631163bcc6,0x40014e5528fadb73,2
|
| 1164 |
+
np.float64,0xbfe7eb4a726fd695,0x40035202f49d95c4,2
|
| 1165 |
+
np.float64,0xbfc9223771324470,0x3ffc4b84d5e263b9,2
|
| 1166 |
+
np.float64,0x3fee91a8a87d2352,0x3fd3364befde8de6,2
|
| 1167 |
+
np.float64,0x3fbc9784fe392f10,0x3ff7578e29f6a1b2,2
|
| 1168 |
+
np.float64,0xbfec627c2c78c4f8,0x40054b0ff2cb9c55,2
|
| 1169 |
+
np.float64,0xbfb8b406a6316810,0x3ffaadd97062fb8c,2
|
| 1170 |
+
np.float64,0xbfecf98384f9f307,0x4005a043d9110d79,2
|
| 1171 |
+
np.float64,0xbfe5834bab6b0698,0x400276f114aebee4,2
|
| 1172 |
+
np.float64,0xbfd90f391eb21e72,0x3fff91e26a8f48f3,2
|
| 1173 |
+
np.float64,0xbfee288ce2fc511a,0x400667cb09aa04b3,2
|
| 1174 |
+
np.float64,0x3fd5aa5e32ab54bc,0x3ff39b7080a52214,2
|
| 1175 |
+
np.float64,0xbfee7ef907fcfdf2,0x4006ab96a8eba4c5,2
|
| 1176 |
+
np.float64,0x3fd6097973ac12f4,0x3ff3822486978bd1,2
|
| 1177 |
+
np.float64,0xbfe02d14b8e05a2a,0x4000ce5be53047b1,2
|
| 1178 |
+
np.float64,0xbf9c629a6838c540,0x3ff993897728c3f9,2
|
| 1179 |
+
np.float64,0xbfee2024667c4049,0x40066188782fb1f0,2
|
| 1180 |
+
np.float64,0xbfa42a88fc285510,0x3ff9c35a4bbce104,2
|
| 1181 |
+
np.float64,0x3fa407af5c280f60,0x3ff881b360d8eea1,2
|
| 1182 |
+
np.float64,0x3fed0ba42cfa1748,0x3fdbb7d55609175f,2
|
| 1183 |
+
np.float64,0xbfdd0b5844ba16b0,0x400055b0bb59ebb2,2
|
| 1184 |
+
np.float64,0x3fd88d97e6b11b30,0x3ff2d53c1ecb8f8c,2
|
| 1185 |
+
np.float64,0xbfeb7a915ef6f523,0x4004d410812eb84c,2
|
| 1186 |
+
np.float64,0xbfb5f979ca2bf2f0,0x3ffa8201d73cd4ca,2
|
| 1187 |
+
np.float64,0x3fb3b65dd6276cc0,0x3ff7e64576199505,2
|
| 1188 |
+
np.float64,0x3fcd47a7793a8f50,0x3ff570a7b672f160,2
|
| 1189 |
+
np.float64,0xbfa41dd30c283ba0,0x3ff9c2f488127eb3,2
|
| 1190 |
+
np.float64,0x3fe4b1ea1f6963d4,0x3febc2bed7760427,2
|
| 1191 |
+
np.float64,0xbfdd0f81d2ba1f04,0x400056463724b768,2
|
| 1192 |
+
np.float64,0x3fd15d93f7a2bb28,0x3ff4bc7a24eacfd7,2
|
| 1193 |
+
np.float64,0xbfe3213af8e64276,0x4001b14579dfded3,2
|
| 1194 |
+
np.float64,0x3fd90dfbeab21bf8,0x3ff2b26a6c2c3bb3,2
|
| 1195 |
+
np.float64,0xbfd02d54bca05aaa,0x3ffd38ab3886b203,2
|
| 1196 |
+
np.float64,0x3fc218dcad2431b8,0x3ff6dced56d5b417,2
|
| 1197 |
+
np.float64,0x3fea5edf71f4bdbe,0x3fe3455ee09f27e6,2
|
| 1198 |
+
np.float64,0x3fa74319042e8640,0x3ff867d224545438,2
|
| 1199 |
+
np.float64,0x3fd970ad92b2e15c,0x3ff2979084815dc1,2
|
| 1200 |
+
np.float64,0x3fce0a4bf73c1498,0x3ff557a4df32df3e,2
|
| 1201 |
+
np.float64,0x3fef5c8e10feb91c,0x3fc99ca0eeaaebe4,2
|
| 1202 |
+
np.float64,0xbfedae997ffb5d33,0x400611af18f407ab,2
|
| 1203 |
+
np.float64,0xbfbcf07d6239e0f8,0x3ffaf201177a2d36,2
|
| 1204 |
+
np.float64,0xbfc3c52541278a4c,0x3ffb9d2af0408e4a,2
|
| 1205 |
+
np.float64,0x3fe4ef44e4e9de8a,0x3feb71f7331255e5,2
|
| 1206 |
+
np.float64,0xbfccd9f5f539b3ec,0x3ffcc53a99339592,2
|
| 1207 |
+
np.float64,0xbfda32c745b4658e,0x3fffe16e8727ef89,2
|
| 1208 |
+
np.float64,0xbfef54932a7ea926,0x40077e4605e61ca1,2
|
| 1209 |
+
np.float64,0x3fe9d4ae3573a95c,0x3fe4344a069a3fd0,2
|
| 1210 |
+
np.float64,0x3fda567e73b4acfc,0x3ff258bd77a663c7,2
|
| 1211 |
+
np.float64,0xbfd5bcac5eab7958,0x3ffead6379c19c52,2
|
| 1212 |
+
np.float64,0xbfee5e56f97cbcae,0x40069131fc54018d,2
|
| 1213 |
+
np.float64,0x3fc2d4413925a880,0x3ff6c54163816298,2
|
| 1214 |
+
np.float64,0xbfe9ddf6e873bbee,0x400418d8c722f7c5,2
|
| 1215 |
+
np.float64,0x3fdaf2a683b5e54c,0x3ff22dcda599d69c,2
|
| 1216 |
+
np.float64,0xbfca69789f34d2f0,0x3ffc7547ff10b1a6,2
|
| 1217 |
+
np.float64,0x3fed076f62fa0ede,0x3fdbcbda03c1d72a,2
|
| 1218 |
+
np.float64,0xbfcb38326f367064,0x3ffc8fb55dadeae5,2
|
| 1219 |
+
np.float64,0x3fe1938705e3270e,0x3fefa88130c5adda,2
|
| 1220 |
+
np.float64,0x3feaffae3b75ff5c,0x3fe221e3da537c7e,2
|
| 1221 |
+
np.float64,0x3fefc94acb7f9296,0x3fbd9a360ace67b4,2
|
| 1222 |
+
np.float64,0xbfe8bddeb0f17bbe,0x4003a316685c767e,2
|
| 1223 |
+
np.float64,0x3fbe10fbee3c21f0,0x3ff73fceb10650f5,2
|
| 1224 |
+
np.float64,0x3fde9126c1bd224c,0x3ff12a742f734d0a,2
|
| 1225 |
+
np.float64,0xbfe9686c91f2d0d9,0x4003e7bc6ee77906,2
|
| 1226 |
+
np.float64,0xbfb1ba4892237490,0x3ffa3dda064c2509,2
|
| 1227 |
+
np.float64,0xbfe2879100e50f22,0x400181c1a5b16f0f,2
|
| 1228 |
+
np.float64,0x3fd1cd40b6a39a80,0x3ff49f70e3064e95,2
|
| 1229 |
+
np.float64,0xbfc965869132cb0c,0x3ffc5419f3b43701,2
|
| 1230 |
+
np.float64,0x3fea7a6f2874f4de,0x3fe31480fb2dd862,2
|
| 1231 |
+
np.float64,0x3fc3bc56892778b0,0x3ff6a7e8fa0e8b0e,2
|
| 1232 |
+
np.float64,0x3fec1ed451f83da8,0x3fdfd78e564b8ad7,2
|
| 1233 |
+
np.float64,0x3feb77d16df6efa2,0x3fe13d083344e45e,2
|
| 1234 |
+
np.float64,0xbfe822e7c67045d0,0x400367104a830cf6,2
|
| 1235 |
+
np.float64,0x8000000000000001,0x3ff921fb54442d18,2
|
| 1236 |
+
np.float64,0xbfd4900918a92012,0x3ffe5dc0e19737b4,2
|
| 1237 |
+
np.float64,0x3fed184187fa3084,0x3fdb7b7a39f234f4,2
|
| 1238 |
+
np.float64,0x3fecef846179df08,0x3fdc3cb2228c3682,2
|
| 1239 |
+
np.float64,0xbfe2d2aed165a55e,0x400198e21c5b861b,2
|
| 1240 |
+
np.float64,0x7ff0000000000000,0x7ff8000000000000,2
|
| 1241 |
+
np.float64,0xbfee9409a07d2813,0x4006bd358232d073,2
|
| 1242 |
+
np.float64,0xbfecedc2baf9db86,0x4005995df566fc21,2
|
| 1243 |
+
np.float64,0x3fe6d857396db0ae,0x3fe8d2cb8794aa99,2
|
| 1244 |
+
np.float64,0xbf9a579e7834af40,0x3ff98b5cc8021e1c,2
|
| 1245 |
+
np.float64,0x3fc664fefb2cca00,0x3ff651a664ccf8fa,2
|
| 1246 |
+
np.float64,0xbfe8a7aa0e714f54,0x40039a5b4df938a0,2
|
| 1247 |
+
np.float64,0xbfdf27d380be4fa8,0x4000a241074dbae6,2
|
| 1248 |
+
np.float64,0x3fe00ddf55e01bbe,0x3ff0b94eb1ea1851,2
|
| 1249 |
+
np.float64,0x3feb47edbff68fdc,0x3fe199822d075959,2
|
| 1250 |
+
np.float64,0x3fb4993822293270,0x3ff7d80c838186d0,2
|
| 1251 |
+
np.float64,0xbfca2cd1473459a4,0x3ffc6d88c8de3d0d,2
|
| 1252 |
+
np.float64,0xbfea7d9c7674fb39,0x40045e4559e9e52d,2
|
| 1253 |
+
np.float64,0x3fe0dce425e1b9c8,0x3ff04099cab23289,2
|
| 1254 |
+
np.float64,0x3fd6bb7e97ad76fc,0x3ff352a30434499c,2
|
| 1255 |
+
np.float64,0x3fd4a4f16da949e4,0x3ff3e0b07432c9aa,2
|
| 1256 |
+
np.float64,0x8000000000000000,0x3ff921fb54442d18,2
|
| 1257 |
+
np.float64,0x3fe688f5b56d11ec,0x3fe9435f63264375,2
|
| 1258 |
+
np.float64,0xbfdf5a427ebeb484,0x4000a97a6c5d4abc,2
|
| 1259 |
+
np.float64,0xbfd1f3483fa3e690,0x3ffdae6c8a299383,2
|
| 1260 |
+
np.float64,0xbfeac920db759242,0x4004805862be51ec,2
|
| 1261 |
+
np.float64,0x3fef5bc711feb78e,0x3fc9ac40fba5b93b,2
|
| 1262 |
+
np.float64,0x3fe4bd9e12e97b3c,0x3febb363c787d381,2
|
| 1263 |
+
np.float64,0x3fef6a59ab7ed4b4,0x3fc880f1324eafce,2
|
| 1264 |
+
np.float64,0x3fc07a362120f470,0x3ff7113cf2c672b3,2
|
| 1265 |
+
np.float64,0xbfe4d6dbe2e9adb8,0x40023d6f6bea44b7,2
|
| 1266 |
+
np.float64,0xbfec2d6a15785ad4,0x40052eb425cc37a2,2
|
| 1267 |
+
np.float64,0x3fc90dae05321b60,0x3ff5fb10015d2934,2
|
| 1268 |
+
np.float64,0xbfa9239f74324740,0x3ff9eb2d057068ea,2
|
| 1269 |
+
np.float64,0xbfeb4fc8baf69f92,0x4004bf5e17fb08a4,2
|
| 1270 |
+
np.float64,0x0,0x3ff921fb54442d18,2
|
| 1271 |
+
np.float64,0x3faaf1884c35e320,0x3ff84a5591dbe1f3,2
|
| 1272 |
+
np.float64,0xbfed842561fb084b,0x4005f5c0a19116ce,2
|
| 1273 |
+
np.float64,0xbfc64850c32c90a0,0x3ffbeeac2ee70f9a,2
|
| 1274 |
+
np.float64,0x3fd7d879f5afb0f4,0x3ff306254c453436,2
|
| 1275 |
+
np.float64,0xbfdabaa586b5754c,0x4000035e6ac83a2b,2
|
| 1276 |
+
np.float64,0xbfebfeefa977fddf,0x4005167446fb9faf,2
|
| 1277 |
+
np.float64,0xbfe9383462727069,0x4003d407aa6a1577,2
|
| 1278 |
+
np.float64,0x3fe108dfb6e211c0,0x3ff026ac924b281d,2
|
| 1279 |
+
np.float64,0xbf85096df02a12c0,0x3ff94c0e60a22ede,2
|
| 1280 |
+
np.float64,0xbfe3121cd566243a,0x4001ac8f90db5882,2
|
| 1281 |
+
np.float64,0xbfd227f62aa44fec,0x3ffdbc26bb175dcc,2
|
| 1282 |
+
np.float64,0x3fd931af2cb26360,0x3ff2a8b62dfe003c,2
|
| 1283 |
+
np.float64,0xbfd9b794e3b36f2a,0x3fffbfbc89ec013d,2
|
| 1284 |
+
np.float64,0x3fc89b2e6f313660,0x3ff609a6e67f15f2,2
|
| 1285 |
+
np.float64,0x3fc0b14a8f216298,0x3ff70a4b6905aad2,2
|
| 1286 |
+
np.float64,0xbfeda11a657b4235,0x400608b3f9fff574,2
|
| 1287 |
+
np.float64,0xbfed2ee9ec7a5dd4,0x4005c040b7c02390,2
|
| 1288 |
+
np.float64,0xbfef7819d8fef034,0x4007ac6bf75cf09d,2
|
| 1289 |
+
np.float64,0xbfcc4720fb388e40,0x3ffcb2666a00b336,2
|
| 1290 |
+
np.float64,0xbfe05dec4be0bbd8,0x4000dc8a25ca3760,2
|
| 1291 |
+
np.float64,0x3fb093416e212680,0x3ff81897b6d8b374,2
|
| 1292 |
+
np.float64,0xbfc6ab89332d5714,0x3ffbfb4559d143e7,2
|
| 1293 |
+
np.float64,0x3fc51948512a3290,0x3ff67bb9df662c0a,2
|
| 1294 |
+
np.float64,0x3fed4d94177a9b28,0x3fda76c92f0c0132,2
|
| 1295 |
+
np.float64,0x3fdd195fbeba32c0,0x3ff194a5586dd18e,2
|
| 1296 |
+
np.float64,0x3fe3f82799e7f050,0x3fecb354c2faf55c,2
|
| 1297 |
+
np.float64,0x3fecac2169f95842,0x3fdd7222296cb7a7,2
|
| 1298 |
+
np.float64,0x3fe3d3f36fe7a7e6,0x3fece18f45e30dd7,2
|
| 1299 |
+
np.float64,0x3fe31ff63d663fec,0x3fedc46c77d30c6a,2
|
| 1300 |
+
np.float64,0xbfe3120c83e62419,0x4001ac8a7c4aa742,2
|
| 1301 |
+
np.float64,0x3fe7c1a7976f8350,0x3fe77e4a9307c9f8,2
|
| 1302 |
+
np.float64,0x3fe226fe9de44dfe,0x3feef6c0f3cb00fa,2
|
| 1303 |
+
np.float64,0x3fd5c933baab9268,0x3ff3933e8a37de42,2
|
| 1304 |
+
np.float64,0x3feaa98496f5530a,0x3fe2c003832ebf21,2
|
| 1305 |
+
np.float64,0xbfc6f80a2f2df014,0x3ffc04fd54cb1317,2
|
| 1306 |
+
np.float64,0x3fde5e18d0bcbc30,0x3ff138f7b32a2ca3,2
|
| 1307 |
+
np.float64,0xbfe30c8dd566191c,0x4001aad4af935a78,2
|
| 1308 |
+
np.float64,0x3fbe8d196e3d1a30,0x3ff737fec8149ecc,2
|
| 1309 |
+
np.float64,0x3feaee6731f5dcce,0x3fe241fa42cce22d,2
|
| 1310 |
+
np.float64,0x3fef9cc46cff3988,0x3fc3f17b708dbdbb,2
|
| 1311 |
+
np.float64,0xbfdb181bdeb63038,0x4000103ecf405602,2
|
| 1312 |
+
np.float64,0xbfc58de0ed2b1bc0,0x3ffbd704c14e15cd,2
|
| 1313 |
+
np.float64,0xbfee05d5507c0bab,0x40064e480faba6d8,2
|
| 1314 |
+
np.float64,0x3fe27d0ffa64fa20,0x3fee8dc71ef79f2c,2
|
| 1315 |
+
np.float64,0xbfe4f7ad4c69ef5a,0x400248456cd09a07,2
|
| 1316 |
+
np.float64,0xbfe4843e91e9087d,0x4002225f3e139c84,2
|
| 1317 |
+
np.float64,0x3fe7158b9c6e2b18,0x3fe87ae845c5ba96,2
|
| 1318 |
+
np.float64,0xbfea64316074c863,0x400452fd2bc23a44,2
|
| 1319 |
+
np.float64,0xbfc9f3ae4133e75c,0x3ffc663d482afa42,2
|
| 1320 |
+
np.float64,0xbfd5e18513abc30a,0x3ffeb72fc76d7071,2
|
| 1321 |
+
np.float64,0xbfd52f6438aa5ec8,0x3ffe87e5b18041e5,2
|
| 1322 |
+
np.float64,0xbfea970650f52e0d,0x400469a4a6758154,2
|
| 1323 |
+
np.float64,0xbfe44321b7e88644,0x40020d404a2141b1,2
|
| 1324 |
+
np.float64,0x3fdf5a39bbbeb474,0x3ff0f10453059dbd,2
|
| 1325 |
+
np.float64,0xbfa1d4069423a810,0x3ff9b0a2eacd2ce2,2
|
| 1326 |
+
np.float64,0xbfc36d16a326da2c,0x3ffb92077d41d26a,2
|
| 1327 |
+
np.float64,0x1,0x3ff921fb54442d18,2
|
| 1328 |
+
np.float64,0x3feb232a79764654,0x3fe1df5beeb249d0,2
|
| 1329 |
+
np.float64,0xbfed2003d5fa4008,0x4005b737c2727583,2
|
| 1330 |
+
np.float64,0x3fd5b093a3ab6128,0x3ff399ca2db1d96d,2
|
| 1331 |
+
np.float64,0x3fca692c3d34d258,0x3ff5ceb86b79223e,2
|
| 1332 |
+
np.float64,0x3fd6bbdf89ad77c0,0x3ff3528916df652d,2
|
| 1333 |
+
np.float64,0xbfefdadd46ffb5bb,0x40085ee735e19f19,2
|
| 1334 |
+
np.float64,0x3feb69fb2676d3f6,0x3fe157ee0c15691e,2
|
| 1335 |
+
np.float64,0x3fe44c931f689926,0x3fec46b6f5e3f265,2
|
| 1336 |
+
np.float64,0xbfc43ddbcb287bb8,0x3ffbac71d268d74d,2
|
| 1337 |
+
np.float64,0x3fe6e16d43edc2da,0x3fe8c5cf0f0daa66,2
|
| 1338 |
+
np.float64,0x3fe489efc76913e0,0x3febf704ca1ac2a6,2
|
| 1339 |
+
np.float64,0xbfe590aadceb2156,0x40027b764205cf78,2
|
| 1340 |
+
np.float64,0xbf782e8aa0305d00,0x3ff93a29e81928ab,2
|
| 1341 |
+
np.float64,0x3fedcb80cffb9702,0x3fd7e5d1f98a418b,2
|
| 1342 |
+
np.float64,0x3fe075858060eb0c,0x3ff07d23ab46b60f,2
|
| 1343 |
+
np.float64,0x3fe62a68296c54d0,0x3fe9c77f7068043b,2
|
| 1344 |
+
np.float64,0x3feff16a3c7fe2d4,0x3fae8e8a739cc67a,2
|
| 1345 |
+
np.float64,0xbfd6ed93e3addb28,0x3ffefebab206fa99,2
|
| 1346 |
+
np.float64,0x3fe40d8ccf681b1a,0x3fec97e9cd29966d,2
|
| 1347 |
+
np.float64,0x3fd6408210ac8104,0x3ff3737a7d374107,2
|
| 1348 |
+
np.float64,0x3fec8023b8f90048,0x3fde35ebfb2b3afd,2
|
| 1349 |
+
np.float64,0xbfe13babd4627758,0x40011dae5c07c56b,2
|
| 1350 |
+
np.float64,0xbfd2183e61a4307c,0x3ffdb80dd747cfbe,2
|
| 1351 |
+
np.float64,0x3feae8eb1d75d1d6,0x3fe24c1f6e42ae77,2
|
| 1352 |
+
np.float64,0xbfea559b9c74ab37,0x40044c8e5e123b20,2
|
| 1353 |
+
np.float64,0xbfd12c9d57a2593a,0x3ffd7ac6222f561c,2
|
| 1354 |
+
np.float64,0x3fe32eb697e65d6e,0x3fedb202693875b6,2
|
| 1355 |
+
np.float64,0xbfde0808c3bc1012,0x4000794bd8616ea3,2
|
| 1356 |
+
np.float64,0x3fe14958a06292b2,0x3ff0007b40ac648a,2
|
| 1357 |
+
np.float64,0x3fe3d388a6e7a712,0x3fece21751a6dd7c,2
|
| 1358 |
+
np.float64,0x3fe7ad7897ef5af2,0x3fe79c5b3da302a7,2
|
| 1359 |
+
np.float64,0x3fec75527e78eaa4,0x3fde655de0cf0508,2
|
| 1360 |
+
np.float64,0x3fea920d4c75241a,0x3fe2ea48f031d908,2
|
| 1361 |
+
np.float64,0x7fefffffffffffff,0x7ff8000000000000,2
|
| 1362 |
+
np.float64,0xbfc17a68cb22f4d0,0x3ffb530925f41aa0,2
|
| 1363 |
+
np.float64,0xbfe1c93166e39263,0x400147f3cb435dec,2
|
| 1364 |
+
np.float64,0x3feb97c402f72f88,0x3fe0fe5b561bf869,2
|
| 1365 |
+
np.float64,0x3fb58ff5162b1ff0,0x3ff7c8933fa969dc,2
|
| 1366 |
+
np.float64,0x3fe68e2beded1c58,0x3fe93c075283703b,2
|
| 1367 |
+
np.float64,0xbf94564cc828aca0,0x3ff97355e5ee35db,2
|
| 1368 |
+
np.float64,0x3fd31061c9a620c4,0x3ff44b150ec96998,2
|
| 1369 |
+
np.float64,0xbfc7d0c89f2fa190,0x3ffc208bf4eddc4d,2
|
| 1370 |
+
np.float64,0x3fe5736f1d6ae6de,0x3feac18f84992d1e,2
|
| 1371 |
+
np.float64,0x3fdb62e480b6c5c8,0x3ff20ecfdc4afe7c,2
|
| 1372 |
+
np.float64,0xbfc417228b282e44,0x3ffba78afea35979,2
|
| 1373 |
+
np.float64,0x3f8f5ba1303eb780,0x3ff8e343714630ff,2
|
| 1374 |
+
np.float64,0x3fe8e99126f1d322,0x3fe5b6511d4c0798,2
|
| 1375 |
+
np.float64,0xbfe2ec08a1e5d812,0x4001a0bb28a85875,2
|
| 1376 |
+
np.float64,0x3fea3b46cf74768e,0x3fe383dceaa74296,2
|
| 1377 |
+
np.float64,0xbfe008b5ed60116c,0x4000c3d62c275d40,2
|
| 1378 |
+
np.float64,0xbfcd9f8a4b3b3f14,0x3ffcde98d6484202,2
|
| 1379 |
+
np.float64,0xbfdb5fb112b6bf62,0x40001a22137ef1c9,2
|
| 1380 |
+
np.float64,0xbfe9079565f20f2b,0x4003c0670c92e401,2
|
| 1381 |
+
np.float64,0xbfce250dc53c4a1c,0x3ffcefc2b3dc3332,2
|
| 1382 |
+
np.float64,0x3fe9ba85d373750c,0x3fe4607131b28773,2
|
| 1383 |
+
np.float64,0x10000000000000,0x3ff921fb54442d18,2
|
| 1384 |
+
np.float64,0xbfeb9ef42c773de8,0x4004e5f239203ad8,2
|
| 1385 |
+
np.float64,0xbfd6bf457dad7e8a,0x3ffef2563d87b18d,2
|
| 1386 |
+
np.float64,0x3fe4de9aa5e9bd36,0x3feb87f97defb04a,2
|
| 1387 |
+
np.float64,0x3fedb4f67cfb69ec,0x3fd8603c465bffac,2
|
| 1388 |
+
np.float64,0x3fe7b6d9506f6db2,0x3fe78e670c7bdb67,2
|
| 1389 |
+
np.float64,0x3fe071717460e2e2,0x3ff07f84472d9cc5,2
|
| 1390 |
+
np.float64,0xbfed2e79dbfa5cf4,0x4005bffc6f9ad24f,2
|
| 1391 |
+
np.float64,0x3febb8adc377715c,0x3fe0bcebfbd45900,2
|
| 1392 |
+
np.float64,0xbfee2cffd87c5a00,0x40066b20a037c478,2
|
| 1393 |
+
np.float64,0x3fef7e358d7efc6c,0x3fc6d0ba71a542a8,2
|
| 1394 |
+
np.float64,0xbfef027eef7e04fe,0x400723291cb00a7a,2
|
| 1395 |
+
np.float64,0x3fac96da34392dc0,0x3ff83d260a936c6a,2
|
| 1396 |
+
np.float64,0x3fe9dba94a73b752,0x3fe428736b94885e,2
|
| 1397 |
+
np.float64,0x3fed37581efa6eb0,0x3fdae49dcadf1d90,2
|
| 1398 |
+
np.float64,0xbfe6e61037edcc20,0x4002f23031b8d522,2
|
| 1399 |
+
np.float64,0xbfdea7204dbd4e40,0x40008fe1f37918b7,2
|
| 1400 |
+
np.float64,0x3feb9f8edb773f1e,0x3fe0eef20bd4387b,2
|
| 1401 |
+
np.float64,0x3feeb0b6ed7d616e,0x3fd25fb3b7a525d6,2
|
| 1402 |
+
np.float64,0xbfd7ce9061af9d20,0x3fff3b25d531aa2b,2
|
| 1403 |
+
np.float64,0xbfc806b509300d6c,0x3ffc2768743a8360,2
|
| 1404 |
+
np.float64,0xbfa283882c250710,0x3ff9b61fda28914a,2
|
| 1405 |
+
np.float64,0x3fdec70050bd8e00,0x3ff11b1d769b578f,2
|
| 1406 |
+
np.float64,0xbfc858a44930b148,0x3ffc31d6758b4721,2
|
| 1407 |
+
np.float64,0x3fdc321150b86424,0x3ff1d5504c3c91e4,2
|
| 1408 |
+
np.float64,0x3fd9416870b282d0,0x3ff2a46f3a850f5b,2
|
| 1409 |
+
np.float64,0x3fdd756968baead4,0x3ff17ac510a5573f,2
|
| 1410 |
+
np.float64,0xbfedfd632cfbfac6,0x400648345a2f89b0,2
|
| 1411 |
+
np.float64,0x3fd6874285ad0e84,0x3ff36098ebff763f,2
|
| 1412 |
+
np.float64,0x3fe6daacc9edb55a,0x3fe8cf75fae1e35f,2
|
| 1413 |
+
np.float64,0x3fe53f19766a7e32,0x3feb07d0e97cd55b,2
|
| 1414 |
+
np.float64,0x3fd13cc36ca27988,0x3ff4c4ff801b1faa,2
|
| 1415 |
+
np.float64,0x3fe4f21cbce9e43a,0x3feb6e34a72ef529,2
|
| 1416 |
+
np.float64,0xbfc21c1cc9243838,0x3ffb67726394ca89,2
|
| 1417 |
+
np.float64,0x3fe947a3f2728f48,0x3fe51eae4660e23c,2
|
| 1418 |
+
np.float64,0xbfce78cd653cf19c,0x3ffcfa89194b3f5e,2
|
| 1419 |
+
np.float64,0x3fe756f049eeade0,0x3fe81be7f2d399e2,2
|
| 1420 |
+
np.float64,0xbfcc727cf138e4f8,0x3ffcb7f547841bb0,2
|
| 1421 |
+
np.float64,0xbfc2d8d58f25b1ac,0x3ffb7f496cc72458,2
|
| 1422 |
+
np.float64,0xbfcfd0e4653fa1c8,0x3ffd26e1309bc80b,2
|
| 1423 |
+
np.float64,0xbfe2126c106424d8,0x40015e0e01db6a4a,2
|
| 1424 |
+
np.float64,0x3fe580e4306b01c8,0x3feaaf683ce51aa5,2
|
| 1425 |
+
np.float64,0x3fcea8a1b93d5140,0x3ff543456c0d28c7,2
|
| 1426 |
+
np.float64,0xfff0000000000000,0x7ff8000000000000,2
|
| 1427 |
+
np.float64,0xbfd9d5da72b3abb4,0x3fffc8013113f968,2
|
| 1428 |
+
np.float64,0xbfe1fdfcea63fbfa,0x400157def2e4808d,2
|
| 1429 |
+
np.float64,0xbfc0022e0720045c,0x3ffb239963e7cbf2,2
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arccosh.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0x3f83203f,0x3e61d9d6,2
|
| 3 |
+
np.float32,0x3f98dea1,0x3f1d1af6,2
|
| 4 |
+
np.float32,0x7fa00000,0x7fe00000,2
|
| 5 |
+
np.float32,0x7eba99af,0x42b0d032,2
|
| 6 |
+
np.float32,0x3fc95a13,0x3f833650,2
|
| 7 |
+
np.float32,0x3fce9a45,0x3f8771e1,2
|
| 8 |
+
np.float32,0x3fc1bd96,0x3f797811,2
|
| 9 |
+
np.float32,0x7eba2391,0x42b0ceed,2
|
| 10 |
+
np.float32,0x7d4e8f15,0x42acdb8c,2
|
| 11 |
+
np.float32,0x3feca42e,0x3f9cc88e,2
|
| 12 |
+
np.float32,0x7e2b314e,0x42af412e,2
|
| 13 |
+
np.float32,0x7f7fffff,0x42b2d4fc,2
|
| 14 |
+
np.float32,0x3f803687,0x3d6c4380,2
|
| 15 |
+
np.float32,0x3fa0edbd,0x3f33e706,2
|
| 16 |
+
np.float32,0x3faa8074,0x3f4b3d3c,2
|
| 17 |
+
np.float32,0x3fa0c49e,0x3f337af3,2
|
| 18 |
+
np.float32,0x3f8c9ec4,0x3ee18812,2
|
| 19 |
+
np.float32,0x7efef78e,0x42b17006,2
|
| 20 |
+
np.float32,0x3fc75720,0x3f818aa4,2
|
| 21 |
+
np.float32,0x7f52d4c8,0x42b27198,2
|
| 22 |
+
np.float32,0x3f88f21e,0x3ebe52b0,2
|
| 23 |
+
np.float32,0x3ff7a042,0x3fa3a07a,2
|
| 24 |
+
np.float32,0x7f52115c,0x42b26fbd,2
|
| 25 |
+
np.float32,0x3fc6bf6f,0x3f810b42,2
|
| 26 |
+
np.float32,0x3fd105d0,0x3f895649,2
|
| 27 |
+
np.float32,0x3fee7c2a,0x3f9df66e,2
|
| 28 |
+
np.float32,0x7f0ff9a5,0x42b1ae4f,2
|
| 29 |
+
np.float32,0x7e81f075,0x42b016e7,2
|
| 30 |
+
np.float32,0x3fa57d65,0x3f3f70c6,2
|
| 31 |
+
np.float32,0x80800000,0xffc00000,2
|
| 32 |
+
np.float32,0x7da239f5,0x42adc2bf,2
|
| 33 |
+
np.float32,0x3f9e432c,0x3f2cbd80,2
|
| 34 |
+
np.float32,0x3ff2839b,0x3fa07ee4,2
|
| 35 |
+
np.float32,0x3fec8aef,0x3f9cb850,2
|
| 36 |
+
np.float32,0x7d325893,0x42ac905b,2
|
| 37 |
+
np.float32,0x3fa27431,0x3f37dade,2
|
| 38 |
+
np.float32,0x3fce7408,0x3f8753ae,2
|
| 39 |
+
np.float32,0x3fde6684,0x3f93353f,2
|
| 40 |
+
np.float32,0x3feb9a3e,0x3f9c1cff,2
|
| 41 |
+
np.float32,0x7deb34bb,0x42ae80f0,2
|
| 42 |
+
np.float32,0x3fed9300,0x3f9d61b7,2
|
| 43 |
+
np.float32,0x7f35e253,0x42b225fb,2
|
| 44 |
+
np.float32,0x7e6db57f,0x42afe93f,2
|
| 45 |
+
np.float32,0x3fa41f08,0x3f3c10bc,2
|
| 46 |
+
np.float32,0x3fb0d4da,0x3f590de3,2
|
| 47 |
+
np.float32,0x3fb5c690,0x3f632351,2
|
| 48 |
+
np.float32,0x3fcde9ce,0x3f86e638,2
|
| 49 |
+
np.float32,0x3f809c7b,0x3dc81161,2
|
| 50 |
+
np.float32,0x3fd77291,0x3f8e3226,2
|
| 51 |
+
np.float32,0x3fc21a06,0x3f7a1a82,2
|
| 52 |
+
np.float32,0x3fba177e,0x3f6b8139,2
|
| 53 |
+
np.float32,0x7f370dff,0x42b22944,2
|
| 54 |
+
np.float32,0x3fe5bfcc,0x3f9841c1,2
|
| 55 |
+
np.float32,0x3feb0caa,0x3f9bc139,2
|
| 56 |
+
np.float32,0x7f4fe5c3,0x42b26a6c,2
|
| 57 |
+
np.float32,0x7f1e1419,0x42b1de28,2
|
| 58 |
+
np.float32,0x7f5e3c96,0x42b28c92,2
|
| 59 |
+
np.float32,0x3f8cd313,0x3ee3521e,2
|
| 60 |
+
np.float32,0x3fa97824,0x3f48e049,2
|
| 61 |
+
np.float32,0x7d8ca281,0x42ad799e,2
|
| 62 |
+
np.float32,0x3f96b51b,0x3f165193,2
|
| 63 |
+
np.float32,0x3f81328a,0x3e0bf504,2
|
| 64 |
+
np.float32,0x3ff60bf3,0x3fa2ab45,2
|
| 65 |
+
np.float32,0x3ff9b629,0x3fa4e107,2
|
| 66 |
+
np.float32,0x3fecacfc,0x3f9cce37,2
|
| 67 |
+
np.float32,0x3fba8804,0x3f6c5600,2
|
| 68 |
+
np.float32,0x3f81f752,0x3e333fdd,2
|
| 69 |
+
np.float32,0x3fb5b262,0x3f62fb46,2
|
| 70 |
+
np.float32,0x3fa21bc0,0x3f36f7e6,2
|
| 71 |
+
np.float32,0x3fbc87bb,0x3f7011dc,2
|
| 72 |
+
np.float32,0x3fe18b32,0x3f9565ae,2
|
| 73 |
+
np.float32,0x7dfb6dd5,0x42aea316,2
|
| 74 |
+
np.float32,0x3fb7c602,0x3f670ee3,2
|
| 75 |
+
np.float32,0x7efeb6a2,0x42b16f84,2
|
| 76 |
+
np.float32,0x3fa56180,0x3f3f2ca4,2
|
| 77 |
+
np.float32,0x3f8dcaff,0x3eeb9ac0,2
|
| 78 |
+
np.float32,0x7e876238,0x42b02beb,2
|
| 79 |
+
np.float32,0x7f0bb67d,0x42b19eec,2
|
| 80 |
+
np.float32,0x3faca01c,0x3f4fffa5,2
|
| 81 |
+
np.float32,0x3fdb57ee,0x3f9108b8,2
|
| 82 |
+
np.float32,0x3fe3bade,0x3f96e4b7,2
|
| 83 |
+
np.float32,0x7f7aa2dd,0x42b2ca25,2
|
| 84 |
+
np.float32,0x3fed92ec,0x3f9d61aa,2
|
| 85 |
+
np.float32,0x7eb789b1,0x42b0c7b9,2
|
| 86 |
+
np.float32,0x7f7f16e4,0x42b2d329,2
|
| 87 |
+
np.float32,0x3fb6647e,0x3f645b84,2
|
| 88 |
+
np.float32,0x3f99335e,0x3f1e1d96,2
|
| 89 |
+
np.float32,0x7e690a11,0x42afdf17,2
|
| 90 |
+
np.float32,0x7dff2f95,0x42aeaaae,2
|
| 91 |
+
np.float32,0x7f70adfd,0x42b2b564,2
|
| 92 |
+
np.float32,0x3fe92252,0x3f9a80fe,2
|
| 93 |
+
np.float32,0x3fef54ce,0x3f9e7fe5,2
|
| 94 |
+
np.float32,0x3ff24eaa,0x3fa05df9,2
|
| 95 |
+
np.float32,0x7f04565a,0x42b18328,2
|
| 96 |
+
np.float32,0x3fcb8b80,0x3f85007f,2
|
| 97 |
+
np.float32,0x3fcd4d0a,0x3f866983,2
|
| 98 |
+
np.float32,0x3fbe7d82,0x3f73a911,2
|
| 99 |
+
np.float32,0x3f8a7a8a,0x3ecdc8f6,2
|
| 100 |
+
np.float32,0x3f912441,0x3f030d56,2
|
| 101 |
+
np.float32,0x3f9b29d6,0x3f23f663,2
|
| 102 |
+
np.float32,0x3fab7f36,0x3f4d7c6c,2
|
| 103 |
+
np.float32,0x7dfedafc,0x42aeaa04,2
|
| 104 |
+
np.float32,0x3fe190c0,0x3f956982,2
|
| 105 |
+
np.float32,0x3f927515,0x3f07e0bb,2
|
| 106 |
+
np.float32,0x3ff6442a,0x3fa2cd7e,2
|
| 107 |
+
np.float32,0x7f6656d0,0x42b29ee8,2
|
| 108 |
+
np.float32,0x3fe29aa0,0x3f96201f,2
|
| 109 |
+
np.float32,0x3fa4a247,0x3f3d5687,2
|
| 110 |
+
np.float32,0x3fa1cf19,0x3f363226,2
|
| 111 |
+
np.float32,0x3fc20037,0x3f79ed36,2
|
| 112 |
+
np.float32,0x7cc1241a,0x42ab5645,2
|
| 113 |
+
np.float32,0x3fafd540,0x3f56f25a,2
|
| 114 |
+
np.float32,0x7e5b3f5f,0x42afbfdb,2
|
| 115 |
+
np.float32,0x7f48de5f,0x42b258d0,2
|
| 116 |
+
np.float32,0x3fce1ca0,0x3f870e85,2
|
| 117 |
+
np.float32,0x7ee40bb2,0x42b136e4,2
|
| 118 |
+
np.float32,0x7ecdb133,0x42b10212,2
|
| 119 |
+
np.float32,0x3f9f181c,0x3f2f02ca,2
|
| 120 |
+
np.float32,0x3f936cbf,0x3f0b4f63,2
|
| 121 |
+
np.float32,0x3fa4f8ea,0x3f3e2c2f,2
|
| 122 |
+
np.float32,0x3fcc03e2,0x3f8561ac,2
|
| 123 |
+
np.float32,0x3fb801f2,0x3f67831b,2
|
| 124 |
+
np.float32,0x7e141dad,0x42aef70c,2
|
| 125 |
+
np.float32,0x3fe8c04e,0x3f9a4087,2
|
| 126 |
+
np.float32,0x3f8548d5,0x3e929f37,2
|
| 127 |
+
np.float32,0x7f148d7d,0x42b1be56,2
|
| 128 |
+
np.float32,0x3fd2c9a2,0x3f8ab1ed,2
|
| 129 |
+
np.float32,0x7eb374fd,0x42b0bc36,2
|
| 130 |
+
np.float32,0x7f296d36,0x42b201a7,2
|
| 131 |
+
np.float32,0x3ff138e2,0x3f9fb09d,2
|
| 132 |
+
np.float32,0x3ff42898,0x3fa18347,2
|
| 133 |
+
np.float32,0x7da8c5e1,0x42add700,2
|
| 134 |
+
np.float32,0x7dcf72c4,0x42ae40a4,2
|
| 135 |
+
np.float32,0x7ea571fc,0x42b09296,2
|
| 136 |
+
np.float32,0x3fc0953d,0x3f776ba3,2
|
| 137 |
+
np.float32,0x7f1773dd,0x42b1c83c,2
|
| 138 |
+
np.float32,0x7ef53b68,0x42b15c17,2
|
| 139 |
+
np.float32,0x3f85d69f,0x3e9a0f3a,2
|
| 140 |
+
np.float32,0x7e8b9a05,0x42b03ba0,2
|
| 141 |
+
np.float32,0x3ff07d20,0x3f9f3ad2,2
|
| 142 |
+
np.float32,0x7e8da32c,0x42b0430a,2
|
| 143 |
+
np.float32,0x7ef96004,0x42b164ab,2
|
| 144 |
+
np.float32,0x3fdfaa62,0x3f941837,2
|
| 145 |
+
np.float32,0x7f0057c5,0x42b17377,2
|
| 146 |
+
np.float32,0x3fb2663f,0x3f5c5065,2
|
| 147 |
+
np.float32,0x3fd3d8c3,0x3f8b8055,2
|
| 148 |
+
np.float32,0x1,0xffc00000,2
|
| 149 |
+
np.float32,0x3fd536c1,0x3f8c8862,2
|
| 150 |
+
np.float32,0x3f91b953,0x3f053619,2
|
| 151 |
+
np.float32,0x3fb3305c,0x3f5deee1,2
|
| 152 |
+
np.float32,0x7ecd86b9,0x42b101a8,2
|
| 153 |
+
np.float32,0x3fbf71c5,0x3f75624d,2
|
| 154 |
+
np.float32,0x3ff5f0f4,0x3fa29ad2,2
|
| 155 |
+
np.float32,0x3fe50389,0x3f97c328,2
|
| 156 |
+
np.float32,0x3fa325a1,0x3f399e69,2
|
| 157 |
+
np.float32,0x3fe4397a,0x3f973a9f,2
|
| 158 |
+
np.float32,0x3f8684c6,0x3ea2b784,2
|
| 159 |
+
np.float32,0x7f25ae00,0x42b1f634,2
|
| 160 |
+
np.float32,0x3ff7cbf7,0x3fa3badb,2
|
| 161 |
+
np.float32,0x7f73f0e0,0x42b2bc48,2
|
| 162 |
+
np.float32,0x3fc88b70,0x3f828b92,2
|
| 163 |
+
np.float32,0x3fb01c16,0x3f578886,2
|
| 164 |
+
np.float32,0x7e557623,0x42afb229,2
|
| 165 |
+
np.float32,0x3fcbcd5b,0x3f8535b4,2
|
| 166 |
+
np.float32,0x7f7157e4,0x42b2b6cd,2
|
| 167 |
+
np.float32,0x7f51d9d4,0x42b26f36,2
|
| 168 |
+
np.float32,0x7f331a3b,0x42b21e17,2
|
| 169 |
+
np.float32,0x7f777fb5,0x42b2c3b2,2
|
| 170 |
+
np.float32,0x3f832001,0x3e61d11f,2
|
| 171 |
+
np.float32,0x7f2cd055,0x42b20bca,2
|
| 172 |
+
np.float32,0x3f89831f,0x3ec42f76,2
|
| 173 |
+
np.float32,0x7f21da33,0x42b1ea3d,2
|
| 174 |
+
np.float32,0x3f99e416,0x3f20330a,2
|
| 175 |
+
np.float32,0x7f2c8ea1,0x42b20b07,2
|
| 176 |
+
np.float32,0x7f462c98,0x42b251e6,2
|
| 177 |
+
np.float32,0x7f4fdb3f,0x42b26a52,2
|
| 178 |
+
np.float32,0x3fcc1338,0x3f856e07,2
|
| 179 |
+
np.float32,0x3f823673,0x3e3e20da,2
|
| 180 |
+
np.float32,0x7dbfe89d,0x42ae18c6,2
|
| 181 |
+
np.float32,0x3fc9b04c,0x3f837d38,2
|
| 182 |
+
np.float32,0x7dba3213,0x42ae094d,2
|
| 183 |
+
np.float32,0x7ec5a483,0x42b0eda1,2
|
| 184 |
+
np.float32,0x3fbc4d14,0x3f6fa543,2
|
| 185 |
+
np.float32,0x3fc85ce2,0x3f8264f1,2
|
| 186 |
+
np.float32,0x7f77c816,0x42b2c447,2
|
| 187 |
+
np.float32,0x3f9c9281,0x3f280492,2
|
| 188 |
+
np.float32,0x7f49b3e2,0x42b25aef,2
|
| 189 |
+
np.float32,0x3fa7e4da,0x3f45347c,2
|
| 190 |
+
np.float32,0x7e0c9df5,0x42aedc72,2
|
| 191 |
+
np.float32,0x7f21fd1a,0x42b1eaab,2
|
| 192 |
+
np.float32,0x7f7c63ad,0x42b2cdb6,2
|
| 193 |
+
np.float32,0x7f4eb80a,0x42b26783,2
|
| 194 |
+
np.float32,0x7e98038c,0x42b0673c,2
|
| 195 |
+
np.float32,0x7e89ba08,0x42b034b4,2
|
| 196 |
+
np.float32,0x3ffc06ba,0x3fa64094,2
|
| 197 |
+
np.float32,0x3fae63f6,0x3f53db36,2
|
| 198 |
+
np.float32,0x3fbc2d30,0x3f6f6a1c,2
|
| 199 |
+
np.float32,0x7de0e5e5,0x42ae69fe,2
|
| 200 |
+
np.float32,0x7e09ed18,0x42aed28d,2
|
| 201 |
+
np.float32,0x3fea78f8,0x3f9b6129,2
|
| 202 |
+
np.float32,0x7dfe0bcc,0x42aea863,2
|
| 203 |
+
np.float32,0x7ee21d03,0x42b13289,2
|
| 204 |
+
np.float32,0x3fcc3aed,0x3f858dfc,2
|
| 205 |
+
np.float32,0x3fe6b3ba,0x3f98e4ea,2
|
| 206 |
+
np.float32,0x3f90f25f,0x3f025225,2
|
| 207 |
+
np.float32,0x7f1bcaf4,0x42b1d6b3,2
|
| 208 |
+
np.float32,0x3f83ac81,0x3e74c20e,2
|
| 209 |
+
np.float32,0x3f98681d,0x3f1bae16,2
|
| 210 |
+
np.float32,0x3fe1f2d9,0x3f95ad08,2
|
| 211 |
+
np.float32,0x3fa279d7,0x3f37e951,2
|
| 212 |
+
np.float32,0x3feb922a,0x3f9c17c4,2
|
| 213 |
+
np.float32,0x7f1c72e8,0x42b1d8da,2
|
| 214 |
+
np.float32,0x3fea156b,0x3f9b2038,2
|
| 215 |
+
np.float32,0x3fed6bda,0x3f9d48aa,2
|
| 216 |
+
np.float32,0x3fa86142,0x3f46589c,2
|
| 217 |
+
np.float32,0x3ff16bc2,0x3f9fd072,2
|
| 218 |
+
np.float32,0x3fbebf65,0x3f74207b,2
|
| 219 |
+
np.float32,0x7e7b78b5,0x42b00610,2
|
| 220 |
+
np.float32,0x3ff51ab8,0x3fa217f0,2
|
| 221 |
+
np.float32,0x3f8361bb,0x3e6adf07,2
|
| 222 |
+
np.float32,0x7edbceed,0x42b1240e,2
|
| 223 |
+
np.float32,0x7f10e2c0,0x42b1b18a,2
|
| 224 |
+
np.float32,0x3fa7bc58,0x3f44d4ef,2
|
| 225 |
+
np.float32,0x3f813bde,0x3e0e1138,2
|
| 226 |
+
np.float32,0x7f30d5b9,0x42b21791,2
|
| 227 |
+
np.float32,0x3fb4f450,0x3f61806a,2
|
| 228 |
+
np.float32,0x7eee02c4,0x42b14cca,2
|
| 229 |
+
np.float32,0x7ec74b62,0x42b0f1e4,2
|
| 230 |
+
np.float32,0x3ff96bca,0x3fa4b498,2
|
| 231 |
+
np.float32,0x7f50e304,0x42b26cda,2
|
| 232 |
+
np.float32,0x7eb14c57,0x42b0b603,2
|
| 233 |
+
np.float32,0x7c3f0733,0x42a9edbf,2
|
| 234 |
+
np.float32,0x7ea57acb,0x42b092b1,2
|
| 235 |
+
np.float32,0x7f2788dc,0x42b1fbe7,2
|
| 236 |
+
np.float32,0x3fa39f14,0x3f3ad09b,2
|
| 237 |
+
np.float32,0x3fc3a7e0,0x3f7ccfa0,2
|
| 238 |
+
np.float32,0x3fe70a73,0x3f991eb0,2
|
| 239 |
+
np.float32,0x7f4831f7,0x42b25718,2
|
| 240 |
+
np.float32,0x3fe947d0,0x3f9a999c,2
|
| 241 |
+
np.float32,0x7ef2b1c7,0x42b156c4,2
|
| 242 |
+
np.float32,0x3fede0ea,0x3f9d937f,2
|
| 243 |
+
np.float32,0x3f9fef8e,0x3f314637,2
|
| 244 |
+
np.float32,0x3fc313c5,0x3f7bcebd,2
|
| 245 |
+
np.float32,0x7ee99337,0x42b14328,2
|
| 246 |
+
np.float32,0x7eb9042e,0x42b0cbd5,2
|
| 247 |
+
np.float32,0x3fc9d3dc,0x3f839a69,2
|
| 248 |
+
np.float32,0x3fb2c018,0x3f5d091d,2
|
| 249 |
+
np.float32,0x3fcc4e8f,0x3f859dc5,2
|
| 250 |
+
np.float32,0x3fa9363b,0x3f484819,2
|
| 251 |
+
np.float32,0x7f72ce2e,0x42b2b9e4,2
|
| 252 |
+
np.float32,0x7e639326,0x42afd2f1,2
|
| 253 |
+
np.float32,0x7f4595d3,0x42b25060,2
|
| 254 |
+
np.float32,0x7f6d0ac4,0x42b2ad97,2
|
| 255 |
+
np.float32,0x7f1bda0d,0x42b1d6e5,2
|
| 256 |
+
np.float32,0x3fd85ffd,0x3f8ee0ed,2
|
| 257 |
+
np.float32,0x3f91d53f,0x3f059c8e,2
|
| 258 |
+
np.float32,0x7d06e103,0x42ac0155,2
|
| 259 |
+
np.float32,0x3fb83126,0x3f67de6e,2
|
| 260 |
+
np.float32,0x7d81ce1f,0x42ad5097,2
|
| 261 |
+
np.float32,0x7f79cb3b,0x42b2c86b,2
|
| 262 |
+
np.float32,0x7f800000,0x7f800000,2
|
| 263 |
+
np.float32,0x3fdbfffd,0x3f918137,2
|
| 264 |
+
np.float32,0x7f4ecb1c,0x42b267b2,2
|
| 265 |
+
np.float32,0x3fc2c122,0x3f7b3ed3,2
|
| 266 |
+
np.float32,0x7f415854,0x42b24544,2
|
| 267 |
+
np.float32,0x7e3d988b,0x42af7575,2
|
| 268 |
+
np.float32,0x3f83ca99,0x3e789fcb,2
|
| 269 |
+
np.float32,0x7f274f70,0x42b1fb38,2
|
| 270 |
+
np.float32,0x7f0d20e6,0x42b1a416,2
|
| 271 |
+
np.float32,0x3fdf3a1d,0x3f93c9c1,2
|
| 272 |
+
np.float32,0x7efaa13e,0x42b1673d,2
|
| 273 |
+
np.float32,0x3fb20b15,0x3f5b9434,2
|
| 274 |
+
np.float32,0x3f86af9f,0x3ea4c664,2
|
| 275 |
+
np.float32,0x3fe4fcb0,0x3f97be8a,2
|
| 276 |
+
np.float32,0x3f920683,0x3f065085,2
|
| 277 |
+
np.float32,0x3fa4b278,0x3f3d7e8b,2
|
| 278 |
+
np.float32,0x3f8077a8,0x3daef77f,2
|
| 279 |
+
np.float32,0x7e865be4,0x42b02807,2
|
| 280 |
+
np.float32,0x3fcea7e2,0x3f877c9f,2
|
| 281 |
+
np.float32,0x7e7e9db1,0x42b00c6d,2
|
| 282 |
+
np.float32,0x3f9819aa,0x3f1aba7e,2
|
| 283 |
+
np.float32,0x7f2b6c4b,0x42b207a7,2
|
| 284 |
+
np.float32,0x7ef85e3e,0x42b16299,2
|
| 285 |
+
np.float32,0x3fbd8290,0x3f71df8b,2
|
| 286 |
+
np.float32,0x3fbbb615,0x3f6e8c8c,2
|
| 287 |
+
np.float32,0x7f1bc7f5,0x42b1d6a9,2
|
| 288 |
+
np.float32,0x3fbb4fea,0x3f6dcdad,2
|
| 289 |
+
np.float32,0x3fb67e09,0x3f648dd1,2
|
| 290 |
+
np.float32,0x3fc83495,0x3f824374,2
|
| 291 |
+
np.float32,0x3fe52980,0x3f97dcbc,2
|
| 292 |
+
np.float32,0x3f87d893,0x3eb25d7c,2
|
| 293 |
+
np.float32,0x3fdb805a,0x3f9125c0,2
|
| 294 |
+
np.float32,0x3fb33f0f,0x3f5e0ce1,2
|
| 295 |
+
np.float32,0x3facc524,0x3f50516b,2
|
| 296 |
+
np.float32,0x3ff40484,0x3fa16d0e,2
|
| 297 |
+
np.float32,0x3ff078bf,0x3f9f3811,2
|
| 298 |
+
np.float32,0x7f736747,0x42b2bb27,2
|
| 299 |
+
np.float32,0x7f55768b,0x42b277f3,2
|
| 300 |
+
np.float32,0x80000001,0xffc00000,2
|
| 301 |
+
np.float32,0x7f6463d1,0x42b29a8e,2
|
| 302 |
+
np.float32,0x3f8f8b59,0x3ef9d792,2
|
| 303 |
+
np.float32,0x3f8a6f4d,0x3ecd5bf4,2
|
| 304 |
+
np.float32,0x3fe958d9,0x3f9aa4ca,2
|
| 305 |
+
np.float32,0x7f1e2ce2,0x42b1de78,2
|
| 306 |
+
np.float32,0x3fb8584a,0x3f682a05,2
|
| 307 |
+
np.float32,0x7dea3dc6,0x42ae7ed5,2
|
| 308 |
+
np.float32,0x7f53a815,0x42b27399,2
|
| 309 |
+
np.float32,0x7e0cf986,0x42aeddbf,2
|
| 310 |
+
np.float32,0x7f3afb71,0x42b23422,2
|
| 311 |
+
np.float32,0x3fd87d6e,0x3f8ef685,2
|
| 312 |
+
np.float32,0x3ffcaa46,0x3fa6a0d7,2
|
| 313 |
+
np.float32,0x7eecd276,0x42b14a3a,2
|
| 314 |
+
np.float32,0x3ffc30b4,0x3fa65951,2
|
| 315 |
+
np.float32,0x7e9c85e2,0x42b07634,2
|
| 316 |
+
np.float32,0x3f95d862,0x3f1383de,2
|
| 317 |
+
np.float32,0x7ef21410,0x42b15577,2
|
| 318 |
+
np.float32,0x3fbfa1b5,0x3f75b86e,2
|
| 319 |
+
np.float32,0x3fd6d90f,0x3f8dc086,2
|
| 320 |
+
np.float32,0x0,0xffc00000,2
|
| 321 |
+
np.float32,0x7e885dcd,0x42b02f9f,2
|
| 322 |
+
np.float32,0x3fb3e057,0x3f5f54bf,2
|
| 323 |
+
np.float32,0x7f40afdd,0x42b24385,2
|
| 324 |
+
np.float32,0x3fb795c2,0x3f66b120,2
|
| 325 |
+
np.float32,0x3fba7c11,0x3f6c3f73,2
|
| 326 |
+
np.float32,0x3ffef620,0x3fa7f828,2
|
| 327 |
+
np.float32,0x7d430508,0x42acbe1e,2
|
| 328 |
+
np.float32,0x3f8d2892,0x3ee6369f,2
|
| 329 |
+
np.float32,0x3fbea139,0x3f73e9d5,2
|
| 330 |
+
np.float32,0x3ffaa928,0x3fa571b9,2
|
| 331 |
+
np.float32,0x7fc00000,0x7fc00000,2
|
| 332 |
+
np.float32,0x7f16f9ce,0x42b1c69f,2
|
| 333 |
+
np.float32,0x3fa8f753,0x3f47b657,2
|
| 334 |
+
np.float32,0x3fd48a63,0x3f8c06ac,2
|
| 335 |
+
np.float32,0x7f13419e,0x42b1b9d9,2
|
| 336 |
+
np.float32,0x3fdf1526,0x3f93afde,2
|
| 337 |
+
np.float32,0x3f903c8b,0x3eff3be8,2
|
| 338 |
+
np.float32,0x7f085323,0x42b1925b,2
|
| 339 |
+
np.float32,0x7cdbe309,0x42ab98ac,2
|
| 340 |
+
np.float32,0x3fba2cfd,0x3f6ba9f1,2
|
| 341 |
+
np.float32,0x7f5a805d,0x42b283e4,2
|
| 342 |
+
np.float32,0x7f6753dd,0x42b2a119,2
|
| 343 |
+
np.float32,0x3fed9f02,0x3f9d6964,2
|
| 344 |
+
np.float32,0x3f96422c,0x3f14ddba,2
|
| 345 |
+
np.float32,0x7f22f2a9,0x42b1edb1,2
|
| 346 |
+
np.float32,0x3fe3fcfd,0x3f97119d,2
|
| 347 |
+
np.float32,0x7e018ad0,0x42aeb271,2
|
| 348 |
+
np.float32,0x7db896f5,0x42ae04de,2
|
| 349 |
+
np.float32,0x7e55c795,0x42afb2ec,2
|
| 350 |
+
np.float32,0x7f58ef8d,0x42b28036,2
|
| 351 |
+
np.float32,0x7f24a16a,0x42b1f2f3,2
|
| 352 |
+
np.float32,0x3fcf714c,0x3f881b09,2
|
| 353 |
+
np.float32,0x3fcdd056,0x3f86d200,2
|
| 354 |
+
np.float32,0x7f02fad0,0x42b17de0,2
|
| 355 |
+
np.float32,0x7eeab877,0x42b145a9,2
|
| 356 |
+
np.float32,0x3fd6029d,0x3f8d20f7,2
|
| 357 |
+
np.float32,0x3fd4f8cd,0x3f8c59d6,2
|
| 358 |
+
np.float32,0x3fb29d4a,0x3f5cc1a5,2
|
| 359 |
+
np.float32,0x3fb11e2d,0x3f59a77a,2
|
| 360 |
+
np.float32,0x7eded576,0x42b12b0e,2
|
| 361 |
+
np.float32,0x7f26c2a5,0x42b1f988,2
|
| 362 |
+
np.float32,0x3fb6165b,0x3f63c151,2
|
| 363 |
+
np.float32,0x7f3bca47,0x42b23657,2
|
| 364 |
+
np.float32,0x7d8c93bf,0x42ad7968,2
|
| 365 |
+
np.float32,0x3f8ede02,0x3ef47176,2
|
| 366 |
+
np.float32,0x3fbef762,0x3f7485b9,2
|
| 367 |
+
np.float32,0x7f1419af,0x42b1bcc6,2
|
| 368 |
+
np.float32,0x7d9e8c79,0x42adb701,2
|
| 369 |
+
np.float32,0x3fa26336,0x3f37af63,2
|
| 370 |
+
np.float32,0x7f5f5590,0x42b28f18,2
|
| 371 |
+
np.float32,0x3fddc93a,0x3f92c651,2
|
| 372 |
+
np.float32,0x3ff0a5fc,0x3f9f547f,2
|
| 373 |
+
np.float32,0x3fb2f6b8,0x3f5d790e,2
|
| 374 |
+
np.float32,0x3ffe59a4,0x3fa79d2c,2
|
| 375 |
+
np.float32,0x7e4df848,0x42af9fde,2
|
| 376 |
+
np.float32,0x3fb0ab3b,0x3f58b678,2
|
| 377 |
+
np.float32,0x7ea54d47,0x42b09225,2
|
| 378 |
+
np.float32,0x3fdd6404,0x3f927eb2,2
|
| 379 |
+
np.float32,0x3f846dc0,0x3e864caa,2
|
| 380 |
+
np.float32,0x7d046aee,0x42abf7e7,2
|
| 381 |
+
np.float32,0x7f7c5a05,0x42b2cda3,2
|
| 382 |
+
np.float32,0x3faf6126,0x3f55fb21,2
|
| 383 |
+
np.float32,0x7f36a910,0x42b22829,2
|
| 384 |
+
np.float32,0x3fdc7b36,0x3f91d938,2
|
| 385 |
+
np.float32,0x3fff443e,0x3fa82577,2
|
| 386 |
+
np.float32,0x7ee7154a,0x42b13daa,2
|
| 387 |
+
np.float32,0x3f944742,0x3f0e435c,2
|
| 388 |
+
np.float32,0x7f5b510a,0x42b285cc,2
|
| 389 |
+
np.float32,0x3f9bc940,0x3f25c4d2,2
|
| 390 |
+
np.float32,0x3fee4782,0x3f9dd4ea,2
|
| 391 |
+
np.float32,0x3fcfc2dd,0x3f885aea,2
|
| 392 |
+
np.float32,0x7eab65cf,0x42b0a4af,2
|
| 393 |
+
np.float32,0x3f9cf908,0x3f292689,2
|
| 394 |
+
np.float32,0x7ed35501,0x42b10feb,2
|
| 395 |
+
np.float32,0x7dabb70a,0x42addfd9,2
|
| 396 |
+
np.float32,0x7f348919,0x42b2222b,2
|
| 397 |
+
np.float32,0x3fb137d4,0x3f59dd17,2
|
| 398 |
+
np.float32,0x7e7b36c9,0x42b0058a,2
|
| 399 |
+
np.float32,0x7e351fa4,0x42af5e0d,2
|
| 400 |
+
np.float32,0x3f973c0c,0x3f18011e,2
|
| 401 |
+
np.float32,0xff800000,0xffc00000,2
|
| 402 |
+
np.float32,0x3f9b0a4b,0x3f239a33,2
|
| 403 |
+
np.float32,0x3f87c4cf,0x3eb17e7e,2
|
| 404 |
+
np.float32,0x7ef67760,0x42b15eaa,2
|
| 405 |
+
np.float32,0x3fc4d2c8,0x3f7ed20f,2
|
| 406 |
+
np.float32,0x7e940dac,0x42b059b8,2
|
| 407 |
+
np.float32,0x7f6e6a52,0x42b2b08d,2
|
| 408 |
+
np.float32,0x3f838752,0x3e6fe4b2,2
|
| 409 |
+
np.float32,0x3fd8f046,0x3f8f4a94,2
|
| 410 |
+
np.float32,0x3fa82112,0x3f45c223,2
|
| 411 |
+
np.float32,0x3fd49b16,0x3f8c1345,2
|
| 412 |
+
np.float32,0x7f02a941,0x42b17ca1,2
|
| 413 |
+
np.float32,0x3f8a9d2c,0x3ecf1768,2
|
| 414 |
+
np.float32,0x7c9372e3,0x42aacc0f,2
|
| 415 |
+
np.float32,0x3fd260b3,0x3f8a619a,2
|
| 416 |
+
np.float32,0x3f8a1b88,0x3eca27cb,2
|
| 417 |
+
np.float32,0x7d25d510,0x42ac6b1c,2
|
| 418 |
+
np.float32,0x7ef5a578,0x42b15cf5,2
|
| 419 |
+
np.float32,0x3fe6625d,0x3f98ae9a,2
|
| 420 |
+
np.float32,0x3ff53240,0x3fa22658,2
|
| 421 |
+
np.float32,0x3f8bb2e6,0x3ed944cf,2
|
| 422 |
+
np.float32,0x7f4679b1,0x42b252ad,2
|
| 423 |
+
np.float32,0x3fa8db30,0x3f4774fc,2
|
| 424 |
+
np.float32,0x7ee5fafd,0x42b13b37,2
|
| 425 |
+
np.float32,0x3fc405e0,0x3f7d71fb,2
|
| 426 |
+
np.float32,0x3f9303cd,0x3f09ddfd,2
|
| 427 |
+
np.float32,0x7f486e67,0x42b257b2,2
|
| 428 |
+
np.float32,0x7e73f12b,0x42aff680,2
|
| 429 |
+
np.float32,0x3fe80f8b,0x3f99cbe4,2
|
| 430 |
+
np.float32,0x3f84200a,0x3e81a3f3,2
|
| 431 |
+
np.float32,0x3fa14e5c,0x3f34e3ce,2
|
| 432 |
+
np.float32,0x3fda22ec,0x3f9029bb,2
|
| 433 |
+
np.float32,0x3f801772,0x3d1aef98,2
|
| 434 |
+
np.float32,0x7eaa1428,0x42b0a0bb,2
|
| 435 |
+
np.float32,0x3feae0b3,0x3f9ba4aa,2
|
| 436 |
+
np.float32,0x7ea439b4,0x42b08ecc,2
|
| 437 |
+
np.float32,0x3fa28b1c,0x3f381579,2
|
| 438 |
+
np.float32,0x7e8af247,0x42b03937,2
|
| 439 |
+
np.float32,0x3fd19216,0x3f89c2b7,2
|
| 440 |
+
np.float32,0x7f6ea033,0x42b2b100,2
|
| 441 |
+
np.float32,0x3fad4fbf,0x3f518224,2
|
| 442 |
+
np.float32,0x3febd940,0x3f9c45bd,2
|
| 443 |
+
np.float32,0x7f4643a3,0x42b25221,2
|
| 444 |
+
np.float32,0x7ec34478,0x42b0e771,2
|
| 445 |
+
np.float32,0x7f18c83b,0x42b1ccb5,2
|
| 446 |
+
np.float32,0x3fc665ad,0x3f80bf94,2
|
| 447 |
+
np.float32,0x3ff0a999,0x3f9f56c4,2
|
| 448 |
+
np.float32,0x3faf1cd2,0x3f5568fe,2
|
| 449 |
+
np.float32,0x7ecd9dc6,0x42b101e1,2
|
| 450 |
+
np.float32,0x3faad282,0x3f4bf754,2
|
| 451 |
+
np.float32,0x3ff905a0,0x3fa47771,2
|
| 452 |
+
np.float32,0x7f596481,0x42b28149,2
|
| 453 |
+
np.float32,0x7f1cb31f,0x42b1d9ac,2
|
| 454 |
+
np.float32,0x7e266719,0x42af32a6,2
|
| 455 |
+
np.float32,0x7eccce06,0x42b0ffdb,2
|
| 456 |
+
np.float32,0x3f9b6f71,0x3f24c102,2
|
| 457 |
+
np.float32,0x3f80e4ba,0x3df1d6bc,2
|
| 458 |
+
np.float32,0x3f843d51,0x3e836a60,2
|
| 459 |
+
np.float32,0x7f70bd88,0x42b2b585,2
|
| 460 |
+
np.float32,0x3fe4cc96,0x3f979e18,2
|
| 461 |
+
np.float32,0x3ff737c7,0x3fa36151,2
|
| 462 |
+
np.float32,0x3ff1197e,0x3f9f9cf4,2
|
| 463 |
+
np.float32,0x7f08e190,0x42b19471,2
|
| 464 |
+
np.float32,0x3ff1542e,0x3f9fc1b2,2
|
| 465 |
+
np.float32,0x3ff6673c,0x3fa2e2d2,2
|
| 466 |
+
np.float32,0xbf800000,0xffc00000,2
|
| 467 |
+
np.float32,0x7e3f9ba7,0x42af7add,2
|
| 468 |
+
np.float32,0x7f658ff6,0x42b29d2d,2
|
| 469 |
+
np.float32,0x3f93441c,0x3f0ac0d9,2
|
| 470 |
+
np.float32,0x7f526a74,0x42b27096,2
|
| 471 |
+
np.float32,0x7f5b00c8,0x42b28511,2
|
| 472 |
+
np.float32,0x3ff212f8,0x3fa038cf,2
|
| 473 |
+
np.float32,0x7e0bd60d,0x42aed998,2
|
| 474 |
+
np.float32,0x7f71ef7f,0x42b2b80e,2
|
| 475 |
+
np.float32,0x7f7a897e,0x42b2c9f1,2
|
| 476 |
+
np.float32,0x7e8b76a6,0x42b03b1e,2
|
| 477 |
+
np.float32,0x7efa0da3,0x42b1660f,2
|
| 478 |
+
np.float32,0x3fce9166,0x3f876ae0,2
|
| 479 |
+
np.float32,0x3fc4163d,0x3f7d8e30,2
|
| 480 |
+
np.float32,0x3fdb3784,0x3f90f16b,2
|
| 481 |
+
np.float32,0x7c5f177b,0x42aa3d30,2
|
| 482 |
+
np.float32,0x3fc6276d,0x3f808af5,2
|
| 483 |
+
np.float32,0x7bac9cc2,0x42a856f4,2
|
| 484 |
+
np.float32,0x3fe5876f,0x3f981bea,2
|
| 485 |
+
np.float32,0x3fef60e3,0x3f9e878a,2
|
| 486 |
+
np.float32,0x3fb23cd8,0x3f5bfb06,2
|
| 487 |
+
np.float32,0x3fe114e2,0x3f951402,2
|
| 488 |
+
np.float32,0x7ca8ef04,0x42ab11b4,2
|
| 489 |
+
np.float32,0x7d93c2ad,0x42ad92ec,2
|
| 490 |
+
np.float32,0x3fe5bb8a,0x3f983ee6,2
|
| 491 |
+
np.float32,0x7f0182fd,0x42b1781b,2
|
| 492 |
+
np.float32,0x7da63bb2,0x42adcf3d,2
|
| 493 |
+
np.float32,0x3fac46b7,0x3f4f399e,2
|
| 494 |
+
np.float32,0x7f7a5d8f,0x42b2c997,2
|
| 495 |
+
np.float32,0x7f76572e,0x42b2c14b,2
|
| 496 |
+
np.float32,0x7f42d53e,0x42b24931,2
|
| 497 |
+
np.float32,0x7f7ffd00,0x42b2d4f6,2
|
| 498 |
+
np.float32,0x3fc346c3,0x3f7c2756,2
|
| 499 |
+
np.float32,0x7f1f6ae3,0x42b1e27a,2
|
| 500 |
+
np.float32,0x3f87fb56,0x3eb3e2ee,2
|
| 501 |
+
np.float32,0x3fed17a2,0x3f9d12b4,2
|
| 502 |
+
np.float32,0x7f5ea903,0x42b28d8c,2
|
| 503 |
+
np.float32,0x3f967f82,0x3f15a4ab,2
|
| 504 |
+
np.float32,0x7d3b540c,0x42aca984,2
|
| 505 |
+
np.float32,0x7f56711a,0x42b27a4a,2
|
| 506 |
+
np.float32,0x7f122223,0x42b1b5ee,2
|
| 507 |
+
np.float32,0x3fd6fa34,0x3f8dd919,2
|
| 508 |
+
np.float32,0x3fadd62e,0x3f52a7b3,2
|
| 509 |
+
np.float32,0x3fb7bf0c,0x3f67015f,2
|
| 510 |
+
np.float32,0x7edf4ba7,0x42b12c1d,2
|
| 511 |
+
np.float32,0x7e33cc65,0x42af5a4b,2
|
| 512 |
+
np.float32,0x3fa6be17,0x3f427831,2
|
| 513 |
+
np.float32,0x3fa07aa8,0x3f32b7d4,2
|
| 514 |
+
np.float32,0x3fa4a3af,0x3f3d5a01,2
|
| 515 |
+
np.float32,0x3fdbb267,0x3f9149a8,2
|
| 516 |
+
np.float32,0x7ed45e25,0x42b1126c,2
|
| 517 |
+
np.float32,0x3fe3f432,0x3f970ba6,2
|
| 518 |
+
np.float32,0x7f752080,0x42b2bec3,2
|
| 519 |
+
np.float32,0x3f872747,0x3eaa62ea,2
|
| 520 |
+
np.float32,0x7e52175d,0x42afaa03,2
|
| 521 |
+
np.float32,0x3fdc766c,0x3f91d5ce,2
|
| 522 |
+
np.float32,0x7ecd6841,0x42b1015c,2
|
| 523 |
+
np.float32,0x7f3d6c40,0x42b23ac6,2
|
| 524 |
+
np.float32,0x3fb80c14,0x3f6796b9,2
|
| 525 |
+
np.float32,0x3ff6ad56,0x3fa30d68,2
|
| 526 |
+
np.float32,0x3fda44c3,0x3f90423e,2
|
| 527 |
+
np.float32,0x3fdcba0c,0x3f9205fc,2
|
| 528 |
+
np.float32,0x7e14a720,0x42aef8e6,2
|
| 529 |
+
np.float32,0x3fe9e489,0x3f9b0047,2
|
| 530 |
+
np.float32,0x7e69f933,0x42afe123,2
|
| 531 |
+
np.float32,0x3ff3ee6d,0x3fa15f71,2
|
| 532 |
+
np.float32,0x3f8538cd,0x3e91c1a7,2
|
| 533 |
+
np.float32,0x3fdc3f07,0x3f91ae46,2
|
| 534 |
+
np.float32,0x3fba2ef0,0x3f6bada2,2
|
| 535 |
+
np.float32,0x7da64cd8,0x42adcf71,2
|
| 536 |
+
np.float32,0x3fc34bd2,0x3f7c301d,2
|
| 537 |
+
np.float32,0x3fa273aa,0x3f37d984,2
|
| 538 |
+
np.float32,0x3ff0338c,0x3f9f0c86,2
|
| 539 |
+
np.float32,0x7ed62cef,0x42b116c3,2
|
| 540 |
+
np.float32,0x3f911e7e,0x3f02f7c6,2
|
| 541 |
+
np.float32,0x7c8514c9,0x42aa9792,2
|
| 542 |
+
np.float32,0x3fea2a74,0x3f9b2df5,2
|
| 543 |
+
np.float32,0x3fe036f8,0x3f947a25,2
|
| 544 |
+
np.float32,0x7c5654bf,0x42aa28ad,2
|
| 545 |
+
np.float32,0x3fd9e423,0x3f8ffc32,2
|
| 546 |
+
np.float32,0x7eec0439,0x42b1487b,2
|
| 547 |
+
np.float32,0x3fc580f4,0x3f7ffb62,2
|
| 548 |
+
np.float32,0x3fb0e316,0x3f592bbe,2
|
| 549 |
+
np.float32,0x7c4cfb7d,0x42aa11d8,2
|
| 550 |
+
np.float32,0x3faf9704,0x3f566e00,2
|
| 551 |
+
np.float32,0x3fa7cf8a,0x3f45023d,2
|
| 552 |
+
np.float32,0x7f7b724d,0x42b2cbcc,2
|
| 553 |
+
np.float32,0x7f05bfe3,0x42b18897,2
|
| 554 |
+
np.float32,0x3f90bde3,0x3f018bf3,2
|
| 555 |
+
np.float32,0x7c565479,0x42aa28ad,2
|
| 556 |
+
np.float32,0x3f94b517,0x3f0fb8e5,2
|
| 557 |
+
np.float32,0x3fd6aadd,0x3f8d9e3c,2
|
| 558 |
+
np.float32,0x7f09b37c,0x42b1977f,2
|
| 559 |
+
np.float32,0x7f2b45ea,0x42b20734,2
|
| 560 |
+
np.float32,0x3ff1d15e,0x3fa00fe9,2
|
| 561 |
+
np.float32,0x3f99bce6,0x3f1fbd6c,2
|
| 562 |
+
np.float32,0x7ecd1f76,0x42b100a7,2
|
| 563 |
+
np.float32,0x7f443e2b,0x42b24ce2,2
|
| 564 |
+
np.float32,0x7da7d6a5,0x42add428,2
|
| 565 |
+
np.float32,0x7ebe0193,0x42b0d975,2
|
| 566 |
+
np.float32,0x7ee13c43,0x42b1308b,2
|
| 567 |
+
np.float32,0x3f8adf1b,0x3ed18e0c,2
|
| 568 |
+
np.float32,0x7f76ce65,0x42b2c242,2
|
| 569 |
+
np.float32,0x7e34f43d,0x42af5d92,2
|
| 570 |
+
np.float32,0x7f306b76,0x42b2165d,2
|
| 571 |
+
np.float32,0x7e1fd07f,0x42af1df7,2
|
| 572 |
+
np.float32,0x3fab9a41,0x3f4db909,2
|
| 573 |
+
np.float32,0x3fc23d1a,0x3f7a5803,2
|
| 574 |
+
np.float32,0x3f8b7403,0x3ed70245,2
|
| 575 |
+
np.float32,0x3f8c4dd6,0x3edebbae,2
|
| 576 |
+
np.float32,0x3fe5f411,0x3f9864cd,2
|
| 577 |
+
np.float32,0x3f88128b,0x3eb4e508,2
|
| 578 |
+
np.float32,0x3fcb09de,0x3f84976f,2
|
| 579 |
+
np.float32,0x7f32f2f5,0x42b21da6,2
|
| 580 |
+
np.float32,0x3fe75610,0x3f9950f6,2
|
| 581 |
+
np.float32,0x3f993edf,0x3f1e408d,2
|
| 582 |
+
np.float32,0x3fc4a9d7,0x3f7e8be9,2
|
| 583 |
+
np.float32,0x7f74551a,0x42b2bd1a,2
|
| 584 |
+
np.float32,0x7de87129,0x42ae7ae2,2
|
| 585 |
+
np.float32,0x7f18bbbd,0x42b1cc8c,2
|
| 586 |
+
np.float32,0x7e7e1dd4,0x42b00b6c,2
|
| 587 |
+
np.float32,0x3ff6e55b,0x3fa32f64,2
|
| 588 |
+
np.float32,0x3fa634c8,0x3f412df3,2
|
| 589 |
+
np.float32,0x3fd0fb7c,0x3f894e49,2
|
| 590 |
+
np.float32,0x3ff4f6a6,0x3fa201d7,2
|
| 591 |
+
np.float32,0x7f69d418,0x42b2a69a,2
|
| 592 |
+
np.float32,0x7cb9632d,0x42ab414a,2
|
| 593 |
+
np.float32,0x3fc57d36,0x3f7ff503,2
|
| 594 |
+
np.float32,0x7e9e2ed7,0x42b07b9b,2
|
| 595 |
+
np.float32,0x7f2e6868,0x42b2107d,2
|
| 596 |
+
np.float32,0x3fa3169a,0x3f39785d,2
|
| 597 |
+
np.float32,0x7f03cde0,0x42b18117,2
|
| 598 |
+
np.float32,0x7f6d75d2,0x42b2ae7f,2
|
| 599 |
+
np.float32,0x3ff483f2,0x3fa1bb75,2
|
| 600 |
+
np.float32,0x7f1b39f7,0x42b1d4d6,2
|
| 601 |
+
np.float32,0x3f8c7a7d,0x3ee0481e,2
|
| 602 |
+
np.float32,0x3f989095,0x3f1c2b19,2
|
| 603 |
+
np.float32,0x3fa4cbfd,0x3f3dbd87,2
|
| 604 |
+
np.float32,0x7f75b00f,0x42b2bfef,2
|
| 605 |
+
np.float32,0x3f940724,0x3f0d6756,2
|
| 606 |
+
np.float32,0x7f5e5a1a,0x42b28cd6,2
|
| 607 |
+
np.float32,0x800000,0xffc00000,2
|
| 608 |
+
np.float32,0x7edd1d29,0x42b12716,2
|
| 609 |
+
np.float32,0x3fa3e9e4,0x3f3b8c16,2
|
| 610 |
+
np.float32,0x7e46d70e,0x42af8dd5,2
|
| 611 |
+
np.float32,0x3f824745,0x3e40ec1e,2
|
| 612 |
+
np.float32,0x3fd67623,0x3f8d770a,2
|
| 613 |
+
np.float32,0x3fe9a6f3,0x3f9ad7fa,2
|
| 614 |
+
np.float32,0x3fdda67c,0x3f92adc1,2
|
| 615 |
+
np.float32,0x7ccb6c9a,0x42ab70d4,2
|
| 616 |
+
np.float32,0x3ffd364a,0x3fa6f2fe,2
|
| 617 |
+
np.float32,0x7e02424c,0x42aeb545,2
|
| 618 |
+
np.float32,0x3fb6d2f2,0x3f6534a1,2
|
| 619 |
+
np.float32,0x3fe1fe26,0x3f95b4cc,2
|
| 620 |
+
np.float32,0x7e93ac57,0x42b05867,2
|
| 621 |
+
np.float32,0x7f7b3433,0x42b2cb4d,2
|
| 622 |
+
np.float32,0x3fb76803,0x3f66580d,2
|
| 623 |
+
np.float32,0x3f9af881,0x3f23661b,2
|
| 624 |
+
np.float32,0x3fd58062,0x3f8cbf98,2
|
| 625 |
+
np.float32,0x80000000,0xffc00000,2
|
| 626 |
+
np.float32,0x7f1af8f4,0x42b1d3ff,2
|
| 627 |
+
np.float32,0x3fe66bba,0x3f98b4dc,2
|
| 628 |
+
np.float32,0x7f6bd7bf,0x42b2aaff,2
|
| 629 |
+
np.float32,0x3f84f79a,0x3e8e2e49,2
|
| 630 |
+
np.float32,0x7e475b06,0x42af8f28,2
|
| 631 |
+
np.float32,0x3faff89b,0x3f573d5e,2
|
| 632 |
+
np.float32,0x7de5aa77,0x42ae74bb,2
|
| 633 |
+
np.float32,0x3f8e9e42,0x3ef26cd2,2
|
| 634 |
+
np.float32,0x3fb1cec3,0x3f5b1740,2
|
| 635 |
+
np.float32,0x3f8890d6,0x3eba4821,2
|
| 636 |
+
np.float32,0x3f9b39e9,0x3f242547,2
|
| 637 |
+
np.float32,0x3fc895a4,0x3f829407,2
|
| 638 |
+
np.float32,0x7f77943c,0x42b2c3dc,2
|
| 639 |
+
np.float32,0x7f390d58,0x42b22ed2,2
|
| 640 |
+
np.float32,0x3fe7e160,0x3f99ad58,2
|
| 641 |
+
np.float32,0x3f93d2a0,0x3f0cb205,2
|
| 642 |
+
np.float32,0x7f29499b,0x42b2013c,2
|
| 643 |
+
np.float32,0x3f8c11b2,0x3edca10f,2
|
| 644 |
+
np.float32,0x7e898ef8,0x42b03413,2
|
| 645 |
+
np.float32,0x3fdff942,0x3f944f34,2
|
| 646 |
+
np.float32,0x7f3d602f,0x42b23aa5,2
|
| 647 |
+
np.float32,0x3f8a50f3,0x3ecc345b,2
|
| 648 |
+
np.float32,0x3fa1f86d,0x3f369ce4,2
|
| 649 |
+
np.float32,0x3f97ad95,0x3f19681d,2
|
| 650 |
+
np.float32,0x3ffad1e0,0x3fa589e5,2
|
| 651 |
+
np.float32,0x3fa70590,0x3f432311,2
|
| 652 |
+
np.float32,0x7e6840cb,0x42afdd5c,2
|
| 653 |
+
np.float32,0x3fd4036d,0x3f8ba0aa,2
|
| 654 |
+
np.float32,0x7f7cc953,0x42b2ce84,2
|
| 655 |
+
np.float32,0x7f228e1e,0x42b1ec74,2
|
| 656 |
+
np.float32,0x7e37a866,0x42af652a,2
|
| 657 |
+
np.float32,0x3fda22d0,0x3f9029a7,2
|
| 658 |
+
np.float32,0x7f736bff,0x42b2bb31,2
|
| 659 |
+
np.float32,0x3f9833b6,0x3f1b0b8e,2
|
| 660 |
+
np.float32,0x7f466001,0x42b2526a,2
|
| 661 |
+
np.float32,0xff7fffff,0xffc00000,2
|
| 662 |
+
np.float32,0x7dd62bcd,0x42ae50f8,2
|
| 663 |
+
np.float32,0x7f1d2bfe,0x42b1db36,2
|
| 664 |
+
np.float32,0x7ecffe9e,0x42b107c5,2
|
| 665 |
+
np.float32,0x7ebefe0a,0x42b0dc1b,2
|
| 666 |
+
np.float32,0x7f45c63d,0x42b250dd,2
|
| 667 |
+
np.float32,0x7f601af0,0x42b290db,2
|
| 668 |
+
np.float32,0x3fcbb88a,0x3f8524e5,2
|
| 669 |
+
np.float32,0x7ede55ff,0x42b129e8,2
|
| 670 |
+
np.float32,0x7ea5dd5a,0x42b093e2,2
|
| 671 |
+
np.float32,0x3ff53857,0x3fa22a12,2
|
| 672 |
+
np.float32,0x3f8dbd6a,0x3eeb28a4,2
|
| 673 |
+
np.float32,0x3fd1b467,0x3f89dd2c,2
|
| 674 |
+
np.float32,0x3fe0423f,0x3f9481fc,2
|
| 675 |
+
np.float32,0x3f84b421,0x3e8a6174,2
|
| 676 |
+
np.float32,0x7f4efc97,0x42b2682c,2
|
| 677 |
+
np.float32,0x7f601b33,0x42b290dc,2
|
| 678 |
+
np.float32,0x3f94f240,0x3f108719,2
|
| 679 |
+
np.float32,0x7decd251,0x42ae8471,2
|
| 680 |
+
np.float32,0x3fdc457c,0x3f91b2e2,2
|
| 681 |
+
np.float32,0x3f92a966,0x3f089c5a,2
|
| 682 |
+
np.float32,0x3fc9732f,0x3f834afc,2
|
| 683 |
+
np.float32,0x3f97948f,0x3f19194e,2
|
| 684 |
+
np.float32,0x7f0824a1,0x42b191ac,2
|
| 685 |
+
np.float32,0x7f0365a5,0x42b17f81,2
|
| 686 |
+
np.float32,0x3f800000,0x0,2
|
| 687 |
+
np.float32,0x7f0054c6,0x42b1736b,2
|
| 688 |
+
np.float32,0x3fe86544,0x3f9a0484,2
|
| 689 |
+
np.float32,0x7e95f844,0x42b0604e,2
|
| 690 |
+
np.float32,0x3fce8602,0x3f8761e2,2
|
| 691 |
+
np.float32,0x3fc726c8,0x3f81621d,2
|
| 692 |
+
np.float32,0x3fcf6b03,0x3f88161b,2
|
| 693 |
+
np.float32,0x3fceb843,0x3f87898a,2
|
| 694 |
+
np.float32,0x3fe2f8b2,0x3f966071,2
|
| 695 |
+
np.float32,0x7f3c8e7f,0x42b2386d,2
|
| 696 |
+
np.float32,0x3fcee13a,0x3f87a9d2,2
|
| 697 |
+
np.float32,0x3fc4df27,0x3f7ee73c,2
|
| 698 |
+
np.float32,0x3ffde486,0x3fa758e3,2
|
| 699 |
+
np.float32,0x3fa91be0,0x3f480b17,2
|
| 700 |
+
np.float32,0x7f2a5a7d,0x42b20472,2
|
| 701 |
+
np.float32,0x7e278d80,0x42af362d,2
|
| 702 |
+
np.float32,0x3f96d091,0x3f16a9d5,2
|
| 703 |
+
np.float32,0x7e925225,0x42b053b2,2
|
| 704 |
+
np.float32,0x7f7ef83a,0x42b2d2ec,2
|
| 705 |
+
np.float32,0x7eb4923a,0x42b0bf61,2
|
| 706 |
+
np.float32,0x7e98bf19,0x42b069b3,2
|
| 707 |
+
np.float32,0x3fac93a2,0x3f4fe410,2
|
| 708 |
+
np.float32,0x7f46389c,0x42b25205,2
|
| 709 |
+
np.float32,0x3f9fd447,0x3f30fd54,2
|
| 710 |
+
np.float32,0x3fef42d4,0x3f9e7483,2
|
| 711 |
+
np.float32,0x7f482174,0x42b256ed,2
|
| 712 |
+
np.float32,0x3f97aedb,0x3f196c1e,2
|
| 713 |
+
np.float32,0x7f764edd,0x42b2c13a,2
|
| 714 |
+
np.float32,0x3f9117b5,0x3f02de5c,2
|
| 715 |
+
np.float32,0x3fc7984e,0x3f81c12d,2
|
| 716 |
+
np.float64,0x3ff1e2cb7463c597,0x3fdec6caf39e0c0e,2
|
| 717 |
+
np.float64,0x3ffe4f89789c9f13,0x3ff40f4b1da0f3e9,2
|
| 718 |
+
np.float64,0x7f6a5c9ac034b935,0x408605e51703c145,2
|
| 719 |
+
np.float64,0x7fdcb6ece3b96dd9,0x40862d6521e16d60,2
|
| 720 |
+
np.float64,0x3ff6563e182cac7c,0x3feb9d8210f3fa88,2
|
| 721 |
+
np.float64,0x7fde32025f3c6404,0x40862dcc1d1a9b7f,2
|
| 722 |
+
np.float64,0x7fd755ed35aeabd9,0x40862bbc5522b779,2
|
| 723 |
+
np.float64,0x3ff5c81f4bcb903e,0x3fea71f10b954ea3,2
|
| 724 |
+
np.float64,0x3fffe805d35fd00c,0x3ff50463a1ba2938,2
|
| 725 |
+
np.float64,0x7fd045a1c1a08b43,0x408628d9f431f2f5,2
|
| 726 |
+
np.float64,0x3ff49f7dd9893efc,0x3fe7c6736e17ea8e,2
|
| 727 |
+
np.float64,0x7fccfbc1fd39f783,0x408627eca79acf51,2
|
| 728 |
+
np.float64,0x3ff1af0a00035e14,0x3fdd1c0e7d5706ea,2
|
| 729 |
+
np.float64,0x7fe7bd17162f7a2d,0x4086316af683502b,2
|
| 730 |
+
np.float64,0x3ff0941b8d012837,0x3fd128d274065ac0,2
|
| 731 |
+
np.float64,0x3ffa0c5d98b418bb,0x3ff11af9c8edd17f,2
|
| 732 |
+
np.float64,0x3ffad9733355b2e6,0x3ff1b6d1307acb42,2
|
| 733 |
+
np.float64,0x3ffabb2a33d57654,0x3ff1a0442b034e50,2
|
| 734 |
+
np.float64,0x3ff36118b0c6c231,0x3fe472b7dfb23516,2
|
| 735 |
+
np.float64,0x3ff2441d3664883a,0x3fe0d61145608f0c,2
|
| 736 |
+
np.float64,0x7fe039862d20730b,0x40862e5f8ed752d3,2
|
| 737 |
+
np.float64,0x7fb1dde24023bbc4,0x40861e824cdb0664,2
|
| 738 |
+
np.float64,0x7face6335839cc66,0x40861ccf90a26e16,2
|
| 739 |
+
np.float64,0x3ffb5d0e1af6ba1c,0x3ff2170f6f42fafe,2
|
| 740 |
+
np.float64,0x3ff5c2c6a50b858d,0x3fea665aabf04407,2
|
| 741 |
+
np.float64,0x3ffabb409db57681,0x3ff1a054ea32bfc3,2
|
| 742 |
+
np.float64,0x3ff1e054e983c0aa,0x3fdeb30c17286cb6,2
|
| 743 |
+
np.float64,0x7fe467f73268cfed,0x4086303529e52e9b,2
|
| 744 |
+
np.float64,0x7fe0e86bf961d0d7,0x40862eb40788b04a,2
|
| 745 |
+
np.float64,0x3ffb743542f6e86a,0x3ff227b4ea5acee0,2
|
| 746 |
+
np.float64,0x3ff2de6826e5bcd0,0x3fe2e31fcde0a96c,2
|
| 747 |
+
np.float64,0x7fd6b27ccfad64f9,0x40862b8385697c31,2
|
| 748 |
+
np.float64,0x7fe0918e8d21231c,0x40862e8a82d9517a,2
|
| 749 |
+
np.float64,0x7fd0ca0395a19406,0x4086291a0696ed33,2
|
| 750 |
+
np.float64,0x3ffb042496960849,0x3ff1d658c928abfc,2
|
| 751 |
+
np.float64,0x3ffcd0409799a081,0x3ff31877df0cb245,2
|
| 752 |
+
np.float64,0x7fe429bd06685379,0x4086301c9f259934,2
|
| 753 |
+
np.float64,0x3ff933076092660f,0x3ff06d2e5f4d9ab7,2
|
| 754 |
+
np.float64,0x7feaefcb28f5df95,0x4086326dccf88e6f,2
|
| 755 |
+
np.float64,0x7fb5f2c1f82be583,0x40862027ac02a39d,2
|
| 756 |
+
np.float64,0x3ffb5d9e3bd6bb3c,0x3ff21777501d097e,2
|
| 757 |
+
np.float64,0x10000000000000,0xfff8000000000000,2
|
| 758 |
+
np.float64,0x3ff70361596e06c3,0x3fecf675ceda7e19,2
|
| 759 |
+
np.float64,0x3ff71a21b5ee3444,0x3fed224fa048d9a9,2
|
| 760 |
+
np.float64,0x3ffb102b86762057,0x3ff1df2cc9390518,2
|
| 761 |
+
np.float64,0x7feaaeb35c355d66,0x4086325a60704a90,2
|
| 762 |
+
np.float64,0x7fd9a3d0a93347a0,0x40862c7d300fc076,2
|
| 763 |
+
np.float64,0x7fabcf159c379e2a,0x40861c80cdbbff27,2
|
| 764 |
+
np.float64,0x7fd1c066ec2380cd,0x4086298c3006fee6,2
|
| 765 |
+
np.float64,0x3ff3d5ae2d67ab5c,0x3fe5bc16447428db,2
|
| 766 |
+
np.float64,0x3ff4b76add696ed6,0x3fe800f5bbf21376,2
|
| 767 |
+
np.float64,0x3ff60d89ee0c1b14,0x3feb063fdebe1a68,2
|
| 768 |
+
np.float64,0x7f1d2648003a4c8f,0x4085eaf9238af95a,2
|
| 769 |
+
np.float64,0x7fe8b45f6df168be,0x408631bca5abf6d6,2
|
| 770 |
+
np.float64,0x7fe9ea5308f3d4a5,0x4086321ea2bd3af9,2
|
| 771 |
+
np.float64,0x7fcb6ba5a636d74a,0x4086277b208075ed,2
|
| 772 |
+
np.float64,0x3ff621cfd74c43a0,0x3feb30d59baf5919,2
|
| 773 |
+
np.float64,0x3ff7bc8ca0af7919,0x3fee524da8032896,2
|
| 774 |
+
np.float64,0x7fda22dd0c3445b9,0x40862ca47326d063,2
|
| 775 |
+
np.float64,0x7fd02ed4b2a05da8,0x408628ceb6919421,2
|
| 776 |
+
np.float64,0x3ffe64309fdcc861,0x3ff41c1b18940709,2
|
| 777 |
+
np.float64,0x3ffee4042abdc808,0x3ff46a6005bccb41,2
|
| 778 |
+
np.float64,0x3ff078145b00f029,0x3fceeb3d6bfae0eb,2
|
| 779 |
+
np.float64,0x7fda20fd20b441f9,0x40862ca3e03b990b,2
|
| 780 |
+
np.float64,0x3ffa9e9e9af53d3d,0x3ff18ade3cbee789,2
|
| 781 |
+
np.float64,0x3ff0a1062501420c,0x3fd1e32de6d18c0d,2
|
| 782 |
+
np.float64,0x3ff3bdf118477be2,0x3fe57ad89b7fdf8b,2
|
| 783 |
+
np.float64,0x3ff101c0d5c20382,0x3fd6965d3539be47,2
|
| 784 |
+
np.float64,0x7feba3b53b774769,0x408632a28c7aca4d,2
|
| 785 |
+
np.float64,0x3ff598db5d4b31b7,0x3fea0aa65c0b421a,2
|
| 786 |
+
np.float64,0x3ff5fdfbb72bfbf8,0x3feae55accde4a5e,2
|
| 787 |
+
np.float64,0x7fe5bae53aab75c9,0x408630b5e7a5b92a,2
|
| 788 |
+
np.float64,0x3ff8f668afd1ecd2,0x3ff03af686666c9c,2
|
| 789 |
+
np.float64,0x3ff5ba72dd2b74e6,0x3fea5441f223c093,2
|
| 790 |
+
np.float64,0x3ff8498147109302,0x3fef4e45d501601d,2
|
| 791 |
+
np.float64,0x7feddcfa5efbb9f4,0x4086334106a6e76b,2
|
| 792 |
+
np.float64,0x7fd1a30200234603,0x4086297ee5cc562c,2
|
| 793 |
+
np.float64,0x3ffffa8ee07ff51e,0x3ff50f1dc46f1303,2
|
| 794 |
+
np.float64,0x7fef7ed00ebefd9f,0x408633ae01dabe52,2
|
| 795 |
+
np.float64,0x3ffb6e062276dc0c,0x3ff22344c58c2016,2
|
| 796 |
+
np.float64,0x7fcf2b59943e56b2,0x4086288190dd5eeb,2
|
| 797 |
+
np.float64,0x3ffa589f9254b13f,0x3ff155cc081eee0b,2
|
| 798 |
+
np.float64,0x3ff05415ca60a82c,0x3fc9e45565baef0a,2
|
| 799 |
+
np.float64,0x7feb34bed576697d,0x408632822d5a178c,2
|
| 800 |
+
np.float64,0x3ff3993845c73270,0x3fe51423baf246c3,2
|
| 801 |
+
np.float64,0x3ff88367aaf106d0,0x3fefb2d9ca9f1192,2
|
| 802 |
+
np.float64,0x7fef364304fe6c85,0x4086339b7ed82997,2
|
| 803 |
+
np.float64,0x7fcba2c317374585,0x4086278b24e42934,2
|
| 804 |
+
np.float64,0x3ff1aef885e35df1,0x3fdd1b79f55b20c0,2
|
| 805 |
+
np.float64,0x7fe19367886326ce,0x40862f035f867445,2
|
| 806 |
+
np.float64,0x3ff3c8295e279053,0x3fe5970aa670d32e,2
|
| 807 |
+
np.float64,0x3ff6edda164ddbb4,0x3feccca9eb59d6b9,2
|
| 808 |
+
np.float64,0x7fdeaea940bd5d52,0x40862dece02d151b,2
|
| 809 |
+
np.float64,0x7fea9d6324353ac5,0x408632552ddf0d4f,2
|
| 810 |
+
np.float64,0x7fe60e39e66c1c73,0x408630d45b1ad0c4,2
|
| 811 |
+
np.float64,0x7fde06325abc0c64,0x40862dc07910038c,2
|
| 812 |
+
np.float64,0x7f9ec89d303d9139,0x408617c55ea4c576,2
|
| 813 |
+
np.float64,0x3ff9801930530032,0x3ff0abe5be046051,2
|
| 814 |
+
np.float64,0x3ff4d5859689ab0b,0x3fe849a7f7a19fa3,2
|
| 815 |
+
np.float64,0x3ff38afbc48715f8,0x3fe4ebb7710cbab9,2
|
| 816 |
+
np.float64,0x3ffd88a0e77b1142,0x3ff3916964407e21,2
|
| 817 |
+
np.float64,0x1,0xfff8000000000000,2
|
| 818 |
+
np.float64,0x3ff5db59e58bb6b4,0x3fea9b6b5ccc116f,2
|
| 819 |
+
np.float64,0x3ffd4b05b15a960c,0x3ff369792f661a90,2
|
| 820 |
+
np.float64,0x7fdcebc4fb39d789,0x40862d73cd623378,2
|
| 821 |
+
np.float64,0x3ff5b56f944b6adf,0x3fea4955d6b06ca3,2
|
| 822 |
+
np.float64,0x7fd4e4abf2a9c957,0x40862ad9e9da3c61,2
|
| 823 |
+
np.float64,0x7fe08e0d6aa11c1a,0x40862e88d17ef277,2
|
| 824 |
+
np.float64,0x3ff0dfc97da1bf93,0x3fd50f9004136d8f,2
|
| 825 |
+
np.float64,0x7fdec38eaebd871c,0x40862df2511e26b4,2
|
| 826 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,2
|
| 827 |
+
np.float64,0x3ff21865504430cb,0x3fe033fe3cf3947a,2
|
| 828 |
+
np.float64,0x7fdc139708b8272d,0x40862d371cfbad03,2
|
| 829 |
+
np.float64,0x7fe1fe3be3a3fc77,0x40862f336e3ba63a,2
|
| 830 |
+
np.float64,0x7fd9fa2493b3f448,0x40862c97f2960be9,2
|
| 831 |
+
np.float64,0x3ff0a027db414050,0x3fd1d6e54a707c87,2
|
| 832 |
+
np.float64,0x3ff568b16f4ad163,0x3fe99f5c6d7b6e18,2
|
| 833 |
+
np.float64,0x3ffe2f82877c5f05,0x3ff3fb54bd0da753,2
|
| 834 |
+
np.float64,0x7fbaf5778435eaee,0x408621ccc9e2c1be,2
|
| 835 |
+
np.float64,0x7fc5aaf8362b55ef,0x40862598e7072a49,2
|
| 836 |
+
np.float64,0x7fe0ebfdd4a1d7fb,0x40862eb5b7bf99d5,2
|
| 837 |
+
np.float64,0x7fd8efeb5931dfd6,0x40862c444636f408,2
|
| 838 |
+
np.float64,0x3ff361a308c6c346,0x3fe4744cae63e6df,2
|
| 839 |
+
np.float64,0x7fef287d39be50f9,0x40863397f65c807e,2
|
| 840 |
+
np.float64,0x7fe72c4a14ae5893,0x4086313992e52082,2
|
| 841 |
+
np.float64,0x3ffd1be44cba37c8,0x3ff34a9a45239eb9,2
|
| 842 |
+
np.float64,0x3ff50369c18a06d4,0x3fe8b69319f091f1,2
|
| 843 |
+
np.float64,0x3ffb333c25766678,0x3ff1f8c78eeb28f1,2
|
| 844 |
+
np.float64,0x7fe12050416240a0,0x40862ece4e2f2f24,2
|
| 845 |
+
np.float64,0x7fe348f5526691ea,0x40862fc16fbe7b6c,2
|
| 846 |
+
np.float64,0x3ff343cc4d068799,0x3fe41c2a30cab7d2,2
|
| 847 |
+
np.float64,0x7fd1b0daaa2361b4,0x408629852b3104ff,2
|
| 848 |
+
np.float64,0x3ff6a41f37ad483e,0x3fec3b36ee6c6d4a,2
|
| 849 |
+
np.float64,0x3ffad9439435b287,0x3ff1b6add9a1b3d7,2
|
| 850 |
+
np.float64,0x7fbeb9a2f23d7345,0x408622d89ac1eaba,2
|
| 851 |
+
np.float64,0x3ffab3d39fb567a7,0x3ff19ac75b4427f3,2
|
| 852 |
+
np.float64,0x3ff890003ed12000,0x3fefc8844471c6ad,2
|
| 853 |
+
np.float64,0x3ffc9f595e593eb2,0x3ff2f7a8699f06d8,2
|
| 854 |
+
np.float64,0x7fe2224ef6e4449d,0x40862f43684a154a,2
|
| 855 |
+
np.float64,0x3ffa67ba08d4cf74,0x3ff161525778df99,2
|
| 856 |
+
np.float64,0x7fe87e24b570fc48,0x408631ab02b159fb,2
|
| 857 |
+
np.float64,0x7fd6e99be92dd337,0x40862b96dba73685,2
|
| 858 |
+
np.float64,0x7fe90f39fdf21e73,0x408631d9dbd36c1e,2
|
| 859 |
+
np.float64,0x3ffb7806abd6f00e,0x3ff22a719b0f4c46,2
|
| 860 |
+
np.float64,0x3ffa511ba3d4a238,0x3ff1500c124f6e17,2
|
| 861 |
+
np.float64,0x3ff5d7a569abaf4b,0x3fea937391c280e8,2
|
| 862 |
+
np.float64,0x7fc4279d20284f39,0x40862504a5cdcb96,2
|
| 863 |
+
np.float64,0x3ffe8791b1fd0f24,0x3ff431f1ed7eaba0,2
|
| 864 |
+
np.float64,0x7fe3b2f5276765e9,0x40862fecf15e2535,2
|
| 865 |
+
np.float64,0x7feeab0e7abd561c,0x408633778044cfbc,2
|
| 866 |
+
np.float64,0x7fdba88531375109,0x40862d1860306d7a,2
|
| 867 |
+
np.float64,0x7fe7b19b3def6335,0x4086316716d6890b,2
|
| 868 |
+
np.float64,0x3ff9e9437413d287,0x3ff0ff89431c748c,2
|
| 869 |
+
np.float64,0x3ff960716a52c0e3,0x3ff092498028f802,2
|
| 870 |
+
np.float64,0x3ff271bf56a4e37f,0x3fe1786fc8dd775d,2
|
| 871 |
+
np.float64,0x3fff2a6578be54cb,0x3ff494bbe303eeb5,2
|
| 872 |
+
np.float64,0x3ffd842eb5fb085e,0x3ff38e8b7ba42bc5,2
|
| 873 |
+
np.float64,0x3ff91600e5d22c02,0x3ff0553c6a6b3d93,2
|
| 874 |
+
np.float64,0x3ff9153f45f22a7e,0x3ff0549c0eaecf95,2
|
| 875 |
+
np.float64,0x7fe0ab319da15662,0x40862e96da3b19f9,2
|
| 876 |
+
np.float64,0x3ff06acd1f60d59a,0x3fcd2aca543d2772,2
|
| 877 |
+
np.float64,0x3ffb3e7a54d67cf4,0x3ff200f288cd391b,2
|
| 878 |
+
np.float64,0x3ffd01356f1a026b,0x3ff339003462a56c,2
|
| 879 |
+
np.float64,0x3ffacd35def59a6c,0x3ff1adb8d32b3ec0,2
|
| 880 |
+
np.float64,0x3ff6f953264df2a6,0x3fece2f992948d6e,2
|
| 881 |
+
np.float64,0x3ff0fa91f5a1f524,0x3fd64609a28f1590,2
|
| 882 |
+
np.float64,0x7fd1b7610ca36ec1,0x408629881e03dc7d,2
|
| 883 |
+
np.float64,0x3ff4317fb7c86300,0x3fe6b086ed265887,2
|
| 884 |
+
np.float64,0x3ff3856198070ac3,0x3fe4dbb6bc88b9e3,2
|
| 885 |
+
np.float64,0x7fed7fc4573aff88,0x40863327e7013a81,2
|
| 886 |
+
np.float64,0x3ffe53cbbf5ca798,0x3ff411f07a29b1f4,2
|
| 887 |
+
np.float64,0x3ff092195b012433,0x3fd10b1c0b4b14fe,2
|
| 888 |
+
np.float64,0x3ff1a3171163462e,0x3fdcb5c301d5d40d,2
|
| 889 |
+
np.float64,0x3ffa1401f1742804,0x3ff120eb319e9faa,2
|
| 890 |
+
np.float64,0x7fd352f6f426a5ed,0x40862a3a048feb6d,2
|
| 891 |
+
np.float64,0x7fd4ee246fa9dc48,0x40862add895d808f,2
|
| 892 |
+
np.float64,0x3ff0675cfa00ceba,0x3fccb2222c5493ca,2
|
| 893 |
+
np.float64,0x3ffe5cb38f3cb967,0x3ff417773483d161,2
|
| 894 |
+
np.float64,0x7fe11469ea2228d3,0x40862ec8bd3e497f,2
|
| 895 |
+
np.float64,0x3fff13cba67e2798,0x3ff4872fe2c26104,2
|
| 896 |
+
np.float64,0x3ffb73d3d316e7a8,0x3ff2276f08612ea2,2
|
| 897 |
+
np.float64,0x7febfb70f237f6e1,0x408632bbc9450721,2
|
| 898 |
+
np.float64,0x3ff84a0d87b0941b,0x3fef4f3b707e3145,2
|
| 899 |
+
np.float64,0x7fd71fd5082e3fa9,0x40862ba9b4091172,2
|
| 900 |
+
np.float64,0x3ff560737d8ac0e7,0x3fe98cc9c9ba2f61,2
|
| 901 |
+
np.float64,0x3ff46a266ae8d44d,0x3fe74190e5234822,2
|
| 902 |
+
np.float64,0x7fe8cc9225719923,0x408631c477db9708,2
|
| 903 |
+
np.float64,0x3ff871de5930e3bc,0x3fef948f7d00fbef,2
|
| 904 |
+
np.float64,0x3ffd0bc7895a178f,0x3ff33ffc18357721,2
|
| 905 |
+
np.float64,0x3ff66099f9ccc134,0x3febb2bc775b4720,2
|
| 906 |
+
np.float64,0x7fe91f1be9723e37,0x408631deec3a5c9e,2
|
| 907 |
+
np.float64,0x7fd60462f12c08c5,0x40862b4537e1c1c6,2
|
| 908 |
+
np.float64,0x3ff053100ba0a620,0x3fc9bc0c21e2284f,2
|
| 909 |
+
np.float64,0x7fd864c611b0c98b,0x40862c1724506255,2
|
| 910 |
+
np.float64,0x7fd191decb2323bd,0x408629771bfb68cc,2
|
| 911 |
+
np.float64,0x3ff792a1656f2543,0x3fee054f2e135fcf,2
|
| 912 |
+
np.float64,0x7fd03625cea06c4b,0x408628d253b840e3,2
|
| 913 |
+
np.float64,0x7fc3967716272ced,0x408624ca35451042,2
|
| 914 |
+
np.float64,0x7fe6636cb32cc6d8,0x408630f3073a22a7,2
|
| 915 |
+
np.float64,0x3ffc2d3976585a73,0x3ff2a9d4c0dae607,2
|
| 916 |
+
np.float64,0x3fffd10ee79fa21e,0x3ff4f70db69888be,2
|
| 917 |
+
np.float64,0x3ff1d4fcae23a9f9,0x3fde57675007b23c,2
|
| 918 |
+
np.float64,0x3ffa5da19e14bb43,0x3ff1599f74d1c113,2
|
| 919 |
+
np.float64,0x3ff7f4eb0d6fe9d6,0x3feeb85189659e99,2
|
| 920 |
+
np.float64,0x7fbcca44d8399489,0x408622536234f7c1,2
|
| 921 |
+
np.float64,0x7fef5f97ec3ebf2f,0x408633a60fdde0d7,2
|
| 922 |
+
np.float64,0x7fde4a66da3c94cd,0x40862dd290ebc184,2
|
| 923 |
+
np.float64,0x3ff072957a40e52b,0x3fce34d913d87613,2
|
| 924 |
+
np.float64,0x3ff2bc4c9dc57899,0x3fe27497e6ebe27d,2
|
| 925 |
+
np.float64,0x7fd7d152b4afa2a4,0x40862be63469eecd,2
|
| 926 |
+
np.float64,0x3ff957d768f2afaf,0x3ff08b4ad8062a73,2
|
| 927 |
+
np.float64,0x7fe4bc5f45a978be,0x40863055fd66e4eb,2
|
| 928 |
+
np.float64,0x7fc90de345321bc6,0x408626c24ce7e370,2
|
| 929 |
+
np.float64,0x3ff2d7a37d85af47,0x3fe2cd6a40b544a0,2
|
| 930 |
+
np.float64,0x7fe536ea1f6a6dd3,0x40863084bade76a3,2
|
| 931 |
+
np.float64,0x3fff970c9cdf2e19,0x3ff4d524572356dd,2
|
| 932 |
+
np.float64,0x3ffe173ae63c2e76,0x3ff3ec1ee35ad28c,2
|
| 933 |
+
np.float64,0x3ff714025cce2805,0x3fed168aedff4a2b,2
|
| 934 |
+
np.float64,0x7fce7b414c3cf682,0x40862853dcdd19d4,2
|
| 935 |
+
np.float64,0x3ff019623f2032c4,0x3fbc7c602df0bbaf,2
|
| 936 |
+
np.float64,0x3ff72f57fd0e5eb0,0x3fed4ae75f697432,2
|
| 937 |
+
np.float64,0x3ff283778e8506ef,0x3fe1b5c5725b0dfd,2
|
| 938 |
+
np.float64,0x3ff685a29aed0b45,0x3febfdfdedd581e2,2
|
| 939 |
+
np.float64,0x3ff942d24fb285a4,0x3ff07a224c3ecfaf,2
|
| 940 |
+
np.float64,0x3ff2e4a9f465c954,0x3fe2f71905399e8f,2
|
| 941 |
+
np.float64,0x7fdfa1c7fa3f438f,0x40862e2b4e06f098,2
|
| 942 |
+
np.float64,0x3ff49b59c26936b4,0x3fe7bc41c8c1e59d,2
|
| 943 |
+
np.float64,0x3ff2102d3704205a,0x3fe014bf7e28924e,2
|
| 944 |
+
np.float64,0x3ff88de3b8311bc8,0x3fefc4e3e0a15a89,2
|
| 945 |
+
np.float64,0x7fea5ba25374b744,0x40863241519c9b66,2
|
| 946 |
+
np.float64,0x3fffe5df637fcbbf,0x3ff5032488f570f9,2
|
| 947 |
+
np.float64,0x7fe67cfefe6cf9fd,0x408630fc25333cb4,2
|
| 948 |
+
np.float64,0x3ff090bf2b01217e,0x3fd0f6fcf1092b4a,2
|
| 949 |
+
np.float64,0x7fecd75bc5f9aeb7,0x408632f9b6c2e013,2
|
| 950 |
+
np.float64,0x7fe15df38c62bbe6,0x40862eeae5ac944b,2
|
| 951 |
+
np.float64,0x3ff4757875a8eaf1,0x3fe75e0eafbe28ce,2
|
| 952 |
+
np.float64,0x7fecca8a51b99514,0x408632f627c23923,2
|
| 953 |
+
np.float64,0x3ff91ca529d2394a,0x3ff05abb327fd1ca,2
|
| 954 |
+
np.float64,0x3ffb962993b72c53,0x3ff23ff831717579,2
|
| 955 |
+
np.float64,0x3ffd548a2c7aa914,0x3ff36fac7f56d716,2
|
| 956 |
+
np.float64,0x7fbafb5cb035f6b8,0x408621ce898a02fb,2
|
| 957 |
+
np.float64,0x3ff1d86daca3b0db,0x3fde73536c29218c,2
|
| 958 |
+
np.float64,0x7fa8d0f8f431a1f1,0x40861b97a03c3a18,2
|
| 959 |
+
np.float64,0x3ff44f1067489e21,0x3fe6fcbd8144ab2a,2
|
| 960 |
+
np.float64,0x7fec062b07380c55,0x408632bed9c6ce85,2
|
| 961 |
+
np.float64,0x3ff7e11e0fcfc23c,0x3fee94ada7efaac4,2
|
| 962 |
+
np.float64,0x7fe77505c1aeea0b,0x4086315287dda0ba,2
|
| 963 |
+
np.float64,0x7fc465af2728cb5d,0x4086251d236107f7,2
|
| 964 |
+
np.float64,0x3ffe811c4a7d0238,0x3ff42df7e8b6cf2d,2
|
| 965 |
+
np.float64,0x7fe05a471260b48d,0x40862e6fa502738b,2
|
| 966 |
+
np.float64,0x7fec32cd9778659a,0x408632cb8d98c5a3,2
|
| 967 |
+
np.float64,0x7fd203a220a40743,0x408629aa43b010c0,2
|
| 968 |
+
np.float64,0x7fed71f7d17ae3ef,0x4086332428207101,2
|
| 969 |
+
np.float64,0x3ff3918999e72313,0x3fe4fe5e8991402f,2
|
| 970 |
+
np.float64,0x3ff3ecae38c7d95c,0x3fe5fa787d887981,2
|
| 971 |
+
np.float64,0x7fd65345b82ca68a,0x40862b61aed8c64e,2
|
| 972 |
+
np.float64,0x3ff1efdd01c3dfba,0x3fdf2eae36139204,2
|
| 973 |
+
np.float64,0x3ffba9344f375268,0x3ff24d7fdcfc313b,2
|
| 974 |
+
np.float64,0x7fd0469b35208d35,0x408628da6ed24bdd,2
|
| 975 |
+
np.float64,0x7fe525782daa4aef,0x4086307e240c8b30,2
|
| 976 |
+
np.float64,0x3ff8e473d371c8e8,0x3ff02beebd4171c7,2
|
| 977 |
+
np.float64,0x3ff59a43898b3487,0x3fea0dc0a6acea0a,2
|
| 978 |
+
np.float64,0x7fef50c7263ea18d,0x408633a247d7cd42,2
|
| 979 |
+
np.float64,0x7fe8b5a301f16b45,0x408631bd0e71c855,2
|
| 980 |
+
np.float64,0x3ff209369de4126d,0x3fdff4264334446b,2
|
| 981 |
+
np.float64,0x3ffbe2ff4437c5fe,0x3ff2763b356814c7,2
|
| 982 |
+
np.float64,0x3ff55938156ab270,0x3fe97c70514f91bf,2
|
| 983 |
+
np.float64,0x3fff5d8bf81ebb18,0x3ff4b333b230672a,2
|
| 984 |
+
np.float64,0x3ff16a317bc2d463,0x3fdab84e7faa468f,2
|
| 985 |
+
np.float64,0x3ff7e64f8dafcc9f,0x3fee9e0bd57e9566,2
|
| 986 |
+
np.float64,0x7fef4dc065be9b80,0x408633a181e25abb,2
|
| 987 |
+
np.float64,0x3ff64a24a62c9449,0x3feb849ced76437e,2
|
| 988 |
+
np.float64,0x7fc3cb85ef27970b,0x408624dfc39c8f74,2
|
| 989 |
+
np.float64,0x7fec2162a77842c4,0x408632c69b0d43b6,2
|
| 990 |
+
np.float64,0x7feccee6dc399dcd,0x408632f75de98c46,2
|
| 991 |
+
np.float64,0x7faff4f5f43fe9eb,0x40861d9d89be14c9,2
|
| 992 |
+
np.float64,0x7fee82df60fd05be,0x4086336cfdeb7317,2
|
| 993 |
+
np.float64,0x3ffe54588d9ca8b1,0x3ff41247eb2f75ca,2
|
| 994 |
+
np.float64,0x3ffe5615b55cac2c,0x3ff4135c4eb11620,2
|
| 995 |
+
np.float64,0x3ffdaf9a6a1b5f35,0x3ff3aa70e50d1692,2
|
| 996 |
+
np.float64,0x3ff69c045f4d3809,0x3fec2b00734e2cde,2
|
| 997 |
+
np.float64,0x7fd049239aa09246,0x408628dbad6dd995,2
|
| 998 |
+
np.float64,0x3ff2acbe8465597d,0x3fe24138652195e1,2
|
| 999 |
+
np.float64,0x3ffb288302365106,0x3ff1f0f86ca7e5d1,2
|
| 1000 |
+
np.float64,0x3fff6fe8d87edfd2,0x3ff4be136acf53c5,2
|
| 1001 |
+
np.float64,0x3ffc87c8bfb90f92,0x3ff2e7bbd65867cb,2
|
| 1002 |
+
np.float64,0x3ff173327ca2e665,0x3fdb0b945abb00d7,2
|
| 1003 |
+
np.float64,0x3ff9a5cf7a134b9f,0x3ff0ca2450f07c78,2
|
| 1004 |
+
np.float64,0x7faf782b043ef055,0x40861d7e0e9b35ef,2
|
| 1005 |
+
np.float64,0x3ffa0874975410e9,0x3ff117ee3dc8f5ba,2
|
| 1006 |
+
np.float64,0x7fc710fc7f2e21f8,0x40862618fed167fb,2
|
| 1007 |
+
np.float64,0x7feb73f4c876e7e9,0x40863294ae3ac1eb,2
|
| 1008 |
+
np.float64,0x8000000000000000,0xfff8000000000000,2
|
| 1009 |
+
np.float64,0x7fb46615c028cc2b,0x40861f91bade4dad,2
|
| 1010 |
+
np.float64,0x7fc26b064624d60c,0x4086244c1b76c938,2
|
| 1011 |
+
np.float64,0x3ff06ab9fa40d574,0x3fcd282fd971d1b4,2
|
| 1012 |
+
np.float64,0x3ff61da7410c3b4e,0x3feb28201031af02,2
|
| 1013 |
+
np.float64,0x3ffec7ba1b9d8f74,0x3ff459342511f952,2
|
| 1014 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,2
|
| 1015 |
+
np.float64,0x7fe5d570422baae0,0x408630bfa75008c9,2
|
| 1016 |
+
np.float64,0x3ffa895832f512b0,0x3ff17ad41555dccb,2
|
| 1017 |
+
np.float64,0x7fd343ac21a68757,0x40862a33ad59947a,2
|
| 1018 |
+
np.float64,0x3ffc1eeb37383dd6,0x3ff29ff29e55a006,2
|
| 1019 |
+
np.float64,0x7fee3c5c507c78b8,0x4086335a6b768090,2
|
| 1020 |
+
np.float64,0x7fe96d774a32daee,0x408631f7b9937e36,2
|
| 1021 |
+
np.float64,0x7fb878362430f06b,0x40862106603497b6,2
|
| 1022 |
+
np.float64,0x7fec0a79c03814f3,0x408632c01479905e,2
|
| 1023 |
+
np.float64,0x3ffa2f143c145e28,0x3ff135e25d902e1a,2
|
| 1024 |
+
np.float64,0x3ff14ccff80299a0,0x3fd9a0cd3397b14c,2
|
| 1025 |
+
np.float64,0x3ff97980dcb2f302,0x3ff0a6942a8133ab,2
|
| 1026 |
+
np.float64,0x3ff872e2d1f0e5c6,0x3fef96526eb2f756,2
|
| 1027 |
+
np.float64,0x7fdf1c9b46be3936,0x40862e0957fee329,2
|
| 1028 |
+
np.float64,0x7fcab6525d356ca4,0x408627458791f029,2
|
| 1029 |
+
np.float64,0x3ff964e74a52c9ce,0x3ff095e8845d523c,2
|
| 1030 |
+
np.float64,0x3ffb3aa23c967544,0x3ff1fe282d897c13,2
|
| 1031 |
+
np.float64,0x7fdd8a36afbb146c,0x40862d9f2b05f61b,2
|
| 1032 |
+
np.float64,0x3ffea39f42fd473e,0x3ff4432a48176399,2
|
| 1033 |
+
np.float64,0x7fea614f68b4c29e,0x408632430a750385,2
|
| 1034 |
+
np.float64,0x7feeafb86abd5f70,0x40863378b79f70cf,2
|
| 1035 |
+
np.float64,0x3ff80bc94eb01792,0x3feee138e9d626bd,2
|
| 1036 |
+
np.float64,0x7fcaca74743594e8,0x4086274b8ce4d1e1,2
|
| 1037 |
+
np.float64,0x3ff8b14815316290,0x3ff000b3526c8321,2
|
| 1038 |
+
np.float64,0x7fc698eb5f2d31d6,0x408625eeec86cd2b,2
|
| 1039 |
+
np.float64,0x7fe15429a3e2a852,0x40862ee6621205b8,2
|
| 1040 |
+
np.float64,0x7fee37f81b7c6fef,0x4086335941ed80dd,2
|
| 1041 |
+
np.float64,0x3ff8097ab3f012f6,0x3feedd1bafc3196e,2
|
| 1042 |
+
np.float64,0x7fe7c889ceaf9113,0x4086316ed13f2394,2
|
| 1043 |
+
np.float64,0x7fceca94513d9528,0x4086286893a06824,2
|
| 1044 |
+
np.float64,0x3ff593a103cb2742,0x3fe9ff1af4f63cc9,2
|
| 1045 |
+
np.float64,0x7fee237d24bc46f9,0x40863353d4142c87,2
|
| 1046 |
+
np.float64,0x3ffbf71e4777ee3c,0x3ff2844c0ed9f4d9,2
|
| 1047 |
+
np.float64,0x3ff490c65c09218d,0x3fe7a2216d9f69fd,2
|
| 1048 |
+
np.float64,0x3fff5ceaf1feb9d6,0x3ff4b2d430a90110,2
|
| 1049 |
+
np.float64,0x3ff55baecceab75e,0x3fe98203980666c4,2
|
| 1050 |
+
np.float64,0x3ff511bc306a2378,0x3fe8d81ce7be7b50,2
|
| 1051 |
+
np.float64,0x3ff38f83dcc71f08,0x3fe4f89f130d5f87,2
|
| 1052 |
+
np.float64,0x3ff73a3676ee746d,0x3fed5f98a65107ee,2
|
| 1053 |
+
np.float64,0x7fc27e50c824fca1,0x408624547828bc49,2
|
| 1054 |
+
np.float64,0xfff0000000000000,0xfff8000000000000,2
|
| 1055 |
+
np.float64,0x3fff38959ebe712b,0x3ff49d362c7ba16a,2
|
| 1056 |
+
np.float64,0x3ffad6d23a75ada4,0x3ff1b4dda6394ed0,2
|
| 1057 |
+
np.float64,0x3ffe77c6c2dcef8e,0x3ff4283698835ecb,2
|
| 1058 |
+
np.float64,0x3fff5feb413ebfd6,0x3ff4b49bcbdb3aa9,2
|
| 1059 |
+
np.float64,0x3ff0d30aa161a615,0x3fd4751bcdd7d727,2
|
| 1060 |
+
np.float64,0x3ff51e07e00a3c10,0x3fe8f4bd1408d694,2
|
| 1061 |
+
np.float64,0x8010000000000000,0xfff8000000000000,2
|
| 1062 |
+
np.float64,0x7fd231d2fe2463a5,0x408629beaceafcba,2
|
| 1063 |
+
np.float64,0x3fff6b4aee1ed696,0x3ff4bb58544bf8eb,2
|
| 1064 |
+
np.float64,0x3ff91fcd2f323f9a,0x3ff05d56e33db6b3,2
|
| 1065 |
+
np.float64,0x3ff3b889ab477113,0x3fe56bdeab74cce5,2
|
| 1066 |
+
np.float64,0x3ff99bfe30d337fc,0x3ff0c24bbf265561,2
|
| 1067 |
+
np.float64,0x3ffbe9e5eaf7d3cc,0x3ff27b0fe60f827a,2
|
| 1068 |
+
np.float64,0x7fd65678e92cacf1,0x40862b62d44fe8b6,2
|
| 1069 |
+
np.float64,0x7fd9cc477233988e,0x40862c89c638ee48,2
|
| 1070 |
+
np.float64,0x3ffc123c72d82479,0x3ff297294d05cbc0,2
|
| 1071 |
+
np.float64,0x3ff58abad58b1576,0x3fe9eb65da2a867a,2
|
| 1072 |
+
np.float64,0x7fe534887b2a6910,0x40863083d4ec2877,2
|
| 1073 |
+
np.float64,0x7fe1d3dcb123a7b8,0x40862f208116c55e,2
|
| 1074 |
+
np.float64,0x7fd4d570dba9aae1,0x40862ad412c413cd,2
|
| 1075 |
+
np.float64,0x3fffce7d3fdf9cfa,0x3ff4f58f02451928,2
|
| 1076 |
+
np.float64,0x3ffa76901c74ed20,0x3ff16c9a5851539c,2
|
| 1077 |
+
np.float64,0x7fdd88ffa23b11fe,0x40862d9ed6c6f426,2
|
| 1078 |
+
np.float64,0x3ff09fdbb9e13fb7,0x3fd1d2ae4fcbf713,2
|
| 1079 |
+
np.float64,0x7fe64567772c8ace,0x408630e845dbc290,2
|
| 1080 |
+
np.float64,0x7fb1a849ba235092,0x40861e6a291535b2,2
|
| 1081 |
+
np.float64,0x3ffaddb105f5bb62,0x3ff1b9f68f4c419b,2
|
| 1082 |
+
np.float64,0x7fd2fc3d5025f87a,0x40862a15cbc1df75,2
|
| 1083 |
+
np.float64,0x7fdea7d872bd4fb0,0x40862deb190b2c50,2
|
| 1084 |
+
np.float64,0x7fd50ea97eaa1d52,0x40862ae9edc4c812,2
|
| 1085 |
+
np.float64,0x3fff659c245ecb38,0x3ff4b7fb18b31aea,2
|
| 1086 |
+
np.float64,0x3ff3f1fbb7c7e3f7,0x3fe608bd9d76268c,2
|
| 1087 |
+
np.float64,0x3ff76869d9aed0d4,0x3fedb6c23d3a317b,2
|
| 1088 |
+
np.float64,0x7fedd4efe93ba9df,0x4086333edeecaa43,2
|
| 1089 |
+
np.float64,0x3ff9a5bd4eb34b7a,0x3ff0ca15d02bc960,2
|
| 1090 |
+
np.float64,0x3ffd9359cc5b26b4,0x3ff39850cb1a6b6c,2
|
| 1091 |
+
np.float64,0x7fe912d0427225a0,0x408631db00e46272,2
|
| 1092 |
+
np.float64,0x3ffb3802fe567006,0x3ff1fc4093646465,2
|
| 1093 |
+
np.float64,0x3ff02cc38a205987,0x3fc2e8182802a07b,2
|
| 1094 |
+
np.float64,0x3ffda953dd1b52a8,0x3ff3a66c504cf207,2
|
| 1095 |
+
np.float64,0x7fe0a487e4a1490f,0x40862e93a6f20152,2
|
| 1096 |
+
np.float64,0x7fed265ed1fa4cbd,0x4086330f838ae431,2
|
| 1097 |
+
np.float64,0x7fd0000114200001,0x408628b76ec48b5c,2
|
| 1098 |
+
np.float64,0x3ff2c262786584c5,0x3fe288860d354b0f,2
|
| 1099 |
+
np.float64,0x8000000000000001,0xfff8000000000000,2
|
| 1100 |
+
np.float64,0x3ffdae9f075b5d3e,0x3ff3a9d006ae55c1,2
|
| 1101 |
+
np.float64,0x3ffb69c72156d38e,0x3ff22037cbb85e5b,2
|
| 1102 |
+
np.float64,0x7feeae255f7d5c4a,0x408633784e89bc05,2
|
| 1103 |
+
np.float64,0x7feb13927c362724,0x408632786630c55d,2
|
| 1104 |
+
np.float64,0x7fef49e072be93c0,0x408633a08451d476,2
|
| 1105 |
+
np.float64,0x3fff23d6337e47ac,0x3ff490ceb6e634ae,2
|
| 1106 |
+
np.float64,0x3ffba82cf8f7505a,0x3ff24cc51c73234d,2
|
| 1107 |
+
np.float64,0x7fe948719ef290e2,0x408631ec0b36476e,2
|
| 1108 |
+
np.float64,0x3ff41926c5e8324e,0x3fe670e14bbda8cd,2
|
| 1109 |
+
np.float64,0x3ff91f09c1523e14,0x3ff05cb5731878da,2
|
| 1110 |
+
np.float64,0x3ff6ae6afccd5cd6,0x3fec4fbeca764086,2
|
| 1111 |
+
np.float64,0x3ff927f7e0f24ff0,0x3ff06413eeb8eb1e,2
|
| 1112 |
+
np.float64,0x3ff19dd2b9e33ba5,0x3fdc882f97994600,2
|
| 1113 |
+
np.float64,0x7fe8e502c5b1ca05,0x408631cc56526fff,2
|
| 1114 |
+
np.float64,0x7feb49f70fb693ed,0x4086328868486fcd,2
|
| 1115 |
+
np.float64,0x3ffd942d535b285a,0x3ff398d8d89f52ca,2
|
| 1116 |
+
np.float64,0x7fc3b9c5c627738b,0x408624d893e692ca,2
|
| 1117 |
+
np.float64,0x7fea0780ff340f01,0x408632279fa46704,2
|
| 1118 |
+
np.float64,0x7fe4c90066a99200,0x4086305adb47a598,2
|
| 1119 |
+
np.float64,0x7fdb209113364121,0x40862cf0ab64fd7d,2
|
| 1120 |
+
np.float64,0x3ff38617e5470c30,0x3fe4ddc0413b524f,2
|
| 1121 |
+
np.float64,0x7fea1b5b803436b6,0x4086322db767f091,2
|
| 1122 |
+
np.float64,0x7fe2004898e40090,0x40862f3457795dc5,2
|
| 1123 |
+
np.float64,0x3ff3c4360ac7886c,0x3fe58c29843a4c75,2
|
| 1124 |
+
np.float64,0x3ff504bc168a0978,0x3fe8b9ada7f698e6,2
|
| 1125 |
+
np.float64,0x3ffd3e936fda7d27,0x3ff3615912c5b4ac,2
|
| 1126 |
+
np.float64,0x3ffbdc52fb97b8a6,0x3ff2718dae5f1f2b,2
|
| 1127 |
+
np.float64,0x3fffef6d84ffdedb,0x3ff508adbc8556cf,2
|
| 1128 |
+
np.float64,0x3ff23b65272476ca,0x3fe0b646ed2579eb,2
|
| 1129 |
+
np.float64,0x7fe4633068a8c660,0x408630334a4b7ff7,2
|
| 1130 |
+
np.float64,0x3ff769b754aed36f,0x3fedb932af0223f9,2
|
| 1131 |
+
np.float64,0x7fe7482d92ee905a,0x408631432de1b057,2
|
| 1132 |
+
np.float64,0x3ff5dd682aabbad0,0x3fea9fd5e506a86d,2
|
| 1133 |
+
np.float64,0x7fd68399a2ad0732,0x40862b72ed89805d,2
|
| 1134 |
+
np.float64,0x3ffad7acc3d5af5a,0x3ff1b57fe632c948,2
|
| 1135 |
+
np.float64,0x3ffc68e43698d1c8,0x3ff2d2be6f758761,2
|
| 1136 |
+
np.float64,0x3ff4e517fbc9ca30,0x3fe86eddf5e63a58,2
|
| 1137 |
+
np.float64,0x3ff34c63c56698c8,0x3fe435b74ccd6a13,2
|
| 1138 |
+
np.float64,0x7fea9456c17528ad,0x4086325275237015,2
|
| 1139 |
+
np.float64,0x7fee6573f2fccae7,0x4086336543760346,2
|
| 1140 |
+
np.float64,0x7fd5496fb9aa92de,0x40862b0023235667,2
|
| 1141 |
+
np.float64,0x7ff0000000000000,0x7ff0000000000000,2
|
| 1142 |
+
np.float64,0x3ffb70e31256e1c6,0x3ff22552f54b13e0,2
|
| 1143 |
+
np.float64,0x3ff66a33988cd467,0x3febc656da46a1ca,2
|
| 1144 |
+
np.float64,0x3fff0af2eb1e15e6,0x3ff481dec325f5c8,2
|
| 1145 |
+
np.float64,0x3ff6a0233d0d4046,0x3fec33400958eda1,2
|
| 1146 |
+
np.float64,0x7fdb11e2d5b623c5,0x40862cec55e405f9,2
|
| 1147 |
+
np.float64,0x3ffb8a015ad71402,0x3ff2374d7b563a72,2
|
| 1148 |
+
np.float64,0x3ff1807d8ce300fb,0x3fdb849e4bce8335,2
|
| 1149 |
+
np.float64,0x3ffefd535e3dfaa6,0x3ff479aaac6ffe79,2
|
| 1150 |
+
np.float64,0x3ff701e23a6e03c4,0x3fecf39072d96fc7,2
|
| 1151 |
+
np.float64,0x3ff4ac809f895901,0x3fe7e6598f2335a5,2
|
| 1152 |
+
np.float64,0x3ff0309f26a0613e,0x3fc3b3f4b2783690,2
|
| 1153 |
+
np.float64,0x3ff241dd0ce483ba,0x3fe0cde2cb639144,2
|
| 1154 |
+
np.float64,0x3ffabce63fb579cc,0x3ff1a18fe2a2da59,2
|
| 1155 |
+
np.float64,0x3ffd84b967db0973,0x3ff38ee4f240645d,2
|
| 1156 |
+
np.float64,0x7fc3f88b9a27f116,0x408624f1e10cdf3f,2
|
| 1157 |
+
np.float64,0x7fe1d5fd5923abfa,0x40862f2175714a3a,2
|
| 1158 |
+
np.float64,0x7fe487b145690f62,0x4086304190700183,2
|
| 1159 |
+
np.float64,0x7fe7997feaef32ff,0x4086315eeefdddd2,2
|
| 1160 |
+
np.float64,0x3ff8f853b671f0a8,0x3ff03c907353a8da,2
|
| 1161 |
+
np.float64,0x7fca4c23b5349846,0x408627257ace5778,2
|
| 1162 |
+
np.float64,0x7fe0c9bf3a21937d,0x40862ea576c3ea43,2
|
| 1163 |
+
np.float64,0x7fc442b389288566,0x4086250f5f126ec9,2
|
| 1164 |
+
np.float64,0x7fc6d382ed2da705,0x40862603900431b0,2
|
| 1165 |
+
np.float64,0x7fe40b069068160c,0x4086301066468124,2
|
| 1166 |
+
np.float64,0x3ff7f62a146fec54,0x3feeba8dfc4363fe,2
|
| 1167 |
+
np.float64,0x3ff721e8e94e43d2,0x3fed313a6755d34f,2
|
| 1168 |
+
np.float64,0x7fe579feaf2af3fc,0x4086309ddefb6112,2
|
| 1169 |
+
np.float64,0x3ffe2c6bde5c58d8,0x3ff3f9665dc9a16e,2
|
| 1170 |
+
np.float64,0x7fcf9998ed3f3331,0x4086289dab274788,2
|
| 1171 |
+
np.float64,0x7fdb03af2236075d,0x40862ce82252e490,2
|
| 1172 |
+
np.float64,0x7fe72799392e4f31,0x40863137f428ee71,2
|
| 1173 |
+
np.float64,0x7f9f2190603e4320,0x408617dc5b3b3c3c,2
|
| 1174 |
+
np.float64,0x3ff69c56d52d38ae,0x3fec2ba59fe938b2,2
|
| 1175 |
+
np.float64,0x7fdcde27bf39bc4e,0x40862d70086cd06d,2
|
| 1176 |
+
np.float64,0x3ff654d6b8eca9ae,0x3feb9aa0107609a6,2
|
| 1177 |
+
np.float64,0x7fdf69d967bed3b2,0x40862e1d1c2b94c2,2
|
| 1178 |
+
np.float64,0xffefffffffffffff,0xfff8000000000000,2
|
| 1179 |
+
np.float64,0x7fedfd073f3bfa0d,0x40863349980c2c8b,2
|
| 1180 |
+
np.float64,0x7f7c1856803830ac,0x40860bf312b458c7,2
|
| 1181 |
+
np.float64,0x7fe9553f1bb2aa7d,0x408631f0173eadd5,2
|
| 1182 |
+
np.float64,0x3ff6e92efc2dd25e,0x3fecc38f98e7e1a7,2
|
| 1183 |
+
np.float64,0x7fe9719ac532e335,0x408631f906cd79c3,2
|
| 1184 |
+
np.float64,0x3ff60e56ae4c1cad,0x3feb07ef8637ec7e,2
|
| 1185 |
+
np.float64,0x3ff0d0803501a100,0x3fd455c0af195a9c,2
|
| 1186 |
+
np.float64,0x7fe75248a3eea490,0x40863146a614aec1,2
|
| 1187 |
+
np.float64,0x7fdff61ead3fec3c,0x40862e408643d7aa,2
|
| 1188 |
+
np.float64,0x7fed4ac7a4fa958e,0x408633197b5cf6ea,2
|
| 1189 |
+
np.float64,0x7fe58d44562b1a88,0x408630a5098d1bbc,2
|
| 1190 |
+
np.float64,0x7fd89dcdb1b13b9a,0x40862c29c2979288,2
|
| 1191 |
+
np.float64,0x3ff205deda240bbe,0x3fdfda67c84fd3a8,2
|
| 1192 |
+
np.float64,0x7fdf84c15abf0982,0x40862e23f361923d,2
|
| 1193 |
+
np.float64,0x3ffe012b3afc0256,0x3ff3de3dfa5f47ce,2
|
| 1194 |
+
np.float64,0x3ffe2f3512dc5e6a,0x3ff3fb245206398e,2
|
| 1195 |
+
np.float64,0x7fed6174c2bac2e9,0x4086331faa699617,2
|
| 1196 |
+
np.float64,0x3ff1f30f8783e61f,0x3fdf47e06f2c40d1,2
|
| 1197 |
+
np.float64,0x3ff590da9eab21b5,0x3fe9f8f7b4baf3c2,2
|
| 1198 |
+
np.float64,0x3ffb3ca1eb967944,0x3ff1ff9baf66d704,2
|
| 1199 |
+
np.float64,0x7fe50ba9a5aa1752,0x408630745ab7fd3c,2
|
| 1200 |
+
np.float64,0x3ff43743a4a86e87,0x3fe6bf7ae80b1dda,2
|
| 1201 |
+
np.float64,0x3ff47e1a24e8fc34,0x3fe773acca44c7d6,2
|
| 1202 |
+
np.float64,0x3ff589ede9eb13dc,0x3fe9e99f28fab3a4,2
|
| 1203 |
+
np.float64,0x3ff72f2cbf8e5e5a,0x3fed4a94e7edbf24,2
|
| 1204 |
+
np.float64,0x3ffa4f9bbc549f38,0x3ff14ee60aea45d3,2
|
| 1205 |
+
np.float64,0x3ff975dae732ebb6,0x3ff0a3a1fbd7284a,2
|
| 1206 |
+
np.float64,0x7fbcf14ee039e29d,0x4086225e33f3793e,2
|
| 1207 |
+
np.float64,0x3ff10e027f621c05,0x3fd71cce2452b4e0,2
|
| 1208 |
+
np.float64,0x3ff33ea193067d43,0x3fe40cbac4daaddc,2
|
| 1209 |
+
np.float64,0x7fbef8f2263df1e3,0x408622e905c8e1b4,2
|
| 1210 |
+
np.float64,0x3fff7f5bfe3efeb8,0x3ff4c732e83df253,2
|
| 1211 |
+
np.float64,0x3ff5700a6b4ae015,0x3fe9afdd7b8b82b0,2
|
| 1212 |
+
np.float64,0x3ffd5099da5aa134,0x3ff36d1bf26e55bf,2
|
| 1213 |
+
np.float64,0x3ffed8e0f89db1c2,0x3ff4639ff065107a,2
|
| 1214 |
+
np.float64,0x3fff9d0c463f3a18,0x3ff4d8a9f297cf52,2
|
| 1215 |
+
np.float64,0x3ff23db5b2e47b6b,0x3fe0bebdd48f961a,2
|
| 1216 |
+
np.float64,0x3ff042bff1e08580,0x3fc713bf24cc60ef,2
|
| 1217 |
+
np.float64,0x7feb4fe97a769fd2,0x4086328a26675646,2
|
| 1218 |
+
np.float64,0x3ffeafbfeedd5f80,0x3ff44a955a553b1c,2
|
| 1219 |
+
np.float64,0x3ff83fb524507f6a,0x3fef3d1729ae0976,2
|
| 1220 |
+
np.float64,0x3ff1992294433245,0x3fdc5f5ce53dd197,2
|
| 1221 |
+
np.float64,0x7fe89fe629b13fcb,0x408631b601a83867,2
|
| 1222 |
+
np.float64,0x7fe53e4d74aa7c9a,0x40863087839b52f1,2
|
| 1223 |
+
np.float64,0x3ff113713e6226e2,0x3fd757631ca7cd09,2
|
| 1224 |
+
np.float64,0x7fd4a0b7a629416e,0x40862abfba27a09b,2
|
| 1225 |
+
np.float64,0x3ff184c6e2a3098e,0x3fdbab2e3966ae57,2
|
| 1226 |
+
np.float64,0x3ffafbbf77f5f77f,0x3ff1d02bb331d9f9,2
|
| 1227 |
+
np.float64,0x3ffc6099a358c134,0x3ff2cd16941613d1,2
|
| 1228 |
+
np.float64,0x3ffb7c441ef6f888,0x3ff22d7b12e31432,2
|
| 1229 |
+
np.float64,0x3ff625ba5eec4b75,0x3feb39060e55fb79,2
|
| 1230 |
+
np.float64,0x7fde879acbbd0f35,0x40862de2aab4d72d,2
|
| 1231 |
+
np.float64,0x7f930aed982615da,0x408613edb6df8528,2
|
| 1232 |
+
np.float64,0x7fa4b82dac29705a,0x40861a261c0a9aae,2
|
| 1233 |
+
np.float64,0x7fced5c16b3dab82,0x4086286b7a73e611,2
|
| 1234 |
+
np.float64,0x7fe133749d2266e8,0x40862ed73a41b112,2
|
| 1235 |
+
np.float64,0x3ff2d8146ea5b029,0x3fe2ced55dbf997d,2
|
| 1236 |
+
np.float64,0x3ff60dac77ac1b59,0x3feb0688b0e54c7b,2
|
| 1237 |
+
np.float64,0x3ff275d9b024ebb3,0x3fe186b87258b834,2
|
| 1238 |
+
np.float64,0x3ff533e6500a67cd,0x3fe92746c8b50ddd,2
|
| 1239 |
+
np.float64,0x7fe370896666e112,0x40862fd1ca144736,2
|
| 1240 |
+
np.float64,0x7fee7695357ced29,0x40863369c459420e,2
|
| 1241 |
+
np.float64,0x7fd1e0528023c0a4,0x4086299a85caffd0,2
|
| 1242 |
+
np.float64,0x7fd05c7b24a0b8f5,0x408628e52824386f,2
|
| 1243 |
+
np.float64,0x3ff11dcc3b023b98,0x3fd7c56c8cef1be1,2
|
| 1244 |
+
np.float64,0x7fc9d9fae933b3f5,0x408627027404bc5f,2
|
| 1245 |
+
np.float64,0x7fe2359981246b32,0x40862f4be675e90d,2
|
| 1246 |
+
np.float64,0x3ffb10a949962152,0x3ff1df88f83b8cde,2
|
| 1247 |
+
np.float64,0x3ffa65b53654cb6a,0x3ff15fc8956ccc87,2
|
| 1248 |
+
np.float64,0x3ff0000000000000,0x0,2
|
| 1249 |
+
np.float64,0x7fad97ef703b2fde,0x40861d002f3d02da,2
|
| 1250 |
+
np.float64,0x3ff57aaf93aaf55f,0x3fe9c7b01f194edb,2
|
| 1251 |
+
np.float64,0x7fe9ecd73f33d9ad,0x4086321f69917205,2
|
| 1252 |
+
np.float64,0x3ff0dcb79c61b96f,0x3fd4eac86a7a9c38,2
|
| 1253 |
+
np.float64,0x7fee9c12ffbd3825,0x4086337396cd706d,2
|
| 1254 |
+
np.float64,0x3ff52c40af4a5881,0x3fe915a8a7de8f00,2
|
| 1255 |
+
np.float64,0x3ffbcfff59779ffe,0x3ff268e523fe8dda,2
|
| 1256 |
+
np.float64,0x7fe014cb4b602996,0x40862e4d5de42a03,2
|
| 1257 |
+
np.float64,0x7fae2370e83c46e1,0x40861d258dd5b3ee,2
|
| 1258 |
+
np.float64,0x7fe9e33602f3c66b,0x4086321c704ac2bb,2
|
| 1259 |
+
np.float64,0x3ff648acd74c915a,0x3feb8195ca53bcaa,2
|
| 1260 |
+
np.float64,0x7fe385f507670be9,0x40862fda95ebaf44,2
|
| 1261 |
+
np.float64,0x3ffb0e382c361c70,0x3ff1ddbea963e0a7,2
|
| 1262 |
+
np.float64,0x3ff47d6b6ae8fad7,0x3fe771f80ad37cd2,2
|
| 1263 |
+
np.float64,0x3ffca7d538f94faa,0x3ff2fd5f62e851ac,2
|
| 1264 |
+
np.float64,0x3ff83e949c107d29,0x3fef3b1c5bbac99b,2
|
| 1265 |
+
np.float64,0x7fc6fb933a2df725,0x408626118e51a286,2
|
| 1266 |
+
np.float64,0x7fe43a1454e87428,0x4086302318512d9b,2
|
| 1267 |
+
np.float64,0x7fe51fe32aaa3fc5,0x4086307c07271348,2
|
| 1268 |
+
np.float64,0x3ff35e563966bcac,0x3fe46aa2856ef85f,2
|
| 1269 |
+
np.float64,0x3ff84dd4e4909baa,0x3fef55d86d1d5c2e,2
|
| 1270 |
+
np.float64,0x7febe3d84077c7b0,0x408632b507686f03,2
|
| 1271 |
+
np.float64,0x3ff6aca2e32d5946,0x3fec4c32a2368ee3,2
|
| 1272 |
+
np.float64,0x7fe7070e3e6e0e1b,0x4086312caddb0454,2
|
| 1273 |
+
np.float64,0x7fd3657f2aa6cafd,0x40862a41acf47e70,2
|
| 1274 |
+
np.float64,0x3ff61534456c2a68,0x3feb1663900af13b,2
|
| 1275 |
+
np.float64,0x3ff8bc556eb178ab,0x3ff00a16b5403f88,2
|
| 1276 |
+
np.float64,0x3ffa7782e3f4ef06,0x3ff16d529c94a438,2
|
| 1277 |
+
np.float64,0x7fc15785ed22af0b,0x408623d0cd94fb86,2
|
| 1278 |
+
np.float64,0x3ff2e3eeb6e5c7dd,0x3fe2f4c4876d3edf,2
|
| 1279 |
+
np.float64,0x3ff2e4e17e85c9c3,0x3fe2f7c9e437b22e,2
|
| 1280 |
+
np.float64,0x7feb3aaf67f6755e,0x40863283ec4a0d76,2
|
| 1281 |
+
np.float64,0x7fe89efcf7313df9,0x408631b5b5e41263,2
|
| 1282 |
+
np.float64,0x3ffcc6fad4f98df6,0x3ff31245778dff6d,2
|
| 1283 |
+
np.float64,0x3ff356114466ac22,0x3fe45253d040a024,2
|
| 1284 |
+
np.float64,0x3ff81c70d2d038e2,0x3feefed71ebac776,2
|
| 1285 |
+
np.float64,0x7fdb75c96136eb92,0x40862d09a603f03e,2
|
| 1286 |
+
np.float64,0x3ff340f91b8681f2,0x3fe413bb6e6d4a54,2
|
| 1287 |
+
np.float64,0x3fff906079df20c1,0x3ff4d13869d16bc7,2
|
| 1288 |
+
np.float64,0x3ff226a42d644d48,0x3fe0698d316f1ac0,2
|
| 1289 |
+
np.float64,0x3ff948abc3b29158,0x3ff07eeb0b3c81ba,2
|
| 1290 |
+
np.float64,0x3ffc25df1fb84bbe,0x3ff2a4c13ad4edad,2
|
| 1291 |
+
np.float64,0x7fe07ea3b960fd46,0x40862e815b4cf43d,2
|
| 1292 |
+
np.float64,0x3ff497d3dae92fa8,0x3fe7b3917bf10311,2
|
| 1293 |
+
np.float64,0x7fea561db1f4ac3a,0x4086323fa4aef2a9,2
|
| 1294 |
+
np.float64,0x7fd1b49051236920,0x40862986d8759ce5,2
|
| 1295 |
+
np.float64,0x7f7ba3bd6037477a,0x40860bd19997fd90,2
|
| 1296 |
+
np.float64,0x3ff01126dd00224e,0x3fb76b67938dfb11,2
|
| 1297 |
+
np.float64,0x3ff29e1105053c22,0x3fe2102a4c5fa102,2
|
| 1298 |
+
np.float64,0x3ff9de2a6553bc55,0x3ff0f6cfe4dea30e,2
|
| 1299 |
+
np.float64,0x7fc558e7d42ab1cf,0x4086257a608fc055,2
|
| 1300 |
+
np.float64,0x3ff79830a74f3061,0x3fee0f93db153d65,2
|
| 1301 |
+
np.float64,0x7fe2661648e4cc2c,0x40862f6117a71eb2,2
|
| 1302 |
+
np.float64,0x3ff140cf4262819e,0x3fd92aefedae1ab4,2
|
| 1303 |
+
np.float64,0x3ff5f36251abe6c5,0x3feaced481ceaee3,2
|
| 1304 |
+
np.float64,0x7fc80911d5301223,0x4086266d4757f768,2
|
| 1305 |
+
np.float64,0x3ff9079a6c320f35,0x3ff04949d21ebe1e,2
|
| 1306 |
+
np.float64,0x3ffde8d2e09bd1a6,0x3ff3cedca8a5db5d,2
|
| 1307 |
+
np.float64,0x3ffadd1de375ba3c,0x3ff1b989790e8d93,2
|
| 1308 |
+
np.float64,0x3ffdbc40ee1b7882,0x3ff3b286b1c7da57,2
|
| 1309 |
+
np.float64,0x3ff8ff514771fea2,0x3ff04264add00971,2
|
| 1310 |
+
np.float64,0x7fefd7d0e63fafa1,0x408633c47d9f7ae4,2
|
| 1311 |
+
np.float64,0x3ffc47798c588ef3,0x3ff2bbe441fa783a,2
|
| 1312 |
+
np.float64,0x7fe6ebc55b6dd78a,0x408631232d9abf31,2
|
| 1313 |
+
np.float64,0xbff0000000000000,0xfff8000000000000,2
|
| 1314 |
+
np.float64,0x7fd378e4afa6f1c8,0x40862a49a8f98cb4,2
|
| 1315 |
+
np.float64,0x0,0xfff8000000000000,2
|
| 1316 |
+
np.float64,0x3ffe88ed7efd11db,0x3ff432c7ecb95492,2
|
| 1317 |
+
np.float64,0x3ff4f5509289eaa1,0x3fe8955a11656323,2
|
| 1318 |
+
np.float64,0x7fda255b41344ab6,0x40862ca53676a23e,2
|
| 1319 |
+
np.float64,0x3ffebe85b9bd7d0c,0x3ff453992cd55dea,2
|
| 1320 |
+
np.float64,0x3ff5d6180b8bac30,0x3fea901c2160c3bc,2
|
| 1321 |
+
np.float64,0x3ffcdfb8fcf9bf72,0x3ff322c83b3bc735,2
|
| 1322 |
+
np.float64,0x3ff3c91c26679238,0x3fe599a652b7cf59,2
|
| 1323 |
+
np.float64,0x7fc389f7a62713ee,0x408624c518edef93,2
|
| 1324 |
+
np.float64,0x3ffe1245ba1c248c,0x3ff3e901b2c4a47a,2
|
| 1325 |
+
np.float64,0x7fe1e76e95e3cedc,0x40862f29446f9eff,2
|
| 1326 |
+
np.float64,0x3ff02ae4f92055ca,0x3fc28221abd63daa,2
|
| 1327 |
+
np.float64,0x7fbf648a143ec913,0x40862304a0619d03,2
|
| 1328 |
+
np.float64,0x3ff2be7ef8657cfe,0x3fe27bcc6c97522e,2
|
| 1329 |
+
np.float64,0x3ffa7595e514eb2c,0x3ff16bdc64249ad1,2
|
| 1330 |
+
np.float64,0x3ff4ee130049dc26,0x3fe884354cbad8c9,2
|
| 1331 |
+
np.float64,0x3ff19211fc232424,0x3fdc2160bf3eae40,2
|
| 1332 |
+
np.float64,0x3ffec215aedd842c,0x3ff455c4cdd50c32,2
|
| 1333 |
+
np.float64,0x7fe7cb50ffaf96a1,0x4086316fc06a53af,2
|
| 1334 |
+
np.float64,0x3fffa679161f4cf2,0x3ff4de30ba7ac5b8,2
|
| 1335 |
+
np.float64,0x7fdcb459763968b2,0x40862d646a21011d,2
|
| 1336 |
+
np.float64,0x3ff9f338d6d3e672,0x3ff1075835d8f64e,2
|
| 1337 |
+
np.float64,0x3ff8de3319d1bc66,0x3ff026ae858c0458,2
|
| 1338 |
+
np.float64,0x7fee0199d33c0333,0x4086334ad03ac683,2
|
| 1339 |
+
np.float64,0x3ffc06076c380c0f,0x3ff28eaec3814faa,2
|
| 1340 |
+
np.float64,0x3ffe9e2e235d3c5c,0x3ff43fd4d2191a7f,2
|
| 1341 |
+
np.float64,0x3ffd93b06adb2761,0x3ff398888239cde8,2
|
| 1342 |
+
np.float64,0x7fefe4b71cffc96d,0x408633c7ba971b92,2
|
| 1343 |
+
np.float64,0x7fb2940352252806,0x40861ed244bcfed6,2
|
| 1344 |
+
np.float64,0x3ffba4647e3748c9,0x3ff24a15f02e11b9,2
|
| 1345 |
+
np.float64,0x7fd2d9543725b2a7,0x40862a0708446596,2
|
| 1346 |
+
np.float64,0x7fc04997f120932f,0x4086235055d35251,2
|
| 1347 |
+
np.float64,0x3ff6d14313ada286,0x3fec94b177f5d3fc,2
|
| 1348 |
+
np.float64,0x3ff279fc8684f3f9,0x3fe19511c3e5b9a8,2
|
| 1349 |
+
np.float64,0x3ff42f4609085e8c,0x3fe6aabe526ce2bc,2
|
| 1350 |
+
np.float64,0x7fc1c6c62a238d8b,0x408624037de7f6ec,2
|
| 1351 |
+
np.float64,0x7fe31ff4b8e63fe8,0x40862fb05b40fd16,2
|
| 1352 |
+
np.float64,0x7fd2a8825fa55104,0x408629f234d460d6,2
|
| 1353 |
+
np.float64,0x3ffe8c1d725d183b,0x3ff434bdc444143f,2
|
| 1354 |
+
np.float64,0x3ff0e9dc3e21d3b8,0x3fd58676e2c13fc9,2
|
| 1355 |
+
np.float64,0x3ffed03172fda063,0x3ff45e59f7aa6c8b,2
|
| 1356 |
+
np.float64,0x7fd74621962e8c42,0x40862bb6e90d66f8,2
|
| 1357 |
+
np.float64,0x3ff1faa29663f545,0x3fdf833a2c5efde1,2
|
| 1358 |
+
np.float64,0x7fda02834db40506,0x40862c9a860d6747,2
|
| 1359 |
+
np.float64,0x7f709b2fc021365f,0x408607be328eb3eb,2
|
| 1360 |
+
np.float64,0x7fec0d58aa381ab0,0x408632c0e61a1af6,2
|
| 1361 |
+
np.float64,0x3ff524d1720a49a3,0x3fe90479968d40fd,2
|
| 1362 |
+
np.float64,0x7fd64cb3b32c9966,0x40862b5f53c4b0b4,2
|
| 1363 |
+
np.float64,0x3ff9593e3ed2b27c,0x3ff08c6eea5f6e8b,2
|
| 1364 |
+
np.float64,0x3ff7de8b1f6fbd16,0x3fee9007abcfdf7b,2
|
| 1365 |
+
np.float64,0x7fe8d816d6b1b02d,0x408631c82e38a894,2
|
| 1366 |
+
np.float64,0x7fd726bbe22e4d77,0x40862bac16ee8d52,2
|
| 1367 |
+
np.float64,0x7fa70b07d42e160f,0x40861affcc4265e2,2
|
| 1368 |
+
np.float64,0x7fe18b4091e31680,0x40862effa8bce66f,2
|
| 1369 |
+
np.float64,0x3ff830253010604a,0x3fef21b2eaa75758,2
|
| 1370 |
+
np.float64,0x3fffcade407f95bc,0x3ff4f3734b24c419,2
|
| 1371 |
+
np.float64,0x3ff8c17cecb182fa,0x3ff00e75152d7bda,2
|
| 1372 |
+
np.float64,0x7fdad9b9d035b373,0x40862cdbabb793ba,2
|
| 1373 |
+
np.float64,0x3ff9f9e154f3f3c2,0x3ff10c8dfdbd2510,2
|
| 1374 |
+
np.float64,0x3ff465e162e8cbc3,0x3fe736c751c75b73,2
|
| 1375 |
+
np.float64,0x3ff9b4cd8493699b,0x3ff0d616235544b8,2
|
| 1376 |
+
np.float64,0x7fe557c4a56aaf88,0x4086309114ed12d9,2
|
| 1377 |
+
np.float64,0x7fe5999133eb3321,0x408630a9991a9b54,2
|
| 1378 |
+
np.float64,0x7fe7c9009e2f9200,0x4086316ef9359a47,2
|
| 1379 |
+
np.float64,0x3ff8545cabd0a8ba,0x3fef6141f1030c36,2
|
| 1380 |
+
np.float64,0x3ffa1f1712943e2e,0x3ff129849d492ce3,2
|
| 1381 |
+
np.float64,0x7fea803a14750073,0x4086324c652c276c,2
|
| 1382 |
+
np.float64,0x3ff5b6f97fcb6df3,0x3fea4cb0b97b18e9,2
|
| 1383 |
+
np.float64,0x7fc2efdfc425dfbf,0x40862485036a5c6e,2
|
| 1384 |
+
np.float64,0x7fe2c78e5be58f1c,0x40862f8b0a5e7baf,2
|
| 1385 |
+
np.float64,0x7fe80d7fff301aff,0x40863185e234060a,2
|
| 1386 |
+
np.float64,0x3ffd895d457b12ba,0x3ff391e2cac7a3f8,2
|
| 1387 |
+
np.float64,0x3ff44c9764a8992f,0x3fe6f6690396c232,2
|
| 1388 |
+
np.float64,0x3ff731688b8e62d1,0x3fed4ed70fac3839,2
|
| 1389 |
+
np.float64,0x3ff060200460c040,0x3fcbad4a07d97f0e,2
|
| 1390 |
+
np.float64,0x3ffbd2f70a17a5ee,0x3ff26afb46ade929,2
|
| 1391 |
+
np.float64,0x7febe9e841f7d3d0,0x408632b6c465ddd9,2
|
| 1392 |
+
np.float64,0x3ff2532f8be4a65f,0x3fe10c6cd8d64cf4,2
|
| 1393 |
+
np.float64,0x7fefffffffffffff,0x408633ce8fb9f87e,2
|
| 1394 |
+
np.float64,0x3ff3a1ae3a47435c,0x3fe52c00210cc459,2
|
| 1395 |
+
np.float64,0x7fe9c34ae6b38695,0x408632128d150149,2
|
| 1396 |
+
np.float64,0x3fff311029fe6220,0x3ff498b852f30bff,2
|
| 1397 |
+
np.float64,0x3ffd4485a1ba890c,0x3ff3653b6fa701cd,2
|
| 1398 |
+
np.float64,0x7fd52718b1aa4e30,0x40862af330d9c68c,2
|
| 1399 |
+
np.float64,0x3ff10b695a4216d3,0x3fd7009294e367b7,2
|
| 1400 |
+
np.float64,0x3ffdf73de59bee7c,0x3ff3d7fa96d2c1ae,2
|
| 1401 |
+
np.float64,0x3ff2f1c75965e38f,0x3fe320aaff3db882,2
|
| 1402 |
+
np.float64,0x3ff2a56a5a854ad5,0x3fe228cc4ad7e7a5,2
|
| 1403 |
+
np.float64,0x7fe60cd1cf6c19a3,0x408630d3d87a04b3,2
|
| 1404 |
+
np.float64,0x3ff89fa65c113f4c,0x3fefe3543773180c,2
|
| 1405 |
+
np.float64,0x3ffd253130ba4a62,0x3ff350b76ba692a0,2
|
| 1406 |
+
np.float64,0x7feaad7051f55ae0,0x40863259ff932d62,2
|
| 1407 |
+
np.float64,0x7fd9cc37cf33986f,0x40862c89c15f963b,2
|
| 1408 |
+
np.float64,0x3ff8c08de771811c,0x3ff00daa9c17acd7,2
|
| 1409 |
+
np.float64,0x7fea58b25d34b164,0x408632406d54cc6f,2
|
| 1410 |
+
np.float64,0x7fe5f161fd2be2c3,0x408630c9ddf272a5,2
|
| 1411 |
+
np.float64,0x3ff5840dbf8b081c,0x3fe9dc9117b4cbc7,2
|
| 1412 |
+
np.float64,0x3ff3fd762307faec,0x3fe6277cd530c640,2
|
| 1413 |
+
np.float64,0x3ff9095c98b212b9,0x3ff04abff170ac24,2
|
| 1414 |
+
np.float64,0x7feaac66017558cb,0x40863259afb4f8ce,2
|
| 1415 |
+
np.float64,0x7fd78f96bcaf1f2c,0x40862bd00175fdf9,2
|
| 1416 |
+
np.float64,0x3ffaca27e0959450,0x3ff1ab72b8f8633e,2
|
| 1417 |
+
np.float64,0x3ffb7f18cb96fe32,0x3ff22f81bcb8907b,2
|
| 1418 |
+
np.float64,0x3ffcce48d1199c92,0x3ff317276f62c0b2,2
|
| 1419 |
+
np.float64,0x3ffcb9a7f3797350,0x3ff30958e0d6a34d,2
|
| 1420 |
+
np.float64,0x7fda569ef6b4ad3d,0x40862cb43b33275a,2
|
| 1421 |
+
np.float64,0x7fde9f0893bd3e10,0x40862de8cc036283,2
|
| 1422 |
+
np.float64,0x3ff428be3928517c,0x3fe699bb5ab58904,2
|
| 1423 |
+
np.float64,0x7fa4d3344029a668,0x40861a3084989291,2
|
| 1424 |
+
np.float64,0x3ff03607bd006c0f,0x3fc4c4840cf35f48,2
|
| 1425 |
+
np.float64,0x3ff2b1335c056267,0x3fe25000846b75a2,2
|
| 1426 |
+
np.float64,0x7fe0cb8bd8e19717,0x40862ea65237d496,2
|
| 1427 |
+
np.float64,0x3fff4b1b7b9e9637,0x3ff4a83fb08e7b24,2
|
| 1428 |
+
np.float64,0x7fe7526140aea4c2,0x40863146ae86069c,2
|
| 1429 |
+
np.float64,0x7fbfcfb7c23f9f6f,0x4086231fc246ede5,2
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arcsin.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0xbe7d3a7c,0xbe7fe217,4
|
| 3 |
+
np.float32,0x3dc102f0,0x3dc14c60,4
|
| 4 |
+
np.float32,0xbe119c28,0xbe121aef,4
|
| 5 |
+
np.float32,0xbe51cd68,0xbe534c75,4
|
| 6 |
+
np.float32,0x3c04a300,0x3c04a35f,4
|
| 7 |
+
np.float32,0xbf4f0b62,0xbf712a69,4
|
| 8 |
+
np.float32,0x3ef61a5c,0x3f005cf6,4
|
| 9 |
+
np.float32,0xbf13024c,0xbf1c97df,4
|
| 10 |
+
np.float32,0x3e93b580,0x3e95d6b5,4
|
| 11 |
+
np.float32,0x3e44e7b8,0x3e4623a5,4
|
| 12 |
+
np.float32,0xbe35df20,0xbe36d773,4
|
| 13 |
+
np.float32,0x3eecd2c0,0x3ef633cf,4
|
| 14 |
+
np.float32,0x3f2772ba,0x3f36862a,4
|
| 15 |
+
np.float32,0x3e211ea8,0x3e21cac5,4
|
| 16 |
+
np.float32,0x3e3b3d90,0x3e3c4cc6,4
|
| 17 |
+
np.float32,0x3f37c962,0x3f4d018c,4
|
| 18 |
+
np.float32,0x3e92ad88,0x3e94c31a,4
|
| 19 |
+
np.float32,0x3f356ffc,0x3f49a766,4
|
| 20 |
+
np.float32,0x3f487ba2,0x3f665254,4
|
| 21 |
+
np.float32,0x3f061c46,0x3f0d27ae,4
|
| 22 |
+
np.float32,0xbee340a2,0xbeeb7722,4
|
| 23 |
+
np.float32,0xbe85aede,0xbe874026,4
|
| 24 |
+
np.float32,0x3f34cf9a,0x3f48c474,4
|
| 25 |
+
np.float32,0x3e29a690,0x3e2a6fbd,4
|
| 26 |
+
np.float32,0xbeb29428,0xbeb669d1,4
|
| 27 |
+
np.float32,0xbe606d40,0xbe624370,4
|
| 28 |
+
np.float32,0x3dae6860,0x3dae9e85,4
|
| 29 |
+
np.float32,0xbf04872b,0xbf0b4d25,4
|
| 30 |
+
np.float32,0x3f2080e2,0x3f2d7ab0,4
|
| 31 |
+
np.float32,0xbec77dcc,0xbecceb27,4
|
| 32 |
+
np.float32,0x3e0dda10,0x3e0e4f38,4
|
| 33 |
+
np.float32,0xbefaf970,0xbf03262c,4
|
| 34 |
+
np.float32,0x3f576a0c,0x3f7ffee6,4
|
| 35 |
+
np.float32,0x3f222382,0x3f2f95d6,4
|
| 36 |
+
np.float32,0x7fc00000,0x7fc00000,4
|
| 37 |
+
np.float32,0x3e41c468,0x3e42f14e,4
|
| 38 |
+
np.float32,0xbf2f64dd,0xbf4139a8,4
|
| 39 |
+
np.float32,0xbf60ef90,0xbf895956,4
|
| 40 |
+
np.float32,0xbf67c855,0xbf90eff0,4
|
| 41 |
+
np.float32,0xbed35aee,0xbed9df00,4
|
| 42 |
+
np.float32,0xbf2c7d92,0xbf3d448f,4
|
| 43 |
+
np.float32,0x3f7b1604,0x3faff122,4
|
| 44 |
+
np.float32,0xbf7c758b,0xbfb3bf87,4
|
| 45 |
+
np.float32,0x3ecda1c8,0x3ed39acf,4
|
| 46 |
+
np.float32,0x3f3af8ae,0x3f519fcb,4
|
| 47 |
+
np.float32,0xbf16e6a3,0xbf2160fd,4
|
| 48 |
+
np.float32,0x3f0c97d2,0x3f14d668,4
|
| 49 |
+
np.float32,0x3f0a8060,0x3f1257b9,4
|
| 50 |
+
np.float32,0x3f27905a,0x3f36ad57,4
|
| 51 |
+
np.float32,0x3eeaeba4,0x3ef40efe,4
|
| 52 |
+
np.float32,0x3e58dde0,0x3e5a8580,4
|
| 53 |
+
np.float32,0xbf0cabe2,0xbf14ee6b,4
|
| 54 |
+
np.float32,0xbe805ca8,0xbe81bf03,4
|
| 55 |
+
np.float32,0x3f5462ba,0x3f7a7b85,4
|
| 56 |
+
np.float32,0xbee235d0,0xbeea4d8b,4
|
| 57 |
+
np.float32,0xbe880cb0,0xbe89b426,4
|
| 58 |
+
np.float32,0x80000001,0x80000001,4
|
| 59 |
+
np.float32,0x3f208c00,0x3f2d88f6,4
|
| 60 |
+
np.float32,0xbf34f3d2,0xbf48f7a2,4
|
| 61 |
+
np.float32,0x3f629428,0x3f8b1763,4
|
| 62 |
+
np.float32,0xbf52a900,0xbf776b4a,4
|
| 63 |
+
np.float32,0xbd17f8d0,0xbd1801be,4
|
| 64 |
+
np.float32,0xbef7cada,0xbf0153d1,4
|
| 65 |
+
np.float32,0x3f7d3b90,0x3fb63967,4
|
| 66 |
+
np.float32,0xbd6a20b0,0xbd6a4160,4
|
| 67 |
+
np.float32,0x3f740496,0x3fa1beb7,4
|
| 68 |
+
np.float32,0x3ed8762c,0x3edf7dd9,4
|
| 69 |
+
np.float32,0x3f53b066,0x3f793d42,4
|
| 70 |
+
np.float32,0xbe9de718,0xbea084f9,4
|
| 71 |
+
np.float32,0x3ea3ae90,0x3ea69b4b,4
|
| 72 |
+
np.float32,0x3f1b8f00,0x3f273183,4
|
| 73 |
+
np.float32,0x3f5cd6ac,0x3f852ead,4
|
| 74 |
+
np.float32,0x3f29d510,0x3f39b169,4
|
| 75 |
+
np.float32,0x3ee2a934,0x3eeace33,4
|
| 76 |
+
np.float32,0x3eecac94,0x3ef608c2,4
|
| 77 |
+
np.float32,0xbea915e2,0xbeac5203,4
|
| 78 |
+
np.float32,0xbd316e90,0xbd317cc8,4
|
| 79 |
+
np.float32,0xbf70b495,0xbf9c97b6,4
|
| 80 |
+
np.float32,0xbe80d976,0xbe823ff3,4
|
| 81 |
+
np.float32,0x3e9205f8,0x3e94143f,4
|
| 82 |
+
np.float32,0x3f49247e,0x3f676296,4
|
| 83 |
+
np.float32,0x3d9030c0,0x3d904f50,4
|
| 84 |
+
np.float32,0x3e4df058,0x3e4f5a5c,4
|
| 85 |
+
np.float32,0xbe1fd360,0xbe207b58,4
|
| 86 |
+
np.float32,0xbf69dc7c,0xbf937006,4
|
| 87 |
+
np.float32,0x3f36babe,0x3f4b7df3,4
|
| 88 |
+
np.float32,0xbe8c9758,0xbe8e6bb7,4
|
| 89 |
+
np.float32,0xbf4de72d,0xbf6f3c20,4
|
| 90 |
+
np.float32,0xbecdad68,0xbed3a780,4
|
| 91 |
+
np.float32,0xbf73e2cf,0xbfa18702,4
|
| 92 |
+
np.float32,0xbece16a8,0xbed41a75,4
|
| 93 |
+
np.float32,0x3f618a96,0x3f89fc6d,4
|
| 94 |
+
np.float32,0xbf325853,0xbf454ea9,4
|
| 95 |
+
np.float32,0x3f138568,0x3f1d3828,4
|
| 96 |
+
np.float32,0xbf56a6e9,0xbf7e9748,4
|
| 97 |
+
np.float32,0x3ef5d594,0x3f0035bf,4
|
| 98 |
+
np.float32,0xbf408220,0xbf59dfaa,4
|
| 99 |
+
np.float32,0xbed120e6,0xbed76dd5,4
|
| 100 |
+
np.float32,0xbf6dbda5,0xbf986cee,4
|
| 101 |
+
np.float32,0x3f744a38,0x3fa23282,4
|
| 102 |
+
np.float32,0xbe4b56d8,0xbe4cb329,4
|
| 103 |
+
np.float32,0x3f54c5f2,0x3f7b2d97,4
|
| 104 |
+
np.float32,0xbd8b1c90,0xbd8b3801,4
|
| 105 |
+
np.float32,0x3ee19a48,0x3ee9a03b,4
|
| 106 |
+
np.float32,0x3f48460e,0x3f65fc3d,4
|
| 107 |
+
np.float32,0x3eb541c0,0x3eb9461e,4
|
| 108 |
+
np.float32,0xbea7d098,0xbeaaf98c,4
|
| 109 |
+
np.float32,0xbda99e40,0xbda9d00c,4
|
| 110 |
+
np.float32,0xbefb2ca6,0xbf03438d,4
|
| 111 |
+
np.float32,0x3f4256be,0x3f5cab0b,4
|
| 112 |
+
np.float32,0xbdbdb198,0xbdbdf74d,4
|
| 113 |
+
np.float32,0xbf325b5f,0xbf4552e9,4
|
| 114 |
+
np.float32,0xbf704d1a,0xbf9c00b4,4
|
| 115 |
+
np.float32,0x3ebb1d04,0x3ebf8cf8,4
|
| 116 |
+
np.float32,0xbed03566,0xbed66bf1,4
|
| 117 |
+
np.float32,0x3e8fcee8,0x3e91c501,4
|
| 118 |
+
np.float32,0xbf2e1eec,0xbf3f7b9d,4
|
| 119 |
+
np.float32,0x3f33c4d2,0x3f474cac,4
|
| 120 |
+
np.float32,0x3f598ef4,0x3f8201b4,4
|
| 121 |
+
np.float32,0x3e09bb30,0x3e0a2660,4
|
| 122 |
+
np.float32,0x3ed4e228,0x3edb8cdb,4
|
| 123 |
+
np.float32,0x3eb7a190,0x3ebbd0a1,4
|
| 124 |
+
np.float32,0xbd9ae630,0xbd9b0c18,4
|
| 125 |
+
np.float32,0x3f43020e,0x3f5db2d7,4
|
| 126 |
+
np.float32,0xbec06ac0,0xbec542d4,4
|
| 127 |
+
np.float32,0x3f3dfde0,0x3f561674,4
|
| 128 |
+
np.float32,0xbf64084a,0xbf8cabe6,4
|
| 129 |
+
np.float32,0xbd6f95b0,0xbd6fb8b7,4
|
| 130 |
+
np.float32,0x3f268640,0x3f354e2d,4
|
| 131 |
+
np.float32,0xbe72b4bc,0xbe7509b2,4
|
| 132 |
+
np.float32,0xbf3414fa,0xbf47bd5a,4
|
| 133 |
+
np.float32,0xbf375218,0xbf4c566b,4
|
| 134 |
+
np.float32,0x3f203c1a,0x3f2d2273,4
|
| 135 |
+
np.float32,0xbd503530,0xbd504c2b,4
|
| 136 |
+
np.float32,0xbc45e540,0xbc45e67b,4
|
| 137 |
+
np.float32,0xbf175c4f,0xbf21f2c6,4
|
| 138 |
+
np.float32,0x3f7432a6,0x3fa20b2b,4
|
| 139 |
+
np.float32,0xbf43367f,0xbf5e03d8,4
|
| 140 |
+
np.float32,0x3eb3997c,0x3eb780c4,4
|
| 141 |
+
np.float32,0x3e5574c8,0x3e570878,4
|
| 142 |
+
np.float32,0xbf04b57b,0xbf0b8349,4
|
| 143 |
+
np.float32,0x3f6216d8,0x3f8a914b,4
|
| 144 |
+
np.float32,0xbf57a237,0xbf80337d,4
|
| 145 |
+
np.float32,0xbee1403a,0xbee93bee,4
|
| 146 |
+
np.float32,0xbeaf9b9a,0xbeb33f3b,4
|
| 147 |
+
np.float32,0xbf109374,0xbf19a223,4
|
| 148 |
+
np.float32,0xbeae6824,0xbeb1f810,4
|
| 149 |
+
np.float32,0xbcff9320,0xbcff9dbe,4
|
| 150 |
+
np.float32,0x3ed205c0,0x3ed868a9,4
|
| 151 |
+
np.float32,0x3d897c30,0x3d8996ad,4
|
| 152 |
+
np.float32,0xbf2899d2,0xbf380d4c,4
|
| 153 |
+
np.float32,0xbf54cb0b,0xbf7b36c2,4
|
| 154 |
+
np.float32,0x3ea8e8ec,0x3eac2262,4
|
| 155 |
+
np.float32,0x3ef5e1a0,0x3f003c9d,4
|
| 156 |
+
np.float32,0xbf00c81e,0xbf06f1e2,4
|
| 157 |
+
np.float32,0xbf346775,0xbf483181,4
|
| 158 |
+
np.float32,0x3f7a4fe4,0x3fae077c,4
|
| 159 |
+
np.float32,0x3f00776e,0x3f06948f,4
|
| 160 |
+
np.float32,0xbe0a3078,0xbe0a9cbc,4
|
| 161 |
+
np.float32,0xbeba0b06,0xbebe66be,4
|
| 162 |
+
np.float32,0xbdff4e38,0xbdfff8b2,4
|
| 163 |
+
np.float32,0xbe927f70,0xbe9492ff,4
|
| 164 |
+
np.float32,0x3ebb07e0,0x3ebf7642,4
|
| 165 |
+
np.float32,0x3ebcf8e0,0x3ec18c95,4
|
| 166 |
+
np.float32,0x3f49bdfc,0x3f685b51,4
|
| 167 |
+
np.float32,0x3cbc29c0,0x3cbc2dfd,4
|
| 168 |
+
np.float32,0xbe9e951a,0xbea13bf1,4
|
| 169 |
+
np.float32,0xbe8c237c,0xbe8df33d,4
|
| 170 |
+
np.float32,0x3e17f198,0x3e1881c4,4
|
| 171 |
+
np.float32,0xbd0b5220,0xbd0b5902,4
|
| 172 |
+
np.float32,0xbf34c4a2,0xbf48b4f5,4
|
| 173 |
+
np.float32,0xbedaa814,0xbee1ea94,4
|
| 174 |
+
np.float32,0x3ebf5d6c,0x3ec42053,4
|
| 175 |
+
np.float32,0x3cd04b40,0x3cd050ff,4
|
| 176 |
+
np.float32,0xbec33fe0,0xbec85244,4
|
| 177 |
+
np.float32,0xbf00b27a,0xbf06d8d8,4
|
| 178 |
+
np.float32,0x3f15d7be,0x3f201243,4
|
| 179 |
+
np.float32,0xbe3debd0,0xbe3f06f7,4
|
| 180 |
+
np.float32,0xbea81704,0xbeab4418,4
|
| 181 |
+
np.float32,0x1,0x1,4
|
| 182 |
+
np.float32,0x3f49e6ba,0x3f689d8b,4
|
| 183 |
+
np.float32,0x3f351030,0x3f491fc0,4
|
| 184 |
+
np.float32,0x3e607de8,0x3e625482,4
|
| 185 |
+
np.float32,0xbe8dbbe4,0xbe8f9c0e,4
|
| 186 |
+
np.float32,0x3edbf350,0x3ee35924,4
|
| 187 |
+
np.float32,0xbf0c84c4,0xbf14bf9c,4
|
| 188 |
+
np.float32,0x3eb218b0,0x3eb5e61a,4
|
| 189 |
+
np.float32,0x3e466dd0,0x3e47b138,4
|
| 190 |
+
np.float32,0xbe8ece94,0xbe90ba01,4
|
| 191 |
+
np.float32,0xbe82ec2a,0xbe84649a,4
|
| 192 |
+
np.float32,0xbf7e1f10,0xbfb98b9e,4
|
| 193 |
+
np.float32,0xbf2d00ea,0xbf3df688,4
|
| 194 |
+
np.float32,0x3db7cdd0,0x3db80d36,4
|
| 195 |
+
np.float32,0xbe388b98,0xbe398f25,4
|
| 196 |
+
np.float32,0xbd86cb40,0xbd86e436,4
|
| 197 |
+
np.float32,0x7f7fffff,0x7fc00000,4
|
| 198 |
+
np.float32,0x3f472a60,0x3f6436c6,4
|
| 199 |
+
np.float32,0xbf5b2c1d,0xbf838d87,4
|
| 200 |
+
np.float32,0x3f0409ea,0x3f0abad8,4
|
| 201 |
+
np.float32,0x3f47dd0e,0x3f6553f0,4
|
| 202 |
+
np.float32,0x3e3eab00,0x3e3fc98a,4
|
| 203 |
+
np.float32,0xbf7c2a7f,0xbfb2e19b,4
|
| 204 |
+
np.float32,0xbeda0048,0xbee13112,4
|
| 205 |
+
np.float32,0x3f46600a,0x3f62f5b2,4
|
| 206 |
+
np.float32,0x3f45aef4,0x3f61de43,4
|
| 207 |
+
np.float32,0x3dd40a50,0x3dd46bc4,4
|
| 208 |
+
np.float32,0xbf6cdd0b,0xbf974191,4
|
| 209 |
+
np.float32,0x3f78de4c,0x3faac725,4
|
| 210 |
+
np.float32,0x3f3c39a4,0x3f53777f,4
|
| 211 |
+
np.float32,0xbe2a30ec,0xbe2afc0b,4
|
| 212 |
+
np.float32,0xbf3c0ef0,0xbf533887,4
|
| 213 |
+
np.float32,0x3ecb6548,0x3ed12a53,4
|
| 214 |
+
np.float32,0x3eb994e8,0x3ebde7fc,4
|
| 215 |
+
np.float32,0x3d4c1ee0,0x3d4c3487,4
|
| 216 |
+
np.float32,0xbf52cb6d,0xbf77a7eb,4
|
| 217 |
+
np.float32,0x3eb905d4,0x3ebd4e80,4
|
| 218 |
+
np.float32,0x3e712428,0x3e736d72,4
|
| 219 |
+
np.float32,0xbf79ee6e,0xbfad22be,4
|
| 220 |
+
np.float32,0x3de6f8b0,0x3de776c1,4
|
| 221 |
+
np.float32,0x3e9b2898,0x3e9da325,4
|
| 222 |
+
np.float32,0x3ea09b20,0x3ea35d20,4
|
| 223 |
+
np.float32,0x3d0ea9a0,0x3d0eb103,4
|
| 224 |
+
np.float32,0xbd911500,0xbd913423,4
|
| 225 |
+
np.float32,0x3e004618,0x3e009c97,4
|
| 226 |
+
np.float32,0x3f5e0e5a,0x3f86654c,4
|
| 227 |
+
np.float32,0x3f2e6300,0x3f3fd88b,4
|
| 228 |
+
np.float32,0x3e0cf5d0,0x3e0d68c3,4
|
| 229 |
+
np.float32,0x3d6a16c0,0x3d6a376c,4
|
| 230 |
+
np.float32,0x3f7174aa,0x3f9db53c,4
|
| 231 |
+
np.float32,0xbe04bba0,0xbe051b81,4
|
| 232 |
+
np.float32,0xbe6fdcb4,0xbe721c92,4
|
| 233 |
+
np.float32,0x3f4379f0,0x3f5e6c31,4
|
| 234 |
+
np.float32,0xbf680098,0xbf913257,4
|
| 235 |
+
np.float32,0xbf3c31ca,0xbf536bea,4
|
| 236 |
+
np.float32,0x3f59db58,0x3f824a4e,4
|
| 237 |
+
np.float32,0xbf3ffc84,0xbf591554,4
|
| 238 |
+
np.float32,0x3d1d5160,0x3d1d5b48,4
|
| 239 |
+
np.float32,0x3f6c64ae,0x3f96a3da,4
|
| 240 |
+
np.float32,0xbf1b49fd,0xbf26daaa,4
|
| 241 |
+
np.float32,0x3ec80be0,0x3ecd8576,4
|
| 242 |
+
np.float32,0x3f3becc0,0x3f530629,4
|
| 243 |
+
np.float32,0xbea93890,0xbeac76c1,4
|
| 244 |
+
np.float32,0x3f5b3acc,0x3f839bbd,4
|
| 245 |
+
np.float32,0xbf5d6818,0xbf85bef9,4
|
| 246 |
+
np.float32,0x3f794266,0x3fab9fa6,4
|
| 247 |
+
np.float32,0xbee8eb7c,0xbef1cf3b,4
|
| 248 |
+
np.float32,0xbf360a06,0xbf4a821e,4
|
| 249 |
+
np.float32,0x3f441cf6,0x3f5f693d,4
|
| 250 |
+
np.float32,0x3e60de40,0x3e62b742,4
|
| 251 |
+
np.float32,0xbebb3d7e,0xbebfafdc,4
|
| 252 |
+
np.float32,0x3e56a3a0,0x3e583e28,4
|
| 253 |
+
np.float32,0x3f375bfe,0x3f4c6499,4
|
| 254 |
+
np.float32,0xbf384d7d,0xbf4dbf9a,4
|
| 255 |
+
np.float32,0x3efb03a4,0x3f032c06,4
|
| 256 |
+
np.float32,0x3f1d5d10,0x3f29794d,4
|
| 257 |
+
np.float32,0xbe25f7dc,0xbe26b41d,4
|
| 258 |
+
np.float32,0x3f6d2f88,0x3f97aebb,4
|
| 259 |
+
np.float32,0xbe9fa100,0xbea255cb,4
|
| 260 |
+
np.float32,0xbf21dafa,0xbf2f382a,4
|
| 261 |
+
np.float32,0x3d3870e0,0x3d3880d9,4
|
| 262 |
+
np.float32,0x3eeaf00c,0x3ef413f4,4
|
| 263 |
+
np.float32,0xbc884ea0,0xbc88503c,4
|
| 264 |
+
np.float32,0xbf7dbdad,0xbfb80b6d,4
|
| 265 |
+
np.float32,0xbf4eb713,0xbf709b46,4
|
| 266 |
+
np.float32,0xbf1c0ad4,0xbf27cd92,4
|
| 267 |
+
np.float32,0x3f323088,0x3f451737,4
|
| 268 |
+
np.float32,0x3e405d88,0x3e4183e1,4
|
| 269 |
+
np.float32,0x3d7ad580,0x3d7afdb4,4
|
| 270 |
+
np.float32,0xbf207338,0xbf2d6927,4
|
| 271 |
+
np.float32,0xbecf7948,0xbed59e1a,4
|
| 272 |
+
np.float32,0x3f16ff94,0x3f217fde,4
|
| 273 |
+
np.float32,0xbdf19588,0xbdf225dd,4
|
| 274 |
+
np.float32,0xbf4d9654,0xbf6eb442,4
|
| 275 |
+
np.float32,0xbf390b9b,0xbf4ed220,4
|
| 276 |
+
np.float32,0xbe155a74,0xbe15e354,4
|
| 277 |
+
np.float32,0x3f519e4c,0x3f759850,4
|
| 278 |
+
np.float32,0xbee3f08c,0xbeec3b84,4
|
| 279 |
+
np.float32,0xbf478be7,0xbf64d23b,4
|
| 280 |
+
np.float32,0xbefdee50,0xbf04d92a,4
|
| 281 |
+
np.float32,0x3e8def78,0x3e8fd1bc,4
|
| 282 |
+
np.float32,0x3e3df2a8,0x3e3f0dee,4
|
| 283 |
+
np.float32,0xbf413e22,0xbf5afd97,4
|
| 284 |
+
np.float32,0xbf1b8bc4,0xbf272d71,4
|
| 285 |
+
np.float32,0xbf31e5be,0xbf44af22,4
|
| 286 |
+
np.float32,0x3de7e080,0x3de86010,4
|
| 287 |
+
np.float32,0xbf5ddf7e,0xbf863645,4
|
| 288 |
+
np.float32,0x3f3eba6a,0x3f57306e,4
|
| 289 |
+
np.float32,0xff7fffff,0x7fc00000,4
|
| 290 |
+
np.float32,0x3ec22d5c,0x3ec72973,4
|
| 291 |
+
np.float32,0x80800000,0x80800000,4
|
| 292 |
+
np.float32,0x3f032e0c,0x3f09ba82,4
|
| 293 |
+
np.float32,0x3d74bd60,0x3d74e2b7,4
|
| 294 |
+
np.float32,0xbea0d61e,0xbea39b42,4
|
| 295 |
+
np.float32,0xbefdfa78,0xbf04e02a,4
|
| 296 |
+
np.float32,0x3e5cb220,0x3e5e70ec,4
|
| 297 |
+
np.float32,0xbe239e54,0xbe2452a4,4
|
| 298 |
+
np.float32,0x3f452738,0x3f61090e,4
|
| 299 |
+
np.float32,0x3e99a2e0,0x3e9c0a66,4
|
| 300 |
+
np.float32,0x3e4394d8,0x3e44ca5f,4
|
| 301 |
+
np.float32,0x3f4472e2,0x3f5fef14,4
|
| 302 |
+
np.float32,0xbf46bc70,0xbf638814,4
|
| 303 |
+
np.float32,0xbf0b910f,0xbf139c7a,4
|
| 304 |
+
np.float32,0x3f36b4a6,0x3f4b753f,4
|
| 305 |
+
np.float32,0x3e0bf478,0x3e0c64f6,4
|
| 306 |
+
np.float32,0x3ce02480,0x3ce02ba9,4
|
| 307 |
+
np.float32,0xbd904b10,0xbd9069b1,4
|
| 308 |
+
np.float32,0xbf7f5d72,0xbfc00b70,4
|
| 309 |
+
np.float32,0x3f62127e,0x3f8a8ca8,4
|
| 310 |
+
np.float32,0xbf320253,0xbf44d6e4,4
|
| 311 |
+
np.float32,0x3f2507be,0x3f335833,4
|
| 312 |
+
np.float32,0x3f299284,0x3f395887,4
|
| 313 |
+
np.float32,0xbd8211b0,0xbd82281d,4
|
| 314 |
+
np.float32,0xbd3374c0,0xbd338376,4
|
| 315 |
+
np.float32,0x3f36c56a,0x3f4b8d30,4
|
| 316 |
+
np.float32,0xbf51f704,0xbf76331f,4
|
| 317 |
+
np.float32,0xbe9871ca,0xbe9acab2,4
|
| 318 |
+
np.float32,0xbe818d8c,0xbe82fa0f,4
|
| 319 |
+
np.float32,0x3f08b958,0x3f103c18,4
|
| 320 |
+
np.float32,0x3f22559a,0x3f2fd698,4
|
| 321 |
+
np.float32,0xbf11f388,0xbf1b4db8,4
|
| 322 |
+
np.float32,0x3ebe1990,0x3ec2c359,4
|
| 323 |
+
np.float32,0xbe75ab38,0xbe7816b6,4
|
| 324 |
+
np.float32,0x3e96102c,0x3e984c99,4
|
| 325 |
+
np.float32,0xbe80d9d2,0xbe824052,4
|
| 326 |
+
np.float32,0x3ef47588,0x3efeda7f,4
|
| 327 |
+
np.float32,0xbe45e524,0xbe4725ea,4
|
| 328 |
+
np.float32,0x3f7f9e7a,0x3fc213ff,4
|
| 329 |
+
np.float32,0x3f1d3c36,0x3f294faa,4
|
| 330 |
+
np.float32,0xbf3c58db,0xbf53a591,4
|
| 331 |
+
np.float32,0x3f0d3d20,0x3f159c69,4
|
| 332 |
+
np.float32,0x3f744be6,0x3fa23552,4
|
| 333 |
+
np.float32,0x3f2e0cea,0x3f3f630e,4
|
| 334 |
+
np.float32,0x3e193c10,0x3e19cff7,4
|
| 335 |
+
np.float32,0xbf4150ac,0xbf5b19dd,4
|
| 336 |
+
np.float32,0xbf145f72,0xbf1e4355,4
|
| 337 |
+
np.float32,0xbb76cc00,0xbb76cc26,4
|
| 338 |
+
np.float32,0x3f756780,0x3fa41b3e,4
|
| 339 |
+
np.float32,0x3ea9b868,0x3eacfe3c,4
|
| 340 |
+
np.float32,0x3d07c920,0x3d07cf7f,4
|
| 341 |
+
np.float32,0xbf2263d4,0xbf2fe8ff,4
|
| 342 |
+
np.float32,0x3e53b3f8,0x3e553daa,4
|
| 343 |
+
np.float32,0xbf785be8,0xbfa9b5ba,4
|
| 344 |
+
np.float32,0x3f324f7a,0x3f454254,4
|
| 345 |
+
np.float32,0xbf2188f2,0xbf2ece5b,4
|
| 346 |
+
np.float32,0xbe33781c,0xbe3466a2,4
|
| 347 |
+
np.float32,0xbd3cf120,0xbd3d024c,4
|
| 348 |
+
np.float32,0x3f06b18a,0x3f0dd70f,4
|
| 349 |
+
np.float32,0x3f40d63e,0x3f5a5f6a,4
|
| 350 |
+
np.float32,0x3f752340,0x3fa3a41e,4
|
| 351 |
+
np.float32,0xbe1cf1c0,0xbe1d90bc,4
|
| 352 |
+
np.float32,0xbf02d948,0xbf0957d7,4
|
| 353 |
+
np.float32,0x3f73bed0,0x3fa14bf7,4
|
| 354 |
+
np.float32,0x3d914920,0x3d916864,4
|
| 355 |
+
np.float32,0x7fa00000,0x7fe00000,4
|
| 356 |
+
np.float32,0xbe67a5d8,0xbe69aba7,4
|
| 357 |
+
np.float32,0x3f689c4a,0x3f91eb9f,4
|
| 358 |
+
np.float32,0xbf196e00,0xbf248601,4
|
| 359 |
+
np.float32,0xbf50dacb,0xbf7444fe,4
|
| 360 |
+
np.float32,0x3f628b86,0x3f8b0e1e,4
|
| 361 |
+
np.float32,0x3f6ee2f2,0x3f99fe7f,4
|
| 362 |
+
np.float32,0x3ee5df40,0x3eee6492,4
|
| 363 |
+
np.float32,0x3f501746,0x3f72f41b,4
|
| 364 |
+
np.float32,0xbf1f0f18,0xbf2ba164,4
|
| 365 |
+
np.float32,0xbf1a8bfd,0xbf25ec01,4
|
| 366 |
+
np.float32,0xbd4926f0,0xbd493ba9,4
|
| 367 |
+
np.float32,0xbf4e364f,0xbf6fc17b,4
|
| 368 |
+
np.float32,0x3e50c578,0x3e523ed4,4
|
| 369 |
+
np.float32,0x3f65bf10,0x3f8e95ce,4
|
| 370 |
+
np.float32,0xbe8d75a2,0xbe8f52f2,4
|
| 371 |
+
np.float32,0xbf3f557e,0xbf581962,4
|
| 372 |
+
np.float32,0xbeff2bfc,0xbf05903a,4
|
| 373 |
+
np.float32,0x3f5e8bde,0x3f86e3d8,4
|
| 374 |
+
np.float32,0xbf7a0012,0xbfad4b9b,4
|
| 375 |
+
np.float32,0x3edefce0,0x3ee6b790,4
|
| 376 |
+
np.float32,0xbf0003de,0xbf060f09,4
|
| 377 |
+
np.float32,0x3efc4650,0x3f03e548,4
|
| 378 |
+
np.float32,0x3f4582e4,0x3f6198f5,4
|
| 379 |
+
np.float32,0x3f10086c,0x3f18f9d0,4
|
| 380 |
+
np.float32,0x3f1cd304,0x3f28ca77,4
|
| 381 |
+
np.float32,0x3f683366,0x3f916e8d,4
|
| 382 |
+
np.float32,0xbed49392,0xbedb3675,4
|
| 383 |
+
np.float32,0xbf6fe5f6,0xbf9b6c0e,4
|
| 384 |
+
np.float32,0xbf59b416,0xbf8224f6,4
|
| 385 |
+
np.float32,0x3d20c960,0x3d20d3f4,4
|
| 386 |
+
np.float32,0x3f6b00d6,0x3f94dbe7,4
|
| 387 |
+
np.float32,0x3f6c26ae,0x3f965352,4
|
| 388 |
+
np.float32,0xbf370ea6,0xbf4bf5dd,4
|
| 389 |
+
np.float32,0x3dfe7230,0x3dff1af1,4
|
| 390 |
+
np.float32,0xbefc21a8,0xbf03d038,4
|
| 391 |
+
np.float32,0x3f16a990,0x3f21156a,4
|
| 392 |
+
np.float32,0xbef8ac0c,0xbf01d48f,4
|
| 393 |
+
np.float32,0x3f170de8,0x3f21919d,4
|
| 394 |
+
np.float32,0x3db9ef80,0x3dba3122,4
|
| 395 |
+
np.float32,0x3d696400,0x3d698461,4
|
| 396 |
+
np.float32,0x3f007aa2,0x3f069843,4
|
| 397 |
+
np.float32,0x3f22827c,0x3f3010a9,4
|
| 398 |
+
np.float32,0x3f3650dc,0x3f4ae6f1,4
|
| 399 |
+
np.float32,0xbf1d8037,0xbf29a5e1,4
|
| 400 |
+
np.float32,0xbf08fdc4,0xbf108d0e,4
|
| 401 |
+
np.float32,0xbd8df350,0xbd8e1079,4
|
| 402 |
+
np.float32,0xbf36bb32,0xbf4b7e98,4
|
| 403 |
+
np.float32,0x3f2e3756,0x3f3f9ced,4
|
| 404 |
+
np.float32,0x3d5a6f20,0x3d5a89aa,4
|
| 405 |
+
np.float32,0x3f55d568,0x3f7d1889,4
|
| 406 |
+
np.float32,0x3e1ed110,0x3e1f75d9,4
|
| 407 |
+
np.float32,0x3e7386b8,0x3e75e1dc,4
|
| 408 |
+
np.float32,0x3f48ea0e,0x3f670434,4
|
| 409 |
+
np.float32,0x3e921fb0,0x3e942f14,4
|
| 410 |
+
np.float32,0xbf0d4d0b,0xbf15af7f,4
|
| 411 |
+
np.float32,0x3f179ed2,0x3f224549,4
|
| 412 |
+
np.float32,0xbf3a328e,0xbf507e6d,4
|
| 413 |
+
np.float32,0xbf74591a,0xbfa24b6e,4
|
| 414 |
+
np.float32,0x3ec7d1c4,0x3ecd4657,4
|
| 415 |
+
np.float32,0xbf6ecbed,0xbf99de85,4
|
| 416 |
+
np.float32,0x3db0bd00,0x3db0f559,4
|
| 417 |
+
np.float32,0x7f800000,0x7fc00000,4
|
| 418 |
+
np.float32,0x3e0373b8,0x3e03d0d6,4
|
| 419 |
+
np.float32,0xbf439784,0xbf5e9a04,4
|
| 420 |
+
np.float32,0xbef97a9e,0xbf024ac6,4
|
| 421 |
+
np.float32,0x3e4d71a8,0x3e4ed90a,4
|
| 422 |
+
np.float32,0xbf14d868,0xbf1ed7e3,4
|
| 423 |
+
np.float32,0xbf776870,0xbfa7ce37,4
|
| 424 |
+
np.float32,0xbe32a500,0xbe339038,4
|
| 425 |
+
np.float32,0xbf326d8a,0xbf456c3d,4
|
| 426 |
+
np.float32,0xbe9b758c,0xbe9df3e7,4
|
| 427 |
+
np.float32,0x3d9515a0,0x3d95376a,4
|
| 428 |
+
np.float32,0x3e3f7320,0x3e40953e,4
|
| 429 |
+
np.float32,0xbee57e7e,0xbeedf84f,4
|
| 430 |
+
np.float32,0x3e821e94,0x3e838ffd,4
|
| 431 |
+
np.float32,0x3f74beaa,0x3fa2f721,4
|
| 432 |
+
np.float32,0xbe9b7672,0xbe9df4d9,4
|
| 433 |
+
np.float32,0x3f4041fc,0x3f597e71,4
|
| 434 |
+
np.float32,0xbe9ea7c4,0xbea14f92,4
|
| 435 |
+
np.float32,0xbf800000,0xbfc90fdb,4
|
| 436 |
+
np.float32,0x3e04fb90,0x3e055bfd,4
|
| 437 |
+
np.float32,0xbf14d3d6,0xbf1ed245,4
|
| 438 |
+
np.float32,0xbe84ebec,0xbe86763e,4
|
| 439 |
+
np.float32,0x3f08e568,0x3f107039,4
|
| 440 |
+
np.float32,0x3d8dc9e0,0x3d8de6ef,4
|
| 441 |
+
np.float32,0x3ea4549c,0x3ea74a94,4
|
| 442 |
+
np.float32,0xbebd2806,0xbec1bf51,4
|
| 443 |
+
np.float32,0x3f311a26,0x3f439498,4
|
| 444 |
+
np.float32,0xbf3d2222,0xbf54cf7e,4
|
| 445 |
+
np.float32,0x3e00c500,0x3e011c81,4
|
| 446 |
+
np.float32,0xbe35ed1c,0xbe36e5a9,4
|
| 447 |
+
np.float32,0xbd4ec020,0xbd4ed6a0,4
|
| 448 |
+
np.float32,0x3e1eb088,0x3e1f54eb,4
|
| 449 |
+
np.float32,0x3cf94840,0x3cf9521a,4
|
| 450 |
+
np.float32,0xbf010c5d,0xbf0740e0,4
|
| 451 |
+
np.float32,0xbf3bd63b,0xbf52e502,4
|
| 452 |
+
np.float32,0x3f233f30,0x3f310542,4
|
| 453 |
+
np.float32,0x3ea24128,0x3ea519d7,4
|
| 454 |
+
np.float32,0x3f478b38,0x3f64d124,4
|
| 455 |
+
np.float32,0x3f1e0c6c,0x3f2a57ec,4
|
| 456 |
+
np.float32,0xbf3ad294,0xbf51680a,4
|
| 457 |
+
np.float32,0x3ede0554,0x3ee5a4b4,4
|
| 458 |
+
np.float32,0x3e451a98,0x3e46577d,4
|
| 459 |
+
np.float32,0x3f520164,0x3f764542,4
|
| 460 |
+
np.float32,0x0,0x0,4
|
| 461 |
+
np.float32,0xbd056cd0,0xbd0572db,4
|
| 462 |
+
np.float32,0xbf58b018,0xbf812f5e,4
|
| 463 |
+
np.float32,0x3e036eb0,0x3e03cbc3,4
|
| 464 |
+
np.float32,0x3d1377a0,0x3d137fc9,4
|
| 465 |
+
np.float32,0xbf692d3a,0xbf929a2c,4
|
| 466 |
+
np.float32,0xbec60fb8,0xbecb5dea,4
|
| 467 |
+
np.float32,0x3ed23340,0x3ed89a8e,4
|
| 468 |
+
np.float32,0x3c87f040,0x3c87f1d9,4
|
| 469 |
+
np.float32,0x3dac62f0,0x3dac9737,4
|
| 470 |
+
np.float32,0xbed97c16,0xbee09f02,4
|
| 471 |
+
np.float32,0xbf2d5f3c,0xbf3e769c,4
|
| 472 |
+
np.float32,0xbc3b7c40,0xbc3b7d4c,4
|
| 473 |
+
np.float32,0x3ed998ec,0x3ee0bedd,4
|
| 474 |
+
np.float32,0x3dd86630,0x3dd8cdcb,4
|
| 475 |
+
np.float32,0x3e8b4304,0x3e8d09ea,4
|
| 476 |
+
np.float32,0x3f51e6b0,0x3f761697,4
|
| 477 |
+
np.float32,0x3ec51f24,0x3eca5923,4
|
| 478 |
+
np.float32,0xbf647430,0xbf8d2307,4
|
| 479 |
+
np.float32,0x3f253d9c,0x3f339eb2,4
|
| 480 |
+
np.float32,0x3dc969d0,0x3dc9bd4b,4
|
| 481 |
+
np.float32,0xbc2f1300,0xbc2f13da,4
|
| 482 |
+
np.float32,0xbf170007,0xbf21806d,4
|
| 483 |
+
np.float32,0x3f757d10,0x3fa4412e,4
|
| 484 |
+
np.float32,0xbe7864ac,0xbe7ae564,4
|
| 485 |
+
np.float32,0x3f2ffe90,0x3f420cfb,4
|
| 486 |
+
np.float32,0xbe576138,0xbe590012,4
|
| 487 |
+
np.float32,0xbf517a21,0xbf755959,4
|
| 488 |
+
np.float32,0xbf159cfe,0xbf1fc9d5,4
|
| 489 |
+
np.float32,0xbf638b2a,0xbf8c22cf,4
|
| 490 |
+
np.float32,0xff800000,0x7fc00000,4
|
| 491 |
+
np.float32,0x3ed19ca0,0x3ed7f569,4
|
| 492 |
+
np.float32,0x3f7c4460,0x3fb32d26,4
|
| 493 |
+
np.float32,0x3ebfae6c,0x3ec477ab,4
|
| 494 |
+
np.float32,0x3dd452d0,0x3dd4b4a8,4
|
| 495 |
+
np.float32,0x3f471482,0x3f6413fb,4
|
| 496 |
+
np.float32,0xbf49d704,0xbf6883fe,4
|
| 497 |
+
np.float32,0xbd42c4e0,0xbd42d7af,4
|
| 498 |
+
np.float32,0xbeb02994,0xbeb3d668,4
|
| 499 |
+
np.float32,0x3f4d1fd8,0x3f6dedd2,4
|
| 500 |
+
np.float32,0x3efb591c,0x3f035d11,4
|
| 501 |
+
np.float32,0x80000000,0x80000000,4
|
| 502 |
+
np.float32,0xbf50f782,0xbf7476ad,4
|
| 503 |
+
np.float32,0x3d7232c0,0x3d7256f0,4
|
| 504 |
+
np.float32,0x3f649460,0x3f8d46bb,4
|
| 505 |
+
np.float32,0x3f5561bc,0x3f7c46a9,4
|
| 506 |
+
np.float32,0x3e64f6a0,0x3e66ea5d,4
|
| 507 |
+
np.float32,0x3e5b0470,0x3e5cb8f9,4
|
| 508 |
+
np.float32,0xbe9b6b2c,0xbe9de904,4
|
| 509 |
+
np.float32,0x3f6c33f4,0x3f966486,4
|
| 510 |
+
np.float32,0x3f5cee54,0x3f854613,4
|
| 511 |
+
np.float32,0x3ed3e044,0x3eda716e,4
|
| 512 |
+
np.float32,0xbf3cac7f,0xbf542131,4
|
| 513 |
+
np.float32,0x3c723500,0x3c723742,4
|
| 514 |
+
np.float32,0x3de59900,0x3de614d3,4
|
| 515 |
+
np.float32,0xbdf292f8,0xbdf32517,4
|
| 516 |
+
np.float32,0x3f05c8b2,0x3f0cc59b,4
|
| 517 |
+
np.float32,0xbf1ab182,0xbf261b14,4
|
| 518 |
+
np.float32,0xbda396f0,0xbda3c39a,4
|
| 519 |
+
np.float32,0xbf270ed0,0xbf360231,4
|
| 520 |
+
np.float32,0x3f2063e6,0x3f2d557e,4
|
| 521 |
+
np.float32,0x3c550280,0x3c550409,4
|
| 522 |
+
np.float32,0xbe103b48,0xbe10b679,4
|
| 523 |
+
np.float32,0xbebae390,0xbebf4f40,4
|
| 524 |
+
np.float32,0x3f3bc868,0x3f52d0aa,4
|
| 525 |
+
np.float32,0xbd62f880,0xbd631647,4
|
| 526 |
+
np.float32,0xbe7a38f4,0xbe7cc833,4
|
| 527 |
+
np.float32,0x3f09d796,0x3f118f39,4
|
| 528 |
+
np.float32,0xbf5fa558,0xbf8802d0,4
|
| 529 |
+
np.float32,0x3f111cc8,0x3f1a48b0,4
|
| 530 |
+
np.float32,0x3e831958,0x3e849356,4
|
| 531 |
+
np.float32,0xbf614dbd,0xbf89bc3b,4
|
| 532 |
+
np.float32,0xbd521510,0xbd522cac,4
|
| 533 |
+
np.float32,0x3f05af22,0x3f0ca7a0,4
|
| 534 |
+
np.float32,0xbf1ac60e,0xbf2634df,4
|
| 535 |
+
np.float32,0xbf6bd05e,0xbf95e3fe,4
|
| 536 |
+
np.float32,0xbd1fa6e0,0xbd1fb13b,4
|
| 537 |
+
np.float32,0xbeb82f7a,0xbebc68b1,4
|
| 538 |
+
np.float32,0xbd92aaf8,0xbd92cb23,4
|
| 539 |
+
np.float32,0xbe073a54,0xbe079fbf,4
|
| 540 |
+
np.float32,0xbf198655,0xbf24a468,4
|
| 541 |
+
np.float32,0x3f62f6d8,0x3f8b81ba,4
|
| 542 |
+
np.float32,0x3eef4310,0x3ef8f4f9,4
|
| 543 |
+
np.float32,0x3e8988e0,0x3e8b3eae,4
|
| 544 |
+
np.float32,0xbf3ddba5,0xbf55e367,4
|
| 545 |
+
np.float32,0x3dc6d2e0,0x3dc7232b,4
|
| 546 |
+
np.float32,0xbf31040e,0xbf437601,4
|
| 547 |
+
np.float32,0x3f1bb74a,0x3f276442,4
|
| 548 |
+
np.float32,0xbf0075d2,0xbf0692b3,4
|
| 549 |
+
np.float32,0xbf606ce0,0xbf88d0ff,4
|
| 550 |
+
np.float32,0xbf083856,0xbf0fa39d,4
|
| 551 |
+
np.float32,0xbdb25b20,0xbdb2950a,4
|
| 552 |
+
np.float32,0xbeb86860,0xbebca5ae,4
|
| 553 |
+
np.float32,0x3de83160,0x3de8b176,4
|
| 554 |
+
np.float32,0xbf33a98f,0xbf472664,4
|
| 555 |
+
np.float32,0x3e7795f8,0x3e7a1058,4
|
| 556 |
+
np.float32,0x3e0ca6f8,0x3e0d192a,4
|
| 557 |
+
np.float32,0xbf1aef60,0xbf2668c3,4
|
| 558 |
+
np.float32,0xbda53b58,0xbda5695e,4
|
| 559 |
+
np.float32,0xbf178096,0xbf221fc5,4
|
| 560 |
+
np.float32,0xbf0a4159,0xbf120ccf,4
|
| 561 |
+
np.float32,0x3f7bca36,0x3fb1d0df,4
|
| 562 |
+
np.float32,0xbef94360,0xbf022b26,4
|
| 563 |
+
np.float32,0xbef16f36,0xbefb6ad6,4
|
| 564 |
+
np.float32,0x3f53a7e6,0x3f792e25,4
|
| 565 |
+
np.float32,0xbf7c536f,0xbfb35993,4
|
| 566 |
+
np.float32,0xbe84aaa0,0xbe8632a2,4
|
| 567 |
+
np.float32,0x3ecb3998,0x3ed0fab9,4
|
| 568 |
+
np.float32,0x3f539304,0x3f79090a,4
|
| 569 |
+
np.float32,0xbf3c7816,0xbf53d3b3,4
|
| 570 |
+
np.float32,0xbe7a387c,0xbe7cc7b7,4
|
| 571 |
+
np.float32,0x3f7000e4,0x3f9b92b1,4
|
| 572 |
+
np.float32,0x3e08fd70,0x3e0966e5,4
|
| 573 |
+
np.float32,0x3db97ba0,0x3db9bcc8,4
|
| 574 |
+
np.float32,0xbee99056,0xbef2886a,4
|
| 575 |
+
np.float32,0xbf0668da,0xbf0d819e,4
|
| 576 |
+
np.float32,0x3e58a408,0x3e5a4a51,4
|
| 577 |
+
np.float32,0x3f3440b8,0x3f47faed,4
|
| 578 |
+
np.float32,0xbf19a2ce,0xbf24c7ff,4
|
| 579 |
+
np.float32,0xbe75e990,0xbe7856ee,4
|
| 580 |
+
np.float32,0x3f3c865c,0x3f53e8cb,4
|
| 581 |
+
np.float32,0x3e5e03d0,0x3e5fcac9,4
|
| 582 |
+
np.float32,0x3edb8e34,0x3ee2e932,4
|
| 583 |
+
np.float32,0xbf7e1f5f,0xbfb98ce4,4
|
| 584 |
+
np.float32,0xbf7372ff,0xbfa0d0ae,4
|
| 585 |
+
np.float32,0xbf3ee850,0xbf577548,4
|
| 586 |
+
np.float32,0x3ef19658,0x3efb9737,4
|
| 587 |
+
np.float32,0xbe8088de,0xbe81ecaf,4
|
| 588 |
+
np.float32,0x800000,0x800000,4
|
| 589 |
+
np.float32,0xbde39dd8,0xbde4167a,4
|
| 590 |
+
np.float32,0xbf065d7a,0xbf0d7441,4
|
| 591 |
+
np.float32,0xbde52c78,0xbde5a79b,4
|
| 592 |
+
np.float32,0xbe3a28c0,0xbe3b333e,4
|
| 593 |
+
np.float32,0x3f6e8b3c,0x3f998516,4
|
| 594 |
+
np.float32,0x3f3485c2,0x3f485c39,4
|
| 595 |
+
np.float32,0x3e6f2c68,0x3e71673e,4
|
| 596 |
+
np.float32,0xbe4ec9cc,0xbe50385e,4
|
| 597 |
+
np.float32,0xbf1c3bb0,0xbf280b39,4
|
| 598 |
+
np.float32,0x3ec8ea18,0x3ece76f7,4
|
| 599 |
+
np.float32,0x3e26b5f8,0x3e2774c9,4
|
| 600 |
+
np.float32,0x3e1e4a38,0x3e1eed5c,4
|
| 601 |
+
np.float32,0xbee7a106,0xbef05c6b,4
|
| 602 |
+
np.float32,0xbf305928,0xbf4289d8,4
|
| 603 |
+
np.float32,0x3f0c431c,0x3f147118,4
|
| 604 |
+
np.float32,0xbe57ba6c,0xbe595b52,4
|
| 605 |
+
np.float32,0x3eabc9cc,0x3eaf2fc7,4
|
| 606 |
+
np.float32,0xbef1ed24,0xbefbf9ae,4
|
| 607 |
+
np.float32,0xbf61b576,0xbf8a29cc,4
|
| 608 |
+
np.float32,0x3e9c1ff4,0x3e9ea6cb,4
|
| 609 |
+
np.float32,0x3f6c53b2,0x3f968dbe,4
|
| 610 |
+
np.float32,0x3e2d1b80,0x3e2df156,4
|
| 611 |
+
np.float32,0x3e9f2f70,0x3ea1de4a,4
|
| 612 |
+
np.float32,0xbf5861ee,0xbf80e61a,4
|
| 613 |
+
np.float32,0x3f429144,0x3f5d0505,4
|
| 614 |
+
np.float32,0x3e235cc8,0x3e24103e,4
|
| 615 |
+
np.float32,0xbf354879,0xbf496f6a,4
|
| 616 |
+
np.float32,0xbf20a146,0xbf2da447,4
|
| 617 |
+
np.float32,0x3e8d8968,0x3e8f6785,4
|
| 618 |
+
np.float32,0x3f3fbc94,0x3f58b4c1,4
|
| 619 |
+
np.float32,0x3f2c5f50,0x3f3d1b9f,4
|
| 620 |
+
np.float32,0x3f7bf0f8,0x3fb23d23,4
|
| 621 |
+
np.float32,0xbf218282,0xbf2ec60f,4
|
| 622 |
+
np.float32,0x3f2545aa,0x3f33a93e,4
|
| 623 |
+
np.float32,0xbf4b17be,0xbf6a9018,4
|
| 624 |
+
np.float32,0xbb9df700,0xbb9df728,4
|
| 625 |
+
np.float32,0x3f685d54,0x3f91a06c,4
|
| 626 |
+
np.float32,0x3efdfe2c,0x3f04e24c,4
|
| 627 |
+
np.float32,0x3ef1c5a0,0x3efbccd9,4
|
| 628 |
+
np.float32,0xbf41d731,0xbf5be76e,4
|
| 629 |
+
np.float32,0x3ebd1360,0x3ec1a919,4
|
| 630 |
+
np.float32,0xbf706bd4,0xbf9c2d58,4
|
| 631 |
+
np.float32,0x3ea525e4,0x3ea8279d,4
|
| 632 |
+
np.float32,0xbe51f1b0,0xbe537186,4
|
| 633 |
+
np.float32,0x3f5e8cf6,0x3f86e4f4,4
|
| 634 |
+
np.float32,0xbdad2520,0xbdad5a19,4
|
| 635 |
+
np.float32,0xbf5c5704,0xbf84b0e5,4
|
| 636 |
+
np.float32,0x3f47b54e,0x3f65145e,4
|
| 637 |
+
np.float32,0x3eb4fc78,0x3eb8fc0c,4
|
| 638 |
+
np.float32,0x3dca1450,0x3dca68a1,4
|
| 639 |
+
np.float32,0x3eb02a74,0x3eb3d757,4
|
| 640 |
+
np.float32,0x3f74ae6a,0x3fa2db75,4
|
| 641 |
+
np.float32,0x3f800000,0x3fc90fdb,4
|
| 642 |
+
np.float32,0xbdb46a00,0xbdb4a5f2,4
|
| 643 |
+
np.float32,0xbe9f2ba6,0xbea1da4e,4
|
| 644 |
+
np.float32,0x3f0afa70,0x3f12e8f7,4
|
| 645 |
+
np.float32,0xbf677b20,0xbf909547,4
|
| 646 |
+
np.float32,0x3eff9188,0x3f05cacf,4
|
| 647 |
+
np.float32,0x3f720562,0x3f9e911b,4
|
| 648 |
+
np.float32,0xbf7180d8,0xbf9dc794,4
|
| 649 |
+
np.float32,0xbee7d076,0xbef0919d,4
|
| 650 |
+
np.float32,0x3f0432ce,0x3f0aea95,4
|
| 651 |
+
np.float32,0x3f3bc4c8,0x3f52cb54,4
|
| 652 |
+
np.float32,0xbea72f30,0xbeaa4ebe,4
|
| 653 |
+
np.float32,0x3e90ed00,0x3e92ef33,4
|
| 654 |
+
np.float32,0xbda63670,0xbda6654a,4
|
| 655 |
+
np.float32,0xbf5a6f85,0xbf82d7e0,4
|
| 656 |
+
np.float32,0x3e6e8808,0x3e70be34,4
|
| 657 |
+
np.float32,0xbf4f3822,0xbf71768f,4
|
| 658 |
+
np.float32,0x3e5c8a68,0x3e5e483f,4
|
| 659 |
+
np.float32,0xbf0669d4,0xbf0d82c4,4
|
| 660 |
+
np.float32,0xbf79f77c,0xbfad37b0,4
|
| 661 |
+
np.float32,0x3f25c82c,0x3f345453,4
|
| 662 |
+
np.float32,0x3f1b2948,0x3f26b188,4
|
| 663 |
+
np.float32,0x3ef7e288,0x3f016159,4
|
| 664 |
+
np.float32,0x3c274280,0x3c27433e,4
|
| 665 |
+
np.float32,0xbf4c8fa0,0xbf6cfd5e,4
|
| 666 |
+
np.float32,0x3ea4ccb4,0x3ea7c966,4
|
| 667 |
+
np.float32,0xbf7b157e,0xbfafefca,4
|
| 668 |
+
np.float32,0xbee4c2b0,0xbeed264d,4
|
| 669 |
+
np.float32,0xbc1fd640,0xbc1fd6e6,4
|
| 670 |
+
np.float32,0x3e892308,0x3e8ad4f6,4
|
| 671 |
+
np.float32,0xbf3f69c7,0xbf5837ed,4
|
| 672 |
+
np.float32,0x3ec879e8,0x3ecdfd05,4
|
| 673 |
+
np.float32,0x3f07a8c6,0x3f0efa30,4
|
| 674 |
+
np.float32,0x3f67b880,0x3f90dd4d,4
|
| 675 |
+
np.float32,0x3e8a11c8,0x3e8bccd5,4
|
| 676 |
+
np.float32,0x3f7df6fc,0x3fb8e935,4
|
| 677 |
+
np.float32,0xbef3e498,0xbefe3599,4
|
| 678 |
+
np.float32,0xbf18ad7d,0xbf2395d8,4
|
| 679 |
+
np.float32,0x3f2bce74,0x3f3c57f5,4
|
| 680 |
+
np.float32,0xbf38086e,0xbf4d5c2e,4
|
| 681 |
+
np.float32,0x3f772d7a,0x3fa75c35,4
|
| 682 |
+
np.float32,0xbf3b6e24,0xbf524c00,4
|
| 683 |
+
np.float32,0xbdd39108,0xbdd3f1d4,4
|
| 684 |
+
np.float32,0xbf691f6b,0xbf928974,4
|
| 685 |
+
np.float32,0x3f146188,0x3f1e45e4,4
|
| 686 |
+
np.float32,0xbf56045b,0xbf7d6e03,4
|
| 687 |
+
np.float32,0xbf4b2ee4,0xbf6ab622,4
|
| 688 |
+
np.float32,0xbf3fa3f6,0xbf588f9d,4
|
| 689 |
+
np.float32,0x3f127bb0,0x3f1bf398,4
|
| 690 |
+
np.float32,0x3ed858a0,0x3edf5d3e,4
|
| 691 |
+
np.float32,0xbd6de3b0,0xbd6e05fa,4
|
| 692 |
+
np.float32,0xbecc662c,0xbed24261,4
|
| 693 |
+
np.float32,0xbd6791d0,0xbd67b170,4
|
| 694 |
+
np.float32,0xbf146016,0xbf1e441e,4
|
| 695 |
+
np.float32,0xbf61f04c,0xbf8a6841,4
|
| 696 |
+
np.float32,0xbe7f16d0,0xbe80e6e7,4
|
| 697 |
+
np.float32,0xbebf93e6,0xbec45b10,4
|
| 698 |
+
np.float32,0xbe8a59fc,0xbe8c17d1,4
|
| 699 |
+
np.float32,0xbebc7a0c,0xbec10426,4
|
| 700 |
+
np.float32,0xbf2a682e,0xbf3a7649,4
|
| 701 |
+
np.float32,0xbe18d0cc,0xbe19637b,4
|
| 702 |
+
np.float32,0x3d7f5100,0x3d7f7b66,4
|
| 703 |
+
np.float32,0xbf10f5fa,0xbf1a1998,4
|
| 704 |
+
np.float32,0x3f25e956,0x3f347fdc,4
|
| 705 |
+
np.float32,0x3e6e8658,0x3e70bc78,4
|
| 706 |
+
np.float32,0x3f21a5de,0x3f2ef3a5,4
|
| 707 |
+
np.float32,0xbf4e71d4,0xbf702607,4
|
| 708 |
+
np.float32,0xbf49d6b6,0xbf688380,4
|
| 709 |
+
np.float32,0xbdb729c0,0xbdb7687c,4
|
| 710 |
+
np.float32,0xbf63e1f4,0xbf8c81c7,4
|
| 711 |
+
np.float32,0x3dda6cb0,0x3ddad73e,4
|
| 712 |
+
np.float32,0x3ee1bc40,0x3ee9c612,4
|
| 713 |
+
np.float32,0x3ebdb5f8,0x3ec2581b,4
|
| 714 |
+
np.float32,0x3f7d9576,0x3fb77646,4
|
| 715 |
+
np.float32,0x3e087140,0x3e08d971,4
|
| 716 |
+
np.float64,0xbfdba523cfb74a48,0xbfdc960ddd9c0506,3
|
| 717 |
+
np.float64,0x3fb51773622a2ee0,0x3fb51d93f77089d5,3
|
| 718 |
+
np.float64,0x3fc839f6d33073f0,0x3fc85f9a47dfe8e6,3
|
| 719 |
+
np.float64,0xbfecba2d82f9745b,0xbff1d55416c6c993,3
|
| 720 |
+
np.float64,0x3fd520fe47aa41fc,0x3fd58867f1179634,3
|
| 721 |
+
np.float64,0x3fe1b369c56366d4,0x3fe2c1ac9dd2c45a,3
|
| 722 |
+
np.float64,0xbfec25a7cd784b50,0xbff133417389b12d,3
|
| 723 |
+
np.float64,0xbfd286342ea50c68,0xbfd2cb0bca22e66d,3
|
| 724 |
+
np.float64,0x3fd5f6fe5eabedfc,0x3fd66bad16680d08,3
|
| 725 |
+
np.float64,0xbfe863a87570c751,0xbfebbb9b637eb6dc,3
|
| 726 |
+
np.float64,0x3fc97f5b4d32feb8,0x3fc9ab5066d8eaec,3
|
| 727 |
+
np.float64,0xbfcb667af936ccf4,0xbfcb9d3017047a1d,3
|
| 728 |
+
np.float64,0xbfd1b7b9afa36f74,0xbfd1f3c175706154,3
|
| 729 |
+
np.float64,0x3fef97385b7f2e70,0x3ff6922a1a6c709f,3
|
| 730 |
+
np.float64,0xbfd13e4205a27c84,0xbfd1757c993cdb74,3
|
| 731 |
+
np.float64,0xbfd18d88aca31b12,0xbfd1c7dd75068f7d,3
|
| 732 |
+
np.float64,0x3fe040ce0f60819c,0x3fe10c59d2a27089,3
|
| 733 |
+
np.float64,0xbfddc7deddbb8fbe,0xbfdef9de5baecdda,3
|
| 734 |
+
np.float64,0xbfcf6e96193edd2c,0xbfcfc1bb7396b9a3,3
|
| 735 |
+
np.float64,0x3fd544f494aa89e8,0x3fd5ae850e2b37dd,3
|
| 736 |
+
np.float64,0x3fe15b381fe2b670,0x3fe25841c7bfe2af,3
|
| 737 |
+
np.float64,0xbfde793420bcf268,0xbfdfc2ddc7b4a341,3
|
| 738 |
+
np.float64,0x3fd0d5db30a1abb8,0x3fd1092cef4aa4fb,3
|
| 739 |
+
np.float64,0x3fe386a08c670d42,0x3fe50059bbf7f491,3
|
| 740 |
+
np.float64,0xbfe0aae3a96155c8,0xbfe1880ef13e95ce,3
|
| 741 |
+
np.float64,0xbfe80eeb03f01dd6,0xbfeb39e9f107e944,3
|
| 742 |
+
np.float64,0xbfd531af3caa635e,0xbfd59a178f17552a,3
|
| 743 |
+
np.float64,0x3fcced14ab39da28,0x3fcd2d9a806337ef,3
|
| 744 |
+
np.float64,0xbfdb4c71bcb698e4,0xbfdc33d9d9daf708,3
|
| 745 |
+
np.float64,0xbfde7375ecbce6ec,0xbfdfbc5611bc48ff,3
|
| 746 |
+
np.float64,0x3fecc5707a798ae0,0x3ff1e2268d778017,3
|
| 747 |
+
np.float64,0x3fe8f210a1f1e422,0x3fec9b3349a5baa2,3
|
| 748 |
+
np.float64,0x3fe357f9b8e6aff4,0x3fe4c5a0b89a9228,3
|
| 749 |
+
np.float64,0xbfe0f863b761f0c8,0xbfe1e3283494c3d4,3
|
| 750 |
+
np.float64,0x3fd017c395a02f88,0x3fd044761f2f4a66,3
|
| 751 |
+
np.float64,0x3febeb4746f7d68e,0x3ff0f6b955e7feb6,3
|
| 752 |
+
np.float64,0xbfbdaaeeae3b55e0,0xbfbdbc0950109261,3
|
| 753 |
+
np.float64,0xbfea013095f40261,0xbfee5b8fe8ad8593,3
|
| 754 |
+
np.float64,0xbfe9f87b7973f0f7,0xbfee4ca3a8438d72,3
|
| 755 |
+
np.float64,0x3fd37f77cfa6fef0,0x3fd3d018c825f057,3
|
| 756 |
+
np.float64,0x3fb0799cee20f340,0x3fb07c879e7cb63f,3
|
| 757 |
+
np.float64,0xbfdcfd581cb9fab0,0xbfde15e35314b52d,3
|
| 758 |
+
np.float64,0xbfd49781b8a92f04,0xbfd4f6fa1516fefc,3
|
| 759 |
+
np.float64,0x3fb3fcb6d627f970,0x3fb401ed44a713a8,3
|
| 760 |
+
np.float64,0x3fd5737ef8aae6fc,0x3fd5dfe42d4416c7,3
|
| 761 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,3
|
| 762 |
+
np.float64,0xbfe56ae780ead5cf,0xbfe776ea5721b900,3
|
| 763 |
+
np.float64,0x3fd4567786a8acf0,0x3fd4b255421c161a,3
|
| 764 |
+
np.float64,0x3fef6fb58cfedf6c,0x3ff62012dfcf0a33,3
|
| 765 |
+
np.float64,0xbfd1dbcd3da3b79a,0xbfd2194fd628f74d,3
|
| 766 |
+
np.float64,0x3fd9350016b26a00,0x3fd9e8b01eb023e9,3
|
| 767 |
+
np.float64,0xbfe4fb3a69e9f675,0xbfe6e1d2c9eca56c,3
|
| 768 |
+
np.float64,0x3fe9fe0f73f3fc1e,0x3fee5631cfd39772,3
|
| 769 |
+
np.float64,0xbfd51c1bc6aa3838,0xbfd5833b3bd53543,3
|
| 770 |
+
np.float64,0x3fc64158e12c82b0,0x3fc65e7352f237d7,3
|
| 771 |
+
np.float64,0x3fd0d8ee1ba1b1dc,0x3fd10c5c99a16f0e,3
|
| 772 |
+
np.float64,0x3fd5554e15aaaa9c,0x3fd5bfdb9ec9e873,3
|
| 773 |
+
np.float64,0x3fe61ce209ec39c4,0x3fe869bc4c28437d,3
|
| 774 |
+
np.float64,0xbfe4e42c8c69c859,0xbfe6c356dac7e2db,3
|
| 775 |
+
np.float64,0xbfe157021062ae04,0xbfe2533ed39f4212,3
|
| 776 |
+
np.float64,0x3fe844066cf0880c,0x3feb8aea0b7bd0a4,3
|
| 777 |
+
np.float64,0x3fe55016586aa02c,0x3fe752e4b2a67b9f,3
|
| 778 |
+
np.float64,0x3fdabce619b579cc,0x3fdb95809bc789d9,3
|
| 779 |
+
np.float64,0x3fee03bae37c0776,0x3ff3778ba38ca882,3
|
| 780 |
+
np.float64,0xbfeb2f5844f65eb0,0xbff03dd1b767d3c8,3
|
| 781 |
+
np.float64,0x3fedcfdbaffb9fb8,0x3ff32e81d0639164,3
|
| 782 |
+
np.float64,0x3fe06fc63ee0df8c,0x3fe142fc27f92eaf,3
|
| 783 |
+
np.float64,0x3fe7ce90fd6f9d22,0x3fead8f832bbbf5d,3
|
| 784 |
+
np.float64,0xbfbc0015ce380028,0xbfbc0e7470e06e86,3
|
| 785 |
+
np.float64,0xbfe9b3de90f367bd,0xbfedd857931dfc6b,3
|
| 786 |
+
np.float64,0xbfcb588f5936b120,0xbfcb8ef0124a4f21,3
|
| 787 |
+
np.float64,0x3f8d376a503a6f00,0x3f8d37ab43e7988d,3
|
| 788 |
+
np.float64,0xbfdb123a40b62474,0xbfdbf38b6cf5db92,3
|
| 789 |
+
np.float64,0xbfee7da6be7cfb4e,0xbff433042cd9d5eb,3
|
| 790 |
+
np.float64,0xbfc4c9e01b2993c0,0xbfc4e18dbafe37ef,3
|
| 791 |
+
np.float64,0x3fedd42faffba860,0x3ff334790cd18a19,3
|
| 792 |
+
np.float64,0x3fe9cdf772f39bee,0x3fee044f87b856ab,3
|
| 793 |
+
np.float64,0x3fe0245881e048b2,0x3fe0eb5a1f739c8d,3
|
| 794 |
+
np.float64,0xbfe4712bd9e8e258,0xbfe62cb3d82034aa,3
|
| 795 |
+
np.float64,0x3fe9a16b46f342d6,0x3fedb972b2542551,3
|
| 796 |
+
np.float64,0xbfe57ab4536af568,0xbfe78c34b03569c2,3
|
| 797 |
+
np.float64,0x3fb6d6ceb22dada0,0x3fb6de976964d6dd,3
|
| 798 |
+
np.float64,0x3fc3ac23a3275848,0x3fc3c02de53919b8,3
|
| 799 |
+
np.float64,0xbfccb531e7396a64,0xbfccf43ec69f6281,3
|
| 800 |
+
np.float64,0xbfd2f07fc8a5e100,0xbfd33a35a8c41b62,3
|
| 801 |
+
np.float64,0xbfe3e5dd04e7cbba,0xbfe57940157c27ba,3
|
| 802 |
+
np.float64,0x3feefe40757dfc80,0x3ff51bc72b846af6,3
|
| 803 |
+
np.float64,0x8000000000000001,0x8000000000000001,3
|
| 804 |
+
np.float64,0x3fecb7b766796f6e,0x3ff1d28972a0fc7e,3
|
| 805 |
+
np.float64,0xbfea1bf1357437e2,0xbfee89a6532bfd71,3
|
| 806 |
+
np.float64,0xbfca3983b7347308,0xbfca696463b791ef,3
|
| 807 |
+
np.float64,0x10000000000000,0x10000000000000,3
|
| 808 |
+
np.float64,0xbf886b45d030d680,0xbf886b6bbc04314b,3
|
| 809 |
+
np.float64,0x3fd5224bb5aa4498,0x3fd589c92e82218f,3
|
| 810 |
+
np.float64,0xbfec799874f8f331,0xbff18d5158b8e640,3
|
| 811 |
+
np.float64,0xbf88124410302480,0xbf88126863350a16,3
|
| 812 |
+
np.float64,0xbfe37feaaa66ffd6,0xbfe4f7e24382e79d,3
|
| 813 |
+
np.float64,0x3fd777eca1aeefd8,0x3fd8076ead6d55dc,3
|
| 814 |
+
np.float64,0x3fecaaeb3af955d6,0x3ff1c4159fa3e965,3
|
| 815 |
+
np.float64,0xbfeb81e4e6f703ca,0xbff08d4e4c77fada,3
|
| 816 |
+
np.float64,0xbfd7d0a0edafa142,0xbfd866e37010312e,3
|
| 817 |
+
np.float64,0x3feda48c00fb4918,0x3ff2f3fd33c36307,3
|
| 818 |
+
np.float64,0x3feb87ecc4770fda,0x3ff09336e490deda,3
|
| 819 |
+
np.float64,0xbfefd78ad27faf16,0xbff78abbafb50ac1,3
|
| 820 |
+
np.float64,0x3fe58e918c6b1d24,0x3fe7a70b38cbf016,3
|
| 821 |
+
np.float64,0x3fda163b95b42c78,0x3fdade86b88ba4ee,3
|
| 822 |
+
np.float64,0x3fe8fc1aaf71f836,0x3fecab3f93b59df5,3
|
| 823 |
+
np.float64,0xbf8de56f903bcac0,0xbf8de5b527cec797,3
|
| 824 |
+
np.float64,0xbfec112db2f8225b,0xbff11dd648de706f,3
|
| 825 |
+
np.float64,0x3fc3214713264290,0x3fc333b1c862f7d0,3
|
| 826 |
+
np.float64,0xbfeb5e5836f6bcb0,0xbff06ac364b49177,3
|
| 827 |
+
np.float64,0x3fc23d9777247b30,0x3fc24d8ae3bcb615,3
|
| 828 |
+
np.float64,0xbfdf0eed65be1dda,0xbfe036cea9b9dfb6,3
|
| 829 |
+
np.float64,0xbfb2d5c85a25ab90,0xbfb2da24bb409ff3,3
|
| 830 |
+
np.float64,0xbfecdda0c3f9bb42,0xbff1fdf94fc6e89e,3
|
| 831 |
+
np.float64,0x3fdfe79154bfcf24,0x3fe0b338e0476a9d,3
|
| 832 |
+
np.float64,0xbfd712ac6bae2558,0xbfd79abde21f287b,3
|
| 833 |
+
np.float64,0x3fea3f148a747e2a,0x3feec6bed9d4fa04,3
|
| 834 |
+
np.float64,0x3fd4879e4ca90f3c,0x3fd4e632fa4e2edd,3
|
| 835 |
+
np.float64,0x3fe9137a9e7226f6,0x3fecd0c441088d6a,3
|
| 836 |
+
np.float64,0xbfc75bf4ef2eb7e8,0xbfc77da8347d742d,3
|
| 837 |
+
np.float64,0xbfd94090a0b28122,0xbfd9f5458816ed5a,3
|
| 838 |
+
np.float64,0x3fde439cbcbc8738,0x3fdf85fbf496b61f,3
|
| 839 |
+
np.float64,0xbfe18bacdce3175a,0xbfe29210e01237f7,3
|
| 840 |
+
np.float64,0xbfd58ec413ab1d88,0xbfd5fcd838f0a934,3
|
| 841 |
+
np.float64,0xbfeae5af2d75cb5e,0xbfeff1de1b4a06be,3
|
| 842 |
+
np.float64,0x3fb64d1a162c9a30,0x3fb65458fb831354,3
|
| 843 |
+
np.float64,0x3fc18b1e15231640,0x3fc1994c6ffd7a6a,3
|
| 844 |
+
np.float64,0xbfd7b881bcaf7104,0xbfd84ce89a9ee8c7,3
|
| 845 |
+
np.float64,0x3feb916a40f722d4,0x3ff09c8aa851d7c4,3
|
| 846 |
+
np.float64,0x3fdab5fbb5b56bf8,0x3fdb8de43961bbde,3
|
| 847 |
+
np.float64,0x3fe4f35402e9e6a8,0x3fe6d75dc5082894,3
|
| 848 |
+
np.float64,0x3fe2fdb2e5e5fb66,0x3fe454e32a5d2182,3
|
| 849 |
+
np.float64,0x3fe8607195f0c0e4,0x3febb6a4c3bf6a5c,3
|
| 850 |
+
np.float64,0x3fd543ca9aaa8794,0x3fd5ad49203ae572,3
|
| 851 |
+
np.float64,0x3fe8e05ca1f1c0ba,0x3fec7eff123dcc58,3
|
| 852 |
+
np.float64,0x3fe298b6ca65316e,0x3fe3d81d2927c4dd,3
|
| 853 |
+
np.float64,0x3fcfecea733fd9d8,0x3fd0220f1d0faf78,3
|
| 854 |
+
np.float64,0xbfe2e739f065ce74,0xbfe439004e73772a,3
|
| 855 |
+
np.float64,0xbfd1ae6b82a35cd8,0xbfd1ea129a5ee756,3
|
| 856 |
+
np.float64,0xbfeb7edff576fdc0,0xbff08a5a638b8a8b,3
|
| 857 |
+
np.float64,0x3fe5b645ff6b6c8c,0x3fe7dcee1faefe3f,3
|
| 858 |
+
np.float64,0xbfd478427ba8f084,0xbfd4d5fc7c239e60,3
|
| 859 |
+
np.float64,0xbfe39904e3e7320a,0xbfe517972b30b1e5,3
|
| 860 |
+
np.float64,0xbfd3b75b6ba76eb6,0xbfd40acf20a6e074,3
|
| 861 |
+
np.float64,0x3fd596267aab2c4c,0x3fd604b01faeaf75,3
|
| 862 |
+
np.float64,0x3fe134463762688c,0x3fe229fc36784a72,3
|
| 863 |
+
np.float64,0x3fd25dadf7a4bb5c,0x3fd2a0b9e04ea060,3
|
| 864 |
+
np.float64,0xbfc05d3e0b20ba7c,0xbfc068bd2bb9966f,3
|
| 865 |
+
np.float64,0x3f8cf517b039ea00,0x3f8cf556ed74b163,3
|
| 866 |
+
np.float64,0x3fda87361cb50e6c,0x3fdb5a75af897e7f,3
|
| 867 |
+
np.float64,0x3fe53e1926ea7c32,0x3fe73acf01b8ff31,3
|
| 868 |
+
np.float64,0x3fe2e94857e5d290,0x3fe43b8cc820f9c7,3
|
| 869 |
+
np.float64,0x3fd81fe6acb03fcc,0x3fd8bc623c0068cf,3
|
| 870 |
+
np.float64,0xbfddf662c3bbecc6,0xbfdf2e76dc90786e,3
|
| 871 |
+
np.float64,0x3fece174fbf9c2ea,0x3ff2026a1a889580,3
|
| 872 |
+
np.float64,0xbfdc83c5b8b9078c,0xbfdd8dcf6ee3b7da,3
|
| 873 |
+
np.float64,0x3feaf5448f75ea8a,0x3ff0075b108bcd0d,3
|
| 874 |
+
np.float64,0xbfebf32f7ef7e65f,0xbff0fed42aaa826a,3
|
| 875 |
+
np.float64,0x3fe389e5e8e713cc,0x3fe5047ade055ccb,3
|
| 876 |
+
np.float64,0x3f635cdcc026ba00,0x3f635cddeea082ce,3
|
| 877 |
+
np.float64,0x3fae580f543cb020,0x3fae5c9d5108a796,3
|
| 878 |
+
np.float64,0x3fec9fafce793f60,0x3ff1b77bec654f00,3
|
| 879 |
+
np.float64,0x3fb19d226e233a40,0x3fb1a0b32531f7ee,3
|
| 880 |
+
np.float64,0xbfdf9a71e7bf34e4,0xbfe086cef88626c7,3
|
| 881 |
+
np.float64,0x8010000000000000,0x8010000000000000,3
|
| 882 |
+
np.float64,0xbfef170ba2fe2e17,0xbff54ed4675f5b8a,3
|
| 883 |
+
np.float64,0xbfcc6e2f8f38dc60,0xbfccab65fc34d183,3
|
| 884 |
+
np.float64,0x3fee756c4bfcead8,0x3ff4258782c137e6,3
|
| 885 |
+
np.float64,0xbfd461c218a8c384,0xbfd4be3e391f0ff4,3
|
| 886 |
+
np.float64,0xbfe3b64686e76c8d,0xbfe53caa16d6c90f,3
|
| 887 |
+
np.float64,0xbfc1c65d8d238cbc,0xbfc1d51e58f82403,3
|
| 888 |
+
np.float64,0x3fe6e06c63edc0d8,0x3fe97cb832eeb6a2,3
|
| 889 |
+
np.float64,0xbfc9fc20b933f840,0xbfca2ab004312d85,3
|
| 890 |
+
np.float64,0xbfe29aa6df65354e,0xbfe3da7ecf3ba466,3
|
| 891 |
+
np.float64,0x3fea4df7d1749bf0,0x3feee0d448bd4746,3
|
| 892 |
+
np.float64,0xbfedec6161fbd8c3,0xbff3563e1d943aa2,3
|
| 893 |
+
np.float64,0x3fdb6f0437b6de08,0x3fdc5a1888b1213d,3
|
| 894 |
+
np.float64,0xbfe270cbd3e4e198,0xbfe3a72ac27a0b0c,3
|
| 895 |
+
np.float64,0xbfdfff8068bfff00,0xbfe0c1088e3b8983,3
|
| 896 |
+
np.float64,0xbfd28edbe6a51db8,0xbfd2d416c8ed363e,3
|
| 897 |
+
np.float64,0xbfb4e35f9229c6c0,0xbfb4e9531d2a737f,3
|
| 898 |
+
np.float64,0xbfee6727e97cce50,0xbff40e7717576e46,3
|
| 899 |
+
np.float64,0xbfddb5fbddbb6bf8,0xbfdee5aad78f5361,3
|
| 900 |
+
np.float64,0xbfdf9d3e9dbf3a7e,0xbfe0886b191f2957,3
|
| 901 |
+
np.float64,0x3fa57e77042afce0,0x3fa5801518ea9342,3
|
| 902 |
+
np.float64,0x3f95c4e4882b89c0,0x3f95c55003c8e714,3
|
| 903 |
+
np.float64,0x3fd9b10f61b36220,0x3fda6fe5d635a8aa,3
|
| 904 |
+
np.float64,0xbfe2973411652e68,0xbfe3d641fe9885fd,3
|
| 905 |
+
np.float64,0xbfee87bd5a7d0f7b,0xbff443bea81b3fff,3
|
| 906 |
+
np.float64,0x3f9ea064c83d40c0,0x3f9ea19025085b2f,3
|
| 907 |
+
np.float64,0xbfe4b823dfe97048,0xbfe689623d30dc75,3
|
| 908 |
+
np.float64,0xbfa06a326c20d460,0xbfa06aeacbcd3eb8,3
|
| 909 |
+
np.float64,0x3fe1e5c4c1e3cb8a,0x3fe2fe44b822f20e,3
|
| 910 |
+
np.float64,0x3f99dafaa833b600,0x3f99dbaec10a1a0a,3
|
| 911 |
+
np.float64,0xbfed7cb3877af967,0xbff2bfe9e556aaf9,3
|
| 912 |
+
np.float64,0x3fd604f2e2ac09e4,0x3fd67a89408ce6ba,3
|
| 913 |
+
np.float64,0x3fec57b60f78af6c,0x3ff16881f46d60f7,3
|
| 914 |
+
np.float64,0xbfea2e3a17745c74,0xbfeea95c7190fd42,3
|
| 915 |
+
np.float64,0xbfd60a7c37ac14f8,0xbfd6806ed642de35,3
|
| 916 |
+
np.float64,0xbfe544b9726a8973,0xbfe743ac399d81d7,3
|
| 917 |
+
np.float64,0xbfd13520faa26a42,0xbfd16c02034a8fe0,3
|
| 918 |
+
np.float64,0xbfea9ea59ff53d4b,0xbfef70538ee12e00,3
|
| 919 |
+
np.float64,0x3fd66633f8accc68,0x3fd6e23c13ab0e9e,3
|
| 920 |
+
np.float64,0xbfe4071bd3e80e38,0xbfe5a3c9ba897d81,3
|
| 921 |
+
np.float64,0xbfbe1659fa3c2cb0,0xbfbe2831d4fed196,3
|
| 922 |
+
np.float64,0xbfd3312777a6624e,0xbfd37df09b9baeba,3
|
| 923 |
+
np.float64,0x3fd13997caa27330,0x3fd170a4900c8907,3
|
| 924 |
+
np.float64,0xbfe7cbc235ef9784,0xbfead4c4d6cbf129,3
|
| 925 |
+
np.float64,0xbfe1456571628acb,0xbfe23e4ec768c8e2,3
|
| 926 |
+
np.float64,0xbfedf1a044fbe340,0xbff35da96773e176,3
|
| 927 |
+
np.float64,0x3fce38b1553c7160,0x3fce8270709774f9,3
|
| 928 |
+
np.float64,0xbfecb01761f9602f,0xbff1c9e9d382f1f8,3
|
| 929 |
+
np.float64,0xbfe0a03560e1406b,0xbfe17b8d5a1ca662,3
|
| 930 |
+
np.float64,0x3fe50f37cbea1e70,0x3fe6fc55e1ae7da6,3
|
| 931 |
+
np.float64,0xbfe12d64a0625aca,0xbfe221d3a7834e43,3
|
| 932 |
+
np.float64,0xbf6fb288403f6500,0xbf6fb28d6f389db6,3
|
| 933 |
+
np.float64,0x3fda831765b50630,0x3fdb55eecae58ca9,3
|
| 934 |
+
np.float64,0x3fe1a0fe4c6341fc,0x3fe2ab9564304425,3
|
| 935 |
+
np.float64,0xbfef2678a77e4cf1,0xbff56ff42b2797bb,3
|
| 936 |
+
np.float64,0xbfab269c1c364d40,0xbfab29df1cd48779,3
|
| 937 |
+
np.float64,0x3fe8ec82a271d906,0x3fec92567d7a6675,3
|
| 938 |
+
np.float64,0xbfc235115f246a24,0xbfc244ee567682ea,3
|
| 939 |
+
np.float64,0x3feef5bf8d7deb80,0x3ff50ad4875ee9bd,3
|
| 940 |
+
np.float64,0x3fe768b5486ed16a,0x3fea421356160e65,3
|
| 941 |
+
np.float64,0xbfd4255684a84aae,0xbfd47e8baf7ec7f6,3
|
| 942 |
+
np.float64,0x3fc7f67f2b2fed00,0x3fc81ae83cf92dd5,3
|
| 943 |
+
np.float64,0x3fe9b1b19a736364,0x3fedd4b0e24ee741,3
|
| 944 |
+
np.float64,0x3fb27eb9e624fd70,0x3fb282dacd89ce28,3
|
| 945 |
+
np.float64,0xbfd490b710a9216e,0xbfd4efcdeb213458,3
|
| 946 |
+
np.float64,0xbfd1347b2ca268f6,0xbfd16b55dece2d38,3
|
| 947 |
+
np.float64,0x3fc6a5668d2d4ad0,0x3fc6c41452c0c087,3
|
| 948 |
+
np.float64,0xbfca7b209f34f640,0xbfcaac710486f6bd,3
|
| 949 |
+
np.float64,0x3fc23a1a47247438,0x3fc24a047fd4c27a,3
|
| 950 |
+
np.float64,0x3fdb1413a8b62828,0x3fdbf595e2d994bc,3
|
| 951 |
+
np.float64,0xbfea69b396f4d367,0xbfef11bdd2b0709a,3
|
| 952 |
+
np.float64,0x3fd14c9958a29934,0x3fd1846161b10422,3
|
| 953 |
+
np.float64,0xbfe205f44be40be8,0xbfe325283aa3c6a8,3
|
| 954 |
+
np.float64,0x3fecd03c9ef9a07a,0x3ff1ee85aaf52a01,3
|
| 955 |
+
np.float64,0x3fe34281d7e68504,0x3fe4aab63e6de816,3
|
| 956 |
+
np.float64,0xbfe120e2376241c4,0xbfe213023ab03939,3
|
| 957 |
+
np.float64,0xbfe951edc4f2a3dc,0xbfed3615e38576f8,3
|
| 958 |
+
np.float64,0x3fe5a2286f6b4450,0x3fe7c196e0ec10ed,3
|
| 959 |
+
np.float64,0xbfed7a3e1f7af47c,0xbff2bcc0793555d2,3
|
| 960 |
+
np.float64,0x3fe050274960a04e,0x3fe11e2e256ea5cc,3
|
| 961 |
+
np.float64,0xbfcfa71f653f4e40,0xbfcffc11483d6a06,3
|
| 962 |
+
np.float64,0x3f6ead2e403d5a00,0x3f6ead32f314c052,3
|
| 963 |
+
np.float64,0x3fe3a2a026674540,0x3fe523bfe085f6ec,3
|
| 964 |
+
np.float64,0xbfe294a62e65294c,0xbfe3d31ebd0b4ca2,3
|
| 965 |
+
np.float64,0xbfb4894d06291298,0xbfb48ef4b8e256b8,3
|
| 966 |
+
np.float64,0xbfc0c042c1218084,0xbfc0cc98ac2767c4,3
|
| 967 |
+
np.float64,0xbfc6a32cb52d4658,0xbfc6c1d1597ed06b,3
|
| 968 |
+
np.float64,0xbfd30f7777a61eee,0xbfd35aa39fee34eb,3
|
| 969 |
+
np.float64,0x3fe7fc2c2eeff858,0x3feb1d8a558b5537,3
|
| 970 |
+
np.float64,0x7fefffffffffffff,0x7ff8000000000000,3
|
| 971 |
+
np.float64,0xbfdadf917bb5bf22,0xbfdbbbae9a9f67a0,3
|
| 972 |
+
np.float64,0xbfcf0395e13e072c,0xbfcf5366015f7362,3
|
| 973 |
+
np.float64,0xbfe8644c9170c899,0xbfebbc98e74a227d,3
|
| 974 |
+
np.float64,0x3fc3b2d8e52765b0,0x3fc3c6f7d44cffaa,3
|
| 975 |
+
np.float64,0x3fc57407b92ae810,0x3fc58e12ccdd47a1,3
|
| 976 |
+
np.float64,0x3fd56a560daad4ac,0x3fd5d62b8dfcc058,3
|
| 977 |
+
np.float64,0x3fd595deefab2bbc,0x3fd6046420b2f79b,3
|
| 978 |
+
np.float64,0xbfd5360f50aa6c1e,0xbfd59ebaacd815b8,3
|
| 979 |
+
np.float64,0x3fdfb6aababf6d54,0x3fe0970b8aac9f61,3
|
| 980 |
+
np.float64,0x3ff0000000000000,0x3ff921fb54442d18,3
|
| 981 |
+
np.float64,0xbfeb3a8958f67513,0xbff04872e8278c79,3
|
| 982 |
+
np.float64,0x3f9e1ea6683c3d40,0x3f9e1fc326186705,3
|
| 983 |
+
np.float64,0x3fe6b6d5986d6dac,0x3fe94175bd60b19d,3
|
| 984 |
+
np.float64,0xbfee4d90b77c9b21,0xbff3e60e9134edc2,3
|
| 985 |
+
np.float64,0x3fd806ce0cb00d9c,0x3fd8a14c4855a8f5,3
|
| 986 |
+
np.float64,0x3fd54acc75aa9598,0x3fd5b4b72fcbb5df,3
|
| 987 |
+
np.float64,0xbfe59761f16b2ec4,0xbfe7b2fa5d0244ac,3
|
| 988 |
+
np.float64,0xbfcd4fa3513a9f48,0xbfcd92d0814a5383,3
|
| 989 |
+
np.float64,0xbfdc827523b904ea,0xbfdd8c577b53053c,3
|
| 990 |
+
np.float64,0xbfd4bb7f34a976fe,0xbfd51d00d9a99360,3
|
| 991 |
+
np.float64,0xbfe818bc87f03179,0xbfeb48d1ea0199c5,3
|
| 992 |
+
np.float64,0xbfa8a2e15c3145c0,0xbfa8a5510ba0e45c,3
|
| 993 |
+
np.float64,0xbfb6d15f422da2c0,0xbfb6d922689da015,3
|
| 994 |
+
np.float64,0x3fcd04eaab3a09d8,0x3fcd46131746ef08,3
|
| 995 |
+
np.float64,0x3fcfb5cfbb3f6ba0,0x3fd0059d308237f3,3
|
| 996 |
+
np.float64,0x3fe8dcf609f1b9ec,0x3fec7997973010b6,3
|
| 997 |
+
np.float64,0xbfdf1834d7be306a,0xbfe03c1d4e2b48f0,3
|
| 998 |
+
np.float64,0x3fee82ae50fd055c,0x3ff43b545066fe1a,3
|
| 999 |
+
np.float64,0xbfde039c08bc0738,0xbfdf3d6ed4d2ee5c,3
|
| 1000 |
+
np.float64,0x3fec07389bf80e72,0x3ff1137ed0acd161,3
|
| 1001 |
+
np.float64,0xbfef44c010fe8980,0xbff5b488ad22a4c5,3
|
| 1002 |
+
np.float64,0x3f76e722e02dce00,0x3f76e72ab2759d88,3
|
| 1003 |
+
np.float64,0xbfcaa9e6053553cc,0xbfcadc41125fca93,3
|
| 1004 |
+
np.float64,0x3fed6088147ac110,0x3ff29c06c4ef35fc,3
|
| 1005 |
+
np.float64,0x3fd32bd836a657b0,0x3fd3785fdb75909f,3
|
| 1006 |
+
np.float64,0xbfeedbb1d97db764,0xbff4d87f6c82a93c,3
|
| 1007 |
+
np.float64,0xbfe40f31d5e81e64,0xbfe5ae292cf258a2,3
|
| 1008 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,3
|
| 1009 |
+
np.float64,0xbfeb2b25bc76564c,0xbff039d81388550c,3
|
| 1010 |
+
np.float64,0x3fec5008fa78a012,0x3ff1604195801da3,3
|
| 1011 |
+
np.float64,0x3fce2d4f293c5aa0,0x3fce76b99c2db4da,3
|
| 1012 |
+
np.float64,0xbfdc435412b886a8,0xbfdd45e7b7813f1e,3
|
| 1013 |
+
np.float64,0x3fdf2c9d06be593c,0x3fe047cb03c141b6,3
|
| 1014 |
+
np.float64,0x3fddefc61ebbdf8c,0x3fdf26fb8fad9fae,3
|
| 1015 |
+
np.float64,0x3fab50218436a040,0x3fab537395eaf3bb,3
|
| 1016 |
+
np.float64,0xbfd5b95a8fab72b6,0xbfd62a191a59343a,3
|
| 1017 |
+
np.float64,0x3fdbf803b4b7f008,0x3fdcf211578e98c3,3
|
| 1018 |
+
np.float64,0xbfec8c255979184b,0xbff1a1bee108ed30,3
|
| 1019 |
+
np.float64,0x3fe33cdaffe679b6,0x3fe4a3a318cd994f,3
|
| 1020 |
+
np.float64,0x3fd8cf585cb19eb0,0x3fd97a408bf3c38c,3
|
| 1021 |
+
np.float64,0x3fe919dde07233bc,0x3fecdb0ea13a2455,3
|
| 1022 |
+
np.float64,0xbfd5ba35e4ab746c,0xbfd62b024805542d,3
|
| 1023 |
+
np.float64,0x3fd2f933e7a5f268,0x3fd343527565e97c,3
|
| 1024 |
+
np.float64,0xbfe5b9f8ddeb73f2,0xbfe7e1f772c3e438,3
|
| 1025 |
+
np.float64,0x3fe843cd92f0879c,0x3feb8a92d68eae3e,3
|
| 1026 |
+
np.float64,0xbfd096b234a12d64,0xbfd0c7beca2c6605,3
|
| 1027 |
+
np.float64,0xbfef3363da7e66c8,0xbff58c98dde6c27c,3
|
| 1028 |
+
np.float64,0x3fd51b01ddaa3604,0x3fd582109d89ead1,3
|
| 1029 |
+
np.float64,0x3fea0f10ff741e22,0x3fee736c2d2a2067,3
|
| 1030 |
+
np.float64,0x3fc276e7b724edd0,0x3fc28774520bc6d4,3
|
| 1031 |
+
np.float64,0xbfef9abc9f7f3579,0xbff69d49762b1889,3
|
| 1032 |
+
np.float64,0x3fe1539ec0e2a73e,0x3fe24f370b7687d0,3
|
| 1033 |
+
np.float64,0x3fad72350c3ae460,0x3fad765e7766682a,3
|
| 1034 |
+
np.float64,0x3fa289a47c251340,0x3fa28aae12f41646,3
|
| 1035 |
+
np.float64,0xbfe5c488e5eb8912,0xbfe7f05d7e7dcddb,3
|
| 1036 |
+
np.float64,0xbfc22ef1d7245de4,0xbfc23ebeb990a1b8,3
|
| 1037 |
+
np.float64,0x3fe59a0b80eb3418,0x3fe7b695fdcba1de,3
|
| 1038 |
+
np.float64,0xbfe9cad619f395ac,0xbfedff0514d91e2c,3
|
| 1039 |
+
np.float64,0x3fc8bc74eb3178e8,0x3fc8e48cb22da666,3
|
| 1040 |
+
np.float64,0xbfc5389a3f2a7134,0xbfc551cd6febc544,3
|
| 1041 |
+
np.float64,0x3fce82feb33d0600,0x3fceceecce2467ef,3
|
| 1042 |
+
np.float64,0x3fda346791b468d0,0x3fdaff95154a4ca6,3
|
| 1043 |
+
np.float64,0x3fd04501fea08a04,0x3fd073397b32607e,3
|
| 1044 |
+
np.float64,0xbfb6be498a2d7c90,0xbfb6c5f93aeb0e57,3
|
| 1045 |
+
np.float64,0x3fe1f030dd63e062,0x3fe30ad8fb97cce0,3
|
| 1046 |
+
np.float64,0xbfee3fb36dfc7f67,0xbff3d0a5e380b86f,3
|
| 1047 |
+
np.float64,0xbfa876773c30ecf0,0xbfa878d9d3df6a3f,3
|
| 1048 |
+
np.float64,0x3fdb58296eb6b054,0x3fdc40ceffb17f82,3
|
| 1049 |
+
np.float64,0xbfea16b5d8742d6c,0xbfee809b99fd6adc,3
|
| 1050 |
+
np.float64,0xbfdc5062b6b8a0c6,0xbfdd547623275fdb,3
|
| 1051 |
+
np.float64,0x3fef6db242fedb64,0x3ff61ab4cdaef467,3
|
| 1052 |
+
np.float64,0xbfc9f778f933eef0,0xbfca25eef1088167,3
|
| 1053 |
+
np.float64,0xbfd22063eba440c8,0xbfd260c8766c69cf,3
|
| 1054 |
+
np.float64,0x3fdd2379f2ba46f4,0x3fde40b025cb1ffa,3
|
| 1055 |
+
np.float64,0xbfea967af2f52cf6,0xbfef61a178774636,3
|
| 1056 |
+
np.float64,0x3fe4f5b49fe9eb6a,0x3fe6da8311a5520e,3
|
| 1057 |
+
np.float64,0x3feccde17b799bc2,0x3ff1ebd0ea228b71,3
|
| 1058 |
+
np.float64,0x3fe1bb76506376ec,0x3fe2cb56fca01840,3
|
| 1059 |
+
np.float64,0xbfef94e583ff29cb,0xbff68aeab8ba75a2,3
|
| 1060 |
+
np.float64,0x3fed024a55fa0494,0x3ff228ea5d456e9d,3
|
| 1061 |
+
np.float64,0xbfe877b2a8f0ef65,0xbfebdaa1a4712459,3
|
| 1062 |
+
np.float64,0x3fef687a8d7ed0f6,0x3ff60cf5fef8d448,3
|
| 1063 |
+
np.float64,0xbfeeb2dc8afd65b9,0xbff48dda6a906cd6,3
|
| 1064 |
+
np.float64,0x3fdb2e28aeb65c50,0x3fdc12620655eb7a,3
|
| 1065 |
+
np.float64,0x3fedc1863afb830c,0x3ff31ae823315e83,3
|
| 1066 |
+
np.float64,0xbfe6b1bb546d6376,0xbfe93a38163e3a59,3
|
| 1067 |
+
np.float64,0x3fe479c78468f390,0x3fe637e5c0fc5730,3
|
| 1068 |
+
np.float64,0x3fbad1fade35a3f0,0x3fbade9a43ca05cf,3
|
| 1069 |
+
np.float64,0xbfe2d1c563e5a38b,0xbfe41e712785900c,3
|
| 1070 |
+
np.float64,0xbfc08c33ed211868,0xbfc09817a752d500,3
|
| 1071 |
+
np.float64,0xbfecce0935f99c12,0xbff1ebfe84524037,3
|
| 1072 |
+
np.float64,0x3fce4ef0e73c9de0,0x3fce995638a3dc48,3
|
| 1073 |
+
np.float64,0xbfd2fb2343a5f646,0xbfd345592517ca18,3
|
| 1074 |
+
np.float64,0x3fd848f7cdb091f0,0x3fd8e8bee5f7b49a,3
|
| 1075 |
+
np.float64,0x3fe532b7d2ea6570,0x3fe72b9ac747926a,3
|
| 1076 |
+
np.float64,0x3fd616aadcac2d54,0x3fd68d692c5cad42,3
|
| 1077 |
+
np.float64,0x3fd7720eb3aee41c,0x3fd801206a0e1e43,3
|
| 1078 |
+
np.float64,0x3fee835a35fd06b4,0x3ff43c7175eb7a54,3
|
| 1079 |
+
np.float64,0xbfe2e8f70b65d1ee,0xbfe43b2800a947a7,3
|
| 1080 |
+
np.float64,0xbfed38f45d7a71e9,0xbff26acd6bde7174,3
|
| 1081 |
+
np.float64,0xbfc0c62661218c4c,0xbfc0d28964d66120,3
|
| 1082 |
+
np.float64,0x3fe97940bef2f282,0x3fed76b986a74ee3,3
|
| 1083 |
+
np.float64,0x3fc96f7dc532def8,0x3fc99b20044c8fcf,3
|
| 1084 |
+
np.float64,0xbfd60201eeac0404,0xbfd677675efaaedc,3
|
| 1085 |
+
np.float64,0x3fe63c0867ec7810,0x3fe894f060200140,3
|
| 1086 |
+
np.float64,0xbfef6144b37ec289,0xbff5fa589a515ba8,3
|
| 1087 |
+
np.float64,0xbfde2da0c8bc5b42,0xbfdf6d0b59e3232a,3
|
| 1088 |
+
np.float64,0xbfd7401612ae802c,0xbfd7cb74ddd413b9,3
|
| 1089 |
+
np.float64,0x3fe41c012de83802,0x3fe5be9d87da3f82,3
|
| 1090 |
+
np.float64,0x3fdf501609bea02c,0x3fe05c1d96a2270b,3
|
| 1091 |
+
np.float64,0x3fcf9fa1233f3f40,0x3fcff45598e72f07,3
|
| 1092 |
+
np.float64,0x3fd4e3895ea9c714,0x3fd547580d8392a2,3
|
| 1093 |
+
np.float64,0x3fe1e8ff5fe3d1fe,0x3fe3022a0b86a2ab,3
|
| 1094 |
+
np.float64,0xbfe0aa55956154ab,0xbfe18768823da589,3
|
| 1095 |
+
np.float64,0x3fb2a0aa26254150,0x3fb2a4e1faff1c93,3
|
| 1096 |
+
np.float64,0x3fd3823417a70468,0x3fd3d2f808dbb167,3
|
| 1097 |
+
np.float64,0xbfaed323643da640,0xbfaed7e9bef69811,3
|
| 1098 |
+
np.float64,0x3fe661e8c4ecc3d2,0x3fe8c9c535f43c16,3
|
| 1099 |
+
np.float64,0xbfa429777c2852f0,0xbfa42acd38ba02a6,3
|
| 1100 |
+
np.float64,0x3fb5993ea22b3280,0x3fb59fd353e47397,3
|
| 1101 |
+
np.float64,0x3fee62d21efcc5a4,0x3ff40788f9278ade,3
|
| 1102 |
+
np.float64,0xbf813fb810227f80,0xbf813fc56d8f3c53,3
|
| 1103 |
+
np.float64,0x3fd56205deaac40c,0x3fd5cd59671ef193,3
|
| 1104 |
+
np.float64,0x3fd31a4de5a6349c,0x3fd365fe401b66e8,3
|
| 1105 |
+
np.float64,0xbfec7cc7a478f98f,0xbff190cf69703ca4,3
|
| 1106 |
+
np.float64,0xbf755881a02ab100,0xbf755887f52e7794,3
|
| 1107 |
+
np.float64,0x3fdd1c92e6ba3924,0x3fde38efb4e8605c,3
|
| 1108 |
+
np.float64,0x3fdf49da80be93b4,0x3fe0588af8dd4a34,3
|
| 1109 |
+
np.float64,0x3fe1fcdbf2e3f9b8,0x3fe31a27b9d273f2,3
|
| 1110 |
+
np.float64,0x3fe2a0f18be541e4,0x3fe3e23b159ce20f,3
|
| 1111 |
+
np.float64,0xbfed0f1561fa1e2b,0xbff23820fc0a54ca,3
|
| 1112 |
+
np.float64,0x3fe34a006c669400,0x3fe4b419b9ed2b83,3
|
| 1113 |
+
np.float64,0xbfd51be430aa37c8,0xbfd583005a4d62e7,3
|
| 1114 |
+
np.float64,0x3fe5ec4e336bd89c,0x3fe826caad6b0f65,3
|
| 1115 |
+
np.float64,0xbfdad71b1fb5ae36,0xbfdbb25bef8b53d8,3
|
| 1116 |
+
np.float64,0xbfe8eac2d871d586,0xbfec8f8cac7952f9,3
|
| 1117 |
+
np.float64,0xbfe1d5aef663ab5e,0xbfe2eae14b7ccdfd,3
|
| 1118 |
+
np.float64,0x3fec11d3157823a6,0x3ff11e8279506753,3
|
| 1119 |
+
np.float64,0xbfe67ff1166cffe2,0xbfe8f3e61c1dfd32,3
|
| 1120 |
+
np.float64,0xbfd101eecda203de,0xbfd136e0e9557022,3
|
| 1121 |
+
np.float64,0x3fde6c9e5cbcd93c,0x3fdfb48ee7efe134,3
|
| 1122 |
+
np.float64,0x3fec3ede9c787dbe,0x3ff14dead1e5cc1c,3
|
| 1123 |
+
np.float64,0x3fe7a022086f4044,0x3fea93ce2980b161,3
|
| 1124 |
+
np.float64,0xbfc3b2b1b7276564,0xbfc3c6d02d60bb21,3
|
| 1125 |
+
np.float64,0x7ff0000000000000,0x7ff8000000000000,3
|
| 1126 |
+
np.float64,0x3fe60b5647ec16ac,0x3fe8517ef0544b40,3
|
| 1127 |
+
np.float64,0xbfd20ab654a4156c,0xbfd24a2f1b8e4932,3
|
| 1128 |
+
np.float64,0xbfe4aa1e2f69543c,0xbfe677005cbd2646,3
|
| 1129 |
+
np.float64,0xbfc831cc0b306398,0xbfc8574910d0b86d,3
|
| 1130 |
+
np.float64,0xbfc3143495262868,0xbfc3267961b79198,3
|
| 1131 |
+
np.float64,0x3fc14d64c1229ac8,0x3fc15afea90a319d,3
|
| 1132 |
+
np.float64,0x3fc0a5a207214b48,0x3fc0b1bd2f15c1b0,3
|
| 1133 |
+
np.float64,0xbfc0b8351521706c,0xbfc0c4792672d6db,3
|
| 1134 |
+
np.float64,0xbfdc383600b8706c,0xbfdd398429e163bd,3
|
| 1135 |
+
np.float64,0x3fd9e17321b3c2e8,0x3fdaa4c4d140a622,3
|
| 1136 |
+
np.float64,0xbfd44f079ea89e10,0xbfd4aa7d6deff4ab,3
|
| 1137 |
+
np.float64,0xbfc3de52a927bca4,0xbfc3f2f8f65f4c3f,3
|
| 1138 |
+
np.float64,0x3fe7779d566eef3a,0x3fea57f8592dbaad,3
|
| 1139 |
+
np.float64,0xbfe309039e661207,0xbfe462f47f9a64e5,3
|
| 1140 |
+
np.float64,0x3fd8e06d08b1c0dc,0x3fd98cc946e440a6,3
|
| 1141 |
+
np.float64,0x3fdde66c9ebbccd8,0x3fdf1c68009a8dc1,3
|
| 1142 |
+
np.float64,0x3fd4369c6ba86d38,0x3fd490bf460a69e4,3
|
| 1143 |
+
np.float64,0xbfe132252fe2644a,0xbfe22775e109cc2e,3
|
| 1144 |
+
np.float64,0x3fee15483c7c2a90,0x3ff39111de89036f,3
|
| 1145 |
+
np.float64,0xbfc1d5ee8123abdc,0xbfc1e4d66c6871a5,3
|
| 1146 |
+
np.float64,0x3fc851c52b30a388,0x3fc877d93fb4ae1a,3
|
| 1147 |
+
np.float64,0x3fdaade707b55bd0,0x3fdb85001661fffe,3
|
| 1148 |
+
np.float64,0xbfe79fb7f96f3f70,0xbfea9330ec27ac10,3
|
| 1149 |
+
np.float64,0xbfe8b0f725f161ee,0xbfec3411c0e4517a,3
|
| 1150 |
+
np.float64,0xbfea79f5f374f3ec,0xbfef2e9dd9270488,3
|
| 1151 |
+
np.float64,0x3fe0b5fe5b616bfc,0x3fe19512a36a4534,3
|
| 1152 |
+
np.float64,0xbfad7c622c3af8c0,0xbfad808fea96a804,3
|
| 1153 |
+
np.float64,0xbfe3e24dbce7c49c,0xbfe574b4c1ea9818,3
|
| 1154 |
+
np.float64,0xbfe80b038af01607,0xbfeb33fec279576a,3
|
| 1155 |
+
np.float64,0xbfef69e2ea7ed3c6,0xbff610a5593a18bc,3
|
| 1156 |
+
np.float64,0x3fdcc0bb39b98178,0x3fddd1f8c9a46430,3
|
| 1157 |
+
np.float64,0xbfba39976a347330,0xbfba4563bb5369a4,3
|
| 1158 |
+
np.float64,0xbfebf9768ef7f2ed,0xbff10548ab725f74,3
|
| 1159 |
+
np.float64,0xbfec21c066f84381,0xbff12f2803ba052f,3
|
| 1160 |
+
np.float64,0xbfca216a6b3442d4,0xbfca50c5e1e5748e,3
|
| 1161 |
+
np.float64,0x3fd5e40da4abc81c,0x3fd65783f9a22946,3
|
| 1162 |
+
np.float64,0x3fc235ca17246b98,0x3fc245a8f453173f,3
|
| 1163 |
+
np.float64,0x3fecb5b867796b70,0x3ff1d046a0bfda69,3
|
| 1164 |
+
np.float64,0x3fcb457fef368b00,0x3fcb7b6daa8165a7,3
|
| 1165 |
+
np.float64,0xbfa5ed6f7c2bdae0,0xbfa5ef27244e2e42,3
|
| 1166 |
+
np.float64,0x3fecf618a1f9ec32,0x3ff21a86cc104542,3
|
| 1167 |
+
np.float64,0x3fe9d95413f3b2a8,0x3fee178dcafa11fc,3
|
| 1168 |
+
np.float64,0xbfe93a5357f274a7,0xbfed0f9a565da84a,3
|
| 1169 |
+
np.float64,0xbfeb9e45ff773c8c,0xbff0a93cab8e258d,3
|
| 1170 |
+
np.float64,0x3fcbd9d0bd37b3a0,0x3fcc134e87cae241,3
|
| 1171 |
+
np.float64,0x3fe55d4db76aba9c,0x3fe764a0e028475a,3
|
| 1172 |
+
np.float64,0xbfc8a6fc71314df8,0xbfc8ceaafbfc59a7,3
|
| 1173 |
+
np.float64,0x3fe0615fa660c2c0,0x3fe1323611c4cbc2,3
|
| 1174 |
+
np.float64,0x3fb965558632cab0,0x3fb9700b84de20ab,3
|
| 1175 |
+
np.float64,0x8000000000000000,0x8000000000000000,3
|
| 1176 |
+
np.float64,0x3fe76776c6eeceee,0x3fea40403e24a9f1,3
|
| 1177 |
+
np.float64,0x3fe3b7f672676fec,0x3fe53ece71a1a1b1,3
|
| 1178 |
+
np.float64,0xbfa9b82ba4337050,0xbfa9baf15394ca64,3
|
| 1179 |
+
np.float64,0xbfe31faf49663f5e,0xbfe47f31b1ca73dc,3
|
| 1180 |
+
np.float64,0xbfcc4c6beb3898d8,0xbfcc88c5f814b2c1,3
|
| 1181 |
+
np.float64,0x3fd481530aa902a8,0x3fd4df8df03bc155,3
|
| 1182 |
+
np.float64,0x3fd47593b8a8eb28,0x3fd4d327ab78a1a8,3
|
| 1183 |
+
np.float64,0x3fd70e6ccbae1cd8,0x3fd7962fe8b63d46,3
|
| 1184 |
+
np.float64,0x3fd25191f7a4a324,0x3fd2941623c88e02,3
|
| 1185 |
+
np.float64,0x3fd0603ef0a0c07c,0x3fd08f64e97588dc,3
|
| 1186 |
+
np.float64,0xbfc653bae52ca774,0xbfc6711e5e0d8ea9,3
|
| 1187 |
+
np.float64,0xbfd11db8fea23b72,0xbfd153b63c6e8812,3
|
| 1188 |
+
np.float64,0xbfea9bde25f537bc,0xbfef6b52268e139a,3
|
| 1189 |
+
np.float64,0x1,0x1,3
|
| 1190 |
+
np.float64,0xbfefd3806d7fa701,0xbff776dcef9583ca,3
|
| 1191 |
+
np.float64,0xbfe0fb8cfde1f71a,0xbfe1e6e2e774a8f8,3
|
| 1192 |
+
np.float64,0x3fea384534f4708a,0x3feebadaa389be0d,3
|
| 1193 |
+
np.float64,0x3feff761c97feec4,0x3ff866157b9d072d,3
|
| 1194 |
+
np.float64,0x3fe7131ccb6e263a,0x3fe9c58b4389f505,3
|
| 1195 |
+
np.float64,0x3fe9084f7872109e,0x3fecbed0355dbc8f,3
|
| 1196 |
+
np.float64,0x3f708e89e0211d00,0x3f708e8cd4946b9e,3
|
| 1197 |
+
np.float64,0xbfe39185f067230c,0xbfe50e1cd178244d,3
|
| 1198 |
+
np.float64,0x3fd67cc1a9acf984,0x3fd6fa514784b48c,3
|
| 1199 |
+
np.float64,0xbfecaef005f95de0,0xbff1c89c9c3ef94a,3
|
| 1200 |
+
np.float64,0xbfe12eec81e25dd9,0xbfe223a4285bba9a,3
|
| 1201 |
+
np.float64,0x3fbe7f9faa3cff40,0x3fbe92363525068d,3
|
| 1202 |
+
np.float64,0xbfe1950b2b632a16,0xbfe29d45fc1e4ce9,3
|
| 1203 |
+
np.float64,0x3fe45049e6e8a094,0x3fe6020de759e383,3
|
| 1204 |
+
np.float64,0x3fe4d10c8969a21a,0x3fe6aa1fe42cbeb9,3
|
| 1205 |
+
np.float64,0xbfe9d04658f3a08d,0xbfee08370a0dbf0c,3
|
| 1206 |
+
np.float64,0x3fe14fb314e29f66,0x3fe24a8d73663521,3
|
| 1207 |
+
np.float64,0xbfef4abfe4fe9580,0xbff5c2c1ff1250ca,3
|
| 1208 |
+
np.float64,0xbfe6162b366c2c56,0xbfe86073ac3c6243,3
|
| 1209 |
+
np.float64,0x3feffe781e7ffcf0,0x3ff8d2cbedd6a1b5,3
|
| 1210 |
+
np.float64,0xbff0000000000000,0xbff921fb54442d18,3
|
| 1211 |
+
np.float64,0x3fc1dc45ad23b888,0x3fc1eb3d9bddda58,3
|
| 1212 |
+
np.float64,0xbfe793f6fcef27ee,0xbfea81c93d65aa64,3
|
| 1213 |
+
np.float64,0x3fdef6d2bbbdeda4,0x3fe029079d42efb5,3
|
| 1214 |
+
np.float64,0xbfdf0ac479be1588,0xbfe0346dbc95963f,3
|
| 1215 |
+
np.float64,0xbfd33927d7a67250,0xbfd38653f90a5b73,3
|
| 1216 |
+
np.float64,0xbfe248b072e49161,0xbfe37631ef6572e1,3
|
| 1217 |
+
np.float64,0xbfc8ceb6af319d6c,0xbfc8f7288657f471,3
|
| 1218 |
+
np.float64,0x3fdd7277fcbae4f0,0x3fde99886e6766ef,3
|
| 1219 |
+
np.float64,0xbfe0d30c6561a619,0xbfe1b72f90bf53d6,3
|
| 1220 |
+
np.float64,0xbfcb0fe07d361fc0,0xbfcb448e2eae9542,3
|
| 1221 |
+
np.float64,0xbfe351f57fe6a3eb,0xbfe4be13eef250f2,3
|
| 1222 |
+
np.float64,0x3fe85ec02cf0bd80,0x3febb407e2e52e4c,3
|
| 1223 |
+
np.float64,0x3fc8bc59b53178b0,0x3fc8e470f65800ec,3
|
| 1224 |
+
np.float64,0xbfd278d447a4f1a8,0xbfd2bd133c9c0620,3
|
| 1225 |
+
np.float64,0x3feda5cfd87b4ba0,0x3ff2f5ab4324f43f,3
|
| 1226 |
+
np.float64,0xbfd2b32a36a56654,0xbfd2fa09c36afd34,3
|
| 1227 |
+
np.float64,0xbfed4a81cb7a9504,0xbff28077a4f4fff4,3
|
| 1228 |
+
np.float64,0x3fdf079bf9be0f38,0x3fe0329f7fb13f54,3
|
| 1229 |
+
np.float64,0x3fd14097f6a28130,0x3fd177e9834ec23f,3
|
| 1230 |
+
np.float64,0xbfaeab11843d5620,0xbfaeafc5531eb6b5,3
|
| 1231 |
+
np.float64,0xbfac3f8c14387f20,0xbfac433893d53360,3
|
| 1232 |
+
np.float64,0xbfc139d7ed2273b0,0xbfc14743adbbe660,3
|
| 1233 |
+
np.float64,0x3fe78cb02cef1960,0x3fea7707f76edba9,3
|
| 1234 |
+
np.float64,0x3fefe16b41ffc2d6,0x3ff7bff36a7aa7b8,3
|
| 1235 |
+
np.float64,0x3fec5260d378a4c2,0x3ff162c588b0da38,3
|
| 1236 |
+
np.float64,0x3fedb146f17b628e,0x3ff304f90d3a15d1,3
|
| 1237 |
+
np.float64,0x3fd1fd45f7a3fa8c,0x3fd23c2dc3929e20,3
|
| 1238 |
+
np.float64,0x3fe0898a5ee11314,0x3fe1610c63e726eb,3
|
| 1239 |
+
np.float64,0x3fe7719946eee332,0x3fea4f205eecb59f,3
|
| 1240 |
+
np.float64,0x3fe955218972aa44,0x3fed3b530c1f7651,3
|
| 1241 |
+
np.float64,0x3fe0ccbf4461997e,0x3fe1afc7b4587836,3
|
| 1242 |
+
np.float64,0xbfe9204314f24086,0xbfece5605780e346,3
|
| 1243 |
+
np.float64,0xbfe552017feaa403,0xbfe755773cbd74d5,3
|
| 1244 |
+
np.float64,0x3fd8ce4b32b19c98,0x3fd9791c8dd44eae,3
|
| 1245 |
+
np.float64,0x3fef89acd9ff135a,0x3ff668f78adf7ced,3
|
| 1246 |
+
np.float64,0x3fc9d713ad33ae28,0x3fca04da6c293bbd,3
|
| 1247 |
+
np.float64,0xbfe22d9c4de45b38,0xbfe3553effadcf92,3
|
| 1248 |
+
np.float64,0x3fa5cda38c2b9b40,0x3fa5cf53c5787482,3
|
| 1249 |
+
np.float64,0x3fa878ebdc30f1e0,0x3fa87b4f2bf1d4c3,3
|
| 1250 |
+
np.float64,0x3fe8030353700606,0x3feb27e196928789,3
|
| 1251 |
+
np.float64,0x3fb50607222a0c10,0x3fb50c188ce391e6,3
|
| 1252 |
+
np.float64,0x3fd9ba4ab4b37494,0x3fda79fa8bd40f45,3
|
| 1253 |
+
np.float64,0x3fb564598e2ac8b0,0x3fb56abe42d1ba13,3
|
| 1254 |
+
np.float64,0xbfd1177c83a22efa,0xbfd14d3d7ef30cc4,3
|
| 1255 |
+
np.float64,0xbfd952cec7b2a59e,0xbfda09215d17c0ac,3
|
| 1256 |
+
np.float64,0x3fe1d8066663b00c,0x3fe2edb35770b8dd,3
|
| 1257 |
+
np.float64,0xbfc89427a3312850,0xbfc8bb7a7c389497,3
|
| 1258 |
+
np.float64,0xbfe86ebfd3f0dd80,0xbfebccc2ba0f506c,3
|
| 1259 |
+
np.float64,0x3fc390578b2720b0,0x3fc3a40cb7f5f728,3
|
| 1260 |
+
np.float64,0xbfd122f9b8a245f4,0xbfd15929dc57a897,3
|
| 1261 |
+
np.float64,0x3f8d0636d03a0c80,0x3f8d06767de576df,3
|
| 1262 |
+
np.float64,0xbfe4b55d8b696abb,0xbfe685be537a9637,3
|
| 1263 |
+
np.float64,0xbfdfd51cf9bfaa3a,0xbfe0a894fcff0c76,3
|
| 1264 |
+
np.float64,0xbfd37c1f52a6f83e,0xbfd3cc9593c37aad,3
|
| 1265 |
+
np.float64,0x3fd0e8283ea1d050,0x3fd11c25c800785a,3
|
| 1266 |
+
np.float64,0x3fd3160784a62c10,0x3fd36183a6c2880c,3
|
| 1267 |
+
np.float64,0x3fd4c66e57a98cdc,0x3fd5288fe3394eff,3
|
| 1268 |
+
np.float64,0x3fee2f7e3afc5efc,0x3ff3b8063eb30cdc,3
|
| 1269 |
+
np.float64,0xbfe526773a6a4cee,0xbfe71b4364215b18,3
|
| 1270 |
+
np.float64,0x3fea01181e740230,0x3fee5b65eccfd130,3
|
| 1271 |
+
np.float64,0xbfe51c03f76a3808,0xbfe70d5919d37587,3
|
| 1272 |
+
np.float64,0x3fd97e1375b2fc28,0x3fda3845da40b22b,3
|
| 1273 |
+
np.float64,0x3fd5c14a14ab8294,0x3fd632890d07ed03,3
|
| 1274 |
+
np.float64,0xbfec9b474279368e,0xbff1b28f50584fe3,3
|
| 1275 |
+
np.float64,0x3fe0139ca860273a,0x3fe0d7fc377f001c,3
|
| 1276 |
+
np.float64,0x3fdb080c9db61018,0x3fdbe85056358fa0,3
|
| 1277 |
+
np.float64,0xbfdd72ceb1bae59e,0xbfde99ea171661eb,3
|
| 1278 |
+
np.float64,0xbfe64e934fec9d26,0xbfe8aec2ef24be63,3
|
| 1279 |
+
np.float64,0x3fd1036a93a206d4,0x3fd1386adabe01bd,3
|
| 1280 |
+
np.float64,0x3febc9d4a5f793aa,0x3ff0d4c069f1e67d,3
|
| 1281 |
+
np.float64,0xbfe547a16fea8f43,0xbfe747902fe6fb4d,3
|
| 1282 |
+
np.float64,0x3fc289b0f9251360,0x3fc29a709de6bdd9,3
|
| 1283 |
+
np.float64,0xbfe694494a6d2892,0xbfe9108f3dc133e2,3
|
| 1284 |
+
np.float64,0x3fd827dfe4b04fc0,0x3fd8c4fe40532b91,3
|
| 1285 |
+
np.float64,0xbfe8b89418f17128,0xbfec400c5a334b2e,3
|
| 1286 |
+
np.float64,0x3fed5605147aac0a,0x3ff28ed1f612814a,3
|
| 1287 |
+
np.float64,0xbfed36af31fa6d5e,0xbff26804e1f71af0,3
|
| 1288 |
+
np.float64,0x3fdbb01c02b76038,0x3fdca2381558bbf0,3
|
| 1289 |
+
np.float64,0x3fe2a951666552a2,0x3fe3ec88f780f9e6,3
|
| 1290 |
+
np.float64,0x3fe662defbecc5be,0x3fe8cb1dbfca98ab,3
|
| 1291 |
+
np.float64,0x3fd098b1b3a13164,0x3fd0c9d064e4eaf2,3
|
| 1292 |
+
np.float64,0x3fefa10edeff421e,0x3ff6b1c6187b18a8,3
|
| 1293 |
+
np.float64,0xbfec4feb7a789fd7,0xbff16021ef37a219,3
|
| 1294 |
+
np.float64,0x3fd8e415bbb1c82c,0x3fd990c1f8b786bd,3
|
| 1295 |
+
np.float64,0xbfead5a09275ab41,0xbfefd44fab5b4f6e,3
|
| 1296 |
+
np.float64,0xbfe8666c16f0ccd8,0xbfebbfe0c9f2a9ae,3
|
| 1297 |
+
np.float64,0x3fdc962132b92c44,0x3fdda2525a6f406c,3
|
| 1298 |
+
np.float64,0xbfe2037f03e406fe,0xbfe3222ec2a3449e,3
|
| 1299 |
+
np.float64,0xbfec82c27e790585,0xbff197626ea9df1e,3
|
| 1300 |
+
np.float64,0x3fd2b4e03ca569c0,0x3fd2fbd3c7fda23e,3
|
| 1301 |
+
np.float64,0xbfe9b0dee5f361be,0xbfedd34f6d3dfe8a,3
|
| 1302 |
+
np.float64,0x3feef45cd17de8ba,0x3ff508180687b591,3
|
| 1303 |
+
np.float64,0x3f82c39bf0258700,0x3f82c3ad24c3b3f1,3
|
| 1304 |
+
np.float64,0xbfca848cfd350918,0xbfcab612ce258546,3
|
| 1305 |
+
np.float64,0x3fd6442aaaac8854,0x3fd6bdea54016e48,3
|
| 1306 |
+
np.float64,0x3fe550799e6aa0f4,0x3fe75369c9ea5b1e,3
|
| 1307 |
+
np.float64,0xbfe0e9d5a361d3ac,0xbfe1d20011139d89,3
|
| 1308 |
+
np.float64,0x3fbfc9ff1e3f9400,0x3fbfdf0ea6885c80,3
|
| 1309 |
+
np.float64,0xbfa187e8b4230fd0,0xbfa188c95072092e,3
|
| 1310 |
+
np.float64,0x3fcd28c9533a5190,0x3fcd6ae879c21b47,3
|
| 1311 |
+
np.float64,0x3fc6227ec52c4500,0x3fc63f1fbb441d29,3
|
| 1312 |
+
np.float64,0x3fe9b7a2ed736f46,0x3feddeab49b2d176,3
|
| 1313 |
+
np.float64,0x3fd4aee93da95dd4,0x3fd50fb3b71e0339,3
|
| 1314 |
+
np.float64,0xbfe164dacf62c9b6,0xbfe263bb2f7dd5d9,3
|
| 1315 |
+
np.float64,0x3fec62e525f8c5ca,0x3ff17496416d9921,3
|
| 1316 |
+
np.float64,0x3fdd363ee0ba6c7c,0x3fde55c6a49a5f86,3
|
| 1317 |
+
np.float64,0x3fe65cbf75ecb97e,0x3fe8c28d31ff3ebd,3
|
| 1318 |
+
np.float64,0xbfe76d27ca6eda50,0xbfea4899e3661425,3
|
| 1319 |
+
np.float64,0xbfc305738d260ae8,0xbfc3178dcfc9d30f,3
|
| 1320 |
+
np.float64,0xbfd3aa2a54a75454,0xbfd3fcf1e1ce8328,3
|
| 1321 |
+
np.float64,0x3fd1609fc9a2c140,0x3fd1992efa539b9f,3
|
| 1322 |
+
np.float64,0xbfac1291bc382520,0xbfac162cc7334b4d,3
|
| 1323 |
+
np.float64,0xbfedb461ea7b68c4,0xbff309247850455d,3
|
| 1324 |
+
np.float64,0xbfe8d2adf8f1a55c,0xbfec6947be90ba92,3
|
| 1325 |
+
np.float64,0xbfd7128965ae2512,0xbfd79a9855bcfc5a,3
|
| 1326 |
+
np.float64,0x3fe8deb09471bd62,0x3fec7c56b3aee531,3
|
| 1327 |
+
np.float64,0xbfe5f4d329ebe9a6,0xbfe8327ea8189af8,3
|
| 1328 |
+
np.float64,0xbfd3b46ac9a768d6,0xbfd407b80b12ff17,3
|
| 1329 |
+
np.float64,0x3fec899d7cf9133a,0x3ff19ef26baca36f,3
|
| 1330 |
+
np.float64,0xbfec192fd5783260,0xbff126306e507fd0,3
|
| 1331 |
+
np.float64,0x3fe945bdaef28b7c,0x3fed222f787310bf,3
|
| 1332 |
+
np.float64,0xbfeff9635d7ff2c7,0xbff87d6773f318eb,3
|
| 1333 |
+
np.float64,0xbfd604b81cac0970,0xbfd67a4aa852559a,3
|
| 1334 |
+
np.float64,0x3fcd1cc9d53a3990,0x3fcd5e962e237c24,3
|
| 1335 |
+
np.float64,0xbfed77b0fffaef62,0xbff2b97a1c9b6483,3
|
| 1336 |
+
np.float64,0xbfc9c69325338d28,0xbfc9f401500402fb,3
|
| 1337 |
+
np.float64,0xbfdf97e246bf2fc4,0xbfe0855601ea9db3,3
|
| 1338 |
+
np.float64,0x3fc7e6304f2fcc60,0x3fc80a4e718504cd,3
|
| 1339 |
+
np.float64,0x3fec3b599e7876b4,0x3ff14a2d1b9c68e6,3
|
| 1340 |
+
np.float64,0xbfe98618e1f30c32,0xbfed8bfbb31c394a,3
|
| 1341 |
+
np.float64,0xbfe59b3c0feb3678,0xbfe7b832d6df81de,3
|
| 1342 |
+
np.float64,0xbfe54ce2fe6a99c6,0xbfe74e9a85be4116,3
|
| 1343 |
+
np.float64,0x3fc9db49cb33b690,0x3fca092737ef500a,3
|
| 1344 |
+
np.float64,0xbfb4a922ae295248,0xbfb4aee4e39078a9,3
|
| 1345 |
+
np.float64,0xbfd0e542e0a1ca86,0xbfd11925208d66af,3
|
| 1346 |
+
np.float64,0x3fd70543f2ae0a88,0x3fd78c5e9238a3ee,3
|
| 1347 |
+
np.float64,0x3fd67f7a7facfef4,0x3fd6fd3998df8545,3
|
| 1348 |
+
np.float64,0xbfe40b643d6816c8,0xbfe5a947e427f298,3
|
| 1349 |
+
np.float64,0xbfcd85f69b3b0bec,0xbfcdcaa24b75f1a3,3
|
| 1350 |
+
np.float64,0x3fec705fb4f8e0c0,0x3ff1833c82163ee2,3
|
| 1351 |
+
np.float64,0x3fb37650ea26eca0,0x3fb37b20c16fb717,3
|
| 1352 |
+
np.float64,0x3fe5ebfa55ebd7f4,0x3fe826578d716e70,3
|
| 1353 |
+
np.float64,0x3fe991dfe5f323c0,0x3fed9f8a4bf1f588,3
|
| 1354 |
+
np.float64,0xbfd658bd0aacb17a,0xbfd6d3dd06e54900,3
|
| 1355 |
+
np.float64,0xbfc24860252490c0,0xbfc258701a0b9290,3
|
| 1356 |
+
np.float64,0xbfefb8d763ff71af,0xbff705b6ea4a569d,3
|
| 1357 |
+
np.float64,0x3fb8fcb4ae31f970,0x3fb906e809e7899f,3
|
| 1358 |
+
np.float64,0x3fce6343cb3cc688,0x3fceae41d1629625,3
|
| 1359 |
+
np.float64,0xbfd43d5a11a87ab4,0xbfd497da25687e07,3
|
| 1360 |
+
np.float64,0xbfe9568851f2ad11,0xbfed3d9e5fe83a76,3
|
| 1361 |
+
np.float64,0x3fe1b66153e36cc2,0x3fe2c53c7e016271,3
|
| 1362 |
+
np.float64,0x3fef27452bfe4e8a,0x3ff571b3486ed416,3
|
| 1363 |
+
np.float64,0x3fca87c0a7350f80,0x3fcab958a7bb82d4,3
|
| 1364 |
+
np.float64,0xbfd8776a8fb0eed6,0xbfd91afaf2f50edf,3
|
| 1365 |
+
np.float64,0x3fe9522a76f2a454,0x3fed3679264e1525,3
|
| 1366 |
+
np.float64,0x3fea14ff2cf429fe,0x3fee7da6431cc316,3
|
| 1367 |
+
np.float64,0x3fe970618bf2e0c4,0x3fed68154d54dd97,3
|
| 1368 |
+
np.float64,0x3fd3410cfca68218,0x3fd38e9b21792240,3
|
| 1369 |
+
np.float64,0xbf6a8070c0350100,0xbf6a8073c7c34517,3
|
| 1370 |
+
np.float64,0xbfbe449de23c8938,0xbfbe56c8e5e4d98b,3
|
| 1371 |
+
np.float64,0x3fedbc92e27b7926,0x3ff314313216d8e6,3
|
| 1372 |
+
np.float64,0xbfe3be4706677c8e,0xbfe546d3ceb85aea,3
|
| 1373 |
+
np.float64,0x3fe30cd6d76619ae,0x3fe467b6f2664a8d,3
|
| 1374 |
+
np.float64,0x3fd7d69b21afad38,0x3fd86d54284d05ad,3
|
| 1375 |
+
np.float64,0xbfe501001fea0200,0xbfe6e978afcff4d9,3
|
| 1376 |
+
np.float64,0xbfe44ba3d8e89748,0xbfe5fc0a31cd1e3e,3
|
| 1377 |
+
np.float64,0x3fec52f7c078a5f0,0x3ff16367acb209b2,3
|
| 1378 |
+
np.float64,0xbfcb19efcb3633e0,0xbfcb4ed9235a7d47,3
|
| 1379 |
+
np.float64,0xbfab86796c370cf0,0xbfab89df7bf15710,3
|
| 1380 |
+
np.float64,0xbfb962feda32c600,0xbfb96db1e1679c98,3
|
| 1381 |
+
np.float64,0x3fe0dd14e861ba2a,0x3fe1c2fc72810567,3
|
| 1382 |
+
np.float64,0x3fe41bcc6de83798,0x3fe5be59b7f9003b,3
|
| 1383 |
+
np.float64,0x3fc82f4c4f305e98,0x3fc854bd9798939f,3
|
| 1384 |
+
np.float64,0xbfcd143a613a2874,0xbfcd55cbd1619d84,3
|
| 1385 |
+
np.float64,0xbfd52da61baa5b4c,0xbfd595d0b3543439,3
|
| 1386 |
+
np.float64,0xbfb71b4a8e2e3698,0xbfb7235a4ab8432f,3
|
| 1387 |
+
np.float64,0xbfec141a19782834,0xbff120e1e39fc856,3
|
| 1388 |
+
np.float64,0xbfdba9319db75264,0xbfdc9a8ca2578bb2,3
|
| 1389 |
+
np.float64,0xbfbce5d74639cbb0,0xbfbcf5a4878cfa51,3
|
| 1390 |
+
np.float64,0x3fde67f7b3bccff0,0x3fdfaf45a9f843ad,3
|
| 1391 |
+
np.float64,0xbfe12d87bc625b10,0xbfe221fd4476eb71,3
|
| 1392 |
+
np.float64,0x3fe35b8f6be6b71e,0x3fe4ca20f65179e1,3
|
| 1393 |
+
np.float64,0xbfdbada1d3b75b44,0xbfdc9f78b19f93d1,3
|
| 1394 |
+
np.float64,0xbfc60159c52c02b4,0xbfc61d79b879f598,3
|
| 1395 |
+
np.float64,0x3fd6b81c38ad7038,0x3fd739c27bfa16d8,3
|
| 1396 |
+
np.float64,0xbfd646a253ac8d44,0xbfd6c08c19612bbb,3
|
| 1397 |
+
np.float64,0xbfe6babef0ed757e,0xbfe94703d0bfa311,3
|
| 1398 |
+
np.float64,0xbfed5671f1faace4,0xbff28f5a3f3683d0,3
|
| 1399 |
+
np.float64,0x3fc01d1e85203a40,0x3fc02817ec0dfd38,3
|
| 1400 |
+
np.float64,0xbfe9188a61f23115,0xbfecd8eb5da84223,3
|
| 1401 |
+
np.float64,0x3fdca3bab9b94774,0x3fddb1868660c239,3
|
| 1402 |
+
np.float64,0xbfa255750c24aaf0,0xbfa25675f7b36343,3
|
| 1403 |
+
np.float64,0x3fb3602db626c060,0x3fb364ed2d5b2876,3
|
| 1404 |
+
np.float64,0xbfd30a14bda6142a,0xbfd354ff703b8862,3
|
| 1405 |
+
np.float64,0xbfe1cfe381639fc7,0xbfe2e3e720b968c8,3
|
| 1406 |
+
np.float64,0xbfd2af6a4fa55ed4,0xbfd2f61e190bcd1f,3
|
| 1407 |
+
np.float64,0xbfe93c50937278a1,0xbfed12d64bb10d73,3
|
| 1408 |
+
np.float64,0x3fddd8bc44bbb178,0x3fdf0ced7f9005cc,3
|
| 1409 |
+
np.float64,0x3fdb2bc73cb65790,0x3fdc0fc0e18e425e,3
|
| 1410 |
+
np.float64,0xbfd073f6aba0e7ee,0xbfd0a3cb5468a961,3
|
| 1411 |
+
np.float64,0x3fed4bad7b7a975a,0x3ff281ebeb75e414,3
|
| 1412 |
+
np.float64,0xbfdc75b50bb8eb6a,0xbfdd7e1a7631cb22,3
|
| 1413 |
+
np.float64,0x3fd458a90fa8b154,0x3fd4b4a5817248ce,3
|
| 1414 |
+
np.float64,0x3feead5db57d5abc,0x3ff484286fab55ff,3
|
| 1415 |
+
np.float64,0x3fb3894382271280,0x3fb38e217b4e7905,3
|
| 1416 |
+
np.float64,0xffefffffffffffff,0x7ff8000000000000,3
|
| 1417 |
+
np.float64,0xbfe428212ae85042,0xbfe5ce36f226bea8,3
|
| 1418 |
+
np.float64,0xbfc08b39f7211674,0xbfc0971b93ebc7ad,3
|
| 1419 |
+
np.float64,0xbfc2e7cf5525cfa0,0xbfc2f994eb72b623,3
|
| 1420 |
+
np.float64,0xbfdb0d85afb61b0c,0xbfdbee5a2de3c5db,3
|
| 1421 |
+
np.float64,0xfff0000000000000,0x7ff8000000000000,3
|
| 1422 |
+
np.float64,0xbfd0d36af7a1a6d6,0xbfd106a5f05ef6ff,3
|
| 1423 |
+
np.float64,0xbfc333d0912667a0,0xbfc3467162b7289a,3
|
| 1424 |
+
np.float64,0x3fcdababc53b5758,0x3fcdf16458c20fa8,3
|
| 1425 |
+
np.float64,0x3fd0821b38a10438,0x3fd0b26e3e0b9185,3
|
| 1426 |
+
np.float64,0x0,0x0,3
|
| 1427 |
+
np.float64,0x3feb7f70edf6fee2,0x3ff08ae81854bf20,3
|
| 1428 |
+
np.float64,0x3fe6e075716dc0ea,0x3fe97cc5254be6ff,3
|
| 1429 |
+
np.float64,0x3fea13b682f4276e,0x3fee7b6f18073b5b,3
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arcsinh.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0xbf24142a,0xbf1a85ef,2
|
| 3 |
+
np.float32,0x3e71cf91,0x3e6f9e37,2
|
| 4 |
+
np.float32,0xe52a7,0xe52a7,2
|
| 5 |
+
np.float32,0x3ef1e074,0x3ee9add9,2
|
| 6 |
+
np.float32,0x806160ac,0x806160ac,2
|
| 7 |
+
np.float32,0x7e2d59a2,0x42af4798,2
|
| 8 |
+
np.float32,0xbf32cac9,0xbf26bf96,2
|
| 9 |
+
np.float32,0x3f081701,0x3f026142,2
|
| 10 |
+
np.float32,0x3f23cc88,0x3f1a499c,2
|
| 11 |
+
np.float32,0xbf090d94,0xbf033ad0,2
|
| 12 |
+
np.float32,0x803af2fc,0x803af2fc,2
|
| 13 |
+
np.float32,0x807eb17e,0x807eb17e,2
|
| 14 |
+
np.float32,0x5c0d8e,0x5c0d8e,2
|
| 15 |
+
np.float32,0x3f7b79d2,0x3f5e6b1d,2
|
| 16 |
+
np.float32,0x806feeae,0x806feeae,2
|
| 17 |
+
np.float32,0x3e4b423a,0x3e49f274,2
|
| 18 |
+
np.float32,0x3f49e5ac,0x3f394a41,2
|
| 19 |
+
np.float32,0x3f18cd4e,0x3f10ef35,2
|
| 20 |
+
np.float32,0xbed75734,0xbed17322,2
|
| 21 |
+
np.float32,0x7f591151,0x42b28085,2
|
| 22 |
+
np.float32,0xfefe9da6,0xc2b16f51,2
|
| 23 |
+
np.float32,0xfeac90fc,0xc2b0a82a,2
|
| 24 |
+
np.float32,0x805c198e,0x805c198e,2
|
| 25 |
+
np.float32,0x7f66d6df,0x42b2a004,2
|
| 26 |
+
np.float32,0x505438,0x505438,2
|
| 27 |
+
np.float32,0xbf39a209,0xbf2c5255,2
|
| 28 |
+
np.float32,0x7fa00000,0x7fe00000,2
|
| 29 |
+
np.float32,0xc84cb,0xc84cb,2
|
| 30 |
+
np.float32,0x7f07d6f5,0x42b19088,2
|
| 31 |
+
np.float32,0x79d7e4,0x79d7e4,2
|
| 32 |
+
np.float32,0xff32f6a0,0xc2b21db1,2
|
| 33 |
+
np.float32,0x7c005c05,0x42a9222e,2
|
| 34 |
+
np.float32,0x3ec449aa,0x3ebfc5ae,2
|
| 35 |
+
np.float32,0x800ec323,0x800ec323,2
|
| 36 |
+
np.float32,0xff1c904c,0xc2b1d93a,2
|
| 37 |
+
np.float32,0x7f4eca52,0x42b267b0,2
|
| 38 |
+
np.float32,0x3ee06540,0x3ed9c514,2
|
| 39 |
+
np.float32,0x6aab4,0x6aab4,2
|
| 40 |
+
np.float32,0x3e298d8c,0x3e28c99e,2
|
| 41 |
+
np.float32,0xbf38d162,0xbf2ba94a,2
|
| 42 |
+
np.float32,0x2d9083,0x2d9083,2
|
| 43 |
+
np.float32,0x7eae5032,0x42b0ad52,2
|
| 44 |
+
np.float32,0x3ead5b3c,0x3eaa3443,2
|
| 45 |
+
np.float32,0x806fef66,0x806fef66,2
|
| 46 |
+
np.float32,0x3f5b614e,0x3f46ca71,2
|
| 47 |
+
np.float32,0xbf4c906a,0xbf3b60fc,2
|
| 48 |
+
np.float32,0x8049453e,0x8049453e,2
|
| 49 |
+
np.float32,0x3d305220,0x3d304432,2
|
| 50 |
+
np.float32,0x2e1a89,0x2e1a89,2
|
| 51 |
+
np.float32,0xbf4e74ec,0xbf3cdacf,2
|
| 52 |
+
np.float32,0x807a827a,0x807a827a,2
|
| 53 |
+
np.float32,0x80070745,0x80070745,2
|
| 54 |
+
np.float32,0xbe1ba2fc,0xbe1b0b28,2
|
| 55 |
+
np.float32,0xbe5131d0,0xbe4fc421,2
|
| 56 |
+
np.float32,0x5bfd98,0x5bfd98,2
|
| 57 |
+
np.float32,0xbd8e1a48,0xbd8dfd27,2
|
| 58 |
+
np.float32,0x8006c160,0x8006c160,2
|
| 59 |
+
np.float32,0x346490,0x346490,2
|
| 60 |
+
np.float32,0xbdbdf060,0xbdbdaaf0,2
|
| 61 |
+
np.float32,0x3ea9d0c4,0x3ea6d8c7,2
|
| 62 |
+
np.float32,0xbf2aaa28,0xbf200916,2
|
| 63 |
+
np.float32,0xbf160c26,0xbf0e9047,2
|
| 64 |
+
np.float32,0x80081fd4,0x80081fd4,2
|
| 65 |
+
np.float32,0x7db44283,0x42adf8b6,2
|
| 66 |
+
np.float32,0xbf1983f8,0xbf118bf5,2
|
| 67 |
+
np.float32,0x2c4a35,0x2c4a35,2
|
| 68 |
+
np.float32,0x6165a7,0x6165a7,2
|
| 69 |
+
np.float32,0xbe776b44,0xbe75129f,2
|
| 70 |
+
np.float32,0xfe81841a,0xc2b0153b,2
|
| 71 |
+
np.float32,0xbf7d1b2f,0xbf5f9461,2
|
| 72 |
+
np.float32,0x80602d36,0x80602d36,2
|
| 73 |
+
np.float32,0xfe8d5046,0xc2b041dd,2
|
| 74 |
+
np.float32,0xfe5037bc,0xc2afa56d,2
|
| 75 |
+
np.float32,0x4bbea6,0x4bbea6,2
|
| 76 |
+
np.float32,0xfea039de,0xc2b0822d,2
|
| 77 |
+
np.float32,0x7ea627a4,0x42b094c7,2
|
| 78 |
+
np.float32,0x3f556198,0x3f423591,2
|
| 79 |
+
np.float32,0xfedbae04,0xc2b123c1,2
|
| 80 |
+
np.float32,0xbe30432c,0xbe2f6744,2
|
| 81 |
+
np.float32,0x80202c77,0x80202c77,2
|
| 82 |
+
np.float32,0xff335cc1,0xc2b21ed5,2
|
| 83 |
+
np.float32,0x3e1e1ebe,0x3e1d7f95,2
|
| 84 |
+
np.float32,0x8021c9c0,0x8021c9c0,2
|
| 85 |
+
np.float32,0x7dc978,0x7dc978,2
|
| 86 |
+
np.float32,0xff6cfabc,0xc2b2ad75,2
|
| 87 |
+
np.float32,0x7f2bd542,0x42b208e0,2
|
| 88 |
+
np.float32,0x53bf33,0x53bf33,2
|
| 89 |
+
np.float32,0x804e04bb,0x804e04bb,2
|
| 90 |
+
np.float32,0x3f30d2f9,0x3f2521ca,2
|
| 91 |
+
np.float32,0x3dfde876,0x3dfd4316,2
|
| 92 |
+
np.float32,0x46f8b1,0x46f8b1,2
|
| 93 |
+
np.float32,0xbd5f9e20,0xbd5f81ba,2
|
| 94 |
+
np.float32,0x807d6a22,0x807d6a22,2
|
| 95 |
+
np.float32,0xff3881da,0xc2b22d50,2
|
| 96 |
+
np.float32,0x1b1cb5,0x1b1cb5,2
|
| 97 |
+
np.float32,0x3f75f2d0,0x3f5a7435,2
|
| 98 |
+
np.float32,0xfee39c1a,0xc2b135e9,2
|
| 99 |
+
np.float32,0x7f79f14a,0x42b2c8b9,2
|
| 100 |
+
np.float32,0x8000e2d1,0x8000e2d1,2
|
| 101 |
+
np.float32,0xab779,0xab779,2
|
| 102 |
+
np.float32,0xbede6690,0xbed7f102,2
|
| 103 |
+
np.float32,0x76e20d,0x76e20d,2
|
| 104 |
+
np.float32,0x3ed714cb,0x3ed135e9,2
|
| 105 |
+
np.float32,0xbeaa6f44,0xbea76f31,2
|
| 106 |
+
np.float32,0x7f7dc8b1,0x42b2d089,2
|
| 107 |
+
np.float32,0x108cb2,0x108cb2,2
|
| 108 |
+
np.float32,0x7d37ba82,0x42ac9f94,2
|
| 109 |
+
np.float32,0x3f31d068,0x3f25f221,2
|
| 110 |
+
np.float32,0x8010a331,0x8010a331,2
|
| 111 |
+
np.float32,0x3f2fdc7c,0x3f2456cd,2
|
| 112 |
+
np.float32,0x7f7a9a67,0x42b2ca13,2
|
| 113 |
+
np.float32,0x3f2acb31,0x3f202492,2
|
| 114 |
+
np.float32,0x7f54fa94,0x42b276c9,2
|
| 115 |
+
np.float32,0x3ebf8a70,0x3ebb553c,2
|
| 116 |
+
np.float32,0x7f75b1a7,0x42b2bff2,2
|
| 117 |
+
np.float32,0x7daebe07,0x42ade8cc,2
|
| 118 |
+
np.float32,0xbd3a3ef0,0xbd3a2e86,2
|
| 119 |
+
np.float32,0x8078ec9e,0x8078ec9e,2
|
| 120 |
+
np.float32,0x3eda206a,0x3ed403ec,2
|
| 121 |
+
np.float32,0x3f7248f2,0x3f57cd77,2
|
| 122 |
+
np.float32,0x805d55ba,0x805d55ba,2
|
| 123 |
+
np.float32,0xff30dc3e,0xc2b217a3,2
|
| 124 |
+
np.float32,0xbe12b27c,0xbe123333,2
|
| 125 |
+
np.float32,0xbf6ed9cf,0xbf554cd0,2
|
| 126 |
+
np.float32,0xbed9eb5c,0xbed3d31c,2
|
| 127 |
+
np.float32,0xbf1c9aea,0xbf14307b,2
|
| 128 |
+
np.float32,0x3f540ac4,0x3f412de2,2
|
| 129 |
+
np.float32,0x800333ac,0x800333ac,2
|
| 130 |
+
np.float32,0x3f74cdb4,0x3f59a09a,2
|
| 131 |
+
np.float32,0xbf41dc41,0xbf32ee6f,2
|
| 132 |
+
np.float32,0xff2c7804,0xc2b20ac4,2
|
| 133 |
+
np.float32,0x514493,0x514493,2
|
| 134 |
+
np.float32,0xbddf1220,0xbddea1cf,2
|
| 135 |
+
np.float32,0xfeaf74de,0xc2b0b0ab,2
|
| 136 |
+
np.float32,0xfe5dfb30,0xc2afc633,2
|
| 137 |
+
np.float32,0xbf4785c4,0xbf376bdb,2
|
| 138 |
+
np.float32,0x80191cd3,0x80191cd3,2
|
| 139 |
+
np.float32,0xfe44f708,0xc2af88fb,2
|
| 140 |
+
np.float32,0x3d4cd8a0,0x3d4cc2ca,2
|
| 141 |
+
np.float32,0x7f572eff,0x42b27c0f,2
|
| 142 |
+
np.float32,0x8031bacb,0x8031bacb,2
|
| 143 |
+
np.float32,0x7f2ea684,0x42b21133,2
|
| 144 |
+
np.float32,0xbea1976a,0xbe9f05bb,2
|
| 145 |
+
np.float32,0x3d677b41,0x3d675bc1,2
|
| 146 |
+
np.float32,0x3f61bf24,0x3f4b9870,2
|
| 147 |
+
np.float32,0x7ef55ddf,0x42b15c5f,2
|
| 148 |
+
np.float32,0x3eabcb20,0x3ea8b91c,2
|
| 149 |
+
np.float32,0xff73d9ec,0xc2b2bc18,2
|
| 150 |
+
np.float32,0x77b9f5,0x77b9f5,2
|
| 151 |
+
np.float32,0x4c6c6c,0x4c6c6c,2
|
| 152 |
+
np.float32,0x7ed09c94,0x42b10949,2
|
| 153 |
+
np.float32,0xdeeec,0xdeeec,2
|
| 154 |
+
np.float32,0x7eac5858,0x42b0a782,2
|
| 155 |
+
np.float32,0x7e190658,0x42af07bd,2
|
| 156 |
+
np.float32,0xbe3c8980,0xbe3b7ce2,2
|
| 157 |
+
np.float32,0x8059e86e,0x8059e86e,2
|
| 158 |
+
np.float32,0xff201836,0xc2b1e4a5,2
|
| 159 |
+
np.float32,0xbeac109c,0xbea8fafb,2
|
| 160 |
+
np.float32,0x7edd1e2b,0x42b12718,2
|
| 161 |
+
np.float32,0x639cd8,0x639cd8,2
|
| 162 |
+
np.float32,0x3f5e4cae,0x3f490059,2
|
| 163 |
+
np.float32,0x3d84c185,0x3d84a9c4,2
|
| 164 |
+
np.float32,0xbe8c1130,0xbe8a605b,2
|
| 165 |
+
np.float32,0x80000000,0x80000000,2
|
| 166 |
+
np.float32,0x3f1da5e4,0x3f151404,2
|
| 167 |
+
np.float32,0x7f75a873,0x42b2bfdf,2
|
| 168 |
+
np.float32,0xbd873540,0xbd871c28,2
|
| 169 |
+
np.float32,0xbe8e5e10,0xbe8c9808,2
|
| 170 |
+
np.float32,0x7f004bf2,0x42b17347,2
|
| 171 |
+
np.float32,0x800000,0x800000,2
|
| 172 |
+
np.float32,0xbf6d6b79,0xbf544095,2
|
| 173 |
+
np.float32,0x7ed7b563,0x42b11a6a,2
|
| 174 |
+
np.float32,0x80693745,0x80693745,2
|
| 175 |
+
np.float32,0x3ee0f608,0x3eda49a8,2
|
| 176 |
+
np.float32,0xfe1285a4,0xc2aef181,2
|
| 177 |
+
np.float32,0x72d946,0x72d946,2
|
| 178 |
+
np.float32,0x6a0dca,0x6a0dca,2
|
| 179 |
+
np.float32,0x3f5c9df6,0x3f47ba99,2
|
| 180 |
+
np.float32,0xff002af6,0xc2b172c4,2
|
| 181 |
+
np.float32,0x3f4ac98f,0x3f39fd0a,2
|
| 182 |
+
np.float32,0x8066acf7,0x8066acf7,2
|
| 183 |
+
np.float32,0xbcaa4e60,0xbcaa4b3c,2
|
| 184 |
+
np.float32,0x80162813,0x80162813,2
|
| 185 |
+
np.float32,0xff34b318,0xc2b222a2,2
|
| 186 |
+
np.float32,0x7f1ce33c,0x42b1da49,2
|
| 187 |
+
np.float32,0x3f0e55ab,0x3f07ddb0,2
|
| 188 |
+
np.float32,0x7c75d996,0x42aa6eec,2
|
| 189 |
+
np.float32,0xbf221bc6,0xbf18dc89,2
|
| 190 |
+
np.float32,0x3f5a1a4c,0x3f45d1d4,2
|
| 191 |
+
np.float32,0x7f2451b8,0x42b1f1fb,2
|
| 192 |
+
np.float32,0x3ec55ca0,0x3ec0c655,2
|
| 193 |
+
np.float32,0x3f752dc2,0x3f59e600,2
|
| 194 |
+
np.float32,0xbe33f638,0xbe330c4d,2
|
| 195 |
+
np.float32,0x3e2a9148,0x3e29c9d8,2
|
| 196 |
+
np.float32,0x3f3362a1,0x3f273c01,2
|
| 197 |
+
np.float32,0x5f83b3,0x5f83b3,2
|
| 198 |
+
np.float32,0x3e362488,0x3e353216,2
|
| 199 |
+
np.float32,0x140bcf,0x140bcf,2
|
| 200 |
+
np.float32,0x7e3e96df,0x42af7822,2
|
| 201 |
+
np.float32,0xbebc7082,0xbeb86ce6,2
|
| 202 |
+
np.float32,0xbe92a92e,0xbe90b9d2,2
|
| 203 |
+
np.float32,0xff3d8afc,0xc2b23b19,2
|
| 204 |
+
np.float32,0x804125e3,0x804125e3,2
|
| 205 |
+
np.float32,0x3f3675d1,0x3f29bedb,2
|
| 206 |
+
np.float32,0xff70bb09,0xc2b2b57f,2
|
| 207 |
+
np.float32,0x3f29681c,0x3f1efcd2,2
|
| 208 |
+
np.float32,0xbdc70380,0xbdc6b3a8,2
|
| 209 |
+
np.float32,0x54e0dd,0x54e0dd,2
|
| 210 |
+
np.float32,0x3d545de0,0x3d54458c,2
|
| 211 |
+
np.float32,0x7f800000,0x7f800000,2
|
| 212 |
+
np.float32,0x8014a4c2,0x8014a4c2,2
|
| 213 |
+
np.float32,0xbe93f58a,0xbe91f938,2
|
| 214 |
+
np.float32,0x17de33,0x17de33,2
|
| 215 |
+
np.float32,0xfefb679a,0xc2b168d2,2
|
| 216 |
+
np.float32,0xbf23423e,0xbf19d511,2
|
| 217 |
+
np.float32,0x7e893fa1,0x42b032ec,2
|
| 218 |
+
np.float32,0x3f44fe2d,0x3f356bda,2
|
| 219 |
+
np.float32,0xbebb2e78,0xbeb73e8f,2
|
| 220 |
+
np.float32,0x3f5632e0,0x3f42d633,2
|
| 221 |
+
np.float32,0x3ddd8698,0x3ddd1896,2
|
| 222 |
+
np.float32,0x80164ea7,0x80164ea7,2
|
| 223 |
+
np.float32,0x80087b37,0x80087b37,2
|
| 224 |
+
np.float32,0xbf06ab1e,0xbf011f95,2
|
| 225 |
+
np.float32,0x3db95524,0x3db9149f,2
|
| 226 |
+
np.float32,0x7aa1fbb3,0x42a570a1,2
|
| 227 |
+
np.float32,0xbd84fc48,0xbd84e467,2
|
| 228 |
+
np.float32,0x3d65c6f5,0x3d65a826,2
|
| 229 |
+
np.float32,0xfe987800,0xc2b068c4,2
|
| 230 |
+
np.float32,0x7ec59532,0x42b0ed7a,2
|
| 231 |
+
np.float32,0x3ea0232c,0x3e9da29a,2
|
| 232 |
+
np.float32,0x80292a08,0x80292a08,2
|
| 233 |
+
np.float32,0x734cfe,0x734cfe,2
|
| 234 |
+
np.float32,0x3f3b6d63,0x3f2dc596,2
|
| 235 |
+
np.float32,0x3f27bcc1,0x3f1d97e6,2
|
| 236 |
+
np.float32,0xfe1da554,0xc2af16f9,2
|
| 237 |
+
np.float32,0x7c91f5,0x7c91f5,2
|
| 238 |
+
np.float32,0xfe4e78cc,0xc2afa11e,2
|
| 239 |
+
np.float32,0x7e4b4e08,0x42af9933,2
|
| 240 |
+
np.float32,0xfe0949ec,0xc2aed02e,2
|
| 241 |
+
np.float32,0x7e2f057f,0x42af4c81,2
|
| 242 |
+
np.float32,0xbf200ae0,0xbf171ce1,2
|
| 243 |
+
np.float32,0x3ebcc244,0x3eb8b99e,2
|
| 244 |
+
np.float32,0xbf68f58d,0xbf50f7aa,2
|
| 245 |
+
np.float32,0x4420b1,0x4420b1,2
|
| 246 |
+
np.float32,0x3f5b61bf,0x3f46cac7,2
|
| 247 |
+
np.float32,0x3fec78,0x3fec78,2
|
| 248 |
+
np.float32,0x7f4183c8,0x42b245b7,2
|
| 249 |
+
np.float32,0xbf10587c,0xbf099ee2,2
|
| 250 |
+
np.float32,0x0,0x0,2
|
| 251 |
+
np.float32,0x7ec84dc3,0x42b0f47a,2
|
| 252 |
+
np.float32,0x3f5fbd7b,0x3f4a166d,2
|
| 253 |
+
np.float32,0xbd884eb8,0xbd883502,2
|
| 254 |
+
np.float32,0xfe3f10a4,0xc2af7969,2
|
| 255 |
+
np.float32,0xff3f4920,0xc2b23fc9,2
|
| 256 |
+
np.float32,0x8013900f,0x8013900f,2
|
| 257 |
+
np.float32,0x8003529d,0x8003529d,2
|
| 258 |
+
np.float32,0xbf032384,0xbefbfb3c,2
|
| 259 |
+
np.float32,0xff418c7c,0xc2b245ce,2
|
| 260 |
+
np.float32,0xbec0aad0,0xbebc633b,2
|
| 261 |
+
np.float32,0xfdbff178,0xc2ae18de,2
|
| 262 |
+
np.float32,0x68ab15,0x68ab15,2
|
| 263 |
+
np.float32,0xbdfc4a88,0xbdfba848,2
|
| 264 |
+
np.float32,0xbf5adec6,0xbf466747,2
|
| 265 |
+
np.float32,0x807d5dcc,0x807d5dcc,2
|
| 266 |
+
np.float32,0x61d144,0x61d144,2
|
| 267 |
+
np.float32,0x807e3a03,0x807e3a03,2
|
| 268 |
+
np.float32,0x1872f2,0x1872f2,2
|
| 269 |
+
np.float32,0x7f2a272c,0x42b203d8,2
|
| 270 |
+
np.float32,0xfe7f8314,0xc2b00e3a,2
|
| 271 |
+
np.float32,0xbe42aeac,0xbe418737,2
|
| 272 |
+
np.float32,0x8024b614,0x8024b614,2
|
| 273 |
+
np.float32,0xbe41b6b8,0xbe40939a,2
|
| 274 |
+
np.float32,0xa765c,0xa765c,2
|
| 275 |
+
np.float32,0x7ea74f4b,0x42b09853,2
|
| 276 |
+
np.float32,0x7f7ef631,0x42b2d2e7,2
|
| 277 |
+
np.float32,0x7eaef5e6,0x42b0af38,2
|
| 278 |
+
np.float32,0xff733d85,0xc2b2bacf,2
|
| 279 |
+
np.float32,0x537ac0,0x537ac0,2
|
| 280 |
+
np.float32,0xbeca4790,0xbec55b1d,2
|
| 281 |
+
np.float32,0x80117314,0x80117314,2
|
| 282 |
+
np.float32,0xfe958536,0xc2b05ec5,2
|
| 283 |
+
np.float32,0x8066ecc2,0x8066ecc2,2
|
| 284 |
+
np.float32,0xbf56baf3,0xbf433e82,2
|
| 285 |
+
np.float32,0x1f7fd7,0x1f7fd7,2
|
| 286 |
+
np.float32,0x3e942104,0x3e9222fc,2
|
| 287 |
+
np.float32,0xfeaffe82,0xc2b0b23c,2
|
| 288 |
+
np.float32,0xfe0e02b0,0xc2aee17e,2
|
| 289 |
+
np.float32,0xbf800000,0xbf61a1b3,2
|
| 290 |
+
np.float32,0x800b7e49,0x800b7e49,2
|
| 291 |
+
np.float32,0x6c514f,0x6c514f,2
|
| 292 |
+
np.float32,0xff800000,0xff800000,2
|
| 293 |
+
np.float32,0x7f7d9a45,0x42b2d02b,2
|
| 294 |
+
np.float32,0x800c9c69,0x800c9c69,2
|
| 295 |
+
np.float32,0x274b14,0x274b14,2
|
| 296 |
+
np.float32,0xbf4b22b0,0xbf3a42e2,2
|
| 297 |
+
np.float32,0x63e5ae,0x63e5ae,2
|
| 298 |
+
np.float32,0xbe18facc,0xbe186a90,2
|
| 299 |
+
np.float32,0x7e137351,0x42aef4bd,2
|
| 300 |
+
np.float32,0x80518ffd,0x80518ffd,2
|
| 301 |
+
np.float32,0xbf0a8ffc,0xbf048f0d,2
|
| 302 |
+
np.float32,0x841d,0x841d,2
|
| 303 |
+
np.float32,0x7edfdc9e,0x42b12d69,2
|
| 304 |
+
np.float32,0xfd1092b0,0xc2ac24de,2
|
| 305 |
+
np.float32,0x7e2c9bdf,0x42af4566,2
|
| 306 |
+
np.float32,0x7f7fffff,0x42b2d4fc,2
|
| 307 |
+
np.float32,0x3f4954a6,0x3f38d853,2
|
| 308 |
+
np.float32,0xbe83efd2,0xbe8284c3,2
|
| 309 |
+
np.float32,0x800e8e02,0x800e8e02,2
|
| 310 |
+
np.float32,0x78ad39,0x78ad39,2
|
| 311 |
+
np.float32,0x7eb0f967,0x42b0b514,2
|
| 312 |
+
np.float32,0xbe39aa94,0xbe38a9ee,2
|
| 313 |
+
np.float32,0x80194e7b,0x80194e7b,2
|
| 314 |
+
np.float32,0x3cf3a340,0x3cf39a0f,2
|
| 315 |
+
np.float32,0x3ed3117a,0x3ecd8173,2
|
| 316 |
+
np.float32,0x7f530b11,0x42b2721c,2
|
| 317 |
+
np.float32,0xff756ba2,0xc2b2bf60,2
|
| 318 |
+
np.float32,0x15ea25,0x15ea25,2
|
| 319 |
+
np.float32,0x803cbb64,0x803cbb64,2
|
| 320 |
+
np.float32,0x3f34722d,0x3f281a2c,2
|
| 321 |
+
np.float32,0x3ddd88e0,0x3ddd1adb,2
|
| 322 |
+
np.float32,0x3f54244c,0x3f41418b,2
|
| 323 |
+
np.float32,0x3e0adb98,0x3e0a6f8b,2
|
| 324 |
+
np.float32,0x80800000,0x80800000,2
|
| 325 |
+
np.float32,0x58902b,0x58902b,2
|
| 326 |
+
np.float32,0xfe3b50b8,0xc2af6f43,2
|
| 327 |
+
np.float32,0xfe0846d0,0xc2aecc64,2
|
| 328 |
+
np.float32,0xbe0299d0,0xbe023fd4,2
|
| 329 |
+
np.float32,0x18dde6,0x18dde6,2
|
| 330 |
+
np.float32,0x8039fe8b,0x8039fe8b,2
|
| 331 |
+
np.float32,0x8015d179,0x8015d179,2
|
| 332 |
+
np.float32,0x3f551322,0x3f41f947,2
|
| 333 |
+
np.float32,0x2ab387,0x2ab387,2
|
| 334 |
+
np.float32,0xbf7e311e,0xbf6059d0,2
|
| 335 |
+
np.float32,0xbdba58a8,0xbdba1713,2
|
| 336 |
+
np.float32,0xbf1d008a,0xbf148724,2
|
| 337 |
+
np.float32,0xbf6b9c97,0xbf52ec98,2
|
| 338 |
+
np.float32,0x802acf04,0x802acf04,2
|
| 339 |
+
np.float32,0x1,0x1,2
|
| 340 |
+
np.float32,0xbe9e16d6,0xbe9bade3,2
|
| 341 |
+
np.float32,0xbf048a14,0xbefe78c7,2
|
| 342 |
+
np.float32,0x7e432ad3,0x42af8449,2
|
| 343 |
+
np.float32,0xbdcc7fe0,0xbdcc2944,2
|
| 344 |
+
np.float32,0x6dfc27,0x6dfc27,2
|
| 345 |
+
np.float32,0xfef6eed8,0xc2b15fa1,2
|
| 346 |
+
np.float32,0xbeeff6e8,0xbee7f2e4,2
|
| 347 |
+
np.float32,0x7e3a6ca8,0x42af6cd2,2
|
| 348 |
+
np.float32,0xff2c82e8,0xc2b20ae4,2
|
| 349 |
+
np.float32,0x3e9f8d74,0x3e9d13b0,2
|
| 350 |
+
np.float32,0x7ea36191,0x42b08c29,2
|
| 351 |
+
np.float32,0x7f734bed,0x42b2baed,2
|
| 352 |
+
np.float32,0x7f2df96d,0x42b20f37,2
|
| 353 |
+
np.float32,0x5036fd,0x5036fd,2
|
| 354 |
+
np.float32,0x806eab38,0x806eab38,2
|
| 355 |
+
np.float32,0xbe9db90e,0xbe9b5446,2
|
| 356 |
+
np.float32,0xfeef6fac,0xc2b14fd9,2
|
| 357 |
+
np.float32,0xc2bf7,0xc2bf7,2
|
| 358 |
+
np.float32,0xff53ec3d,0xc2b2743d,2
|
| 359 |
+
np.float32,0x7e837637,0x42b01cde,2
|
| 360 |
+
np.float32,0xbefb5934,0xbef23662,2
|
| 361 |
+
np.float32,0x3f6cec80,0x3f53e371,2
|
| 362 |
+
np.float32,0x3e86e7de,0x3e85643f,2
|
| 363 |
+
np.float32,0x3f09cb42,0x3f03e1ef,2
|
| 364 |
+
np.float32,0xbec3d236,0xbebf5620,2
|
| 365 |
+
np.float32,0xfedef246,0xc2b12b50,2
|
| 366 |
+
np.float32,0xbf08d6a8,0xbf030a62,2
|
| 367 |
+
np.float32,0x8036cbf9,0x8036cbf9,2
|
| 368 |
+
np.float32,0x3f74d3e3,0x3f59a512,2
|
| 369 |
+
np.float32,0x6a600c,0x6a600c,2
|
| 370 |
+
np.float32,0xfd1295b0,0xc2ac2bf1,2
|
| 371 |
+
np.float32,0xbeb61142,0xbeb26efa,2
|
| 372 |
+
np.float32,0x80216556,0x80216556,2
|
| 373 |
+
np.float32,0xbf1fa0f6,0xbf16c30a,2
|
| 374 |
+
np.float32,0x3e0af8e1,0x3e0a8c90,2
|
| 375 |
+
np.float32,0x80434709,0x80434709,2
|
| 376 |
+
np.float32,0x49efd9,0x49efd9,2
|
| 377 |
+
np.float32,0x7f7cce6c,0x42b2ce8f,2
|
| 378 |
+
np.float32,0x6e5450,0x6e5450,2
|
| 379 |
+
np.float32,0x7f0fc115,0x42b1ad86,2
|
| 380 |
+
np.float32,0x632db0,0x632db0,2
|
| 381 |
+
np.float32,0x3f6f4c2a,0x3f55a064,2
|
| 382 |
+
np.float32,0x7ec4f273,0x42b0ebd3,2
|
| 383 |
+
np.float32,0x61ae1e,0x61ae1e,2
|
| 384 |
+
np.float32,0x5f47c4,0x5f47c4,2
|
| 385 |
+
np.float32,0xbf3c8f62,0xbf2eaf54,2
|
| 386 |
+
np.float32,0xfca38900,0xc2ab0113,2
|
| 387 |
+
np.float32,0x3ec89d52,0x3ec3ce78,2
|
| 388 |
+
np.float32,0xbe0e3f70,0xbe0dcb53,2
|
| 389 |
+
np.float32,0x805d3156,0x805d3156,2
|
| 390 |
+
np.float32,0x3eee33f8,0x3ee65a4e,2
|
| 391 |
+
np.float32,0xbeda7e9a,0xbed45a90,2
|
| 392 |
+
np.float32,0x7e2fac7b,0x42af4e69,2
|
| 393 |
+
np.float32,0x7efd0e28,0x42b16c2c,2
|
| 394 |
+
np.float32,0x3f0c7b17,0x3f063e46,2
|
| 395 |
+
np.float32,0xbf395bec,0xbf2c198f,2
|
| 396 |
+
np.float32,0xfdf1c3f8,0xc2ae8f05,2
|
| 397 |
+
np.float32,0xbe11f4e4,0xbe117783,2
|
| 398 |
+
np.float32,0x7eddc901,0x42b128a3,2
|
| 399 |
+
np.float32,0x3f4bad09,0x3f3aaf33,2
|
| 400 |
+
np.float32,0xfefb5d76,0xc2b168bd,2
|
| 401 |
+
np.float32,0x3ed3a4cf,0x3ece09a3,2
|
| 402 |
+
np.float32,0x7ec582e4,0x42b0ed4a,2
|
| 403 |
+
np.float32,0x3dc2268a,0x3dc1dc64,2
|
| 404 |
+
np.float32,0x3ef9b17c,0x3ef0b9c9,2
|
| 405 |
+
np.float32,0x2748ac,0x2748ac,2
|
| 406 |
+
np.float32,0xfed6a602,0xc2b117e4,2
|
| 407 |
+
np.float32,0xbefc9c36,0xbef35832,2
|
| 408 |
+
np.float32,0x7e0476,0x7e0476,2
|
| 409 |
+
np.float32,0x804be1a0,0x804be1a0,2
|
| 410 |
+
np.float32,0xbefbc1c2,0xbef2943a,2
|
| 411 |
+
np.float32,0xbd4698f0,0xbd46850a,2
|
| 412 |
+
np.float32,0x688627,0x688627,2
|
| 413 |
+
np.float32,0x3f7f7685,0x3f61406f,2
|
| 414 |
+
np.float32,0x827fb,0x827fb,2
|
| 415 |
+
np.float32,0x3f503264,0x3f3e34fd,2
|
| 416 |
+
np.float32,0x7f5458d1,0x42b27543,2
|
| 417 |
+
np.float32,0x800ac01f,0x800ac01f,2
|
| 418 |
+
np.float32,0x6188dd,0x6188dd,2
|
| 419 |
+
np.float32,0x806ac0ba,0x806ac0ba,2
|
| 420 |
+
np.float32,0xbe14493c,0xbe13c5cc,2
|
| 421 |
+
np.float32,0x3f77542c,0x3f5b72ae,2
|
| 422 |
+
np.float32,0xfeaacab6,0xc2b0a2df,2
|
| 423 |
+
np.float32,0x7f2893d5,0x42b1ff15,2
|
| 424 |
+
np.float32,0x66b528,0x66b528,2
|
| 425 |
+
np.float32,0xbf653e24,0xbf4e3573,2
|
| 426 |
+
np.float32,0x801a2853,0x801a2853,2
|
| 427 |
+
np.float32,0x3f3d8c98,0x3f2f7b04,2
|
| 428 |
+
np.float32,0xfdffbad8,0xc2aeabc5,2
|
| 429 |
+
np.float32,0x3dd50f,0x3dd50f,2
|
| 430 |
+
np.float32,0x3f325a4c,0x3f266353,2
|
| 431 |
+
np.float32,0xfcc48ec0,0xc2ab5f3f,2
|
| 432 |
+
np.float32,0x3e6f5b9a,0x3e6d3ae5,2
|
| 433 |
+
np.float32,0x3dbcd62b,0x3dbc91ee,2
|
| 434 |
+
np.float32,0xbf7458d9,0xbf594c1c,2
|
| 435 |
+
np.float32,0xff5adb24,0xc2b284b9,2
|
| 436 |
+
np.float32,0x807b246d,0x807b246d,2
|
| 437 |
+
np.float32,0x3f800000,0x3f61a1b3,2
|
| 438 |
+
np.float32,0x231a28,0x231a28,2
|
| 439 |
+
np.float32,0xbdc66258,0xbdc61341,2
|
| 440 |
+
np.float32,0x3c84b4b4,0x3c84b338,2
|
| 441 |
+
np.float32,0xbf215894,0xbf183783,2
|
| 442 |
+
np.float32,0xff4ee298,0xc2b267ec,2
|
| 443 |
+
np.float32,0x801ef52e,0x801ef52e,2
|
| 444 |
+
np.float32,0x1040b0,0x1040b0,2
|
| 445 |
+
np.float32,0xff545582,0xc2b2753b,2
|
| 446 |
+
np.float32,0x3f3b9dda,0x3f2decaf,2
|
| 447 |
+
np.float32,0x730f99,0x730f99,2
|
| 448 |
+
np.float32,0xff7fffff,0xc2b2d4fc,2
|
| 449 |
+
np.float32,0xff24cc5e,0xc2b1f379,2
|
| 450 |
+
np.float32,0xbe9b456a,0xbe98fc0b,2
|
| 451 |
+
np.float32,0x188fb,0x188fb,2
|
| 452 |
+
np.float32,0x3f5c7ce2,0x3f47a18a,2
|
| 453 |
+
np.float32,0x7fc00000,0x7fc00000,2
|
| 454 |
+
np.float32,0x806ea4da,0x806ea4da,2
|
| 455 |
+
np.float32,0xfe810570,0xc2b01345,2
|
| 456 |
+
np.float32,0x8036af89,0x8036af89,2
|
| 457 |
+
np.float32,0x8043cec6,0x8043cec6,2
|
| 458 |
+
np.float32,0x80342bb3,0x80342bb3,2
|
| 459 |
+
np.float32,0x1a2bd4,0x1a2bd4,2
|
| 460 |
+
np.float32,0x3f6248c2,0x3f4bff9a,2
|
| 461 |
+
np.float32,0x8024eb35,0x8024eb35,2
|
| 462 |
+
np.float32,0x7ea55872,0x42b09247,2
|
| 463 |
+
np.float32,0x806d6e56,0x806d6e56,2
|
| 464 |
+
np.float32,0x25c21a,0x25c21a,2
|
| 465 |
+
np.float32,0x3f4e95f3,0x3f3cf483,2
|
| 466 |
+
np.float32,0x15ca38,0x15ca38,2
|
| 467 |
+
np.float32,0x803f01b2,0x803f01b2,2
|
| 468 |
+
np.float32,0xbe731634,0xbe70dc10,2
|
| 469 |
+
np.float32,0x3e80cee4,0x3e7ef933,2
|
| 470 |
+
np.float32,0x3ef6dda5,0x3eee2e7b,2
|
| 471 |
+
np.float32,0x3f3dfdc2,0x3f2fd5ed,2
|
| 472 |
+
np.float32,0xff0492a7,0xc2b18411,2
|
| 473 |
+
np.float32,0xbf1d0adf,0xbf148ff3,2
|
| 474 |
+
np.float32,0xfcf75460,0xc2abd4e3,2
|
| 475 |
+
np.float32,0x3f46fca6,0x3f36ffa6,2
|
| 476 |
+
np.float32,0xbe63b5c0,0xbe61dfb3,2
|
| 477 |
+
np.float32,0xff019bec,0xc2b1787d,2
|
| 478 |
+
np.float32,0x801f14a9,0x801f14a9,2
|
| 479 |
+
np.float32,0x3f176cfa,0x3f0fc051,2
|
| 480 |
+
np.float32,0x3f69d976,0x3f51a015,2
|
| 481 |
+
np.float32,0x3f4917cb,0x3f38a87a,2
|
| 482 |
+
np.float32,0x3b2a0bea,0x3b2a0bdd,2
|
| 483 |
+
np.float32,0xbf41d857,0xbf32eb50,2
|
| 484 |
+
np.float32,0xbf08841a,0xbf02c18f,2
|
| 485 |
+
np.float32,0x7ec86f14,0x42b0f4d0,2
|
| 486 |
+
np.float32,0xbf7d15d1,0xbf5f9090,2
|
| 487 |
+
np.float32,0xbd080550,0xbd07feea,2
|
| 488 |
+
np.float32,0xbf6f1bef,0xbf557d26,2
|
| 489 |
+
np.float32,0xfebc282c,0xc2b0d473,2
|
| 490 |
+
np.float32,0x3e68d2f5,0x3e66dd03,2
|
| 491 |
+
np.float32,0x3f3ed8fe,0x3f3085d5,2
|
| 492 |
+
np.float32,0xff2f78ae,0xc2b2139a,2
|
| 493 |
+
np.float32,0xff647a70,0xc2b29ac1,2
|
| 494 |
+
np.float32,0xfd0859a0,0xc2ac06e2,2
|
| 495 |
+
np.float32,0x3ea578a8,0x3ea2b7e1,2
|
| 496 |
+
np.float32,0x6c58c6,0x6c58c6,2
|
| 497 |
+
np.float32,0xff23f26a,0xc2b1f0d2,2
|
| 498 |
+
np.float32,0x800902a4,0x800902a4,2
|
| 499 |
+
np.float32,0xfe8ba64e,0xc2b03bcd,2
|
| 500 |
+
np.float32,0x3f091143,0x3f033e0f,2
|
| 501 |
+
np.float32,0x8017c4bd,0x8017c4bd,2
|
| 502 |
+
np.float32,0xbf708fd4,0xbf568c8c,2
|
| 503 |
+
np.float32,0x3be1d8,0x3be1d8,2
|
| 504 |
+
np.float32,0x80091f07,0x80091f07,2
|
| 505 |
+
np.float32,0x68eabe,0x68eabe,2
|
| 506 |
+
np.float32,0xfe9ab2c8,0xc2b07033,2
|
| 507 |
+
np.float32,0x3eabe752,0x3ea8d3d7,2
|
| 508 |
+
np.float32,0xbf7adcb2,0xbf5dfaf5,2
|
| 509 |
+
np.float32,0x801ecc01,0x801ecc01,2
|
| 510 |
+
np.float32,0xbf5570a9,0xbf424123,2
|
| 511 |
+
np.float32,0x3e89eecd,0x3e88510e,2
|
| 512 |
+
np.float32,0xfeb2feee,0xc2b0bae4,2
|
| 513 |
+
np.float32,0xbeb25ec2,0xbeaef22b,2
|
| 514 |
+
np.float32,0x201e49,0x201e49,2
|
| 515 |
+
np.float32,0x800a35f6,0x800a35f6,2
|
| 516 |
+
np.float32,0xbf02d449,0xbefb6e2a,2
|
| 517 |
+
np.float32,0x3f062bea,0x3f00aef6,2
|
| 518 |
+
np.float32,0x7f5219ff,0x42b26fd2,2
|
| 519 |
+
np.float32,0xbd4561d0,0xbd454e47,2
|
| 520 |
+
np.float32,0x3f6c4789,0x3f536a4b,2
|
| 521 |
+
np.float32,0x7f58b06d,0x42b27fa1,2
|
| 522 |
+
np.float32,0x7f132f39,0x42b1b999,2
|
| 523 |
+
np.float32,0x3e05dcb4,0x3e057bd8,2
|
| 524 |
+
np.float32,0x7f526045,0x42b2707d,2
|
| 525 |
+
np.float32,0x3f6117d0,0x3f4b1adb,2
|
| 526 |
+
np.float32,0xbf21f47d,0xbf18bb57,2
|
| 527 |
+
np.float32,0x1a26d6,0x1a26d6,2
|
| 528 |
+
np.float32,0x46b114,0x46b114,2
|
| 529 |
+
np.float32,0x3eb24518,0x3eaed9ef,2
|
| 530 |
+
np.float32,0xfe2139c8,0xc2af2278,2
|
| 531 |
+
np.float32,0xbf7c36fb,0xbf5ef1f6,2
|
| 532 |
+
np.float32,0x3f193834,0x3f114af7,2
|
| 533 |
+
np.float32,0xff3ea650,0xc2b23e14,2
|
| 534 |
+
np.float32,0xfeeb3bca,0xc2b146c7,2
|
| 535 |
+
np.float32,0x7e8b8ca0,0x42b03b6f,2
|
| 536 |
+
np.float32,0x3eed903d,0x3ee5c5d2,2
|
| 537 |
+
np.float32,0xbdc73740,0xbdc6e72a,2
|
| 538 |
+
np.float32,0x7e500307,0x42afa4ec,2
|
| 539 |
+
np.float32,0xe003c,0xe003c,2
|
| 540 |
+
np.float32,0x3e612bb4,0x3e5f64fd,2
|
| 541 |
+
np.float32,0xfd81e248,0xc2ad50e6,2
|
| 542 |
+
np.float32,0x766a4f,0x766a4f,2
|
| 543 |
+
np.float32,0x3e8708c9,0x3e858414,2
|
| 544 |
+
np.float32,0xbf206c58,0xbf176f7f,2
|
| 545 |
+
np.float32,0x7e93aeb0,0x42b0586f,2
|
| 546 |
+
np.float32,0xfd9d36b8,0xc2adb2ad,2
|
| 547 |
+
np.float32,0xff1f4e0e,0xc2b1e21d,2
|
| 548 |
+
np.float32,0x3f22bd5a,0x3f1964f8,2
|
| 549 |
+
np.float32,0x7f6a517a,0x42b2a7ad,2
|
| 550 |
+
np.float32,0xff6ca773,0xc2b2acc1,2
|
| 551 |
+
np.float32,0x7f6bf453,0x42b2ab3d,2
|
| 552 |
+
np.float32,0x3edfdd64,0x3ed9489f,2
|
| 553 |
+
np.float32,0xbeafc5ba,0xbeac7daa,2
|
| 554 |
+
np.float32,0x7d862039,0x42ad615b,2
|
| 555 |
+
np.float32,0xbe9d2002,0xbe9ac1fc,2
|
| 556 |
+
np.float32,0xbdcc54c0,0xbdcbfe5b,2
|
| 557 |
+
np.float32,0xbf1bc0aa,0xbf13762a,2
|
| 558 |
+
np.float32,0xbf4679ce,0xbf36984b,2
|
| 559 |
+
np.float32,0x3ef45696,0x3eebe713,2
|
| 560 |
+
np.float32,0xff6eb999,0xc2b2b137,2
|
| 561 |
+
np.float32,0xbe4b2e4c,0xbe49dee8,2
|
| 562 |
+
np.float32,0x3f498951,0x3f3901b7,2
|
| 563 |
+
np.float32,0xbe9692f4,0xbe947be1,2
|
| 564 |
+
np.float32,0xbf44ce26,0xbf3545c8,2
|
| 565 |
+
np.float32,0x805787a8,0x805787a8,2
|
| 566 |
+
np.float32,0xbf342650,0xbf27dc26,2
|
| 567 |
+
np.float32,0x3edafbf0,0x3ed4cdd2,2
|
| 568 |
+
np.float32,0x3f6fb858,0x3f55ef63,2
|
| 569 |
+
np.float32,0xff227d0a,0xc2b1ec3f,2
|
| 570 |
+
np.float32,0xfeb9a202,0xc2b0cd89,2
|
| 571 |
+
np.float32,0x7f5b12c1,0x42b2853b,2
|
| 572 |
+
np.float32,0x584578,0x584578,2
|
| 573 |
+
np.float32,0x7ec0b76f,0x42b0e0b5,2
|
| 574 |
+
np.float32,0x3f57f54b,0x3f442f10,2
|
| 575 |
+
np.float32,0x7eef3620,0x42b14f5d,2
|
| 576 |
+
np.float32,0x4525b5,0x4525b5,2
|
| 577 |
+
np.float32,0x801bd407,0x801bd407,2
|
| 578 |
+
np.float32,0xbed1f166,0xbecc7703,2
|
| 579 |
+
np.float32,0x3f57e732,0x3f442449,2
|
| 580 |
+
np.float32,0x80767cd5,0x80767cd5,2
|
| 581 |
+
np.float32,0xbef1a7d2,0xbee97aa3,2
|
| 582 |
+
np.float32,0x3dd5b1af,0x3dd54ee6,2
|
| 583 |
+
np.float32,0x960c,0x960c,2
|
| 584 |
+
np.float32,0x7c392d41,0x42a9ddd1,2
|
| 585 |
+
np.float32,0x3f5c9a34,0x3f47b7c1,2
|
| 586 |
+
np.float32,0x3f5cecee,0x3f47f667,2
|
| 587 |
+
np.float32,0xbee482ce,0xbedd8899,2
|
| 588 |
+
np.float32,0x8066ba7e,0x8066ba7e,2
|
| 589 |
+
np.float32,0x7ed76127,0x42b119a2,2
|
| 590 |
+
np.float32,0x805ca40b,0x805ca40b,2
|
| 591 |
+
np.float32,0x7f5ed5d1,0x42b28df3,2
|
| 592 |
+
np.float32,0xfe9e1b1e,0xc2b07b5b,2
|
| 593 |
+
np.float32,0x3f0201a2,0x3ef9f6c4,2
|
| 594 |
+
np.float32,0xbf2e6430,0xbf232039,2
|
| 595 |
+
np.float32,0x80326b4d,0x80326b4d,2
|
| 596 |
+
np.float32,0x3f11dc7c,0x3f0af06e,2
|
| 597 |
+
np.float32,0xbe89c42e,0xbe8827e6,2
|
| 598 |
+
np.float32,0x3f3c69f8,0x3f2e9133,2
|
| 599 |
+
np.float32,0x806326a9,0x806326a9,2
|
| 600 |
+
np.float32,0x3f1c5286,0x3f13f2b6,2
|
| 601 |
+
np.float32,0xff5c0ead,0xc2b28786,2
|
| 602 |
+
np.float32,0xff32b952,0xc2b21d01,2
|
| 603 |
+
np.float32,0x7dd27c4e,0x42ae4815,2
|
| 604 |
+
np.float32,0xbf7a6816,0xbf5da7a2,2
|
| 605 |
+
np.float32,0xfeac72f8,0xc2b0a7d1,2
|
| 606 |
+
np.float32,0x335ad7,0x335ad7,2
|
| 607 |
+
np.float32,0xbe682da4,0xbe663bcc,2
|
| 608 |
+
np.float32,0x3f2df244,0x3f22c208,2
|
| 609 |
+
np.float32,0x80686e8e,0x80686e8e,2
|
| 610 |
+
np.float32,0x7f50120f,0x42b26ad9,2
|
| 611 |
+
np.float32,0x3dbc596a,0x3dbc15b3,2
|
| 612 |
+
np.float32,0xbf4f2868,0xbf3d666d,2
|
| 613 |
+
np.float32,0x80000001,0x80000001,2
|
| 614 |
+
np.float32,0xff66c059,0xc2b29fd2,2
|
| 615 |
+
np.float32,0xfe8bbcaa,0xc2b03c1f,2
|
| 616 |
+
np.float32,0x3ece6a51,0x3ec93271,2
|
| 617 |
+
np.float32,0x7f06cd26,0x42b18c9a,2
|
| 618 |
+
np.float32,0x7e41e6dc,0x42af80f5,2
|
| 619 |
+
np.float32,0x7d878334,0x42ad669f,2
|
| 620 |
+
np.float32,0xfe8c5c4c,0xc2b03e67,2
|
| 621 |
+
np.float32,0x337a05,0x337a05,2
|
| 622 |
+
np.float32,0x3e63801d,0x3e61ab58,2
|
| 623 |
+
np.float32,0x62c315,0x62c315,2
|
| 624 |
+
np.float32,0x802aa888,0x802aa888,2
|
| 625 |
+
np.float32,0x80038b43,0x80038b43,2
|
| 626 |
+
np.float32,0xff5c1271,0xc2b2878f,2
|
| 627 |
+
np.float32,0xff4184a5,0xc2b245b9,2
|
| 628 |
+
np.float32,0x7ef58f4b,0x42b15cc6,2
|
| 629 |
+
np.float32,0x7f42d8ac,0x42b2493a,2
|
| 630 |
+
np.float32,0x806609f2,0x806609f2,2
|
| 631 |
+
np.float32,0x801e763b,0x801e763b,2
|
| 632 |
+
np.float32,0x7f2bc073,0x42b208a2,2
|
| 633 |
+
np.float32,0x801d7d7f,0x801d7d7f,2
|
| 634 |
+
np.float32,0x7d415dc1,0x42acb9c2,2
|
| 635 |
+
np.float32,0xbf624ff9,0xbf4c0502,2
|
| 636 |
+
np.float32,0xbf603afd,0xbf4a74e2,2
|
| 637 |
+
np.float32,0x8007fe42,0x8007fe42,2
|
| 638 |
+
np.float32,0x800456db,0x800456db,2
|
| 639 |
+
np.float32,0x620871,0x620871,2
|
| 640 |
+
np.float32,0x3e9c6c1e,0x3e9a15fa,2
|
| 641 |
+
np.float32,0x4245d,0x4245d,2
|
| 642 |
+
np.float32,0x8035bde9,0x8035bde9,2
|
| 643 |
+
np.float32,0xbf597418,0xbf45533c,2
|
| 644 |
+
np.float32,0x3c730f80,0x3c730d38,2
|
| 645 |
+
np.float32,0x3f7cd8ed,0x3f5f6540,2
|
| 646 |
+
np.float32,0x807e49c3,0x807e49c3,2
|
| 647 |
+
np.float32,0x3d6584c0,0x3d65660c,2
|
| 648 |
+
np.float32,0xff42a744,0xc2b248b8,2
|
| 649 |
+
np.float32,0xfedc6f56,0xc2b12583,2
|
| 650 |
+
np.float32,0x806263a4,0x806263a4,2
|
| 651 |
+
np.float32,0x175a17,0x175a17,2
|
| 652 |
+
np.float32,0x3f1e8537,0x3f15d208,2
|
| 653 |
+
np.float32,0x4055b5,0x4055b5,2
|
| 654 |
+
np.float32,0x438aa6,0x438aa6,2
|
| 655 |
+
np.float32,0x8038507f,0x8038507f,2
|
| 656 |
+
np.float32,0xbed75348,0xbed16f85,2
|
| 657 |
+
np.float32,0x7f07b7d6,0x42b19012,2
|
| 658 |
+
np.float32,0xfe8b9d30,0xc2b03bac,2
|
| 659 |
+
np.float32,0x805c501c,0x805c501c,2
|
| 660 |
+
np.float32,0x3ef22b1d,0x3ee9f159,2
|
| 661 |
+
np.float32,0x802b6759,0x802b6759,2
|
| 662 |
+
np.float32,0x45281a,0x45281a,2
|
| 663 |
+
np.float32,0xbf7e9970,0xbf60a3cf,2
|
| 664 |
+
np.float32,0xbf14d152,0xbf0d8062,2
|
| 665 |
+
np.float32,0x3d9ff950,0x3d9fcfc8,2
|
| 666 |
+
np.float32,0x7865d9,0x7865d9,2
|
| 667 |
+
np.float32,0xbee67fa4,0xbedf58eb,2
|
| 668 |
+
np.float32,0x7dc822d1,0x42ae2e44,2
|
| 669 |
+
np.float32,0x3f3af0fe,0x3f2d612c,2
|
| 670 |
+
np.float32,0xbefea106,0xbef5274e,2
|
| 671 |
+
np.float32,0xbf758a3f,0xbf5a28c5,2
|
| 672 |
+
np.float32,0xbf331bdd,0xbf270209,2
|
| 673 |
+
np.float32,0x7f51c901,0x42b26f0d,2
|
| 674 |
+
np.float32,0x3f67c33b,0x3f5014d8,2
|
| 675 |
+
np.float32,0xbbc9d980,0xbbc9d92c,2
|
| 676 |
+
np.float32,0xbc407540,0xbc40741e,2
|
| 677 |
+
np.float32,0x7eed9a3c,0x42b14be9,2
|
| 678 |
+
np.float32,0x1be0fe,0x1be0fe,2
|
| 679 |
+
np.float32,0xbf6b4913,0xbf52af1f,2
|
| 680 |
+
np.float32,0xbda8eba8,0xbda8bac6,2
|
| 681 |
+
np.float32,0x8004bcea,0x8004bcea,2
|
| 682 |
+
np.float32,0xff6f6afe,0xc2b2b2b3,2
|
| 683 |
+
np.float32,0xbf205810,0xbf175e50,2
|
| 684 |
+
np.float32,0x80651944,0x80651944,2
|
| 685 |
+
np.float32,0xbec73016,0xbec27a3f,2
|
| 686 |
+
np.float32,0x5701b9,0x5701b9,2
|
| 687 |
+
np.float32,0xbf1062ce,0xbf09a7df,2
|
| 688 |
+
np.float32,0x3e0306ae,0x3e02abd1,2
|
| 689 |
+
np.float32,0x7bfc62,0x7bfc62,2
|
| 690 |
+
np.float32,0xbf48dd3c,0xbf387a6b,2
|
| 691 |
+
np.float32,0x8009573e,0x8009573e,2
|
| 692 |
+
np.float32,0x660a2c,0x660a2c,2
|
| 693 |
+
np.float32,0xff2280da,0xc2b1ec4b,2
|
| 694 |
+
np.float32,0xbf7034fe,0xbf564a54,2
|
| 695 |
+
np.float32,0xbeeb448e,0xbee3b045,2
|
| 696 |
+
np.float32,0xff4e949c,0xc2b2672b,2
|
| 697 |
+
np.float32,0xbf3c4486,0xbf2e7309,2
|
| 698 |
+
np.float32,0x7eb086d8,0x42b0b3c8,2
|
| 699 |
+
np.float32,0x7eac8aca,0x42b0a817,2
|
| 700 |
+
np.float32,0xfd3d2d60,0xc2acae8b,2
|
| 701 |
+
np.float32,0xbf363226,0xbf2987bd,2
|
| 702 |
+
np.float32,0x7f02e524,0x42b17d8c,2
|
| 703 |
+
np.float32,0x8049a148,0x8049a148,2
|
| 704 |
+
np.float32,0x147202,0x147202,2
|
| 705 |
+
np.float32,0x8031d3f6,0x8031d3f6,2
|
| 706 |
+
np.float32,0xfe78bf68,0xc2b0007d,2
|
| 707 |
+
np.float32,0x7ebd16d0,0x42b0d6fb,2
|
| 708 |
+
np.float32,0xbdaed2e8,0xbdae9cbb,2
|
| 709 |
+
np.float32,0x802833ae,0x802833ae,2
|
| 710 |
+
np.float32,0x7f62adf6,0x42b296b5,2
|
| 711 |
+
np.float32,0xff2841c0,0xc2b1fe1b,2
|
| 712 |
+
np.float32,0xbeb2c47e,0xbeaf523b,2
|
| 713 |
+
np.float32,0x7e42a36e,0x42af82e6,2
|
| 714 |
+
np.float32,0x41ea29,0x41ea29,2
|
| 715 |
+
np.float32,0xbcaaa800,0xbcaaa4d7,2
|
| 716 |
+
np.float64,0x3fed71f27ebae3e5,0x3fea5c6095012ca6,2
|
| 717 |
+
np.float64,0x224dc392449b9,0x224dc392449b9,2
|
| 718 |
+
np.float64,0x3fdf897a7d3f12f5,0x3fde620339360992,2
|
| 719 |
+
np.float64,0xbfe1f99a5123f334,0xbfe124a57cfaf556,2
|
| 720 |
+
np.float64,0xbfd9725c3bb2e4b8,0xbfd8d1e3f75110c7,2
|
| 721 |
+
np.float64,0x3fe38977546712ee,0x3fe27d9d37f4b91f,2
|
| 722 |
+
np.float64,0xbfc36c29e526d854,0xbfc3594743ee45c4,2
|
| 723 |
+
np.float64,0xbfe5cbec332b97d8,0xbfe4638802316849,2
|
| 724 |
+
np.float64,0x2ff35efe5fe6d,0x2ff35efe5fe6d,2
|
| 725 |
+
np.float64,0x7fd3f828e227f051,0x40862a7d4a40b1e0,2
|
| 726 |
+
np.float64,0xffd06fc11620df82,0xc08628ee8f1bf6c8,2
|
| 727 |
+
np.float64,0x3fe5321bf4aa6438,0x3fe3e3d9fa453199,2
|
| 728 |
+
np.float64,0xffd07a323ca0f464,0xc08628f3a2930f8c,2
|
| 729 |
+
np.float64,0x3fdf7abe7abef57c,0x3fde54cb193d49cb,2
|
| 730 |
+
np.float64,0x40941f1881285,0x40941f1881285,2
|
| 731 |
+
np.float64,0xffef18defc7e31bd,0xc0863393f2c9f061,2
|
| 732 |
+
np.float64,0xbfe379f871e6f3f1,0xbfe270620cb68347,2
|
| 733 |
+
np.float64,0xffec829848f90530,0xc08632e210edaa2b,2
|
| 734 |
+
np.float64,0x80070c00574e1801,0x80070c00574e1801,2
|
| 735 |
+
np.float64,0xffce7654b23ceca8,0xc086285291e89975,2
|
| 736 |
+
np.float64,0x7fc9932daa33265a,0x408626ec6cc2b807,2
|
| 737 |
+
np.float64,0x355ee98c6abde,0x355ee98c6abde,2
|
| 738 |
+
np.float64,0x3fac54962c38a920,0x3fac50e40b6c19f2,2
|
| 739 |
+
np.float64,0x800857984af0af31,0x800857984af0af31,2
|
| 740 |
+
np.float64,0x7fea6a3d55f4d47a,0x40863245bf39f179,2
|
| 741 |
+
np.float64,0x3fdb8fab33371f56,0x3fdac5ffc9e1c347,2
|
| 742 |
+
np.float64,0x800a887a7bf510f5,0x800a887a7bf510f5,2
|
| 743 |
+
np.float64,0xbfbdbda3c63b7b48,0xbfbdac9dd5a2d3e8,2
|
| 744 |
+
np.float64,0xbfd4a2457b29448a,0xbfd44acb3b316d6d,2
|
| 745 |
+
np.float64,0x7fd5329a502a6534,0x40862af789b528b5,2
|
| 746 |
+
np.float64,0x3fd96a7bceb2d4f8,0x3fd8ca92104d6cd6,2
|
| 747 |
+
np.float64,0x3fde6a0cd6bcd41a,0x3fdd5f4b85abf749,2
|
| 748 |
+
np.float64,0xbfc7faaff32ff560,0xbfc7d7560b8c4a52,2
|
| 749 |
+
np.float64,0x7fec381b2f787035,0x408632cd0e9c095c,2
|
| 750 |
+
np.float64,0x1fc2eb543f85e,0x1fc2eb543f85e,2
|
| 751 |
+
np.float64,0x7ac6000af58c1,0x7ac6000af58c1,2
|
| 752 |
+
np.float64,0xffe060a87920c150,0xc0862e72c37d5a4e,2
|
| 753 |
+
np.float64,0xbfb7d8c89e2fb190,0xbfb7cffd3c3f8e3a,2
|
| 754 |
+
np.float64,0x3fd91033deb22068,0x3fd87695b067aa1e,2
|
| 755 |
+
np.float64,0x3fec1aff01b835fe,0x3fe95d5cbd729af7,2
|
| 756 |
+
np.float64,0x7fb97f69ec32fed3,0x4086215aaae5c697,2
|
| 757 |
+
np.float64,0x7feaf1e4e5f5e3c9,0x4086326e6ca6a2bb,2
|
| 758 |
+
np.float64,0x800537e44d0a6fc9,0x800537e44d0a6fc9,2
|
| 759 |
+
np.float64,0x800b2a0d0d36541a,0x800b2a0d0d36541a,2
|
| 760 |
+
np.float64,0x3fe2193846e43270,0x3fe140308550138e,2
|
| 761 |
+
np.float64,0x5e2a0a32bc542,0x5e2a0a32bc542,2
|
| 762 |
+
np.float64,0xffe5888b09eb1116,0xc08630a348783aa3,2
|
| 763 |
+
np.float64,0xbfceb9b5033d736c,0xbfce701049c10435,2
|
| 764 |
+
np.float64,0x7fe5d68589abad0a,0x408630c00ce63f23,2
|
| 765 |
+
np.float64,0x8009b5457ff36a8b,0x8009b5457ff36a8b,2
|
| 766 |
+
np.float64,0xbfb5518c2e2aa318,0xbfb54b42638ca718,2
|
| 767 |
+
np.float64,0x3f9c58469838b080,0x3f9c575974fbcd7b,2
|
| 768 |
+
np.float64,0x3fe8db4b4731b697,0x3fe6dc9231587966,2
|
| 769 |
+
np.float64,0x8007d0f77f4fa1f0,0x8007d0f77f4fa1f0,2
|
| 770 |
+
np.float64,0x7fe79eef542f3dde,0x40863160c673c67f,2
|
| 771 |
+
np.float64,0xffbdc0b6163b8170,0xc0862296be4bf032,2
|
| 772 |
+
np.float64,0x3fbb8d3312371a66,0x3fbb7fa76fb4cf8d,2
|
| 773 |
+
np.float64,0xffd8a0eedbb141de,0xc0862c2ac6e512f0,2
|
| 774 |
+
np.float64,0x7fee99d8d87d33b1,0x4086337301c4c8df,2
|
| 775 |
+
np.float64,0xffe7479b552e8f36,0xc0863142fba0f0ec,2
|
| 776 |
+
np.float64,0xffedf8ef4abbf1de,0xc08633488068fe69,2
|
| 777 |
+
np.float64,0x895c4d9f12b8a,0x895c4d9f12b8a,2
|
| 778 |
+
np.float64,0x29b4caf05369a,0x29b4caf05369a,2
|
| 779 |
+
np.float64,0xbfefb90d657f721b,0xbfec01efa2425b35,2
|
| 780 |
+
np.float64,0xde07c3bdbc0f9,0xde07c3bdbc0f9,2
|
| 781 |
+
np.float64,0x7feae9fd02f5d3f9,0x4086326c1368ed5a,2
|
| 782 |
+
np.float64,0x3feab792da756f26,0x3fe84f6e15338ed7,2
|
| 783 |
+
np.float64,0xbfeff8ed72fff1db,0xbfec2f35da06daaf,2
|
| 784 |
+
np.float64,0x8004b2c132896583,0x8004b2c132896583,2
|
| 785 |
+
np.float64,0xbf9fcb00103f9600,0xbf9fc9b1751c569e,2
|
| 786 |
+
np.float64,0x4182b72e83058,0x4182b72e83058,2
|
| 787 |
+
np.float64,0x90820d812105,0x90820d812105,2
|
| 788 |
+
np.float64,0xbfdec9a0ba3d9342,0xbfddb585df607ce1,2
|
| 789 |
+
np.float64,0x7fdc0a69a03814d2,0x40862d347f201b63,2
|
| 790 |
+
np.float64,0xbfef0708937e0e11,0xbfeb82d27f8ea97f,2
|
| 791 |
+
np.float64,0xffda57e4ddb4afca,0xc0862cb49e2e0c4c,2
|
| 792 |
+
np.float64,0xbfa30b9af4261730,0xbfa30a7b4a633060,2
|
| 793 |
+
np.float64,0x7feb57fcc4b6aff9,0x4086328c83957a0b,2
|
| 794 |
+
np.float64,0x7fe6759153eceb22,0x408630f980433963,2
|
| 795 |
+
np.float64,0x7fdd3278c8ba64f1,0x40862d87445243e9,2
|
| 796 |
+
np.float64,0xd3b8e6b9a771d,0xd3b8e6b9a771d,2
|
| 797 |
+
np.float64,0x6267dc88c4cfc,0x6267dc88c4cfc,2
|
| 798 |
+
np.float64,0x7fedd3cf00bba79d,0x4086333e91712ff5,2
|
| 799 |
+
np.float64,0xffbe512ce03ca258,0xc08622bd39314cea,2
|
| 800 |
+
np.float64,0xbfe71742ca6e2e86,0xbfe572ccbf2d010d,2
|
| 801 |
+
np.float64,0x8002fb048c65f60a,0x8002fb048c65f60a,2
|
| 802 |
+
np.float64,0x800d9d9ddf7b3b3c,0x800d9d9ddf7b3b3c,2
|
| 803 |
+
np.float64,0xbfeaf6230df5ec46,0xbfe87f5d751ec3d5,2
|
| 804 |
+
np.float64,0xbfe69973a42d32e8,0xbfe50c680f7002fe,2
|
| 805 |
+
np.float64,0x3fe309cf87e613a0,0x3fe21048714ce1ac,2
|
| 806 |
+
np.float64,0x800435d17a286ba4,0x800435d17a286ba4,2
|
| 807 |
+
np.float64,0x7fefffffffffffff,0x408633ce8fb9f87e,2
|
| 808 |
+
np.float64,0x3fe36ade1766d5bc,0x3fe26379fb285dde,2
|
| 809 |
+
np.float64,0x3f98d8d94831b1c0,0x3f98d839885dc527,2
|
| 810 |
+
np.float64,0xbfd08f7ae5211ef6,0xbfd0618ab5293e1e,2
|
| 811 |
+
np.float64,0xbfcf630bd53ec618,0xbfcf14a0cd20704d,2
|
| 812 |
+
np.float64,0xbfe58f0ca6eb1e1a,0xbfe4312225df8e28,2
|
| 813 |
+
np.float64,0xffef4f6406be9ec7,0xc08633a1ed1d27e5,2
|
| 814 |
+
np.float64,0x7fe10120b3e20240,0x40862ebfaf94e6e8,2
|
| 815 |
+
np.float64,0xffe96c52fbb2d8a5,0xc08631f75d9a59a0,2
|
| 816 |
+
np.float64,0xbfe448a333e89146,0xbfe31fee44c3ec43,2
|
| 817 |
+
np.float64,0x80045ff4e788bfeb,0x80045ff4e788bfeb,2
|
| 818 |
+
np.float64,0x7fefaa2f823f545e,0x408633b8fea29524,2
|
| 819 |
+
np.float64,0xffea6b8bf234d717,0xc0863246248e5960,2
|
| 820 |
+
np.float64,0xbfdb085d80b610bc,0xbfda498b15b43eec,2
|
| 821 |
+
np.float64,0xbfd5e12da3abc25c,0xbfd57970e2b8aecc,2
|
| 822 |
+
np.float64,0x3fcc84928a390925,0x3fcc497c417a89f3,2
|
| 823 |
+
np.float64,0xbfdcb713bf396e28,0xbfdbd46c5e731fd9,2
|
| 824 |
+
np.float64,0xffdf50c0453ea180,0xc0862e16b5562f25,2
|
| 825 |
+
np.float64,0x800342c2f7268587,0x800342c2f7268587,2
|
| 826 |
+
np.float64,0x7feb8b6d743716da,0x4086329b8248de2c,2
|
| 827 |
+
np.float64,0x800a9b18b4953632,0x800a9b18b4953632,2
|
| 828 |
+
np.float64,0xffedaf0d12fb5e19,0xc0863334af82de1a,2
|
| 829 |
+
np.float64,0x800aebda4ab5d7b5,0x800aebda4ab5d7b5,2
|
| 830 |
+
np.float64,0xbfa9f5848433eb10,0xbfa9f2ac7ac065d4,2
|
| 831 |
+
np.float64,0x3fea375928f46eb2,0x3fe7ec9f10eeac7d,2
|
| 832 |
+
np.float64,0x3fd6c213fead8428,0x3fd64dcc1eff5f1b,2
|
| 833 |
+
np.float64,0xbfa0476f44208ee0,0xbfa046bb986007ac,2
|
| 834 |
+
np.float64,0x6c8e18aed91c4,0x6c8e18aed91c4,2
|
| 835 |
+
np.float64,0x8000000000000001,0x8000000000000001,2
|
| 836 |
+
np.float64,0x7fea86b5ba350d6a,0x4086324e59f13027,2
|
| 837 |
+
np.float64,0x2316c3b0462d9,0x2316c3b0462d9,2
|
| 838 |
+
np.float64,0x3fec4e3281389c65,0x3fe983c5c9d65940,2
|
| 839 |
+
np.float64,0x3fbb87c47f772,0x3fbb87c47f772,2
|
| 840 |
+
np.float64,0x8004af00fdc95e03,0x8004af00fdc95e03,2
|
| 841 |
+
np.float64,0xbfd316db9ba62db8,0xbfd2d12765b9d155,2
|
| 842 |
+
np.float64,0x3fec1a7a99f834f6,0x3fe95cf941889b3d,2
|
| 843 |
+
np.float64,0x3feff7e1477fefc3,0x3fec2e782392d4b9,2
|
| 844 |
+
np.float64,0xbfc683ea042d07d4,0xbfc66698cfa5026e,2
|
| 845 |
+
np.float64,0x3fdbc8aaa9b79154,0x3fdafa50e6fc3fff,2
|
| 846 |
+
np.float64,0xfb3b630ff676d,0xfb3b630ff676d,2
|
| 847 |
+
np.float64,0x7fe715ef8eae2bde,0x40863131d794b41f,2
|
| 848 |
+
np.float64,0x7fefa06c11bf40d7,0x408633b686c7996a,2
|
| 849 |
+
np.float64,0x80002a40f5205483,0x80002a40f5205483,2
|
| 850 |
+
np.float64,0x7fe95f3c74b2be78,0x408631f33e37bf76,2
|
| 851 |
+
np.float64,0x3fb2977b32252ef0,0x3fb2934eaf5a4be8,2
|
| 852 |
+
np.float64,0x3fc0f3dbc821e7b8,0x3fc0e745288c84c3,2
|
| 853 |
+
np.float64,0x3fda98da56b531b5,0x3fd9e2b19447dacc,2
|
| 854 |
+
np.float64,0x3f95b9d5202b73aa,0x3f95b96a53282949,2
|
| 855 |
+
np.float64,0x3fdc1ace7738359d,0x3fdb4597d31df7ff,2
|
| 856 |
+
np.float64,0xffeac5bb2e358b76,0xc0863261452ab66c,2
|
| 857 |
+
np.float64,0xbfefb1b78f7f636f,0xbfebfcb9be100ced,2
|
| 858 |
+
np.float64,0xf5c9e191eb93c,0xf5c9e191eb93c,2
|
| 859 |
+
np.float64,0x3fe83a977630752f,0x3fe65d0df90ff6ef,2
|
| 860 |
+
np.float64,0x3fc317515d262ea0,0x3fc3056072b719f0,2
|
| 861 |
+
np.float64,0x7fe2dcfab225b9f4,0x40862f94257c28a2,2
|
| 862 |
+
np.float64,0xca2b115794562,0xca2b115794562,2
|
| 863 |
+
np.float64,0x3fd495301aa92a60,0x3fd43e57108761d5,2
|
| 864 |
+
np.float64,0x800ccc4293199885,0x800ccc4293199885,2
|
| 865 |
+
np.float64,0xc8d3173d91a63,0xc8d3173d91a63,2
|
| 866 |
+
np.float64,0xbf2541bb7e4a8,0xbf2541bb7e4a8,2
|
| 867 |
+
np.float64,0xbfe9a330df334662,0xbfe779816573f5be,2
|
| 868 |
+
np.float64,0xffd5e4c8252bc990,0xc0862b39b3ca5d72,2
|
| 869 |
+
np.float64,0x3fe90f3a53721e75,0x3fe70585ae09531d,2
|
| 870 |
+
np.float64,0xbfe2b5ddc7a56bbc,0xbfe1c7fa91a675ed,2
|
| 871 |
+
np.float64,0xbf981a0360303400,0xbf9819719345073a,2
|
| 872 |
+
np.float64,0x19174b0e322ea,0x19174b0e322ea,2
|
| 873 |
+
np.float64,0xbfd2f71a1725ee34,0xbfd2b2b6f7cd10b1,2
|
| 874 |
+
np.float64,0x80056e83236add07,0x80056e83236add07,2
|
| 875 |
+
np.float64,0x7fe4bc41d9697883,0x40863055f20ce0cb,2
|
| 876 |
+
np.float64,0xffe76e06c46edc0d,0xc086315024b25559,2
|
| 877 |
+
np.float64,0x3fe3c4f0f96789e2,0x3fe2b04b584609bf,2
|
| 878 |
+
np.float64,0x3fe6cfc533ed9f8a,0x3fe538b4d784d5ee,2
|
| 879 |
+
np.float64,0x7fd234a640a4694c,0x408629bfead4f0b2,2
|
| 880 |
+
np.float64,0x3fdbc49c9ab78939,0x3fdaf698a83d08e2,2
|
| 881 |
+
np.float64,0x3fe4c5336ee98a66,0x3fe388c6ddb60e0a,2
|
| 882 |
+
np.float64,0xf4b9497be9729,0xf4b9497be9729,2
|
| 883 |
+
np.float64,0x3fb312be12262580,0x3fb30e3c847c1d16,2
|
| 884 |
+
np.float64,0x3fe9554218f2aa84,0x3fe73c8b311c7a98,2
|
| 885 |
+
np.float64,0xff899816a0333040,0xc08610bfb2cd8559,2
|
| 886 |
+
np.float64,0x8006008ad52c0116,0x8006008ad52c0116,2
|
| 887 |
+
np.float64,0x3fd7d47be4afa8f8,0x3fd74fa71ec17fd0,2
|
| 888 |
+
np.float64,0x8010000000000000,0x8010000000000000,2
|
| 889 |
+
np.float64,0xdf2a9943be553,0xdf2a9943be553,2
|
| 890 |
+
np.float64,0xbfeb86bf1eb70d7e,0xbfe8ed797580ba5c,2
|
| 891 |
+
np.float64,0x800e2c0c28bc5818,0x800e2c0c28bc5818,2
|
| 892 |
+
np.float64,0xbfe2be65d4657ccc,0xbfe1cf578dec2323,2
|
| 893 |
+
np.float64,0xbfedea3a5afbd475,0xbfeab490bf05e585,2
|
| 894 |
+
np.float64,0xbfe04b1583a0962b,0xbfdf523dfd7be25c,2
|
| 895 |
+
np.float64,0x75929bb4eb254,0x75929bb4eb254,2
|
| 896 |
+
np.float64,0x3fd7b4968caf692d,0x3fd731c0938ff97c,2
|
| 897 |
+
np.float64,0x60bd8fd2c17b3,0x60bd8fd2c17b3,2
|
| 898 |
+
np.float64,0xbfdaf15e70b5e2bc,0xbfda345a95ce18fe,2
|
| 899 |
+
np.float64,0x7fdd7c35c2baf86b,0x40862d9b5f40c6b2,2
|
| 900 |
+
np.float64,0x7feeb4d2ab7d69a4,0x4086337a0c0dffaf,2
|
| 901 |
+
np.float64,0xffe65b5a1decb6b4,0xc08630f024420efb,2
|
| 902 |
+
np.float64,0x7feb272b30764e55,0x4086327e2e553aa2,2
|
| 903 |
+
np.float64,0x3fd27513e8a4ea28,0x3fd235ea49670f6a,2
|
| 904 |
+
np.float64,0x3fe6541a6aeca834,0x3fe4d3a5b69fd1b6,2
|
| 905 |
+
np.float64,0xbfe0c6ca0f618d94,0xbfe017058259efdb,2
|
| 906 |
+
np.float64,0x7fc1bf07b7237e0e,0x4086240000fa5a52,2
|
| 907 |
+
np.float64,0x7fe96af9c0f2d5f3,0x408631f6f0f4faa2,2
|
| 908 |
+
np.float64,0x3fe0728be7a0e518,0x3fdf9881a5869de9,2
|
| 909 |
+
np.float64,0xffe8ea4441b1d488,0xc08631ce0685ae7e,2
|
| 910 |
+
np.float64,0xffd0b973f02172e8,0xc08629121e7fdf85,2
|
| 911 |
+
np.float64,0xffe37b907a26f720,0xc0862fd6529401a0,2
|
| 912 |
+
np.float64,0x3fe0ee826461dd05,0x3fe03a2a424a1b40,2
|
| 913 |
+
np.float64,0xbfe8073c92300e79,0xbfe6340cbd179ac1,2
|
| 914 |
+
np.float64,0x800768383f8ed071,0x800768383f8ed071,2
|
| 915 |
+
np.float64,0x8002e467c7c5c8d0,0x8002e467c7c5c8d0,2
|
| 916 |
+
np.float64,0xbfd8d53ea5b1aa7e,0xbfd83fa7243289d7,2
|
| 917 |
+
np.float64,0xffebefce2bb7df9c,0xc08632b874f4f8dc,2
|
| 918 |
+
np.float64,0xffe3be9eb9277d3d,0xc0862ff1ac70ad0b,2
|
| 919 |
+
np.float64,0xffe2f8a82e65f150,0xc0862f9fd9e77d86,2
|
| 920 |
+
np.float64,0xbfa01d151c203a30,0xbfa01c66dc13a70a,2
|
| 921 |
+
np.float64,0x800877062d30ee0d,0x800877062d30ee0d,2
|
| 922 |
+
np.float64,0xaade16a755bc3,0xaade16a755bc3,2
|
| 923 |
+
np.float64,0xbfeb1abc70363579,0xbfe89b52c3b003aa,2
|
| 924 |
+
np.float64,0x80097d0b2ad2fa17,0x80097d0b2ad2fa17,2
|
| 925 |
+
np.float64,0x8001499907429333,0x8001499907429333,2
|
| 926 |
+
np.float64,0x3fe8db2aaf71b656,0x3fe6dc7873f1b235,2
|
| 927 |
+
np.float64,0x5cfeadc4b9fd6,0x5cfeadc4b9fd6,2
|
| 928 |
+
np.float64,0xff3f77d1fe7ef,0xff3f77d1fe7ef,2
|
| 929 |
+
np.float64,0xffeecd56f9bd9aad,0xc08633806cb1163d,2
|
| 930 |
+
np.float64,0xbf96f3ca582de7a0,0xbf96f34c6b8e1c85,2
|
| 931 |
+
np.float64,0x7ed6b44afdad7,0x7ed6b44afdad7,2
|
| 932 |
+
np.float64,0x80071808da4e3012,0x80071808da4e3012,2
|
| 933 |
+
np.float64,0x3feb8aee2bf715dc,0x3fe8f0a55516615c,2
|
| 934 |
+
np.float64,0x800038f62e2071ed,0x800038f62e2071ed,2
|
| 935 |
+
np.float64,0x3fb13f9af2227f30,0x3fb13c456ced8e08,2
|
| 936 |
+
np.float64,0xffd584d1812b09a4,0xc0862b165558ec0c,2
|
| 937 |
+
np.float64,0x800b20c30fb64186,0x800b20c30fb64186,2
|
| 938 |
+
np.float64,0x80024f9646e49f2d,0x80024f9646e49f2d,2
|
| 939 |
+
np.float64,0xffefffffffffffff,0xc08633ce8fb9f87e,2
|
| 940 |
+
np.float64,0x3fdddbcb5bbbb797,0x3fdcde981111f650,2
|
| 941 |
+
np.float64,0xffed14077f3a280e,0xc086330a795ad634,2
|
| 942 |
+
np.float64,0x800fec2da7ffd85b,0x800fec2da7ffd85b,2
|
| 943 |
+
np.float64,0x3fe8205ffc7040c0,0x3fe6482318d217f9,2
|
| 944 |
+
np.float64,0x3013e5226027d,0x3013e5226027d,2
|
| 945 |
+
np.float64,0xffe4e5aad469cb55,0xc0863065dc2fb4e3,2
|
| 946 |
+
np.float64,0x5cb0f7b2b9620,0x5cb0f7b2b9620,2
|
| 947 |
+
np.float64,0xbfeb4537d2768a70,0xbfe8bbb2c1d3bff9,2
|
| 948 |
+
np.float64,0xbfd859e297b0b3c6,0xbfd7cc807948bf9d,2
|
| 949 |
+
np.float64,0x71f00b8ce3e02,0x71f00b8ce3e02,2
|
| 950 |
+
np.float64,0xf5c1b875eb837,0xf5c1b875eb837,2
|
| 951 |
+
np.float64,0xa0f35c8141e8,0xa0f35c8141e8,2
|
| 952 |
+
np.float64,0xffe24860b42490c1,0xc0862f54222f616e,2
|
| 953 |
+
np.float64,0xffcd9ae8583b35d0,0xc08628181e643a42,2
|
| 954 |
+
np.float64,0x7fe9b710c7736e21,0x4086320ec033490f,2
|
| 955 |
+
np.float64,0x3fd2b9ca1d257394,0x3fd277e631f0c0b3,2
|
| 956 |
+
np.float64,0x23559bfc46ab4,0x23559bfc46ab4,2
|
| 957 |
+
np.float64,0x8002adf75e455bef,0x8002adf75e455bef,2
|
| 958 |
+
np.float64,0xbfefa4d75cbf49af,0xbfebf392e51d6a1a,2
|
| 959 |
+
np.float64,0xffcfef263e3fde4c,0xc08628b336adb611,2
|
| 960 |
+
np.float64,0x80061acaa8ec3596,0x80061acaa8ec3596,2
|
| 961 |
+
np.float64,0x7fc1b33be0236677,0x408623faaddcc17e,2
|
| 962 |
+
np.float64,0x7fe3a84083675080,0x40862fe8972e41e1,2
|
| 963 |
+
np.float64,0xbfe756c1276ead82,0xbfe5a6318b061e1b,2
|
| 964 |
+
np.float64,0xbfae4b71b43c96e0,0xbfae46ed0b6203a4,2
|
| 965 |
+
np.float64,0x800421c6d0a8438e,0x800421c6d0a8438e,2
|
| 966 |
+
np.float64,0x8009ad56fe335aae,0x8009ad56fe335aae,2
|
| 967 |
+
np.float64,0xbfe71afc976e35f9,0xbfe575d21f3d7193,2
|
| 968 |
+
np.float64,0x7fec0bbe4c38177c,0x408632c0710f1d8a,2
|
| 969 |
+
np.float64,0x750e1daeea1c4,0x750e1daeea1c4,2
|
| 970 |
+
np.float64,0x800501d4240a03a9,0x800501d4240a03a9,2
|
| 971 |
+
np.float64,0x800794955cef292b,0x800794955cef292b,2
|
| 972 |
+
np.float64,0x3fdf8a87f5bf1510,0x3fde62f4f00cfa19,2
|
| 973 |
+
np.float64,0xbfebebdbc7f7d7b8,0xbfe939e51ba1340c,2
|
| 974 |
+
np.float64,0xbfe3a16217a742c4,0xbfe292039dd08a71,2
|
| 975 |
+
np.float64,0x3fed6cd04c3ad9a1,0x3fea58995973f74b,2
|
| 976 |
+
np.float64,0xffcad8787335b0f0,0xc086274fbb35dd37,2
|
| 977 |
+
np.float64,0x3fcb178e3d362f1c,0x3fcae4c9f3e6dddc,2
|
| 978 |
+
np.float64,0xbfcadc669435b8cc,0xbfcaaae7cf075420,2
|
| 979 |
+
np.float64,0x7fe0e3906321c720,0x40862eb1bacc5c43,2
|
| 980 |
+
np.float64,0xff8ad5edb035abc0,0xc0861120b6404d0b,2
|
| 981 |
+
np.float64,0x3fe175a21562eb44,0x3fe0b13120a46549,2
|
| 982 |
+
np.float64,0xbfeb4c4a5f769895,0xbfe8c1147f1c9d8f,2
|
| 983 |
+
np.float64,0x7fca22f4e63445e9,0x40862718e9b4094e,2
|
| 984 |
+
np.float64,0x3fe4269d0c684d3a,0x3fe3032aa2015c53,2
|
| 985 |
+
np.float64,0x3fef551c09beaa38,0x3febbabe03f49c83,2
|
| 986 |
+
np.float64,0xffd843df9fb087c0,0xc0862c0c52d5e5d9,2
|
| 987 |
+
np.float64,0x7fc497e2ca292fc5,0x40862530bbd9fcc7,2
|
| 988 |
+
np.float64,0x3fee02919efc0523,0x3feac655588a4acd,2
|
| 989 |
+
np.float64,0x7fed1e52c0fa3ca5,0x4086330d4ddd8a2c,2
|
| 990 |
+
np.float64,0xba04d4ef7409b,0xba04d4ef7409b,2
|
| 991 |
+
np.float64,0x3fee22d0937c45a2,0x3feaddd4ca66b447,2
|
| 992 |
+
np.float64,0xffeb2558cf764ab1,0xc086327da4e84053,2
|
| 993 |
+
np.float64,0xbfe103d987e207b3,0xbfe04d04818ad1ff,2
|
| 994 |
+
np.float64,0x3f9fd7fed03faffe,0x3f9fd6ae9a45be84,2
|
| 995 |
+
np.float64,0x800a53ec4c34a7d9,0x800a53ec4c34a7d9,2
|
| 996 |
+
np.float64,0xbfe2feb17f65fd63,0xbfe206b9d33a78a2,2
|
| 997 |
+
np.float64,0x989bdd613139,0x989bdd613139,2
|
| 998 |
+
np.float64,0xbfdd0ad3fb3a15a8,0xbfdc20c32a530741,2
|
| 999 |
+
np.float64,0xbfc4222163284444,0xbfc40d1c612784b5,2
|
| 1000 |
+
np.float64,0xc30cf5c78619f,0xc30cf5c78619f,2
|
| 1001 |
+
np.float64,0x3fe913bd6732277b,0x3fe70912f76bad71,2
|
| 1002 |
+
np.float64,0x98f175f531e2f,0x98f175f531e2f,2
|
| 1003 |
+
np.float64,0x3fed8c1f717b183f,0x3fea6f9fb3af3423,2
|
| 1004 |
+
np.float64,0x7fee46b085bc8d60,0x4086335d269eb7e9,2
|
| 1005 |
+
np.float64,0x8007480f564e901f,0x8007480f564e901f,2
|
| 1006 |
+
np.float64,0xc9b96e179372e,0xc9b96e179372e,2
|
| 1007 |
+
np.float64,0x3fe44deac4289bd6,0x3fe32463a74a69e7,2
|
| 1008 |
+
np.float64,0x80021d6c5c243ad9,0x80021d6c5c243ad9,2
|
| 1009 |
+
np.float64,0xbfebc805a6f7900b,0xbfe91edcf65a1c19,2
|
| 1010 |
+
np.float64,0x80044748adc88e92,0x80044748adc88e92,2
|
| 1011 |
+
np.float64,0x4007ee44800fe,0x4007ee44800fe,2
|
| 1012 |
+
np.float64,0xbfe24307a4648610,0xbfe1648ad5c47b6f,2
|
| 1013 |
+
np.float64,0xbfee6d3a93fcda75,0xbfeb13e1a3196e78,2
|
| 1014 |
+
np.float64,0x3fe49a287f293451,0x3fe364a11b9f0068,2
|
| 1015 |
+
np.float64,0x80052b37ceaa5670,0x80052b37ceaa5670,2
|
| 1016 |
+
np.float64,0xbfd42be893a857d2,0xbfd3da05dac7c286,2
|
| 1017 |
+
np.float64,0xffb4bbe4ac2977c8,0xc0861fb31bda6956,2
|
| 1018 |
+
np.float64,0xbfc732a4142e6548,0xbfc7129a4eafa399,2
|
| 1019 |
+
np.float64,0x7fd0696791a0d2ce,0x408628eb7756cb9c,2
|
| 1020 |
+
np.float64,0x3fe46c8f8d68d91f,0x3fe33e3df16187c1,2
|
| 1021 |
+
np.float64,0x3fe3a28f1ce7451e,0x3fe293043238d08c,2
|
| 1022 |
+
np.float64,0xffedc4eb723b89d6,0xc086333a92258c15,2
|
| 1023 |
+
np.float64,0x8000d15b4c41a2b7,0x8000d15b4c41a2b7,2
|
| 1024 |
+
np.float64,0xffeb73450236e689,0xc08632947b0148ab,2
|
| 1025 |
+
np.float64,0xffe68cf4722d19e8,0xc0863101d08d77bd,2
|
| 1026 |
+
np.float64,0x800c70eb4698e1d7,0x800c70eb4698e1d7,2
|
| 1027 |
+
np.float64,0xffa94387ff529,0xffa94387ff529,2
|
| 1028 |
+
np.float64,0x7fe3835d996706ba,0x40862fd985ff8e7d,2
|
| 1029 |
+
np.float64,0x3fe55e476feabc8e,0x3fe408a15594ec52,2
|
| 1030 |
+
np.float64,0xffc69672222d2ce4,0xc08625ee0c4c0f6a,2
|
| 1031 |
+
np.float64,0xbf9d900b883b2020,0xbf9d8efe811d36df,2
|
| 1032 |
+
np.float64,0xbfdb9b9755b7372e,0xbfdad0f2aa2cb110,2
|
| 1033 |
+
np.float64,0xffeade6073b5bcc0,0xc08632689f17a25d,2
|
| 1034 |
+
np.float64,0xffd1d6a6baa3ad4e,0xc086299630a93a7b,2
|
| 1035 |
+
np.float64,0x7fd05ba25620b744,0x408628e4be1ef845,2
|
| 1036 |
+
np.float64,0xbfc7d422d52fa844,0xbfc7b170a61531bf,2
|
| 1037 |
+
np.float64,0x3fd5196797aa32d0,0x3fd4bc0f0e7d8e1d,2
|
| 1038 |
+
np.float64,0x617594a4c2eb3,0x617594a4c2eb3,2
|
| 1039 |
+
np.float64,0x7fd779bc4caef378,0x40862bc89271b882,2
|
| 1040 |
+
np.float64,0xffd2fb262ba5f64c,0xc0862a15561e9524,2
|
| 1041 |
+
np.float64,0x72fd661ae5fad,0x72fd661ae5fad,2
|
| 1042 |
+
np.float64,0x3fecf441f339e884,0x3fe9ff880d584f64,2
|
| 1043 |
+
np.float64,0x7fc3a8968827512c,0x408624d198b05c61,2
|
| 1044 |
+
np.float64,0x3fe7a25c56ef44b9,0x3fe5e32509a7c32d,2
|
| 1045 |
+
np.float64,0x7fd117d514222fa9,0x4086293ec640d5f2,2
|
| 1046 |
+
np.float64,0x3fe37dfe5ee6fbfc,0x3fe273d1bcaa1ef0,2
|
| 1047 |
+
np.float64,0xbfed4cd19d7a99a3,0xbfea41064cba4c8b,2
|
| 1048 |
+
np.float64,0x8003ff12aaa7fe26,0x8003ff12aaa7fe26,2
|
| 1049 |
+
np.float64,0x3fcbc3d1193787a2,0x3fcb8d39e3e88264,2
|
| 1050 |
+
np.float64,0xe9ba1a91d3744,0xe9ba1a91d3744,2
|
| 1051 |
+
np.float64,0x8002ab71998556e4,0x8002ab71998556e4,2
|
| 1052 |
+
np.float64,0x800110057922200c,0x800110057922200c,2
|
| 1053 |
+
np.float64,0xbfe3b7af19a76f5e,0xbfe2a502fc0a2882,2
|
| 1054 |
+
np.float64,0x7fd9de9d5e33bd3a,0x40862c8f73cccabf,2
|
| 1055 |
+
np.float64,0xbfba0f0a86341e18,0xbfba0392f44c2771,2
|
| 1056 |
+
np.float64,0x8000000000000000,0x8000000000000000,2
|
| 1057 |
+
np.float64,0x7fe5d162e96ba2c5,0x408630be2b15e01b,2
|
| 1058 |
+
np.float64,0x800b7f0eac76fe1e,0x800b7f0eac76fe1e,2
|
| 1059 |
+
np.float64,0xff98bed150317da0,0xc086160633164f5f,2
|
| 1060 |
+
np.float64,0x3fef91fd70ff23fb,0x3febe629709d0ae7,2
|
| 1061 |
+
np.float64,0x7fe5bea7f16b7d4f,0x408630b749f445e9,2
|
| 1062 |
+
np.float64,0xbfe3dc428467b885,0xbfe2c41ea93fab07,2
|
| 1063 |
+
np.float64,0xbfeba1fbfcf743f8,0xbfe9021b52851bb9,2
|
| 1064 |
+
np.float64,0x7fd2fb2108a5f641,0x40862a1553f45830,2
|
| 1065 |
+
np.float64,0x7feb8199a4370332,0x40863298a7169dad,2
|
| 1066 |
+
np.float64,0x800f97ff8d7f2fff,0x800f97ff8d7f2fff,2
|
| 1067 |
+
np.float64,0x3fd5e20b6b2bc417,0x3fd57a42bd1c0993,2
|
| 1068 |
+
np.float64,0x8006b4072dad680f,0x8006b4072dad680f,2
|
| 1069 |
+
np.float64,0x605dccf2c0bba,0x605dccf2c0bba,2
|
| 1070 |
+
np.float64,0x3fc705ed142e0bda,0x3fc6e69971d86f73,2
|
| 1071 |
+
np.float64,0xffd2ba1aad257436,0xc08629f9bc918f8b,2
|
| 1072 |
+
np.float64,0x8002954e23c52a9d,0x8002954e23c52a9d,2
|
| 1073 |
+
np.float64,0xbfecc65da7798cbb,0xbfe9dd745be18562,2
|
| 1074 |
+
np.float64,0x7fc66110482cc220,0x408625db0db57ef8,2
|
| 1075 |
+
np.float64,0x3fcd09446d3a1289,0x3fcccaf2dd0a41ea,2
|
| 1076 |
+
np.float64,0x3febe7095437ce13,0x3fe93642d1e73b2a,2
|
| 1077 |
+
np.float64,0x8004773c7da8ee7a,0x8004773c7da8ee7a,2
|
| 1078 |
+
np.float64,0x8001833241230665,0x8001833241230665,2
|
| 1079 |
+
np.float64,0x3fe6a262db6d44c6,0x3fe513b3dab5adce,2
|
| 1080 |
+
np.float64,0xe6282cc1cc506,0xe6282cc1cc506,2
|
| 1081 |
+
np.float64,0x800b9d8553973b0b,0x800b9d8553973b0b,2
|
| 1082 |
+
np.float64,0x3fdfbe0c7b3f7c19,0x3fde912375d867a8,2
|
| 1083 |
+
np.float64,0x7fd5ac11ebab5823,0x40862b24dfc6d08e,2
|
| 1084 |
+
np.float64,0x800e4b7cb1fc96f9,0x800e4b7cb1fc96f9,2
|
| 1085 |
+
np.float64,0x3fe14706da628e0e,0x3fe0883aec2a917a,2
|
| 1086 |
+
np.float64,0x7fc963f97532c7f2,0x408626dd9b0cafe1,2
|
| 1087 |
+
np.float64,0xbfe9c250b5b384a2,0xbfe791c5eabcb05d,2
|
| 1088 |
+
np.float64,0x3fe8d16e6c71a2dd,0x3fe6d4c7a33a0bf4,2
|
| 1089 |
+
np.float64,0x3fe474ae4628e95d,0x3fe34515c93f4733,2
|
| 1090 |
+
np.float64,0x3fbf3257ee3e64b0,0x3fbf1eb530e126ea,2
|
| 1091 |
+
np.float64,0x8005f089b3abe114,0x8005f089b3abe114,2
|
| 1092 |
+
np.float64,0x3fece07bccf9c0f8,0x3fe9f0dc228124d5,2
|
| 1093 |
+
np.float64,0xbfc52521632a4a44,0xbfc50ccebdf59c2c,2
|
| 1094 |
+
np.float64,0x7fdf53beb13ea77c,0x40862e177918195e,2
|
| 1095 |
+
np.float64,0x8003d9f6ad07b3ee,0x8003d9f6ad07b3ee,2
|
| 1096 |
+
np.float64,0xffeacf96bbb59f2d,0xc086326436b38b1a,2
|
| 1097 |
+
np.float64,0xdccaea29b995e,0xdccaea29b995e,2
|
| 1098 |
+
np.float64,0x5948d21eb291b,0x5948d21eb291b,2
|
| 1099 |
+
np.float64,0x10000000000000,0x10000000000000,2
|
| 1100 |
+
np.float64,0x7fef6d2c543eda58,0x408633a98593cdf5,2
|
| 1101 |
+
np.float64,0x7feda454f47b48a9,0x40863331cb6dc9f7,2
|
| 1102 |
+
np.float64,0x3fdd377cecba6ef8,0x3fdc4968f74a9c83,2
|
| 1103 |
+
np.float64,0x800644096d4c8814,0x800644096d4c8814,2
|
| 1104 |
+
np.float64,0xbfe33ca15ae67942,0xbfe23be5de832bd8,2
|
| 1105 |
+
np.float64,0xffce9582bd3d2b04,0xc086285abdf9bf9d,2
|
| 1106 |
+
np.float64,0x3fe6621e86acc43d,0x3fe4df231bfa93e1,2
|
| 1107 |
+
np.float64,0xee7d19e9dcfa3,0xee7d19e9dcfa3,2
|
| 1108 |
+
np.float64,0x800be5997277cb33,0x800be5997277cb33,2
|
| 1109 |
+
np.float64,0x82069041040e,0x82069041040e,2
|
| 1110 |
+
np.float64,0x800d6efdc19addfc,0x800d6efdc19addfc,2
|
| 1111 |
+
np.float64,0x7fb27770ee24eee1,0x40861ec5ed91b839,2
|
| 1112 |
+
np.float64,0x3fd506064caa0c0d,0x3fd4a9a66353fefd,2
|
| 1113 |
+
np.float64,0xbfeca9b36bf95367,0xbfe9c81f03ba37b8,2
|
| 1114 |
+
np.float64,0xffeab1b7bab5636f,0xc086325b47f61f2b,2
|
| 1115 |
+
np.float64,0xffc99f5b2e333eb8,0xc08626f03b08b412,2
|
| 1116 |
+
np.float64,0x3fbf1a71bc3e34e3,0x3fbf06fbcaa5de58,2
|
| 1117 |
+
np.float64,0x3fe75015736ea02b,0x3fe5a0cd8d763d8d,2
|
| 1118 |
+
np.float64,0xffe6a7442fad4e88,0xc086310b20addba4,2
|
| 1119 |
+
np.float64,0x3fe5d62ff86bac60,0x3fe46c033195bf28,2
|
| 1120 |
+
np.float64,0x7fd0b1f0362163df,0x4086290e857dc1be,2
|
| 1121 |
+
np.float64,0xbe0353737c06b,0xbe0353737c06b,2
|
| 1122 |
+
np.float64,0x7fec912d8739225a,0x408632e627704635,2
|
| 1123 |
+
np.float64,0xded8ba2fbdb18,0xded8ba2fbdb18,2
|
| 1124 |
+
np.float64,0x7fec0b53fdf816a7,0x408632c052bc1bd2,2
|
| 1125 |
+
np.float64,0x7fe9640d12b2c819,0x408631f4c2ba54d8,2
|
| 1126 |
+
np.float64,0x800be714eeb7ce2a,0x800be714eeb7ce2a,2
|
| 1127 |
+
np.float64,0xbfcf444a793e8894,0xbfcef6c126b54853,2
|
| 1128 |
+
np.float64,0xffeb20cf1bf6419e,0xc086327c4e6ffe80,2
|
| 1129 |
+
np.float64,0xc07de22180fd,0xc07de22180fd,2
|
| 1130 |
+
np.float64,0xffed129d387a253a,0xc086330a15ad0adb,2
|
| 1131 |
+
np.float64,0x3fd9e94fedb3d2a0,0x3fd94049924706a8,2
|
| 1132 |
+
np.float64,0x7fe6ba488c2d7490,0x40863111d51e7861,2
|
| 1133 |
+
np.float64,0xbfebbdf25db77be5,0xbfe91740ad7ba521,2
|
| 1134 |
+
np.float64,0x7fbc6c3c4838d878,0x40862239160cb613,2
|
| 1135 |
+
np.float64,0xbfefa82ecebf505e,0xbfebf5f31957dffd,2
|
| 1136 |
+
np.float64,0x800bebeb7ad7d7d7,0x800bebeb7ad7d7d7,2
|
| 1137 |
+
np.float64,0x7fecccc6f8f9998d,0x408632f6c6da8aac,2
|
| 1138 |
+
np.float64,0xcbe4926197ca,0xcbe4926197ca,2
|
| 1139 |
+
np.float64,0x2c5d9fd858bb5,0x2c5d9fd858bb5,2
|
| 1140 |
+
np.float64,0xbfe9fb021073f604,0xbfe7bddc61f1151a,2
|
| 1141 |
+
np.float64,0xbfebb18572f7630b,0xbfe90ddc5002313f,2
|
| 1142 |
+
np.float64,0x13bb0d3227763,0x13bb0d3227763,2
|
| 1143 |
+
np.float64,0x3feefa5e5cbdf4bd,0x3feb79b9e8ce16bf,2
|
| 1144 |
+
np.float64,0x3fc97f086132fe10,0x3fc9549fc8e15ecb,2
|
| 1145 |
+
np.float64,0xffe70887c06e110f,0xc086312d30fd31cf,2
|
| 1146 |
+
np.float64,0xa00c113540182,0xa00c113540182,2
|
| 1147 |
+
np.float64,0x800950984772a131,0x800950984772a131,2
|
| 1148 |
+
np.float64,0x1,0x1,2
|
| 1149 |
+
np.float64,0x3fd83b4026b07680,0x3fd7afdc659d9a34,2
|
| 1150 |
+
np.float64,0xbfe32348fbe64692,0xbfe226292a706a1a,2
|
| 1151 |
+
np.float64,0x800b894dcc77129c,0x800b894dcc77129c,2
|
| 1152 |
+
np.float64,0xeb2ca419d6595,0xeb2ca419d6595,2
|
| 1153 |
+
np.float64,0xbff0000000000000,0xbfec34366179d427,2
|
| 1154 |
+
np.float64,0x3feb269e99f64d3d,0x3fe8a4634b927a21,2
|
| 1155 |
+
np.float64,0xbfe83149d7706294,0xbfe655a2b245254e,2
|
| 1156 |
+
np.float64,0xbfe6eef3ca6ddde8,0xbfe5521310e24d16,2
|
| 1157 |
+
np.float64,0x3fea89a4b7b51349,0x3fe82c1fc69edcec,2
|
| 1158 |
+
np.float64,0x800f2a8bf17e5518,0x800f2a8bf17e5518,2
|
| 1159 |
+
np.float64,0x800f71fac29ee3f6,0x800f71fac29ee3f6,2
|
| 1160 |
+
np.float64,0xe7cb31f1cf966,0xe7cb31f1cf966,2
|
| 1161 |
+
np.float64,0x3b0f8752761f2,0x3b0f8752761f2,2
|
| 1162 |
+
np.float64,0x3fea27dea3744fbd,0x3fe7e0a4705476b2,2
|
| 1163 |
+
np.float64,0xbfa97c019c32f800,0xbfa97950c1257b92,2
|
| 1164 |
+
np.float64,0xffeff13647ffe26c,0xc08633cadc7105ed,2
|
| 1165 |
+
np.float64,0x3feee162353dc2c4,0x3feb67c2da0fbce8,2
|
| 1166 |
+
np.float64,0x80088c0807911810,0x80088c0807911810,2
|
| 1167 |
+
np.float64,0x3fe936ab1db26d56,0x3fe72489bc69719d,2
|
| 1168 |
+
np.float64,0xa2f84bd545f0a,0xa2f84bd545f0a,2
|
| 1169 |
+
np.float64,0xbfed445ed27a88be,0xbfea3acac0aaf482,2
|
| 1170 |
+
np.float64,0x800faf3e69df5e7d,0x800faf3e69df5e7d,2
|
| 1171 |
+
np.float64,0x3fc145a330228b46,0x3fc13853f11b1c90,2
|
| 1172 |
+
np.float64,0xbfe25ec5abe4bd8c,0xbfe17c9e9b486f07,2
|
| 1173 |
+
np.float64,0x3fe119b160e23363,0x3fe0604b10178966,2
|
| 1174 |
+
np.float64,0x7fe0cbf2836197e4,0x40862ea6831e5f4a,2
|
| 1175 |
+
np.float64,0x3fe75dd3b4eebba8,0x3fe5abe80fd628fb,2
|
| 1176 |
+
np.float64,0x3f7c391000387220,0x3f7c39015d8f3a36,2
|
| 1177 |
+
np.float64,0x899d9cad133b4,0x899d9cad133b4,2
|
| 1178 |
+
np.float64,0x3fe5f0e34febe1c6,0x3fe4820cefe138fc,2
|
| 1179 |
+
np.float64,0x7fe060dfdba0c1bf,0x40862e72de8afcd0,2
|
| 1180 |
+
np.float64,0xbfae42f7103c85f0,0xbfae3e7630819c60,2
|
| 1181 |
+
np.float64,0x35f1f2c06be5,0x35f1f2c06be5,2
|
| 1182 |
+
np.float64,0xffc5194d362a329c,0xc086256266c8b7ad,2
|
| 1183 |
+
np.float64,0xbfda034f1b34069e,0xbfd95860a44c43ad,2
|
| 1184 |
+
np.float64,0x32bcebca6579e,0x32bcebca6579e,2
|
| 1185 |
+
np.float64,0xbfd1751ebca2ea3e,0xbfd13f79f45bf75c,2
|
| 1186 |
+
np.float64,0x3fee4fa1e5bc9f44,0x3feafe69e0d6c1c7,2
|
| 1187 |
+
np.float64,0x7f9c03cd5038079a,0x4086170459172900,2
|
| 1188 |
+
np.float64,0x7fc5fb6d6d2bf6da,0x408625b6651cfc73,2
|
| 1189 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,2
|
| 1190 |
+
np.float64,0xffd1a8162ca3502c,0xc0862981333931ad,2
|
| 1191 |
+
np.float64,0x7fc415c198282b82,0x408624fd8c155d1b,2
|
| 1192 |
+
np.float64,0xffda37fbe7b46ff8,0xc0862caae7865c43,2
|
| 1193 |
+
np.float64,0xbfef4312257e8624,0xbfebadd89f3ee31c,2
|
| 1194 |
+
np.float64,0xbfec45e1fd788bc4,0xbfe97d8b14db6274,2
|
| 1195 |
+
np.float64,0xbfe6fdcfd26dfba0,0xbfe55e25b770d00a,2
|
| 1196 |
+
np.float64,0x7feb66d424f6cda7,0x40863290d9ff7ea2,2
|
| 1197 |
+
np.float64,0x8b08a29916115,0x8b08a29916115,2
|
| 1198 |
+
np.float64,0xffe12ca25c625944,0xc0862ed40d769f72,2
|
| 1199 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,2
|
| 1200 |
+
np.float64,0x804925e100925,0x804925e100925,2
|
| 1201 |
+
np.float64,0xcebf3e019d9,0xcebf3e019d9,2
|
| 1202 |
+
np.float64,0xbfd5d75d4aabaeba,0xbfd57027671dedf7,2
|
| 1203 |
+
np.float64,0x800b829ecd37053e,0x800b829ecd37053e,2
|
| 1204 |
+
np.float64,0x800b1205daf6240c,0x800b1205daf6240c,2
|
| 1205 |
+
np.float64,0x3fdf7e9889befd31,0x3fde583fdff406c3,2
|
| 1206 |
+
np.float64,0x7ff0000000000000,0x7ff0000000000000,2
|
| 1207 |
+
np.float64,0x3fdc09760d3812ec,0x3fdb35b55c8090c6,2
|
| 1208 |
+
np.float64,0x800c4d99e4f89b34,0x800c4d99e4f89b34,2
|
| 1209 |
+
np.float64,0xffbaa6772e354cf0,0xc08621b535badb2f,2
|
| 1210 |
+
np.float64,0xbfc91188fd322310,0xbfc8e933b5d25ea7,2
|
| 1211 |
+
np.float64,0xffc1b947f4237290,0xc08623fd69164251,2
|
| 1212 |
+
np.float64,0x3fc6ab3b252d5678,0x3fc68d50bbac106d,2
|
| 1213 |
+
np.float64,0xffac8eb968391d70,0xc0861cb734833355,2
|
| 1214 |
+
np.float64,0xffe29a35c365346b,0xc0862f77a1aed6d8,2
|
| 1215 |
+
np.float64,0x3fde14b9543c2973,0x3fdd122697779015,2
|
| 1216 |
+
np.float64,0xbf10f5400021e000,0xbf10f53fffef1383,2
|
| 1217 |
+
np.float64,0xffe0831aa3e10635,0xc0862e838553d0ca,2
|
| 1218 |
+
np.float64,0x3fccbadbcf3975b8,0x3fcc7e768d0154ec,2
|
| 1219 |
+
np.float64,0x3fe092ef66e125df,0x3fdfd212a7116c9b,2
|
| 1220 |
+
np.float64,0xbfd727f039ae4fe0,0xbfd6adad040b2334,2
|
| 1221 |
+
np.float64,0xbfe4223b93a84477,0xbfe2ff7587364db4,2
|
| 1222 |
+
np.float64,0x3f4e5c3a003cb874,0x3f4e5c39b75c70f7,2
|
| 1223 |
+
np.float64,0x800e76b1a87ced63,0x800e76b1a87ced63,2
|
| 1224 |
+
np.float64,0x3fed2b7368fa56e7,0x3fea2863b9131b8c,2
|
| 1225 |
+
np.float64,0xffadb76ec43b6ee0,0xc0861d08ae79f20c,2
|
| 1226 |
+
np.float64,0x800b6a0cd1f6d41a,0x800b6a0cd1f6d41a,2
|
| 1227 |
+
np.float64,0xffee6aa943fcd552,0xc0863366a24250d5,2
|
| 1228 |
+
np.float64,0xbfe68cbc4e6d1978,0xbfe502040591aa5b,2
|
| 1229 |
+
np.float64,0xff859a38002b3480,0xc0860f64726235cc,2
|
| 1230 |
+
np.float64,0x3474d13e68e9b,0x3474d13e68e9b,2
|
| 1231 |
+
np.float64,0xffc11d49f6223a94,0xc08623b5c2df9712,2
|
| 1232 |
+
np.float64,0x800d82d019bb05a0,0x800d82d019bb05a0,2
|
| 1233 |
+
np.float64,0xbfe2af0192255e03,0xbfe1c20e38106388,2
|
| 1234 |
+
np.float64,0x3fe97d13c032fa28,0x3fe75bba11a65f86,2
|
| 1235 |
+
np.float64,0x7fcd457e133a8afb,0x40862800e80f5863,2
|
| 1236 |
+
np.float64,0x9d7254cf3ae4b,0x9d7254cf3ae4b,2
|
| 1237 |
+
np.float64,0x8003047675a608ee,0x8003047675a608ee,2
|
| 1238 |
+
np.float64,0x3fead6cd7d75ad9a,0x3fe8676138e5ff93,2
|
| 1239 |
+
np.float64,0x3fea6ee3b0f4ddc7,0x3fe817838a2bcbe3,2
|
| 1240 |
+
np.float64,0x3feed0edea7da1dc,0x3feb5bea3cb12fe2,2
|
| 1241 |
+
np.float64,0x88003fe510008,0x88003fe510008,2
|
| 1242 |
+
np.float64,0x3fe64cadc56c995c,0x3fe4cd8ead87fc79,2
|
| 1243 |
+
np.float64,0xaae30c5955c62,0xaae30c5955c62,2
|
| 1244 |
+
np.float64,0x7fc8c97cae3192f8,0x408626ac579f4fc5,2
|
| 1245 |
+
np.float64,0xbfc2bc0e8b25781c,0xbfc2ab188fdab7dc,2
|
| 1246 |
+
np.float64,0xc8f8e5e791f1d,0xc8f8e5e791f1d,2
|
| 1247 |
+
np.float64,0x3fecfaa5d6f9f54c,0x3fea0444dabe5a15,2
|
| 1248 |
+
np.float64,0xbfeb93740ff726e8,0xbfe8f71a9ab13baf,2
|
| 1249 |
+
np.float64,0xffd951236c32a246,0xc0862c633a4661eb,2
|
| 1250 |
+
np.float64,0x3fddbc5fcd3b78c0,0x3fdcc21c1a0a9246,2
|
| 1251 |
+
np.float64,0xbfd242443da48488,0xbfd20512d91f7924,2
|
| 1252 |
+
np.float64,0x2a3689b2546d2,0x2a3689b2546d2,2
|
| 1253 |
+
np.float64,0xffe24c67382498ce,0xc0862f55e4ea6283,2
|
| 1254 |
+
np.float64,0x800cbfce22197f9c,0x800cbfce22197f9c,2
|
| 1255 |
+
np.float64,0x8002269428044d29,0x8002269428044d29,2
|
| 1256 |
+
np.float64,0x7fd44babbd289756,0x40862a9e79b51c3b,2
|
| 1257 |
+
np.float64,0x3feea056a27d40ad,0x3feb38dcddb682f0,2
|
| 1258 |
+
np.float64,0xffeca8174b39502e,0xc08632ec8f88a5b2,2
|
| 1259 |
+
np.float64,0x7fbe0853a03c10a6,0x408622a9e8d53a9e,2
|
| 1260 |
+
np.float64,0xbfa9704b2432e090,0xbfa96d9dfc8c0cc2,2
|
| 1261 |
+
np.float64,0x800bda28fab7b452,0x800bda28fab7b452,2
|
| 1262 |
+
np.float64,0xbfb0ffa2f621ff48,0xbfb0fc71f405e82a,2
|
| 1263 |
+
np.float64,0xbfe66c04216cd808,0xbfe4e73ea3b58cf6,2
|
| 1264 |
+
np.float64,0x3fe336ea5d266dd5,0x3fe236ffcf078c62,2
|
| 1265 |
+
np.float64,0xbfe7729ae6aee536,0xbfe5bcad4b8ac62d,2
|
| 1266 |
+
np.float64,0x558cfc96ab1a0,0x558cfc96ab1a0,2
|
| 1267 |
+
np.float64,0xbfe7d792aaefaf26,0xbfe60de1b8f0279d,2
|
| 1268 |
+
np.float64,0xffd19ef6bda33dee,0xc086297d0ffee3c7,2
|
| 1269 |
+
np.float64,0x666b3ab4ccd68,0x666b3ab4ccd68,2
|
| 1270 |
+
np.float64,0xffa3d89e3c27b140,0xc08619cdeb2c1e49,2
|
| 1271 |
+
np.float64,0xbfb1728f7f62f,0xbfb1728f7f62f,2
|
| 1272 |
+
np.float64,0x3fc76319f32ec634,0x3fc74247bd005e20,2
|
| 1273 |
+
np.float64,0xbfbf1caee23e3960,0xbfbf0934c13d70e2,2
|
| 1274 |
+
np.float64,0x7fe79626f32f2c4d,0x4086315dcc68a5cb,2
|
| 1275 |
+
np.float64,0xffee78c4603cf188,0xc086336a572c05c2,2
|
| 1276 |
+
np.float64,0x3fce546eda3ca8de,0x3fce0d8d737fd31d,2
|
| 1277 |
+
np.float64,0xa223644d4446d,0xa223644d4446d,2
|
| 1278 |
+
np.float64,0x3fecea878b79d510,0x3fe9f850d50973f6,2
|
| 1279 |
+
np.float64,0x3fc20e0ea1241c1d,0x3fc1fedda87c5e75,2
|
| 1280 |
+
np.float64,0xffd1c5a99ca38b54,0xc086298e8e94cd47,2
|
| 1281 |
+
np.float64,0x7feb2c299d765852,0x4086327fa6db2808,2
|
| 1282 |
+
np.float64,0xcaf9d09595f3a,0xcaf9d09595f3a,2
|
| 1283 |
+
np.float64,0xbfe293bf21e5277e,0xbfe1aa7f6ac274ef,2
|
| 1284 |
+
np.float64,0xbfbaa3c8ce354790,0xbfba97891df19c01,2
|
| 1285 |
+
np.float64,0x3faf5784543eaf09,0x3faf5283acc7d71d,2
|
| 1286 |
+
np.float64,0x7fc014f8f62029f1,0x40862336531c662d,2
|
| 1287 |
+
np.float64,0xbfe0d9ac2d61b358,0xbfe027bce36699ca,2
|
| 1288 |
+
np.float64,0x8003e112ff27c227,0x8003e112ff27c227,2
|
| 1289 |
+
np.float64,0xffec0d4151381a82,0xc08632c0df718dd0,2
|
| 1290 |
+
np.float64,0x7fa2156fb0242ade,0x4086190f7587d708,2
|
| 1291 |
+
np.float64,0xd698358dad307,0xd698358dad307,2
|
| 1292 |
+
np.float64,0xbfed8d1b0efb1a36,0xbfea70588ef9ba18,2
|
| 1293 |
+
np.float64,0xbfd2cae6a92595ce,0xbfd28851e2185dee,2
|
| 1294 |
+
np.float64,0xffe7a36764ef46ce,0xc086316249c9287a,2
|
| 1295 |
+
np.float64,0xbfdb8ad8e5b715b2,0xbfdac19213c14315,2
|
| 1296 |
+
np.float64,0x3b5dba6076bc,0x3b5dba6076bc,2
|
| 1297 |
+
np.float64,0x800e6e8347bcdd07,0x800e6e8347bcdd07,2
|
| 1298 |
+
np.float64,0x800bea9f3fb7d53f,0x800bea9f3fb7d53f,2
|
| 1299 |
+
np.float64,0x7fb6d0e5fc2da1cb,0x4086207714c4ab85,2
|
| 1300 |
+
np.float64,0x0,0x0,2
|
| 1301 |
+
np.float64,0xbfe2aa1e1465543c,0xbfe1bdd550ef2966,2
|
| 1302 |
+
np.float64,0x7fd3f6a47fa7ed48,0x40862a7caea33055,2
|
| 1303 |
+
np.float64,0x800094e292c129c6,0x800094e292c129c6,2
|
| 1304 |
+
np.float64,0x800e1500ecbc2a02,0x800e1500ecbc2a02,2
|
| 1305 |
+
np.float64,0xbfd8ff6f97b1fee0,0xbfd866f84346ecdc,2
|
| 1306 |
+
np.float64,0x681457d0d028c,0x681457d0d028c,2
|
| 1307 |
+
np.float64,0x3feed0b5987da16b,0x3feb5bc1ab424984,2
|
| 1308 |
+
np.float64,0x3fdbcb34cdb79668,0x3fdafca540f32c06,2
|
| 1309 |
+
np.float64,0xbfdc9eacdcb93d5a,0xbfdbbe274aa8aeb0,2
|
| 1310 |
+
np.float64,0xffe6e35d526dc6ba,0xc08631203df38ed2,2
|
| 1311 |
+
np.float64,0x3fcac1cc65358398,0x3fca90de41889613,2
|
| 1312 |
+
np.float64,0xbfebf07a55b7e0f5,0xbfe93d6007db0c67,2
|
| 1313 |
+
np.float64,0xbfd7a7b1e7af4f64,0xbfd725a9081c22cb,2
|
| 1314 |
+
np.float64,0x800232bd7de4657c,0x800232bd7de4657c,2
|
| 1315 |
+
np.float64,0x7fb1dae43c23b5c7,0x40861e80f5c0a64e,2
|
| 1316 |
+
np.float64,0x8013ded70027c,0x8013ded70027c,2
|
| 1317 |
+
np.float64,0x7fc4373a59286e74,0x4086250ad60575d0,2
|
| 1318 |
+
np.float64,0xbfe9980fd6733020,0xbfe770d1352d0ed3,2
|
| 1319 |
+
np.float64,0x8008a66b8dd14cd7,0x8008a66b8dd14cd7,2
|
| 1320 |
+
np.float64,0xbfaebc67f83d78d0,0xbfaeb7b015848478,2
|
| 1321 |
+
np.float64,0xffd0c52762218a4e,0xc0862917b564afc6,2
|
| 1322 |
+
np.float64,0xbfd503860aaa070c,0xbfd4a74618441561,2
|
| 1323 |
+
np.float64,0x5bdacabcb7b5a,0x5bdacabcb7b5a,2
|
| 1324 |
+
np.float64,0xf3623cffe6c48,0xf3623cffe6c48,2
|
| 1325 |
+
np.float64,0x7fe16c6c7ea2d8d8,0x40862ef18d90201f,2
|
| 1326 |
+
np.float64,0x3ff0000000000000,0x3fec34366179d427,2
|
| 1327 |
+
np.float64,0x7fe19cbc84233978,0x40862f079dcbc169,2
|
| 1328 |
+
np.float64,0x3fcfd3d6933fa7ad,0x3fcf822187907f6b,2
|
| 1329 |
+
np.float64,0x8007d65d672facbc,0x8007d65d672facbc,2
|
| 1330 |
+
np.float64,0xffca6115aa34c22c,0xc086272bd7728750,2
|
| 1331 |
+
np.float64,0xbfe77ab1556ef562,0xbfe5c332fb55b66e,2
|
| 1332 |
+
np.float64,0x8001ed797c23daf4,0x8001ed797c23daf4,2
|
| 1333 |
+
np.float64,0x7fdd3d16cb3a7a2d,0x40862d8a2c869281,2
|
| 1334 |
+
np.float64,0x75f36beaebe6e,0x75f36beaebe6e,2
|
| 1335 |
+
np.float64,0xffda3c2798b47850,0xc0862cac2d3435df,2
|
| 1336 |
+
np.float64,0xbfa37cc3c426f980,0xbfa37b8f9d3ec4b7,2
|
| 1337 |
+
np.float64,0x80030ea8bd061d52,0x80030ea8bd061d52,2
|
| 1338 |
+
np.float64,0xffe41f7617683eec,0xc08630188a3e135e,2
|
| 1339 |
+
np.float64,0x800e40590dfc80b2,0x800e40590dfc80b2,2
|
| 1340 |
+
np.float64,0x3fea950d80f52a1c,0x3fe834e74481e66f,2
|
| 1341 |
+
np.float64,0xffec95e39a792bc6,0xc08632e779150084,2
|
| 1342 |
+
np.float64,0xbfd54310ecaa8622,0xbfd4e39c4d767002,2
|
| 1343 |
+
np.float64,0xffd40c9971a81932,0xc0862a85764eb2f4,2
|
| 1344 |
+
np.float64,0xb0a2230761445,0xb0a2230761445,2
|
| 1345 |
+
np.float64,0x80092973661252e7,0x80092973661252e7,2
|
| 1346 |
+
np.float64,0x7fb13b030a227605,0x40861e380aeb5549,2
|
| 1347 |
+
np.float64,0x3fbd5d8db23abb1b,0x3fbd4d2a0b94af36,2
|
| 1348 |
+
np.float64,0xbfd6cb8567ad970a,0xbfd656b19ab8fa61,2
|
| 1349 |
+
np.float64,0xbfe7c0fd346f81fa,0xbfe5fbc28807c794,2
|
| 1350 |
+
np.float64,0xffd586579eab0cb0,0xc0862b16e65c0754,2
|
| 1351 |
+
np.float64,0x8000e52da461ca5c,0x8000e52da461ca5c,2
|
| 1352 |
+
np.float64,0x3fc69d17112d3a2e,0x3fc67f63fe1fea1c,2
|
| 1353 |
+
np.float64,0x3fd36ba892a6d750,0x3fd3225be1fa87af,2
|
| 1354 |
+
np.float64,0x7fe2850598e50a0a,0x40862f6e7fcd6c1a,2
|
| 1355 |
+
np.float64,0x80074a4dacce949c,0x80074a4dacce949c,2
|
| 1356 |
+
np.float64,0x3fe25eea4d64bdd5,0x3fe17cbe5fefbd4e,2
|
| 1357 |
+
np.float64,0xbfe250c08be4a181,0xbfe17074c520e5de,2
|
| 1358 |
+
np.float64,0x8000f5665481eacd,0x8000f5665481eacd,2
|
| 1359 |
+
np.float64,0x7fdb3172f83662e5,0x40862cf5a46764f1,2
|
| 1360 |
+
np.float64,0x7fd8ed82d631db05,0x40862c4380658afa,2
|
| 1361 |
+
np.float64,0xffec5163feb8a2c7,0xc08632d4366aab06,2
|
| 1362 |
+
np.float64,0x800ff14ac6ffe296,0x800ff14ac6ffe296,2
|
| 1363 |
+
np.float64,0xbfc7cc7aea2f98f4,0xbfc7a9e9cb38f023,2
|
| 1364 |
+
np.float64,0xbfd50cdfc32a19c0,0xbfd4b0282b452fb2,2
|
| 1365 |
+
np.float64,0xbfec256d75b84adb,0xbfe965328c1860b2,2
|
| 1366 |
+
np.float64,0xffe860c4cdb0c189,0xc08631a164b7059a,2
|
| 1367 |
+
np.float64,0xbfe23de164247bc3,0xbfe16011bffa4651,2
|
| 1368 |
+
np.float64,0xcc96b39d992d7,0xcc96b39d992d7,2
|
| 1369 |
+
np.float64,0xbfec43acf938875a,0xbfe97be3a13b50c3,2
|
| 1370 |
+
np.float64,0xc4f587bb89eb1,0xc4f587bb89eb1,2
|
| 1371 |
+
np.float64,0xbfcd971d9a3b2e3c,0xbfcd5537ad15dab4,2
|
| 1372 |
+
np.float64,0xffcaf00d8035e01c,0xc0862756bf2cdf8f,2
|
| 1373 |
+
np.float64,0x8008c26f93f184e0,0x8008c26f93f184e0,2
|
| 1374 |
+
np.float64,0xfff0000000000000,0xfff0000000000000,2
|
| 1375 |
+
np.float64,0xbfd13552c3a26aa6,0xbfd101e5e252eb7b,2
|
| 1376 |
+
np.float64,0x7fe497235e292e46,0x4086304792fb423a,2
|
| 1377 |
+
np.float64,0x7fd6dc0192adb802,0x40862b921a5e935d,2
|
| 1378 |
+
np.float64,0xf16d49a1e2da9,0xf16d49a1e2da9,2
|
| 1379 |
+
np.float64,0xffef6b1b71bed636,0xc08633a8feed0178,2
|
| 1380 |
+
np.float64,0x7fe15ec62f62bd8b,0x40862eeb46b193dc,2
|
| 1381 |
+
np.float64,0x3fef4369ec7e86d4,0x3febae1768be52cc,2
|
| 1382 |
+
np.float64,0x4f84e8e89f09e,0x4f84e8e89f09e,2
|
| 1383 |
+
np.float64,0xbfe19e71ade33ce4,0xbfe0d4fad05e0ebc,2
|
| 1384 |
+
np.float64,0xbfe7e1df1defc3be,0xbfe616233e15b3d0,2
|
| 1385 |
+
np.float64,0x7fe9349afdb26935,0x408631e5c1c5c6cd,2
|
| 1386 |
+
np.float64,0xff90c35ac82186c0,0xc08612e896a06467,2
|
| 1387 |
+
np.float64,0xbfe88bf8807117f1,0xbfe69dc786464422,2
|
| 1388 |
+
np.float64,0x3feaf9ff6475f3fe,0x3fe8825132410d18,2
|
| 1389 |
+
np.float64,0x9ff487a33fe91,0x9ff487a33fe91,2
|
| 1390 |
+
np.float64,0x7fedb30159bb6602,0x40863335c0419322,2
|
| 1391 |
+
np.float64,0x800bddf6ed77bbee,0x800bddf6ed77bbee,2
|
| 1392 |
+
np.float64,0x3fd919df133233be,0x3fd87f963b9584ce,2
|
| 1393 |
+
np.float64,0x7fd64da3b52c9b46,0x40862b5fa9dd3b6d,2
|
| 1394 |
+
np.float64,0xbfce288db43c511c,0xbfcde2d953407ae8,2
|
| 1395 |
+
np.float64,0x3fe88bc72771178e,0x3fe69da05e9e9b4e,2
|
| 1396 |
+
np.float64,0x800feafe259fd5fc,0x800feafe259fd5fc,2
|
| 1397 |
+
np.float64,0x3febbbff4a7777ff,0x3fe915c78f6a280f,2
|
| 1398 |
+
np.float64,0xbfefbde4417f7bc9,0xbfec055f4fb2cd21,2
|
| 1399 |
+
np.float64,0xf13ca103e2794,0xf13ca103e2794,2
|
| 1400 |
+
np.float64,0x3fe6423884ec8471,0x3fe4c4f97eaa876a,2
|
| 1401 |
+
np.float64,0x800ca01c8cb94039,0x800ca01c8cb94039,2
|
| 1402 |
+
np.float64,0x3fbc5073f638a0e0,0x3fbc41c163ac0001,2
|
| 1403 |
+
np.float64,0xbfda0d83cfb41b08,0xbfd961d4cacc82cf,2
|
| 1404 |
+
np.float64,0x800f37b8f17e6f72,0x800f37b8f17e6f72,2
|
| 1405 |
+
np.float64,0x7fe0b08cd7216119,0x40862e996becb771,2
|
| 1406 |
+
np.float64,0xffd4222a40a84454,0xc0862a8e0c984917,2
|
| 1407 |
+
np.float64,0x7feb3df98ff67bf2,0x40863284e3a86ee6,2
|
| 1408 |
+
np.float64,0x8001d5d291e3aba6,0x8001d5d291e3aba6,2
|
| 1409 |
+
np.float64,0xbfd3c21629a7842c,0xbfd3750095a5894a,2
|
| 1410 |
+
np.float64,0xbfd069eb48a0d3d6,0xbfd03d2b1c2ae9db,2
|
| 1411 |
+
np.float64,0xffeb1be2973637c4,0xc086327ada954662,2
|
| 1412 |
+
np.float64,0x3fc659f97e2cb3f3,0x3fc63d497a451f10,2
|
| 1413 |
+
np.float64,0xbfeb624bc776c498,0xbfe8d1cf7c0626ca,2
|
| 1414 |
+
np.float64,0xffeedf26e23dbe4d,0xc08633850baab425,2
|
| 1415 |
+
np.float64,0xffe70da48a6e1b48,0xc086312ef75d5036,2
|
| 1416 |
+
np.float64,0x2b4f4830569ea,0x2b4f4830569ea,2
|
| 1417 |
+
np.float64,0xffe82e7fcfb05cff,0xc0863190d4771f75,2
|
| 1418 |
+
np.float64,0x3fcc2c1fd5385840,0x3fcbf3211ddc5123,2
|
| 1419 |
+
np.float64,0x7fe22ced5a6459da,0x40862f481629ee6a,2
|
| 1420 |
+
np.float64,0x7fe13d2895e27a50,0x40862edbbc411899,2
|
| 1421 |
+
np.float64,0x3fd54c4280aa9884,0x3fd4ec55a946c5d7,2
|
| 1422 |
+
np.float64,0xffd75b8e01aeb71c,0xc0862bbe42d76e5e,2
|
| 1423 |
+
np.float64,0x7f1d5376fe3ab,0x7f1d5376fe3ab,2
|
| 1424 |
+
np.float64,0x3fe6ec6c902dd8d9,0x3fe55004f35192bd,2
|
| 1425 |
+
np.float64,0x5634504aac68b,0x5634504aac68b,2
|
| 1426 |
+
np.float64,0x3feedb0d83bdb61b,0x3feb633467467ce6,2
|
| 1427 |
+
np.float64,0x3fddb1c0dcbb6380,0x3fdcb87a02daf1fa,2
|
| 1428 |
+
np.float64,0xbfa832da443065b0,0xbfa8308c70257209,2
|
| 1429 |
+
np.float64,0x87a9836b0f531,0x87a9836b0f531,2
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arctan.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0x3f338252,0x3f1c8d9c,3
|
| 3 |
+
np.float32,0x7e569df2,0x3fc90fdb,3
|
| 4 |
+
np.float32,0xbf347e25,0xbf1d361f,3
|
| 5 |
+
np.float32,0xbf0a654e,0xbefdbfd2,3
|
| 6 |
+
np.float32,0x8070968e,0x8070968e,3
|
| 7 |
+
np.float32,0x803cfb27,0x803cfb27,3
|
| 8 |
+
np.float32,0x8024362e,0x8024362e,3
|
| 9 |
+
np.float32,0xfd55dca0,0xbfc90fdb,3
|
| 10 |
+
np.float32,0x592b82,0x592b82,3
|
| 11 |
+
np.float32,0x802eb8e1,0x802eb8e1,3
|
| 12 |
+
np.float32,0xbc5fef40,0xbc5febae,3
|
| 13 |
+
np.float32,0x3f1f6ce8,0x3f0e967c,3
|
| 14 |
+
np.float32,0x20bedc,0x20bedc,3
|
| 15 |
+
np.float32,0xbf058860,0xbef629c7,3
|
| 16 |
+
np.float32,0x311504,0x311504,3
|
| 17 |
+
np.float32,0xbd23f560,0xbd23defa,3
|
| 18 |
+
np.float32,0x800ff4e8,0x800ff4e8,3
|
| 19 |
+
np.float32,0x355009,0x355009,3
|
| 20 |
+
np.float32,0x3f7be42e,0x3f46fdb3,3
|
| 21 |
+
np.float32,0xbf225f7c,0xbf10b364,3
|
| 22 |
+
np.float32,0x8074fa9e,0x8074fa9e,3
|
| 23 |
+
np.float32,0xbea4b418,0xbe9f59ce,3
|
| 24 |
+
np.float32,0xbe909c14,0xbe8cf045,3
|
| 25 |
+
np.float32,0x80026bee,0x80026bee,3
|
| 26 |
+
np.float32,0x3d789c20,0x3d784e25,3
|
| 27 |
+
np.float32,0x7f56a4ba,0x3fc90fdb,3
|
| 28 |
+
np.float32,0xbf70d141,0xbf413db7,3
|
| 29 |
+
np.float32,0xbf2c4886,0xbf17a505,3
|
| 30 |
+
np.float32,0x7e2993bf,0x3fc90fdb,3
|
| 31 |
+
np.float32,0xbe2c8a30,0xbe2aef28,3
|
| 32 |
+
np.float32,0x803f82d9,0x803f82d9,3
|
| 33 |
+
np.float32,0x3f062fbc,0x3ef730a1,3
|
| 34 |
+
np.float32,0x3f349ee0,0x3f1d4bfa,3
|
| 35 |
+
np.float32,0x3eccfb69,0x3ec2f9e8,3
|
| 36 |
+
np.float32,0x7e8a85dd,0x3fc90fdb,3
|
| 37 |
+
np.float32,0x25331,0x25331,3
|
| 38 |
+
np.float32,0x464f19,0x464f19,3
|
| 39 |
+
np.float32,0x8035c818,0x8035c818,3
|
| 40 |
+
np.float32,0x802e5799,0x802e5799,3
|
| 41 |
+
np.float32,0x64e1c0,0x64e1c0,3
|
| 42 |
+
np.float32,0x701cc2,0x701cc2,3
|
| 43 |
+
np.float32,0x265c57,0x265c57,3
|
| 44 |
+
np.float32,0x807a053f,0x807a053f,3
|
| 45 |
+
np.float32,0x3bd2c412,0x3bd2c354,3
|
| 46 |
+
np.float32,0xff28f1c8,0xbfc90fdb,3
|
| 47 |
+
np.float32,0x7f08f08b,0x3fc90fdb,3
|
| 48 |
+
np.float32,0x800c50e4,0x800c50e4,3
|
| 49 |
+
np.float32,0x369674,0x369674,3
|
| 50 |
+
np.float32,0xbf5b7db3,0xbf3571bf,3
|
| 51 |
+
np.float32,0x7edcf5e2,0x3fc90fdb,3
|
| 52 |
+
np.float32,0x800e5d4b,0x800e5d4b,3
|
| 53 |
+
np.float32,0x80722554,0x80722554,3
|
| 54 |
+
np.float32,0x693f33,0x693f33,3
|
| 55 |
+
np.float32,0x800844e4,0x800844e4,3
|
| 56 |
+
np.float32,0xbf111b82,0xbf0402ec,3
|
| 57 |
+
np.float32,0x7df9c9ac,0x3fc90fdb,3
|
| 58 |
+
np.float32,0xbf6619a6,0xbf3b6f57,3
|
| 59 |
+
np.float32,0x8002fafe,0x8002fafe,3
|
| 60 |
+
np.float32,0xfe1e67f8,0xbfc90fdb,3
|
| 61 |
+
np.float32,0x3f7f4bf8,0x3f48b5b7,3
|
| 62 |
+
np.float32,0x7f017b20,0x3fc90fdb,3
|
| 63 |
+
np.float32,0x2d9b07,0x2d9b07,3
|
| 64 |
+
np.float32,0x803aa174,0x803aa174,3
|
| 65 |
+
np.float32,0x7d530336,0x3fc90fdb,3
|
| 66 |
+
np.float32,0x80662195,0x80662195,3
|
| 67 |
+
np.float32,0xfd5ebcf0,0xbfc90fdb,3
|
| 68 |
+
np.float32,0xbe7b8dcc,0xbe76ab59,3
|
| 69 |
+
np.float32,0x7f2bacaf,0x3fc90fdb,3
|
| 70 |
+
np.float32,0x3f194fc4,0x3f0a229e,3
|
| 71 |
+
np.float32,0x7ee21cdf,0x3fc90fdb,3
|
| 72 |
+
np.float32,0x3f5a17fc,0x3f34a307,3
|
| 73 |
+
np.float32,0x7f100c58,0x3fc90fdb,3
|
| 74 |
+
np.float32,0x7e9128f5,0x3fc90fdb,3
|
| 75 |
+
np.float32,0xbf2107c6,0xbf0fbdb4,3
|
| 76 |
+
np.float32,0xbd29c800,0xbd29af22,3
|
| 77 |
+
np.float32,0xbf5af499,0xbf3522a6,3
|
| 78 |
+
np.float32,0x801bde44,0x801bde44,3
|
| 79 |
+
np.float32,0xfeb4761a,0xbfc90fdb,3
|
| 80 |
+
np.float32,0x3d88aa1b,0x3d887650,3
|
| 81 |
+
np.float32,0x7eba5e0b,0x3fc90fdb,3
|
| 82 |
+
np.float32,0x803906bd,0x803906bd,3
|
| 83 |
+
np.float32,0x80101512,0x80101512,3
|
| 84 |
+
np.float32,0x7e898f83,0x3fc90fdb,3
|
| 85 |
+
np.float32,0x806406d3,0x806406d3,3
|
| 86 |
+
np.float32,0x7ed20fc0,0x3fc90fdb,3
|
| 87 |
+
np.float32,0x20827d,0x20827d,3
|
| 88 |
+
np.float32,0x3f361359,0x3f1e43fe,3
|
| 89 |
+
np.float32,0xfe4ef8d8,0xbfc90fdb,3
|
| 90 |
+
np.float32,0x805e7d2d,0x805e7d2d,3
|
| 91 |
+
np.float32,0xbe4316b0,0xbe40c745,3
|
| 92 |
+
np.float32,0xbf0a1c06,0xbefd4e5a,3
|
| 93 |
+
np.float32,0x3e202860,0x3e1edee1,3
|
| 94 |
+
np.float32,0xbeb32a2c,0xbeac5899,3
|
| 95 |
+
np.float32,0xfe528838,0xbfc90fdb,3
|
| 96 |
+
np.float32,0x2f73e2,0x2f73e2,3
|
| 97 |
+
np.float32,0xbe16e010,0xbe15cc27,3
|
| 98 |
+
np.float32,0x3f50d6c5,0x3f2f2d75,3
|
| 99 |
+
np.float32,0xbe88a6a2,0xbe8589c7,3
|
| 100 |
+
np.float32,0x3ee36060,0x3ed5fb36,3
|
| 101 |
+
np.float32,0x6c978b,0x6c978b,3
|
| 102 |
+
np.float32,0x7f1b735f,0x3fc90fdb,3
|
| 103 |
+
np.float32,0x3dad8256,0x3dad1885,3
|
| 104 |
+
np.float32,0x807f5094,0x807f5094,3
|
| 105 |
+
np.float32,0x65c358,0x65c358,3
|
| 106 |
+
np.float32,0xff315ce4,0xbfc90fdb,3
|
| 107 |
+
np.float32,0x7411a6,0x7411a6,3
|
| 108 |
+
np.float32,0x80757b04,0x80757b04,3
|
| 109 |
+
np.float32,0x3eec73a6,0x3edd82f4,3
|
| 110 |
+
np.float32,0xfe9f69e8,0xbfc90fdb,3
|
| 111 |
+
np.float32,0x801f4fa8,0x801f4fa8,3
|
| 112 |
+
np.float32,0xbf6f2fae,0xbf405f79,3
|
| 113 |
+
np.float32,0xfea206b6,0xbfc90fdb,3
|
| 114 |
+
np.float32,0x3f257301,0x3f12e1ee,3
|
| 115 |
+
np.float32,0x7ea6a506,0x3fc90fdb,3
|
| 116 |
+
np.float32,0x80800000,0x80800000,3
|
| 117 |
+
np.float32,0xff735c2d,0xbfc90fdb,3
|
| 118 |
+
np.float32,0x80197f95,0x80197f95,3
|
| 119 |
+
np.float32,0x7f4a354f,0x3fc90fdb,3
|
| 120 |
+
np.float32,0xff320c00,0xbfc90fdb,3
|
| 121 |
+
np.float32,0x3f2659de,0x3f138484,3
|
| 122 |
+
np.float32,0xbe5451bc,0xbe515a52,3
|
| 123 |
+
np.float32,0x3f6e228c,0x3f3fcf7c,3
|
| 124 |
+
np.float32,0x66855a,0x66855a,3
|
| 125 |
+
np.float32,0x8034b3a3,0x8034b3a3,3
|
| 126 |
+
np.float32,0xbe21a2fc,0xbe20505d,3
|
| 127 |
+
np.float32,0x7f79e2dc,0x3fc90fdb,3
|
| 128 |
+
np.float32,0xbe19a8e0,0xbe18858c,3
|
| 129 |
+
np.float32,0x10802c,0x10802c,3
|
| 130 |
+
np.float32,0xfeee579e,0xbfc90fdb,3
|
| 131 |
+
np.float32,0x3f3292c8,0x3f1becc0,3
|
| 132 |
+
np.float32,0xbf595a71,0xbf34350a,3
|
| 133 |
+
np.float32,0xbf7c3373,0xbf4725f4,3
|
| 134 |
+
np.float32,0xbdd30938,0xbdd24b36,3
|
| 135 |
+
np.float32,0x153a17,0x153a17,3
|
| 136 |
+
np.float32,0x807282a0,0x807282a0,3
|
| 137 |
+
np.float32,0xfe817322,0xbfc90fdb,3
|
| 138 |
+
np.float32,0x3f1b3628,0x3f0b8771,3
|
| 139 |
+
np.float32,0x41be8f,0x41be8f,3
|
| 140 |
+
np.float32,0x7f4a8343,0x3fc90fdb,3
|
| 141 |
+
np.float32,0x3dc4ea2b,0x3dc44fae,3
|
| 142 |
+
np.float32,0x802aac25,0x802aac25,3
|
| 143 |
+
np.float32,0xbf20e1d7,0xbf0fa284,3
|
| 144 |
+
np.float32,0xfd91a1b0,0xbfc90fdb,3
|
| 145 |
+
np.float32,0x3f0d5476,0x3f012265,3
|
| 146 |
+
np.float32,0x21c916,0x21c916,3
|
| 147 |
+
np.float32,0x807df399,0x807df399,3
|
| 148 |
+
np.float32,0x7e207b4c,0x3fc90fdb,3
|
| 149 |
+
np.float32,0x8055f8ff,0x8055f8ff,3
|
| 150 |
+
np.float32,0x7edf3b01,0x3fc90fdb,3
|
| 151 |
+
np.float32,0x803a8df3,0x803a8df3,3
|
| 152 |
+
np.float32,0x3ce3b002,0x3ce3a101,3
|
| 153 |
+
np.float32,0x3f62dd54,0x3f39a248,3
|
| 154 |
+
np.float32,0xff33ae10,0xbfc90fdb,3
|
| 155 |
+
np.float32,0x7e3de69d,0x3fc90fdb,3
|
| 156 |
+
np.float32,0x8024581e,0x8024581e,3
|
| 157 |
+
np.float32,0xbf4ac99d,0xbf2b807a,3
|
| 158 |
+
np.float32,0x3f157d19,0x3f074d8c,3
|
| 159 |
+
np.float32,0xfed383f4,0xbfc90fdb,3
|
| 160 |
+
np.float32,0xbf5a39fa,0xbf34b6b8,3
|
| 161 |
+
np.float32,0x800d757d,0x800d757d,3
|
| 162 |
+
np.float32,0x807d606b,0x807d606b,3
|
| 163 |
+
np.float32,0x3e828f89,0x3e7fac2d,3
|
| 164 |
+
np.float32,0x7a6604,0x7a6604,3
|
| 165 |
+
np.float32,0x7dc7e72b,0x3fc90fdb,3
|
| 166 |
+
np.float32,0x80144146,0x80144146,3
|
| 167 |
+
np.float32,0x7c2eed69,0x3fc90fdb,3
|
| 168 |
+
np.float32,0x3f5b4d8c,0x3f3555fc,3
|
| 169 |
+
np.float32,0xfd8b7778,0xbfc90fdb,3
|
| 170 |
+
np.float32,0xfc9d9140,0xbfc90fdb,3
|
| 171 |
+
np.float32,0xbea265d4,0xbe9d4232,3
|
| 172 |
+
np.float32,0xbe9344d0,0xbe8f65da,3
|
| 173 |
+
np.float32,0x3f71f19a,0x3f41d65b,3
|
| 174 |
+
np.float32,0x804a3f59,0x804a3f59,3
|
| 175 |
+
np.float32,0x3e596290,0x3e563476,3
|
| 176 |
+
np.float32,0x3e994ee4,0x3e94f546,3
|
| 177 |
+
np.float32,0xbc103e00,0xbc103d0c,3
|
| 178 |
+
np.float32,0xbf1cd896,0xbf0cb889,3
|
| 179 |
+
np.float32,0x7f52b080,0x3fc90fdb,3
|
| 180 |
+
np.float32,0xff584452,0xbfc90fdb,3
|
| 181 |
+
np.float32,0x58b26b,0x58b26b,3
|
| 182 |
+
np.float32,0x3f23cd4c,0x3f11b799,3
|
| 183 |
+
np.float32,0x707d7,0x707d7,3
|
| 184 |
+
np.float32,0xff732cff,0xbfc90fdb,3
|
| 185 |
+
np.float32,0x3e41c2a6,0x3e3f7f0f,3
|
| 186 |
+
np.float32,0xbf7058e9,0xbf40fdcf,3
|
| 187 |
+
np.float32,0x7dca9857,0x3fc90fdb,3
|
| 188 |
+
np.float32,0x7f0eb44b,0x3fc90fdb,3
|
| 189 |
+
np.float32,0x8000405c,0x8000405c,3
|
| 190 |
+
np.float32,0x4916ab,0x4916ab,3
|
| 191 |
+
np.float32,0x4811a8,0x4811a8,3
|
| 192 |
+
np.float32,0x3d69bf,0x3d69bf,3
|
| 193 |
+
np.float32,0xfeadcf1e,0xbfc90fdb,3
|
| 194 |
+
np.float32,0x3e08dbbf,0x3e080d58,3
|
| 195 |
+
np.float32,0xff031f88,0xbfc90fdb,3
|
| 196 |
+
np.float32,0xbe09cab8,0xbe08f818,3
|
| 197 |
+
np.float32,0x21d7cd,0x21d7cd,3
|
| 198 |
+
np.float32,0x3f23230d,0x3f113ea9,3
|
| 199 |
+
np.float32,0x7e8a48d4,0x3fc90fdb,3
|
| 200 |
+
np.float32,0x413869,0x413869,3
|
| 201 |
+
np.float32,0x7e832990,0x3fc90fdb,3
|
| 202 |
+
np.float32,0x800f5c09,0x800f5c09,3
|
| 203 |
+
np.float32,0x7f5893b6,0x3fc90fdb,3
|
| 204 |
+
np.float32,0x7f06b5b1,0x3fc90fdb,3
|
| 205 |
+
np.float32,0xbe1cbee8,0xbe1b89d6,3
|
| 206 |
+
np.float32,0xbf279f14,0xbf1468a8,3
|
| 207 |
+
np.float32,0xfea86060,0xbfc90fdb,3
|
| 208 |
+
np.float32,0x3e828174,0x3e7f91bb,3
|
| 209 |
+
np.float32,0xff682c82,0xbfc90fdb,3
|
| 210 |
+
np.float32,0x4e20f3,0x4e20f3,3
|
| 211 |
+
np.float32,0x7f17d7e9,0x3fc90fdb,3
|
| 212 |
+
np.float32,0x80671f92,0x80671f92,3
|
| 213 |
+
np.float32,0x7f6dd100,0x3fc90fdb,3
|
| 214 |
+
np.float32,0x3f219a4d,0x3f102695,3
|
| 215 |
+
np.float32,0x803c9808,0x803c9808,3
|
| 216 |
+
np.float32,0x3c432ada,0x3c43287d,3
|
| 217 |
+
np.float32,0xbd3db450,0xbd3d91a2,3
|
| 218 |
+
np.float32,0x3baac135,0x3baac0d0,3
|
| 219 |
+
np.float32,0xff7fffe1,0xbfc90fdb,3
|
| 220 |
+
np.float32,0xfe38a6f4,0xbfc90fdb,3
|
| 221 |
+
np.float32,0x3dfb0a04,0x3df9cb04,3
|
| 222 |
+
np.float32,0x800b05c2,0x800b05c2,3
|
| 223 |
+
np.float32,0x644163,0x644163,3
|
| 224 |
+
np.float32,0xff03a025,0xbfc90fdb,3
|
| 225 |
+
np.float32,0x3f7d506c,0x3f47b641,3
|
| 226 |
+
np.float32,0xff0e682a,0xbfc90fdb,3
|
| 227 |
+
np.float32,0x3e09b7b0,0x3e08e567,3
|
| 228 |
+
np.float32,0x7f72a216,0x3fc90fdb,3
|
| 229 |
+
np.float32,0x7f800000,0x3fc90fdb,3
|
| 230 |
+
np.float32,0x8050a281,0x8050a281,3
|
| 231 |
+
np.float32,0x7edafa2f,0x3fc90fdb,3
|
| 232 |
+
np.float32,0x3f4e0df6,0x3f2d7f2f,3
|
| 233 |
+
np.float32,0xbf6728e0,0xbf3c050f,3
|
| 234 |
+
np.float32,0x3e904ce4,0x3e8ca6eb,3
|
| 235 |
+
np.float32,0x0,0x0,3
|
| 236 |
+
np.float32,0xfd215070,0xbfc90fdb,3
|
| 237 |
+
np.float32,0x7e406b15,0x3fc90fdb,3
|
| 238 |
+
np.float32,0xbf2803c9,0xbf14af18,3
|
| 239 |
+
np.float32,0x5950c8,0x5950c8,3
|
| 240 |
+
np.float32,0xbeddcec8,0xbed14faa,3
|
| 241 |
+
np.float32,0xbec6457e,0xbebd2aa5,3
|
| 242 |
+
np.float32,0xbf42843c,0xbf2656db,3
|
| 243 |
+
np.float32,0x3ee9cba8,0x3edb5163,3
|
| 244 |
+
np.float32,0xbe30c954,0xbe2f0f90,3
|
| 245 |
+
np.float32,0xbeee6b44,0xbedf216f,3
|
| 246 |
+
np.float32,0xbe35d818,0xbe33f7cd,3
|
| 247 |
+
np.float32,0xbe47c630,0xbe454bc6,3
|
| 248 |
+
np.float32,0x801b146f,0x801b146f,3
|
| 249 |
+
np.float32,0x7f6788da,0x3fc90fdb,3
|
| 250 |
+
np.float32,0x3eaef088,0x3ea8927d,3
|
| 251 |
+
np.float32,0x3eb5983e,0x3eae81fc,3
|
| 252 |
+
np.float32,0x40b51d,0x40b51d,3
|
| 253 |
+
np.float32,0xfebddd04,0xbfc90fdb,3
|
| 254 |
+
np.float32,0x3e591aee,0x3e55efea,3
|
| 255 |
+
np.float32,0xbe2b6b48,0xbe29d81f,3
|
| 256 |
+
np.float32,0xff4a8826,0xbfc90fdb,3
|
| 257 |
+
np.float32,0x3e791df0,0x3e745eac,3
|
| 258 |
+
np.float32,0x7c8f681f,0x3fc90fdb,3
|
| 259 |
+
np.float32,0xfe7a15c4,0xbfc90fdb,3
|
| 260 |
+
np.float32,0x3c8963,0x3c8963,3
|
| 261 |
+
np.float32,0x3f0afa0a,0x3efea5cc,3
|
| 262 |
+
np.float32,0xbf0d2680,0xbf00ff29,3
|
| 263 |
+
np.float32,0x3dc306b0,0x3dc27096,3
|
| 264 |
+
np.float32,0x7f4cf105,0x3fc90fdb,3
|
| 265 |
+
np.float32,0xbe196060,0xbe183ea4,3
|
| 266 |
+
np.float32,0x5caf1c,0x5caf1c,3
|
| 267 |
+
np.float32,0x801f2852,0x801f2852,3
|
| 268 |
+
np.float32,0xbe01aa0c,0xbe00fa53,3
|
| 269 |
+
np.float32,0x3f0cfd32,0x3f00df7a,3
|
| 270 |
+
np.float32,0x7d82038e,0x3fc90fdb,3
|
| 271 |
+
np.float32,0x7f7b927f,0x3fc90fdb,3
|
| 272 |
+
np.float32,0xbe93b2e4,0xbe8fcb7f,3
|
| 273 |
+
np.float32,0x1ffe8c,0x1ffe8c,3
|
| 274 |
+
np.float32,0x3faaf6,0x3faaf6,3
|
| 275 |
+
np.float32,0x3e32b1b8,0x3e30e9ab,3
|
| 276 |
+
np.float32,0x802953c0,0x802953c0,3
|
| 277 |
+
np.float32,0xfe5d9844,0xbfc90fdb,3
|
| 278 |
+
np.float32,0x3e1a59d0,0x3e193292,3
|
| 279 |
+
np.float32,0x801c6edc,0x801c6edc,3
|
| 280 |
+
np.float32,0x1ecf41,0x1ecf41,3
|
| 281 |
+
np.float32,0xfe56b09c,0xbfc90fdb,3
|
| 282 |
+
np.float32,0x7e878351,0x3fc90fdb,3
|
| 283 |
+
np.float32,0x3f401e2c,0x3f24cfcb,3
|
| 284 |
+
np.float32,0xbf204a40,0xbf0f35bb,3
|
| 285 |
+
np.float32,0x3e155a98,0x3e144ee1,3
|
| 286 |
+
np.float32,0xbf34f929,0xbf1d8838,3
|
| 287 |
+
np.float32,0x801bbf70,0x801bbf70,3
|
| 288 |
+
np.float32,0x7e7c9730,0x3fc90fdb,3
|
| 289 |
+
np.float32,0x7cc23432,0x3fc90fdb,3
|
| 290 |
+
np.float32,0xbf351638,0xbf1d9b97,3
|
| 291 |
+
np.float32,0x80152094,0x80152094,3
|
| 292 |
+
np.float32,0x3f2d731c,0x3f187219,3
|
| 293 |
+
np.float32,0x804ab0b7,0x804ab0b7,3
|
| 294 |
+
np.float32,0x37d6db,0x37d6db,3
|
| 295 |
+
np.float32,0xbf3ccc56,0xbf22acbf,3
|
| 296 |
+
np.float32,0x3e546f8c,0x3e5176e7,3
|
| 297 |
+
np.float32,0xbe90e87e,0xbe8d3707,3
|
| 298 |
+
np.float32,0x48256c,0x48256c,3
|
| 299 |
+
np.float32,0x7e2468d0,0x3fc90fdb,3
|
| 300 |
+
np.float32,0x807af47e,0x807af47e,3
|
| 301 |
+
np.float32,0x3ed4b221,0x3ec996f0,3
|
| 302 |
+
np.float32,0x3d3b1956,0x3d3af811,3
|
| 303 |
+
np.float32,0xbe69d93c,0xbe65e7f0,3
|
| 304 |
+
np.float32,0xff03ff14,0xbfc90fdb,3
|
| 305 |
+
np.float32,0x801e79dc,0x801e79dc,3
|
| 306 |
+
np.float32,0x3f467c53,0x3f28d63d,3
|
| 307 |
+
np.float32,0x3eab6baa,0x3ea56a1c,3
|
| 308 |
+
np.float32,0xbf15519c,0xbf072d1c,3
|
| 309 |
+
np.float32,0x7f0bd8e8,0x3fc90fdb,3
|
| 310 |
+
np.float32,0xbe1e0d1c,0xbe1cd053,3
|
| 311 |
+
np.float32,0x8016edab,0x8016edab,3
|
| 312 |
+
np.float32,0x7ecaa09b,0x3fc90fdb,3
|
| 313 |
+
np.float32,0x3f72e6d9,0x3f4257a8,3
|
| 314 |
+
np.float32,0xbefe787e,0xbeec29a4,3
|
| 315 |
+
np.float32,0xbee989e8,0xbedb1af9,3
|
| 316 |
+
np.float32,0xbe662db0,0xbe626a45,3
|
| 317 |
+
np.float32,0x495bf7,0x495bf7,3
|
| 318 |
+
np.float32,0x26c379,0x26c379,3
|
| 319 |
+
np.float32,0x7f54d41a,0x3fc90fdb,3
|
| 320 |
+
np.float32,0x801e7dd9,0x801e7dd9,3
|
| 321 |
+
np.float32,0x80000000,0x80000000,3
|
| 322 |
+
np.float32,0xfa3d3000,0xbfc90fdb,3
|
| 323 |
+
np.float32,0xfa3cb800,0xbfc90fdb,3
|
| 324 |
+
np.float32,0x264894,0x264894,3
|
| 325 |
+
np.float32,0xff6de011,0xbfc90fdb,3
|
| 326 |
+
np.float32,0x7e9045b2,0x3fc90fdb,3
|
| 327 |
+
np.float32,0x3f2253a8,0x3f10aaf4,3
|
| 328 |
+
np.float32,0xbd462bf0,0xbd460469,3
|
| 329 |
+
np.float32,0x7f1796af,0x3fc90fdb,3
|
| 330 |
+
np.float32,0x3e718858,0x3e6d3279,3
|
| 331 |
+
np.float32,0xff437d7e,0xbfc90fdb,3
|
| 332 |
+
np.float32,0x805ae7cb,0x805ae7cb,3
|
| 333 |
+
np.float32,0x807e32e9,0x807e32e9,3
|
| 334 |
+
np.float32,0x3ee0bafc,0x3ed3c453,3
|
| 335 |
+
np.float32,0xbf721dee,0xbf41edc3,3
|
| 336 |
+
np.float32,0xfec9f792,0xbfc90fdb,3
|
| 337 |
+
np.float32,0x7f050720,0x3fc90fdb,3
|
| 338 |
+
np.float32,0x182261,0x182261,3
|
| 339 |
+
np.float32,0x3e39e678,0x3e37e5be,3
|
| 340 |
+
np.float32,0x7e096e4b,0x3fc90fdb,3
|
| 341 |
+
np.float32,0x103715,0x103715,3
|
| 342 |
+
np.float32,0x3f7e7741,0x3f484ae4,3
|
| 343 |
+
np.float32,0x3e29aea5,0x3e28277c,3
|
| 344 |
+
np.float32,0x58c183,0x58c183,3
|
| 345 |
+
np.float32,0xff72fdb2,0xbfc90fdb,3
|
| 346 |
+
np.float32,0xbd9a9420,0xbd9a493c,3
|
| 347 |
+
np.float32,0x7f1e07e7,0x3fc90fdb,3
|
| 348 |
+
np.float32,0xff79f522,0xbfc90fdb,3
|
| 349 |
+
np.float32,0x7c7d0e96,0x3fc90fdb,3
|
| 350 |
+
np.float32,0xbeba9e8e,0xbeb2f504,3
|
| 351 |
+
np.float32,0xfd880a80,0xbfc90fdb,3
|
| 352 |
+
np.float32,0xff7f2a33,0xbfc90fdb,3
|
| 353 |
+
np.float32,0x3e861ae0,0x3e83289c,3
|
| 354 |
+
np.float32,0x7f0161c1,0x3fc90fdb,3
|
| 355 |
+
np.float32,0xfe844ff8,0xbfc90fdb,3
|
| 356 |
+
np.float32,0xbebf4b98,0xbeb7128e,3
|
| 357 |
+
np.float32,0x652bee,0x652bee,3
|
| 358 |
+
np.float32,0xff188a4b,0xbfc90fdb,3
|
| 359 |
+
np.float32,0xbf800000,0xbf490fdb,3
|
| 360 |
+
np.float32,0x80418711,0x80418711,3
|
| 361 |
+
np.float32,0xbeb712d4,0xbeafd1f6,3
|
| 362 |
+
np.float32,0xbf7cee28,0xbf478491,3
|
| 363 |
+
np.float32,0xfe66c59c,0xbfc90fdb,3
|
| 364 |
+
np.float32,0x4166a2,0x4166a2,3
|
| 365 |
+
np.float32,0x3dfa1a2c,0x3df8deb5,3
|
| 366 |
+
np.float32,0xbdbfbcb8,0xbdbf2e0f,3
|
| 367 |
+
np.float32,0xfe60ef70,0xbfc90fdb,3
|
| 368 |
+
np.float32,0xfe009444,0xbfc90fdb,3
|
| 369 |
+
np.float32,0xfeb27aa0,0xbfc90fdb,3
|
| 370 |
+
np.float32,0xbe99f7bc,0xbe95902b,3
|
| 371 |
+
np.float32,0x8043d28d,0x8043d28d,3
|
| 372 |
+
np.float32,0xfe5328c4,0xbfc90fdb,3
|
| 373 |
+
np.float32,0x8017b27e,0x8017b27e,3
|
| 374 |
+
np.float32,0x3ef1d2cf,0x3ee1ebd7,3
|
| 375 |
+
np.float32,0x805ddd90,0x805ddd90,3
|
| 376 |
+
np.float32,0xbf424263,0xbf262d17,3
|
| 377 |
+
np.float32,0xfc99dde0,0xbfc90fdb,3
|
| 378 |
+
np.float32,0xbf7ec13b,0xbf487015,3
|
| 379 |
+
np.float32,0xbef727ea,0xbee64377,3
|
| 380 |
+
np.float32,0xff15ce95,0xbfc90fdb,3
|
| 381 |
+
np.float32,0x1fbba4,0x1fbba4,3
|
| 382 |
+
np.float32,0x3f3b2368,0x3f2198a9,3
|
| 383 |
+
np.float32,0xfefda26e,0xbfc90fdb,3
|
| 384 |
+
np.float32,0x801519ad,0x801519ad,3
|
| 385 |
+
np.float32,0x80473fa2,0x80473fa2,3
|
| 386 |
+
np.float32,0x7e7a8bc1,0x3fc90fdb,3
|
| 387 |
+
np.float32,0x3e8a9289,0x3e87548a,3
|
| 388 |
+
np.float32,0x3ed68987,0x3ecb2872,3
|
| 389 |
+
np.float32,0x805bca66,0x805bca66,3
|
| 390 |
+
np.float32,0x8079c4e3,0x8079c4e3,3
|
| 391 |
+
np.float32,0x3a2510,0x3a2510,3
|
| 392 |
+
np.float32,0x7eedc598,0x3fc90fdb,3
|
| 393 |
+
np.float32,0x80681956,0x80681956,3
|
| 394 |
+
np.float32,0xff64c778,0xbfc90fdb,3
|
| 395 |
+
np.float32,0x806bbc46,0x806bbc46,3
|
| 396 |
+
np.float32,0x433643,0x433643,3
|
| 397 |
+
np.float32,0x705b92,0x705b92,3
|
| 398 |
+
np.float32,0xff359392,0xbfc90fdb,3
|
| 399 |
+
np.float32,0xbee78672,0xbed96fa7,3
|
| 400 |
+
np.float32,0x3e21717b,0x3e202010,3
|
| 401 |
+
np.float32,0xfea13c34,0xbfc90fdb,3
|
| 402 |
+
np.float32,0x2c8895,0x2c8895,3
|
| 403 |
+
np.float32,0x3ed33290,0x3ec84f7c,3
|
| 404 |
+
np.float32,0x3e63031e,0x3e5f662e,3
|
| 405 |
+
np.float32,0x7e30907b,0x3fc90fdb,3
|
| 406 |
+
np.float32,0xbe293708,0xbe27b310,3
|
| 407 |
+
np.float32,0x3ed93738,0x3ecd6ea3,3
|
| 408 |
+
np.float32,0x9db7e,0x9db7e,3
|
| 409 |
+
np.float32,0x3f7cd1b8,0x3f47762c,3
|
| 410 |
+
np.float32,0x3eb5143c,0x3eae0cb0,3
|
| 411 |
+
np.float32,0xbe69b234,0xbe65c2d7,3
|
| 412 |
+
np.float32,0x3f6e74de,0x3f3ffb97,3
|
| 413 |
+
np.float32,0x5d0559,0x5d0559,3
|
| 414 |
+
np.float32,0x3e1e8c30,0x3e1d4c70,3
|
| 415 |
+
np.float32,0xbf2d1878,0xbf1833ef,3
|
| 416 |
+
np.float32,0xff2adf82,0xbfc90fdb,3
|
| 417 |
+
np.float32,0x8012e2c1,0x8012e2c1,3
|
| 418 |
+
np.float32,0x7f031be3,0x3fc90fdb,3
|
| 419 |
+
np.float32,0x805ff94e,0x805ff94e,3
|
| 420 |
+
np.float32,0x3e9d5b27,0x3e98aa31,3
|
| 421 |
+
np.float32,0x3f56d5cf,0x3f32bc9e,3
|
| 422 |
+
np.float32,0x3eaa0412,0x3ea4267f,3
|
| 423 |
+
np.float32,0xbe899ea4,0xbe86712f,3
|
| 424 |
+
np.float32,0x800f2f48,0x800f2f48,3
|
| 425 |
+
np.float32,0x3f1c2269,0x3f0c33ea,3
|
| 426 |
+
np.float32,0x3f4a5f64,0x3f2b3f28,3
|
| 427 |
+
np.float32,0x80739318,0x80739318,3
|
| 428 |
+
np.float32,0x806e9b47,0x806e9b47,3
|
| 429 |
+
np.float32,0x3c8cd300,0x3c8ccf73,3
|
| 430 |
+
np.float32,0x7f39a39d,0x3fc90fdb,3
|
| 431 |
+
np.float32,0x3ec95d61,0x3ebfd9dc,3
|
| 432 |
+
np.float32,0xff351ff8,0xbfc90fdb,3
|
| 433 |
+
np.float32,0xff3a8f58,0xbfc90fdb,3
|
| 434 |
+
np.float32,0x7f313ec0,0x3fc90fdb,3
|
| 435 |
+
np.float32,0x803aed13,0x803aed13,3
|
| 436 |
+
np.float32,0x7f771d9b,0x3fc90fdb,3
|
| 437 |
+
np.float32,0x8045a6d6,0x8045a6d6,3
|
| 438 |
+
np.float32,0xbc85f280,0xbc85ef72,3
|
| 439 |
+
np.float32,0x7e9c68f5,0x3fc90fdb,3
|
| 440 |
+
np.float32,0xbf0f9379,0xbf02d975,3
|
| 441 |
+
np.float32,0x7e97bcb1,0x3fc90fdb,3
|
| 442 |
+
np.float32,0x804a07d5,0x804a07d5,3
|
| 443 |
+
np.float32,0x802e6117,0x802e6117,3
|
| 444 |
+
np.float32,0x7ed5e388,0x3fc90fdb,3
|
| 445 |
+
np.float32,0x80750455,0x80750455,3
|
| 446 |
+
np.float32,0xff4a8325,0xbfc90fdb,3
|
| 447 |
+
np.float32,0xbedb6866,0xbecf497c,3
|
| 448 |
+
np.float32,0x52ea3b,0x52ea3b,3
|
| 449 |
+
np.float32,0xff773172,0xbfc90fdb,3
|
| 450 |
+
np.float32,0xbeaa8ff0,0xbea4a46e,3
|
| 451 |
+
np.float32,0x7eef2058,0x3fc90fdb,3
|
| 452 |
+
np.float32,0x3f712472,0x3f4169d3,3
|
| 453 |
+
np.float32,0xff6c8608,0xbfc90fdb,3
|
| 454 |
+
np.float32,0xbf6eaa41,0xbf40182a,3
|
| 455 |
+
np.float32,0x3eb03c24,0x3ea9bb34,3
|
| 456 |
+
np.float32,0xfe118cd4,0xbfc90fdb,3
|
| 457 |
+
np.float32,0x3e5b03b0,0x3e57c378,3
|
| 458 |
+
np.float32,0x7f34d92d,0x3fc90fdb,3
|
| 459 |
+
np.float32,0x806c3418,0x806c3418,3
|
| 460 |
+
np.float32,0x7f3074e3,0x3fc90fdb,3
|
| 461 |
+
np.float32,0x8002df02,0x8002df02,3
|
| 462 |
+
np.float32,0x3f6df63a,0x3f3fb7b7,3
|
| 463 |
+
np.float32,0xfd2b4100,0xbfc90fdb,3
|
| 464 |
+
np.float32,0x80363d5c,0x80363d5c,3
|
| 465 |
+
np.float32,0xbeac1f98,0xbea60bd6,3
|
| 466 |
+
np.float32,0xff7fffff,0xbfc90fdb,3
|
| 467 |
+
np.float32,0x80045097,0x80045097,3
|
| 468 |
+
np.float32,0xfe011100,0xbfc90fdb,3
|
| 469 |
+
np.float32,0x80739ef5,0x80739ef5,3
|
| 470 |
+
np.float32,0xff3976ed,0xbfc90fdb,3
|
| 471 |
+
np.float32,0xbe18e3a0,0xbe17c49e,3
|
| 472 |
+
np.float32,0xbe289294,0xbe2712f6,3
|
| 473 |
+
np.float32,0x3f1d41e7,0x3f0d050e,3
|
| 474 |
+
np.float32,0x39364a,0x39364a,3
|
| 475 |
+
np.float32,0x8072b77e,0x8072b77e,3
|
| 476 |
+
np.float32,0x3f7cfec0,0x3f478cf6,3
|
| 477 |
+
np.float32,0x2f68f6,0x2f68f6,3
|
| 478 |
+
np.float32,0xbf031fb8,0xbef25c84,3
|
| 479 |
+
np.float32,0xbf0b842c,0xbeff7afc,3
|
| 480 |
+
np.float32,0x3f081e7e,0x3efa3676,3
|
| 481 |
+
np.float32,0x7f7fffff,0x3fc90fdb,3
|
| 482 |
+
np.float32,0xff15da0e,0xbfc90fdb,3
|
| 483 |
+
np.float32,0x3d2001b2,0x3d1fece1,3
|
| 484 |
+
np.float32,0x7f76efef,0x3fc90fdb,3
|
| 485 |
+
np.float32,0x3f2405dd,0x3f11dfb7,3
|
| 486 |
+
np.float32,0xa0319,0xa0319,3
|
| 487 |
+
np.float32,0x3e23d2bd,0x3e227255,3
|
| 488 |
+
np.float32,0xbd4d4c50,0xbd4d205e,3
|
| 489 |
+
np.float32,0x382344,0x382344,3
|
| 490 |
+
np.float32,0x21bbf,0x21bbf,3
|
| 491 |
+
np.float32,0xbf209e82,0xbf0f7239,3
|
| 492 |
+
np.float32,0xff03bf9f,0xbfc90fdb,3
|
| 493 |
+
np.float32,0x7b1789,0x7b1789,3
|
| 494 |
+
np.float32,0xff314944,0xbfc90fdb,3
|
| 495 |
+
np.float32,0x1a63eb,0x1a63eb,3
|
| 496 |
+
np.float32,0x803dc983,0x803dc983,3
|
| 497 |
+
np.float32,0x3f0ff558,0x3f0323dc,3
|
| 498 |
+
np.float32,0x3f544f2c,0x3f313f58,3
|
| 499 |
+
np.float32,0xff032948,0xbfc90fdb,3
|
| 500 |
+
np.float32,0x7f4933cc,0x3fc90fdb,3
|
| 501 |
+
np.float32,0x7f14c5ed,0x3fc90fdb,3
|
| 502 |
+
np.float32,0x803aeebf,0x803aeebf,3
|
| 503 |
+
np.float32,0xbf0d4c0f,0xbf011bf5,3
|
| 504 |
+
np.float32,0xbeaf8de2,0xbea91f57,3
|
| 505 |
+
np.float32,0xff3ae030,0xbfc90fdb,3
|
| 506 |
+
np.float32,0xbb362d00,0xbb362ce1,3
|
| 507 |
+
np.float32,0x3d1f79e0,0x3d1f6544,3
|
| 508 |
+
np.float32,0x3f56e9d9,0x3f32c860,3
|
| 509 |
+
np.float32,0x3f723e5e,0x3f41fee2,3
|
| 510 |
+
np.float32,0x4c0179,0x4c0179,3
|
| 511 |
+
np.float32,0xfee36132,0xbfc90fdb,3
|
| 512 |
+
np.float32,0x619ae6,0x619ae6,3
|
| 513 |
+
np.float32,0xfde5d670,0xbfc90fdb,3
|
| 514 |
+
np.float32,0xff079ac5,0xbfc90fdb,3
|
| 515 |
+
np.float32,0x3e974fbd,0x3e931fae,3
|
| 516 |
+
np.float32,0x8020ae6b,0x8020ae6b,3
|
| 517 |
+
np.float32,0x6b5af1,0x6b5af1,3
|
| 518 |
+
np.float32,0xbeb57cd6,0xbeae69a3,3
|
| 519 |
+
np.float32,0x806e7eb2,0x806e7eb2,3
|
| 520 |
+
np.float32,0x7e666edb,0x3fc90fdb,3
|
| 521 |
+
np.float32,0xbf458c18,0xbf283ff0,3
|
| 522 |
+
np.float32,0x3e50518e,0x3e4d8399,3
|
| 523 |
+
np.float32,0x3e9ce224,0x3e983b98,3
|
| 524 |
+
np.float32,0x3e6bc067,0x3e67b6c6,3
|
| 525 |
+
np.float32,0x13783d,0x13783d,3
|
| 526 |
+
np.float32,0xff3d518c,0xbfc90fdb,3
|
| 527 |
+
np.float32,0xfeba5968,0xbfc90fdb,3
|
| 528 |
+
np.float32,0xbf0b9f76,0xbeffa50f,3
|
| 529 |
+
np.float32,0xfe174900,0xbfc90fdb,3
|
| 530 |
+
np.float32,0x3f38bb0a,0x3f200527,3
|
| 531 |
+
np.float32,0x7e94a77d,0x3fc90fdb,3
|
| 532 |
+
np.float32,0x29d776,0x29d776,3
|
| 533 |
+
np.float32,0xbf4e058d,0xbf2d7a15,3
|
| 534 |
+
np.float32,0xbd94abc8,0xbd946923,3
|
| 535 |
+
np.float32,0xbee62db0,0xbed85124,3
|
| 536 |
+
np.float32,0x800000,0x800000,3
|
| 537 |
+
np.float32,0xbef1df7e,0xbee1f636,3
|
| 538 |
+
np.float32,0xbcf3cd20,0xbcf3bab5,3
|
| 539 |
+
np.float32,0x80007b05,0x80007b05,3
|
| 540 |
+
np.float32,0x3d9b3f2e,0x3d9af351,3
|
| 541 |
+
np.float32,0xbf714a68,0xbf417dee,3
|
| 542 |
+
np.float32,0xbf2a2d37,0xbf163069,3
|
| 543 |
+
np.float32,0x8055104f,0x8055104f,3
|
| 544 |
+
np.float32,0x7f5c40d7,0x3fc90fdb,3
|
| 545 |
+
np.float32,0x1,0x1,3
|
| 546 |
+
np.float32,0xff35f3a6,0xbfc90fdb,3
|
| 547 |
+
np.float32,0xd9c7c,0xd9c7c,3
|
| 548 |
+
np.float32,0xbf440cfc,0xbf274f22,3
|
| 549 |
+
np.float32,0x8050ac43,0x8050ac43,3
|
| 550 |
+
np.float32,0x63ee16,0x63ee16,3
|
| 551 |
+
np.float32,0x7d90419b,0x3fc90fdb,3
|
| 552 |
+
np.float32,0xfee22198,0xbfc90fdb,3
|
| 553 |
+
np.float32,0xc2ead,0xc2ead,3
|
| 554 |
+
np.float32,0x7f5cd6a6,0x3fc90fdb,3
|
| 555 |
+
np.float32,0x3f6fab7e,0x3f40a184,3
|
| 556 |
+
np.float32,0x3ecf998c,0x3ec53a73,3
|
| 557 |
+
np.float32,0x7e5271f0,0x3fc90fdb,3
|
| 558 |
+
np.float32,0x67c016,0x67c016,3
|
| 559 |
+
np.float32,0x2189c8,0x2189c8,3
|
| 560 |
+
np.float32,0x27d892,0x27d892,3
|
| 561 |
+
np.float32,0x3f0d02c4,0x3f00e3c0,3
|
| 562 |
+
np.float32,0xbf69ebca,0xbf3d8862,3
|
| 563 |
+
np.float32,0x3e60c0d6,0x3e5d3ebb,3
|
| 564 |
+
np.float32,0x3f45206c,0x3f27fc66,3
|
| 565 |
+
np.float32,0xbf6b47dc,0xbf3e4592,3
|
| 566 |
+
np.float32,0xfe9be2e2,0xbfc90fdb,3
|
| 567 |
+
np.float32,0x7fa00000,0x7fe00000,3
|
| 568 |
+
np.float32,0xff271562,0xbfc90fdb,3
|
| 569 |
+
np.float32,0x3e2e5270,0x3e2caaaf,3
|
| 570 |
+
np.float32,0x80222934,0x80222934,3
|
| 571 |
+
np.float32,0xbd01d220,0xbd01c701,3
|
| 572 |
+
np.float32,0x223aa0,0x223aa0,3
|
| 573 |
+
np.float32,0x3f4b5a7e,0x3f2bd967,3
|
| 574 |
+
np.float32,0x3f217d85,0x3f101200,3
|
| 575 |
+
np.float32,0xbf57663a,0xbf331144,3
|
| 576 |
+
np.float32,0x3f219862,0x3f102536,3
|
| 577 |
+
np.float32,0x28a28c,0x28a28c,3
|
| 578 |
+
np.float32,0xbf3f55f4,0xbf244f86,3
|
| 579 |
+
np.float32,0xbf3de287,0xbf236092,3
|
| 580 |
+
np.float32,0xbf1c1ce2,0xbf0c2fe3,3
|
| 581 |
+
np.float32,0x80000001,0x80000001,3
|
| 582 |
+
np.float32,0x3db695d0,0x3db61a90,3
|
| 583 |
+
np.float32,0x6c39bf,0x6c39bf,3
|
| 584 |
+
np.float32,0x7e33a12f,0x3fc90fdb,3
|
| 585 |
+
np.float32,0x67623a,0x67623a,3
|
| 586 |
+
np.float32,0x3e45dc54,0x3e4373b6,3
|
| 587 |
+
np.float32,0x7f62fa68,0x3fc90fdb,3
|
| 588 |
+
np.float32,0x3f0e1d01,0x3f01bbe5,3
|
| 589 |
+
np.float32,0x3f13dc69,0x3f0615f5,3
|
| 590 |
+
np.float32,0x246703,0x246703,3
|
| 591 |
+
np.float32,0xbf1055b5,0xbf036d07,3
|
| 592 |
+
np.float32,0x7f46d3d0,0x3fc90fdb,3
|
| 593 |
+
np.float32,0x3d2b8086,0x3d2b66e5,3
|
| 594 |
+
np.float32,0xbf03be44,0xbef35776,3
|
| 595 |
+
np.float32,0x3f800000,0x3f490fdb,3
|
| 596 |
+
np.float32,0xbec8d226,0xbebf613d,3
|
| 597 |
+
np.float32,0x3d8faf00,0x3d8f72d4,3
|
| 598 |
+
np.float32,0x170c4e,0x170c4e,3
|
| 599 |
+
np.float32,0xff14c0f0,0xbfc90fdb,3
|
| 600 |
+
np.float32,0xff16245d,0xbfc90fdb,3
|
| 601 |
+
np.float32,0x7f44ce6d,0x3fc90fdb,3
|
| 602 |
+
np.float32,0xbe8175d8,0xbe7d9aeb,3
|
| 603 |
+
np.float32,0x3df7a4a1,0x3df67254,3
|
| 604 |
+
np.float32,0xfe2cc46c,0xbfc90fdb,3
|
| 605 |
+
np.float32,0x3f284e63,0x3f14e335,3
|
| 606 |
+
np.float32,0x7e46e5d6,0x3fc90fdb,3
|
| 607 |
+
np.float32,0x397be4,0x397be4,3
|
| 608 |
+
np.float32,0xbf2560bc,0xbf12d50b,3
|
| 609 |
+
np.float32,0x3ed9b8c1,0x3ecddc60,3
|
| 610 |
+
np.float32,0xfec18c5a,0xbfc90fdb,3
|
| 611 |
+
np.float32,0x64894d,0x64894d,3
|
| 612 |
+
np.float32,0x36a65d,0x36a65d,3
|
| 613 |
+
np.float32,0x804ffcd7,0x804ffcd7,3
|
| 614 |
+
np.float32,0x800f79e4,0x800f79e4,3
|
| 615 |
+
np.float32,0x5d45ac,0x5d45ac,3
|
| 616 |
+
np.float32,0x6cdda0,0x6cdda0,3
|
| 617 |
+
np.float32,0xbf7f2077,0xbf489fe5,3
|
| 618 |
+
np.float32,0xbf152f78,0xbf0713a1,3
|
| 619 |
+
np.float32,0x807bf344,0x807bf344,3
|
| 620 |
+
np.float32,0x3f775023,0x3f44a4d8,3
|
| 621 |
+
np.float32,0xbf3edf67,0xbf240365,3
|
| 622 |
+
np.float32,0x7eed729c,0x3fc90fdb,3
|
| 623 |
+
np.float32,0x14cc29,0x14cc29,3
|
| 624 |
+
np.float32,0x7edd7b6b,0x3fc90fdb,3
|
| 625 |
+
np.float32,0xbf3c6e2c,0xbf226fb7,3
|
| 626 |
+
np.float32,0x51b9ad,0x51b9ad,3
|
| 627 |
+
np.float32,0x3f617ee8,0x3f38dd7c,3
|
| 628 |
+
np.float32,0xff800000,0xbfc90fdb,3
|
| 629 |
+
np.float32,0x7f440ea0,0x3fc90fdb,3
|
| 630 |
+
np.float32,0x3e639893,0x3e5ff49e,3
|
| 631 |
+
np.float32,0xbd791bb0,0xbd78cd3c,3
|
| 632 |
+
np.float32,0x8059fcbc,0x8059fcbc,3
|
| 633 |
+
np.float32,0xbf7d1214,0xbf4796bd,3
|
| 634 |
+
np.float32,0x3ef368fa,0x3ee33788,3
|
| 635 |
+
np.float32,0xbecec0f4,0xbec48055,3
|
| 636 |
+
np.float32,0xbc83d940,0xbc83d656,3
|
| 637 |
+
np.float32,0xbce01220,0xbce003d4,3
|
| 638 |
+
np.float32,0x803192a5,0x803192a5,3
|
| 639 |
+
np.float32,0xbe40e0c0,0xbe3ea4f0,3
|
| 640 |
+
np.float32,0xfb692600,0xbfc90fdb,3
|
| 641 |
+
np.float32,0x3f1bec65,0x3f0c0c88,3
|
| 642 |
+
np.float32,0x7f042798,0x3fc90fdb,3
|
| 643 |
+
np.float32,0xbe047374,0xbe03b83b,3
|
| 644 |
+
np.float32,0x7f7c6630,0x3fc90fdb,3
|
| 645 |
+
np.float32,0x7f58dae3,0x3fc90fdb,3
|
| 646 |
+
np.float32,0x80691c92,0x80691c92,3
|
| 647 |
+
np.float32,0x7dbe76,0x7dbe76,3
|
| 648 |
+
np.float32,0xbf231384,0xbf11339d,3
|
| 649 |
+
np.float32,0xbef4acf8,0xbee43f8b,3
|
| 650 |
+
np.float32,0x3ee9f9d0,0x3edb7793,3
|
| 651 |
+
np.float32,0x3f0064f6,0x3eee04a8,3
|
| 652 |
+
np.float32,0x313732,0x313732,3
|
| 653 |
+
np.float32,0xfd58cf80,0xbfc90fdb,3
|
| 654 |
+
np.float32,0x3f7a2bc9,0x3f461d30,3
|
| 655 |
+
np.float32,0x7f7681af,0x3fc90fdb,3
|
| 656 |
+
np.float32,0x7f504211,0x3fc90fdb,3
|
| 657 |
+
np.float32,0xfeae0c00,0xbfc90fdb,3
|
| 658 |
+
np.float32,0xbee14396,0xbed436d1,3
|
| 659 |
+
np.float32,0x7fc00000,0x7fc00000,3
|
| 660 |
+
np.float32,0x693406,0x693406,3
|
| 661 |
+
np.float32,0x3eb4a679,0x3eadab1b,3
|
| 662 |
+
np.float32,0x550505,0x550505,3
|
| 663 |
+
np.float32,0xfd493d10,0xbfc90fdb,3
|
| 664 |
+
np.float32,0x3f4fc907,0x3f2e8b2c,3
|
| 665 |
+
np.float32,0x80799aa4,0x80799aa4,3
|
| 666 |
+
np.float32,0xff1ea89b,0xbfc90fdb,3
|
| 667 |
+
np.float32,0xff424510,0xbfc90fdb,3
|
| 668 |
+
np.float32,0x7f68d026,0x3fc90fdb,3
|
| 669 |
+
np.float32,0xbea230ca,0xbe9d1200,3
|
| 670 |
+
np.float32,0x7ea585da,0x3fc90fdb,3
|
| 671 |
+
np.float32,0x3f3db211,0x3f23414c,3
|
| 672 |
+
np.float32,0xfea4d964,0xbfc90fdb,3
|
| 673 |
+
np.float32,0xbf17fe18,0xbf092984,3
|
| 674 |
+
np.float32,0x7cc8a2,0x7cc8a2,3
|
| 675 |
+
np.float32,0xff0330ba,0xbfc90fdb,3
|
| 676 |
+
np.float32,0x3f769835,0x3f444592,3
|
| 677 |
+
np.float32,0xeb0ac,0xeb0ac,3
|
| 678 |
+
np.float32,0x7f7e45de,0x3fc90fdb,3
|
| 679 |
+
np.float32,0xbdb510a8,0xbdb49873,3
|
| 680 |
+
np.float32,0x3ebf900b,0x3eb74e9c,3
|
| 681 |
+
np.float32,0xbf21bbce,0xbf103e89,3
|
| 682 |
+
np.float32,0xbf3f4682,0xbf24459d,3
|
| 683 |
+
np.float32,0x7eb6e9c8,0x3fc90fdb,3
|
| 684 |
+
np.float32,0xbf42532d,0xbf2637be,3
|
| 685 |
+
np.float32,0xbd3b2600,0xbd3b04b4,3
|
| 686 |
+
np.float32,0x3f1fa9aa,0x3f0ec23e,3
|
| 687 |
+
np.float32,0x7ed6a0f1,0x3fc90fdb,3
|
| 688 |
+
np.float32,0xff4759a1,0xbfc90fdb,3
|
| 689 |
+
np.float32,0x6d26e3,0x6d26e3,3
|
| 690 |
+
np.float32,0xfe1108e0,0xbfc90fdb,3
|
| 691 |
+
np.float32,0xfdf76900,0xbfc90fdb,3
|
| 692 |
+
np.float32,0xfec66f22,0xbfc90fdb,3
|
| 693 |
+
np.float32,0xbf3d097f,0xbf22d458,3
|
| 694 |
+
np.float32,0x3d85be25,0x3d858d99,3
|
| 695 |
+
np.float32,0x7f36739f,0x3fc90fdb,3
|
| 696 |
+
np.float32,0x7bc0a304,0x3fc90fdb,3
|
| 697 |
+
np.float32,0xff48dd90,0xbfc90fdb,3
|
| 698 |
+
np.float32,0x48cab0,0x48cab0,3
|
| 699 |
+
np.float32,0x3ed3943c,0x3ec8a2ef,3
|
| 700 |
+
np.float32,0xbf61488e,0xbf38bede,3
|
| 701 |
+
np.float32,0x3f543df5,0x3f313525,3
|
| 702 |
+
np.float32,0x5cf2ca,0x5cf2ca,3
|
| 703 |
+
np.float32,0x572686,0x572686,3
|
| 704 |
+
np.float32,0x80369c7c,0x80369c7c,3
|
| 705 |
+
np.float32,0xbd2c1d20,0xbd2c0338,3
|
| 706 |
+
np.float32,0x3e255428,0x3e23ea0b,3
|
| 707 |
+
np.float32,0xbeba9ee0,0xbeb2f54c,3
|
| 708 |
+
np.float32,0x8015c165,0x8015c165,3
|
| 709 |
+
np.float32,0x3d31f488,0x3d31d7e6,3
|
| 710 |
+
np.float32,0x3f68591c,0x3f3cac43,3
|
| 711 |
+
np.float32,0xf5ed5,0xf5ed5,3
|
| 712 |
+
np.float32,0xbf3b1d34,0xbf21949e,3
|
| 713 |
+
np.float32,0x1f0343,0x1f0343,3
|
| 714 |
+
np.float32,0x3f0e52b5,0x3f01e4ef,3
|
| 715 |
+
np.float32,0x7f57c596,0x3fc90fdb,3
|
| 716 |
+
np.float64,0x7fd8e333ddb1c667,0x3ff921fb54442d18,3
|
| 717 |
+
np.float64,0x800bcc9cdad7993a,0x800bcc9cdad7993a,3
|
| 718 |
+
np.float64,0x3fcd6f81df3adf00,0x3fcceebbafc5d55e,3
|
| 719 |
+
np.float64,0x3fed7338a57ae671,0x3fe7ce3e5811fc0a,3
|
| 720 |
+
np.float64,0x7fe64994fcac9329,0x3ff921fb54442d18,3
|
| 721 |
+
np.float64,0xfa5a6345f4b4d,0xfa5a6345f4b4d,3
|
| 722 |
+
np.float64,0xe9dcd865d3b9b,0xe9dcd865d3b9b,3
|
| 723 |
+
np.float64,0x7fea6cffabf4d9fe,0x3ff921fb54442d18,3
|
| 724 |
+
np.float64,0xa9e1de6153c3c,0xa9e1de6153c3c,3
|
| 725 |
+
np.float64,0xab6bdc5356d7c,0xab6bdc5356d7c,3
|
| 726 |
+
np.float64,0x80062864a02c50ca,0x80062864a02c50ca,3
|
| 727 |
+
np.float64,0xbfdac03aa7b58076,0xbfd9569f3230128d,3
|
| 728 |
+
np.float64,0xbfe61b77752c36ef,0xbfe3588f51b8be8f,3
|
| 729 |
+
np.float64,0x800bc854c8d790aa,0x800bc854c8d790aa,3
|
| 730 |
+
np.float64,0x3feed1a2da3da346,0x3fe887f9b8ea031f,3
|
| 731 |
+
np.float64,0x3fe910d3697221a7,0x3fe54365a53d840e,3
|
| 732 |
+
np.float64,0x7fe7ab4944ef5692,0x3ff921fb54442d18,3
|
| 733 |
+
np.float64,0x3fa462f1a028c5e3,0x3fa460303a6a4e69,3
|
| 734 |
+
np.float64,0x800794f1a3af29e4,0x800794f1a3af29e4,3
|
| 735 |
+
np.float64,0x3fee6fe7fafcdfd0,0x3fe854f863816d55,3
|
| 736 |
+
np.float64,0x8000000000000000,0x8000000000000000,3
|
| 737 |
+
np.float64,0x7f336472fe66d,0x7f336472fe66d,3
|
| 738 |
+
np.float64,0xffb1623ac822c478,0xbff921fb54442d18,3
|
| 739 |
+
np.float64,0x3fbacd68ce359ad2,0x3fbab480b3638846,3
|
| 740 |
+
np.float64,0xffd5c02706ab804e,0xbff921fb54442d18,3
|
| 741 |
+
np.float64,0xbfd4daf03d29b5e0,0xbfd42928f069c062,3
|
| 742 |
+
np.float64,0x800c6e85dbd8dd0c,0x800c6e85dbd8dd0c,3
|
| 743 |
+
np.float64,0x800e3599c5bc6b34,0x800e3599c5bc6b34,3
|
| 744 |
+
np.float64,0x2c0d654c581ad,0x2c0d654c581ad,3
|
| 745 |
+
np.float64,0xbfdd3eb13fba7d62,0xbfdb6e8143302de7,3
|
| 746 |
+
np.float64,0x800b60cb8776c197,0x800b60cb8776c197,3
|
| 747 |
+
np.float64,0x80089819ad113034,0x80089819ad113034,3
|
| 748 |
+
np.float64,0x29fe721453fcf,0x29fe721453fcf,3
|
| 749 |
+
np.float64,0x3fe8722f4df0e45f,0x3fe4e026d9eadb4d,3
|
| 750 |
+
np.float64,0xffd1fbcd01a3f79a,0xbff921fb54442d18,3
|
| 751 |
+
np.float64,0x7fc74e1e982e9c3c,0x3ff921fb54442d18,3
|
| 752 |
+
np.float64,0x800c09d3d15813a8,0x800c09d3d15813a8,3
|
| 753 |
+
np.float64,0xbfeee4578b3dc8af,0xbfe891ab3d6c3ce4,3
|
| 754 |
+
np.float64,0xffdd01a6f33a034e,0xbff921fb54442d18,3
|
| 755 |
+
np.float64,0x7fcc130480382608,0x3ff921fb54442d18,3
|
| 756 |
+
np.float64,0xffcbb6bd1d376d7c,0xbff921fb54442d18,3
|
| 757 |
+
np.float64,0xc068a53780d15,0xc068a53780d15,3
|
| 758 |
+
np.float64,0xbfc974f15532e9e4,0xbfc92100b355f3e7,3
|
| 759 |
+
np.float64,0x3fe6da79442db4f3,0x3fe3d87393b082e7,3
|
| 760 |
+
np.float64,0xd9d9be4db3b38,0xd9d9be4db3b38,3
|
| 761 |
+
np.float64,0x5ea50a20bd4a2,0x5ea50a20bd4a2,3
|
| 762 |
+
np.float64,0xbfe5597f7d2ab2ff,0xbfe2d3ccc544b52b,3
|
| 763 |
+
np.float64,0x80019364e4e326cb,0x80019364e4e326cb,3
|
| 764 |
+
np.float64,0x3fed2902c3fa5206,0x3fe7a5e1df07e5c1,3
|
| 765 |
+
np.float64,0xbfa7b72b5c2f6e50,0xbfa7b2d545b3cc1f,3
|
| 766 |
+
np.float64,0xffdb60dd43b6c1ba,0xbff921fb54442d18,3
|
| 767 |
+
np.float64,0x81a65d8b034cc,0x81a65d8b034cc,3
|
| 768 |
+
np.float64,0x8000c30385818608,0x8000c30385818608,3
|
| 769 |
+
np.float64,0x6022f5f4c045f,0x6022f5f4c045f,3
|
| 770 |
+
np.float64,0x8007a2bb810f4578,0x8007a2bb810f4578,3
|
| 771 |
+
np.float64,0x7fdc68893238d111,0x3ff921fb54442d18,3
|
| 772 |
+
np.float64,0x7fd443454ea8868a,0x3ff921fb54442d18,3
|
| 773 |
+
np.float64,0xffe6b04209ed6084,0xbff921fb54442d18,3
|
| 774 |
+
np.float64,0x7fcd9733d13b2e67,0x3ff921fb54442d18,3
|
| 775 |
+
np.float64,0xf5ee80a9ebdd0,0xf5ee80a9ebdd0,3
|
| 776 |
+
np.float64,0x3fe3788e8de6f11e,0x3fe17dec7e6843a0,3
|
| 777 |
+
np.float64,0x3fee36f62f7c6dec,0x3fe836f832515b43,3
|
| 778 |
+
np.float64,0xf6cb49aded969,0xf6cb49aded969,3
|
| 779 |
+
np.float64,0x3fd2b15ea4a562bc,0x3fd22fdc09920e67,3
|
| 780 |
+
np.float64,0x7fccf6aef139ed5d,0x3ff921fb54442d18,3
|
| 781 |
+
np.float64,0x3fd396b8ce272d72,0x3fd3026118857bd4,3
|
| 782 |
+
np.float64,0x7fe53d3c80ea7a78,0x3ff921fb54442d18,3
|
| 783 |
+
np.float64,0x3feae88fc4f5d120,0x3fe65fb04b18ef7a,3
|
| 784 |
+
np.float64,0x3fedc643747b8c86,0x3fe7fafa6c20e25a,3
|
| 785 |
+
np.float64,0xffdb2dc0df365b82,0xbff921fb54442d18,3
|
| 786 |
+
np.float64,0xbfa2af3658255e70,0xbfa2ad17348f4253,3
|
| 787 |
+
np.float64,0x3f8aa77b30354ef6,0x3f8aa71892336a69,3
|
| 788 |
+
np.float64,0xbfdd1b1efbba363e,0xbfdb510dcd186820,3
|
| 789 |
+
np.float64,0x800f50d99c5ea1b3,0x800f50d99c5ea1b3,3
|
| 790 |
+
np.float64,0xff6ed602403dac00,0xbff921fb54442d18,3
|
| 791 |
+
np.float64,0x800477d71aa8efaf,0x800477d71aa8efaf,3
|
| 792 |
+
np.float64,0xbfe729a9e86e5354,0xbfe40ca78d9eefcf,3
|
| 793 |
+
np.float64,0x3fd81ab2d4303566,0x3fd70d7e3937ea22,3
|
| 794 |
+
np.float64,0xb617cbab6c2fa,0xb617cbab6c2fa,3
|
| 795 |
+
np.float64,0x7fefffffffffffff,0x3ff921fb54442d18,3
|
| 796 |
+
np.float64,0xffa40933ac281260,0xbff921fb54442d18,3
|
| 797 |
+
np.float64,0xbfe1ede621e3dbcc,0xbfe057bb2b341ced,3
|
| 798 |
+
np.float64,0xbfec700f03b8e01e,0xbfe73fb190bc722e,3
|
| 799 |
+
np.float64,0x6e28af02dc517,0x6e28af02dc517,3
|
| 800 |
+
np.float64,0x3fe37ad37ae6f5a7,0x3fe17f94674818a9,3
|
| 801 |
+
np.float64,0x8000cbdeeae197bf,0x8000cbdeeae197bf,3
|
| 802 |
+
np.float64,0x3fe8fd1f01f1fa3e,0x3fe5372bbec5d72c,3
|
| 803 |
+
np.float64,0x3f8f9229103f2452,0x3f8f918531894256,3
|
| 804 |
+
np.float64,0x800536858e0a6d0c,0x800536858e0a6d0c,3
|
| 805 |
+
np.float64,0x7fe82bb4f9f05769,0x3ff921fb54442d18,3
|
| 806 |
+
np.float64,0xffc1c2fb592385f8,0xbff921fb54442d18,3
|
| 807 |
+
np.float64,0x7f924ddfc0249bbf,0x3ff921fb54442d18,3
|
| 808 |
+
np.float64,0xffd5e125c52bc24c,0xbff921fb54442d18,3
|
| 809 |
+
np.float64,0xbfef0d8738be1b0e,0xbfe8a6ef17b16c10,3
|
| 810 |
+
np.float64,0x3fc9c8875233910f,0x3fc9715e708503cb,3
|
| 811 |
+
np.float64,0xbfe2d926f4e5b24e,0xbfe108956e61cbb3,3
|
| 812 |
+
np.float64,0x7fd61c496dac3892,0x3ff921fb54442d18,3
|
| 813 |
+
np.float64,0x7fed545c6b7aa8b8,0x3ff921fb54442d18,3
|
| 814 |
+
np.float64,0x8003746fea86e8e1,0x8003746fea86e8e1,3
|
| 815 |
+
np.float64,0x3fdf515e75bea2bd,0x3fdd201a5585caa3,3
|
| 816 |
+
np.float64,0xffda87c8ee350f92,0xbff921fb54442d18,3
|
| 817 |
+
np.float64,0xffc675d8e22cebb0,0xbff921fb54442d18,3
|
| 818 |
+
np.float64,0xffcdc173433b82e8,0xbff921fb54442d18,3
|
| 819 |
+
np.float64,0xffed9df1517b3be2,0xbff921fb54442d18,3
|
| 820 |
+
np.float64,0x3fd6a2eec72d45de,0x3fd5c1f1d7dcddcf,3
|
| 821 |
+
np.float64,0xffec116a66f822d4,0xbff921fb54442d18,3
|
| 822 |
+
np.float64,0x8007c2a2458f8545,0x8007c2a2458f8545,3
|
| 823 |
+
np.float64,0x3fe4ee80d969dd02,0x3fe2895076094668,3
|
| 824 |
+
np.float64,0x3fe3cae7116795ce,0x3fe1b9c07e0d03a7,3
|
| 825 |
+
np.float64,0xbfd81bf8d8b037f2,0xbfd70e9bbbb4ca57,3
|
| 826 |
+
np.float64,0x800c88ccd1f9119a,0x800c88ccd1f9119a,3
|
| 827 |
+
np.float64,0xffdab2aee2b5655e,0xbff921fb54442d18,3
|
| 828 |
+
np.float64,0x3fe743d227ee87a4,0x3fe41dcaef186d96,3
|
| 829 |
+
np.float64,0x3fb060fd0220c1fa,0x3fb05b47f56ebbb4,3
|
| 830 |
+
np.float64,0xbfd3f03772a7e06e,0xbfd3541522377291,3
|
| 831 |
+
np.float64,0x190a5ae03216,0x190a5ae03216,3
|
| 832 |
+
np.float64,0x3fe48c71916918e4,0x3fe24442f45b3183,3
|
| 833 |
+
np.float64,0x800862470590c48e,0x800862470590c48e,3
|
| 834 |
+
np.float64,0x7fd3ced89d279db0,0x3ff921fb54442d18,3
|
| 835 |
+
np.float64,0x3feb3d9b4ab67b37,0x3fe69140cf2623f7,3
|
| 836 |
+
np.float64,0xbc3f296b787e5,0xbc3f296b787e5,3
|
| 837 |
+
np.float64,0xbfed6b905dfad721,0xbfe7ca1881a8c0fd,3
|
| 838 |
+
np.float64,0xbfe621c2aaac4386,0xbfe35cd1969a82db,3
|
| 839 |
+
np.float64,0x8009e7b17593cf63,0x8009e7b17593cf63,3
|
| 840 |
+
np.float64,0x80045f580ca8beb1,0x80045f580ca8beb1,3
|
| 841 |
+
np.float64,0xbfea2e177e745c2f,0xbfe5f13971633339,3
|
| 842 |
+
np.float64,0x3fee655787fccab0,0x3fe84f6b98b6de26,3
|
| 843 |
+
np.float64,0x3fc9cde92f339bd0,0x3fc9768a88b2c97c,3
|
| 844 |
+
np.float64,0x3fc819c3b3303388,0x3fc7d25e1526e731,3
|
| 845 |
+
np.float64,0x3fd3e848d2a7d090,0x3fd34cd9e6af558f,3
|
| 846 |
+
np.float64,0x3fe19dacac633b5a,0x3fe01a6b4d27adc2,3
|
| 847 |
+
np.float64,0x800b190da316321c,0x800b190da316321c,3
|
| 848 |
+
np.float64,0xd5c69711ab8d3,0xd5c69711ab8d3,3
|
| 849 |
+
np.float64,0xbfdc31bed7b8637e,0xbfda8ea3c1309d6d,3
|
| 850 |
+
np.float64,0xbfd02ba007a05740,0xbfcfad86f0d756dc,3
|
| 851 |
+
np.float64,0x3fe874473d70e88e,0x3fe4e1793cd82123,3
|
| 852 |
+
np.float64,0xffb465585c28cab0,0xbff921fb54442d18,3
|
| 853 |
+
np.float64,0xbfb5d8e13e2bb1c0,0xbfb5cb5c7807fc4d,3
|
| 854 |
+
np.float64,0xffe80f933bf01f26,0xbff921fb54442d18,3
|
| 855 |
+
np.float64,0x7feea783f5fd4f07,0x3ff921fb54442d18,3
|
| 856 |
+
np.float64,0xbfae6665f43cccd0,0xbfae5d45b0a6f90a,3
|
| 857 |
+
np.float64,0x800bd6ef5a77addf,0x800bd6ef5a77addf,3
|
| 858 |
+
np.float64,0x800d145babda28b8,0x800d145babda28b8,3
|
| 859 |
+
np.float64,0x39de155473bc3,0x39de155473bc3,3
|
| 860 |
+
np.float64,0x3fefbd6bb1ff7ad8,0x3fe9008e73a3296e,3
|
| 861 |
+
np.float64,0x3fc40bca3d281798,0x3fc3e2710e167007,3
|
| 862 |
+
np.float64,0x3fcae0918335c120,0x3fca7e09e704a678,3
|
| 863 |
+
np.float64,0x51287fbea2511,0x51287fbea2511,3
|
| 864 |
+
np.float64,0x7fa6bc33a82d7866,0x3ff921fb54442d18,3
|
| 865 |
+
np.float64,0xe72a2bebce546,0xe72a2bebce546,3
|
| 866 |
+
np.float64,0x3fe1c8fd686391fa,0x3fe03b9622aeb4e3,3
|
| 867 |
+
np.float64,0x3fe2a73ac3654e76,0x3fe0e36bc1ee4ac4,3
|
| 868 |
+
np.float64,0x59895218b312b,0x59895218b312b,3
|
| 869 |
+
np.float64,0xc6dc25c78db85,0xc6dc25c78db85,3
|
| 870 |
+
np.float64,0xbfc06cfac520d9f4,0xbfc0561f85d2c907,3
|
| 871 |
+
np.float64,0xbfea912dc4f5225c,0xbfe62c3b1c01c793,3
|
| 872 |
+
np.float64,0x3fb78ce89a2f19d0,0x3fb77bfcb65a67d3,3
|
| 873 |
+
np.float64,0xbfece5cdea39cb9c,0xbfe78103d24099e5,3
|
| 874 |
+
np.float64,0x30d3054e61a61,0x30d3054e61a61,3
|
| 875 |
+
np.float64,0xbfd3fe26fba7fc4e,0xbfd360c8447c4f7a,3
|
| 876 |
+
np.float64,0x800956072a92ac0f,0x800956072a92ac0f,3
|
| 877 |
+
np.float64,0x7fe639b3b6ec7366,0x3ff921fb54442d18,3
|
| 878 |
+
np.float64,0x800ee30240bdc605,0x800ee30240bdc605,3
|
| 879 |
+
np.float64,0x7fef6af0d2bed5e1,0x3ff921fb54442d18,3
|
| 880 |
+
np.float64,0xffefce8725ff9d0d,0xbff921fb54442d18,3
|
| 881 |
+
np.float64,0x3fe2e311da65c624,0x3fe10ff1623089dc,3
|
| 882 |
+
np.float64,0xbfe7e5cbe56fcb98,0xbfe486c3daeda67c,3
|
| 883 |
+
np.float64,0x80095bc14472b783,0x80095bc14472b783,3
|
| 884 |
+
np.float64,0xffef0cb4553e1968,0xbff921fb54442d18,3
|
| 885 |
+
np.float64,0xe3e60567c7cc1,0xe3e60567c7cc1,3
|
| 886 |
+
np.float64,0xffde919f06bd233e,0xbff921fb54442d18,3
|
| 887 |
+
np.float64,0x3fe3f9632e27f2c6,0x3fe1db49ebd21c4e,3
|
| 888 |
+
np.float64,0x9dee9a233bdd4,0x9dee9a233bdd4,3
|
| 889 |
+
np.float64,0xbfe3bb0602e7760c,0xbfe1ae41b6d4c488,3
|
| 890 |
+
np.float64,0x3fc46945a128d288,0x3fc43da54c6c6a2a,3
|
| 891 |
+
np.float64,0x7fdef149ac3de292,0x3ff921fb54442d18,3
|
| 892 |
+
np.float64,0x800a96c76d752d8f,0x800a96c76d752d8f,3
|
| 893 |
+
np.float64,0x3f971a32382e3464,0x3f9719316b9e9baf,3
|
| 894 |
+
np.float64,0x7fe97bcf15b2f79d,0x3ff921fb54442d18,3
|
| 895 |
+
np.float64,0x7fea894558f5128a,0x3ff921fb54442d18,3
|
| 896 |
+
np.float64,0x3fc9e3be1933c780,0x3fc98b847c3923eb,3
|
| 897 |
+
np.float64,0x3f7accac40359959,0x3f7acc9330741b64,3
|
| 898 |
+
np.float64,0xa80c136950183,0xa80c136950183,3
|
| 899 |
+
np.float64,0x3fe408732b2810e6,0x3fe1e61e7cbc8824,3
|
| 900 |
+
np.float64,0xffa775bc042eeb80,0xbff921fb54442d18,3
|
| 901 |
+
np.float64,0x3fbf04bd223e0980,0x3fbede37b8fc697e,3
|
| 902 |
+
np.float64,0x7fd999b34c333366,0x3ff921fb54442d18,3
|
| 903 |
+
np.float64,0xe72146dfce429,0xe72146dfce429,3
|
| 904 |
+
np.float64,0x4f511ee49ea24,0x4f511ee49ea24,3
|
| 905 |
+
np.float64,0xffb3e6e58827cdc8,0xbff921fb54442d18,3
|
| 906 |
+
np.float64,0x3fd1f180cfa3e300,0x3fd17e85b2871de2,3
|
| 907 |
+
np.float64,0x97c8e45b2f91d,0x97c8e45b2f91d,3
|
| 908 |
+
np.float64,0xbfeeb20e88fd641d,0xbfe8778f878440bf,3
|
| 909 |
+
np.float64,0xbfe1fc6dee23f8dc,0xbfe062c815a93cde,3
|
| 910 |
+
np.float64,0xab4bf71f5697f,0xab4bf71f5697f,3
|
| 911 |
+
np.float64,0xa9675a2952cec,0xa9675a2952cec,3
|
| 912 |
+
np.float64,0xbfef3ea4a33e7d49,0xbfe8c02743ebc1b6,3
|
| 913 |
+
np.float64,0x3fe22a2eafa4545d,0x3fe08577afca52a9,3
|
| 914 |
+
np.float64,0x3fe8a08daaf1411c,0x3fe4fd5a34f05305,3
|
| 915 |
+
np.float64,0xbfc6cda77b2d9b50,0xbfc6910bcfa0cf4f,3
|
| 916 |
+
np.float64,0x3fec398394387307,0x3fe7211dd5276500,3
|
| 917 |
+
np.float64,0x3fe36c95c626d92c,0x3fe1752e5aa2357b,3
|
| 918 |
+
np.float64,0xffd8b9e7073173ce,0xbff921fb54442d18,3
|
| 919 |
+
np.float64,0xffe19f043ae33e08,0xbff921fb54442d18,3
|
| 920 |
+
np.float64,0x800e3640709c6c81,0x800e3640709c6c81,3
|
| 921 |
+
np.float64,0x3fe7d6c20aafad84,0x3fe47d1a3307d9c8,3
|
| 922 |
+
np.float64,0x80093fd63b727fad,0x80093fd63b727fad,3
|
| 923 |
+
np.float64,0xffe1a671a4634ce3,0xbff921fb54442d18,3
|
| 924 |
+
np.float64,0xbfe53a6b386a74d6,0xbfe2be41859cb10d,3
|
| 925 |
+
np.float64,0xbfed149a097a2934,0xbfe79ab7e3e93c1c,3
|
| 926 |
+
np.float64,0x7fc2769a5724ed34,0x3ff921fb54442d18,3
|
| 927 |
+
np.float64,0xffd01e4e99a03c9e,0xbff921fb54442d18,3
|
| 928 |
+
np.float64,0xa61f38434c3e7,0xa61f38434c3e7,3
|
| 929 |
+
np.float64,0x800ad4ac5195a959,0x800ad4ac5195a959,3
|
| 930 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,3
|
| 931 |
+
np.float64,0x80034a45b6c6948c,0x80034a45b6c6948c,3
|
| 932 |
+
np.float64,0x6350b218c6a17,0x6350b218c6a17,3
|
| 933 |
+
np.float64,0xfff0000000000000,0xbff921fb54442d18,3
|
| 934 |
+
np.float64,0x3fe363e759e6c7cf,0x3fe16ed58d80f9ce,3
|
| 935 |
+
np.float64,0xffe3b98e59e7731c,0xbff921fb54442d18,3
|
| 936 |
+
np.float64,0x3fdbf7b40337ef68,0x3fda5df7ad3c80f9,3
|
| 937 |
+
np.float64,0xbfe9cdf784739bef,0xbfe5b74f346ef93d,3
|
| 938 |
+
np.float64,0xbfc321bea326437c,0xbfc2fdc0d4ff7561,3
|
| 939 |
+
np.float64,0xbfe40f77d2a81ef0,0xbfe1eb28c4ae4dde,3
|
| 940 |
+
np.float64,0x7fe071806960e300,0x3ff921fb54442d18,3
|
| 941 |
+
np.float64,0x7fd269006ea4d200,0x3ff921fb54442d18,3
|
| 942 |
+
np.float64,0x80017a56e0e2f4af,0x80017a56e0e2f4af,3
|
| 943 |
+
np.float64,0x8004b4ea09a969d5,0x8004b4ea09a969d5,3
|
| 944 |
+
np.float64,0xbfedbb01e63b7604,0xbfe7f4f0e84297df,3
|
| 945 |
+
np.float64,0x3fe44454826888a9,0x3fe210ff6d005706,3
|
| 946 |
+
np.float64,0xbfe0e77e6ea1cefd,0xbfdf1a977da33402,3
|
| 947 |
+
np.float64,0xbfed6d4c8c3ada99,0xbfe7cb0932093f60,3
|
| 948 |
+
np.float64,0x1d74cb9e3ae9a,0x1d74cb9e3ae9a,3
|
| 949 |
+
np.float64,0x80082a785d1054f1,0x80082a785d1054f1,3
|
| 950 |
+
np.float64,0x3fe58393266b0726,0x3fe2f0d8e91d4887,3
|
| 951 |
+
np.float64,0xffe4028899680510,0xbff921fb54442d18,3
|
| 952 |
+
np.float64,0x783a2e5af0746,0x783a2e5af0746,3
|
| 953 |
+
np.float64,0x7fcdce88e73b9d11,0x3ff921fb54442d18,3
|
| 954 |
+
np.float64,0x3fc58672a72b0ce5,0x3fc5535e090e56e2,3
|
| 955 |
+
np.float64,0x800889c839b11391,0x800889c839b11391,3
|
| 956 |
+
np.float64,0xffe5e05c466bc0b8,0xbff921fb54442d18,3
|
| 957 |
+
np.float64,0xbfcbef6ebe37dedc,0xbfcb810752468f49,3
|
| 958 |
+
np.float64,0xffe9408563b2810a,0xbff921fb54442d18,3
|
| 959 |
+
np.float64,0xbfee4738367c8e70,0xbfe83f8e5dd7602f,3
|
| 960 |
+
np.float64,0xbfe4aeb587295d6b,0xbfe25c7a0c76a454,3
|
| 961 |
+
np.float64,0xffc9aea0a7335d40,0xbff921fb54442d18,3
|
| 962 |
+
np.float64,0xe1e02199c3c04,0xe1e02199c3c04,3
|
| 963 |
+
np.float64,0xbfbd9400783b2800,0xbfbd729345d1d14f,3
|
| 964 |
+
np.float64,0x7a5418bcf4a84,0x7a5418bcf4a84,3
|
| 965 |
+
np.float64,0x3fdc1c2fa5b83860,0x3fda7c935965ae72,3
|
| 966 |
+
np.float64,0x80076a9f58ced53f,0x80076a9f58ced53f,3
|
| 967 |
+
np.float64,0x3fedc4bf957b897f,0x3fe7fa2a83148f1c,3
|
| 968 |
+
np.float64,0x800981b8a9d30372,0x800981b8a9d30372,3
|
| 969 |
+
np.float64,0xffe1082311621046,0xbff921fb54442d18,3
|
| 970 |
+
np.float64,0xe0091f89c0124,0xe0091f89c0124,3
|
| 971 |
+
np.float64,0xbfce8d674f3d1ad0,0xbfcdfdbf2ddaa0ca,3
|
| 972 |
+
np.float64,0x800516e72eaa2dcf,0x800516e72eaa2dcf,3
|
| 973 |
+
np.float64,0xffe61ee64c6c3dcc,0xbff921fb54442d18,3
|
| 974 |
+
np.float64,0x7fed2683cafa4d07,0x3ff921fb54442d18,3
|
| 975 |
+
np.float64,0xffd4faf27729f5e4,0xbff921fb54442d18,3
|
| 976 |
+
np.float64,0x7fe308fa842611f4,0x3ff921fb54442d18,3
|
| 977 |
+
np.float64,0x3fc612a62b2c2550,0x3fc5db9ddbd4e159,3
|
| 978 |
+
np.float64,0xbfe5b01e766b603d,0xbfe30f72a875e988,3
|
| 979 |
+
np.float64,0x3fc2dd8b9a25bb17,0x3fc2bb06246b9f78,3
|
| 980 |
+
np.float64,0x8170908102e12,0x8170908102e12,3
|
| 981 |
+
np.float64,0x800c1c8a8a583915,0x800c1c8a8a583915,3
|
| 982 |
+
np.float64,0xffe5d91e8b6bb23c,0xbff921fb54442d18,3
|
| 983 |
+
np.float64,0xffd140adee22815c,0xbff921fb54442d18,3
|
| 984 |
+
np.float64,0xbfe2f1f5f8e5e3ec,0xbfe11afa5d749952,3
|
| 985 |
+
np.float64,0xbfed6d1d587ada3b,0xbfe7caef9ecf7651,3
|
| 986 |
+
np.float64,0x3fe9b85e67f370bd,0x3fe5aa3474768982,3
|
| 987 |
+
np.float64,0x7fdc8932edb91265,0x3ff921fb54442d18,3
|
| 988 |
+
np.float64,0x7fd136bc54a26d78,0x3ff921fb54442d18,3
|
| 989 |
+
np.float64,0x800a1ea12a343d43,0x800a1ea12a343d43,3
|
| 990 |
+
np.float64,0x3fec6a5c1b78d4b8,0x3fe73c82235c3f8f,3
|
| 991 |
+
np.float64,0x800fbf6a00df7ed4,0x800fbf6a00df7ed4,3
|
| 992 |
+
np.float64,0xbfd0e6e0cda1cdc2,0xbfd0864bf8cad294,3
|
| 993 |
+
np.float64,0x3fc716df482e2dbf,0x3fc6d7fbfd4a8470,3
|
| 994 |
+
np.float64,0xbfe75990936eb321,0xbfe42bffec3fa0d7,3
|
| 995 |
+
np.float64,0x3fd58e54a02b1ca9,0x3fd4cace1107a5cc,3
|
| 996 |
+
np.float64,0xbfc9c04136338084,0xbfc9696ad2591d54,3
|
| 997 |
+
np.float64,0xdd1f0147ba3e0,0xdd1f0147ba3e0,3
|
| 998 |
+
np.float64,0x5c86a940b90e,0x5c86a940b90e,3
|
| 999 |
+
np.float64,0xbfecae3b8e795c77,0xbfe7624d4988c612,3
|
| 1000 |
+
np.float64,0xffd0370595206e0c,0xbff921fb54442d18,3
|
| 1001 |
+
np.float64,0xbfdc26d443384da8,0xbfda857ecd33ba9f,3
|
| 1002 |
+
np.float64,0xbfd1c849d9a39094,0xbfd15849449cc378,3
|
| 1003 |
+
np.float64,0xffee04acdb3c0959,0xbff921fb54442d18,3
|
| 1004 |
+
np.float64,0xbfded1056dbda20a,0xbfdcb83b30e1528c,3
|
| 1005 |
+
np.float64,0x7fb7b826622f704c,0x3ff921fb54442d18,3
|
| 1006 |
+
np.float64,0xbfee4df8ae7c9bf1,0xbfe8431df9dfd05d,3
|
| 1007 |
+
np.float64,0x7fe7f3670e2fe6cd,0x3ff921fb54442d18,3
|
| 1008 |
+
np.float64,0x8008ac9ae0d15936,0x8008ac9ae0d15936,3
|
| 1009 |
+
np.float64,0x800dce9f3b3b9d3f,0x800dce9f3b3b9d3f,3
|
| 1010 |
+
np.float64,0x7fbb19db203633b5,0x3ff921fb54442d18,3
|
| 1011 |
+
np.float64,0x3fe56c7f302ad8fe,0x3fe2e0eec3ad45fd,3
|
| 1012 |
+
np.float64,0x7fe82c05c570580b,0x3ff921fb54442d18,3
|
| 1013 |
+
np.float64,0xc0552b7780aa6,0xc0552b7780aa6,3
|
| 1014 |
+
np.float64,0x39d40e3073a83,0x39d40e3073a83,3
|
| 1015 |
+
np.float64,0x3fd8db54d731b6aa,0x3fd7b589b3ee9b20,3
|
| 1016 |
+
np.float64,0xffcdd355233ba6ac,0xbff921fb54442d18,3
|
| 1017 |
+
np.float64,0x3fbe97b3a43d2f67,0x3fbe72bca9be0348,3
|
| 1018 |
+
np.float64,0xbff0000000000000,0xbfe921fb54442d18,3
|
| 1019 |
+
np.float64,0xbfb4f55e6229eac0,0xbfb4e96df18a75a7,3
|
| 1020 |
+
np.float64,0xbfc66399ba2cc734,0xbfc62a3298bd96fc,3
|
| 1021 |
+
np.float64,0x3fd00988bb201311,0x3fcf6d67a9374c38,3
|
| 1022 |
+
np.float64,0x7fe471867d28e30c,0x3ff921fb54442d18,3
|
| 1023 |
+
np.float64,0xbfe38e0e64271c1d,0xbfe18d9888b7523b,3
|
| 1024 |
+
np.float64,0x8009dc127573b825,0x8009dc127573b825,3
|
| 1025 |
+
np.float64,0x800047bde4608f7d,0x800047bde4608f7d,3
|
| 1026 |
+
np.float64,0xffeede42c77dbc85,0xbff921fb54442d18,3
|
| 1027 |
+
np.float64,0xd8cf6d13b19ee,0xd8cf6d13b19ee,3
|
| 1028 |
+
np.float64,0xbfd08fb302a11f66,0xbfd034b1f8235e23,3
|
| 1029 |
+
np.float64,0x7fdb404c0b368097,0x3ff921fb54442d18,3
|
| 1030 |
+
np.float64,0xbfd6ba0438ad7408,0xbfd5d673e3276ec1,3
|
| 1031 |
+
np.float64,0xffd9568027b2ad00,0xbff921fb54442d18,3
|
| 1032 |
+
np.float64,0xbfb313b73e262770,0xbfb30ab4acb4fa67,3
|
| 1033 |
+
np.float64,0xbfe2dc1a15e5b834,0xbfe10ac5f8f3acd3,3
|
| 1034 |
+
np.float64,0xbfee426bf4bc84d8,0xbfe83d061df91edd,3
|
| 1035 |
+
np.float64,0xd9142c2fb2286,0xd9142c2fb2286,3
|
| 1036 |
+
np.float64,0x7feb0d11dff61a23,0x3ff921fb54442d18,3
|
| 1037 |
+
np.float64,0x800fea5b509fd4b7,0x800fea5b509fd4b7,3
|
| 1038 |
+
np.float64,0x3fe1a8818da35103,0x3fe022ba1bdf366e,3
|
| 1039 |
+
np.float64,0x8010000000000000,0x8010000000000000,3
|
| 1040 |
+
np.float64,0xbfd8fc6de6b1f8dc,0xbfd7d24726ed8dcc,3
|
| 1041 |
+
np.float64,0xf4b3dc2de967c,0xf4b3dc2de967c,3
|
| 1042 |
+
np.float64,0x8af0409b15e08,0x8af0409b15e08,3
|
| 1043 |
+
np.float64,0x3fb21e6934243cd2,0x3fb216b065f8709a,3
|
| 1044 |
+
np.float64,0x3fc53069392a60d2,0x3fc4ffa931211fb9,3
|
| 1045 |
+
np.float64,0xffc955812c32ab04,0xbff921fb54442d18,3
|
| 1046 |
+
np.float64,0xbfe3de42b1a7bc86,0xbfe1c7bd1324de75,3
|
| 1047 |
+
np.float64,0x1dc149a03b82a,0x1dc149a03b82a,3
|
| 1048 |
+
np.float64,0x8001bc5a24a378b5,0x8001bc5a24a378b5,3
|
| 1049 |
+
np.float64,0x3da14c407b44,0x3da14c407b44,3
|
| 1050 |
+
np.float64,0x80025e8da924bd1c,0x80025e8da924bd1c,3
|
| 1051 |
+
np.float64,0xbfcb0141c9360284,0xbfca9d572ea5e1f3,3
|
| 1052 |
+
np.float64,0xc90036fd92007,0xc90036fd92007,3
|
| 1053 |
+
np.float64,0x138312c427063,0x138312c427063,3
|
| 1054 |
+
np.float64,0x800dda3a963bb475,0x800dda3a963bb475,3
|
| 1055 |
+
np.float64,0x3fe9339934f26732,0x3fe558e723291f78,3
|
| 1056 |
+
np.float64,0xbfea8357027506ae,0xbfe6240826faaf48,3
|
| 1057 |
+
np.float64,0x7fe04735cae08e6b,0x3ff921fb54442d18,3
|
| 1058 |
+
np.float64,0x3fe29aca3c653594,0x3fe0da214c8bc6a4,3
|
| 1059 |
+
np.float64,0x3fbe1f09a03c3e13,0x3fbdfbbefef0155b,3
|
| 1060 |
+
np.float64,0x816ee4ad02ddd,0x816ee4ad02ddd,3
|
| 1061 |
+
np.float64,0xffddd1b31d3ba366,0xbff921fb54442d18,3
|
| 1062 |
+
np.float64,0x3fe2e01e0625c03c,0x3fe10dc0bd6677c2,3
|
| 1063 |
+
np.float64,0x3fec6bcf1978d79e,0x3fe73d518cddeb7c,3
|
| 1064 |
+
np.float64,0x7fe01aaaf8603555,0x3ff921fb54442d18,3
|
| 1065 |
+
np.float64,0xdf300cc5be602,0xdf300cc5be602,3
|
| 1066 |
+
np.float64,0xbfe71c01a36e3804,0xbfe403af80ce47b8,3
|
| 1067 |
+
np.float64,0xffa5be00ac2b7c00,0xbff921fb54442d18,3
|
| 1068 |
+
np.float64,0xbfda9ba711b5374e,0xbfd93775e3ac6bda,3
|
| 1069 |
+
np.float64,0xbfe56d8a27eadb14,0xbfe2e1a7185e8e6d,3
|
| 1070 |
+
np.float64,0x800f1bc937be3792,0x800f1bc937be3792,3
|
| 1071 |
+
np.float64,0x800a61d93c74c3b3,0x800a61d93c74c3b3,3
|
| 1072 |
+
np.float64,0x7fe71a52fcae34a5,0x3ff921fb54442d18,3
|
| 1073 |
+
np.float64,0x7fb4aef256295de4,0x3ff921fb54442d18,3
|
| 1074 |
+
np.float64,0x3fe6c1e861ed83d1,0x3fe3c828f281a7ef,3
|
| 1075 |
+
np.float64,0x3fba128402342508,0x3fb9fb94cf141860,3
|
| 1076 |
+
np.float64,0x3fee55a7ecfcab50,0x3fe8472a9af893ee,3
|
| 1077 |
+
np.float64,0x3fe586f31b2b0de6,0x3fe2f32bce9e91bc,3
|
| 1078 |
+
np.float64,0xbfbb1d1442363a28,0xbfbb034c7729d5f2,3
|
| 1079 |
+
np.float64,0xc78b4d3f8f16a,0xc78b4d3f8f16a,3
|
| 1080 |
+
np.float64,0x7fdbc277d4b784ef,0x3ff921fb54442d18,3
|
| 1081 |
+
np.float64,0xbfa728ca2c2e5190,0xbfa724c04e73ccbd,3
|
| 1082 |
+
np.float64,0x7fefc7b2143f8f63,0x3ff921fb54442d18,3
|
| 1083 |
+
np.float64,0x3fd153a3dda2a748,0x3fd0ebccd33a4dca,3
|
| 1084 |
+
np.float64,0xbfe18a6eace314de,0xbfe00ba32ec89d30,3
|
| 1085 |
+
np.float64,0x7feef518537dea30,0x3ff921fb54442d18,3
|
| 1086 |
+
np.float64,0x8005f007cd4be010,0x8005f007cd4be010,3
|
| 1087 |
+
np.float64,0x7fd890b840b12170,0x3ff921fb54442d18,3
|
| 1088 |
+
np.float64,0x7feed0582ebda0af,0x3ff921fb54442d18,3
|
| 1089 |
+
np.float64,0x1013f53220280,0x1013f53220280,3
|
| 1090 |
+
np.float64,0xbfe77273986ee4e7,0xbfe43c375a8bf6de,3
|
| 1091 |
+
np.float64,0x7fe3ab8918675711,0x3ff921fb54442d18,3
|
| 1092 |
+
np.float64,0xbfc6ad515b2d5aa4,0xbfc671b2f7f86624,3
|
| 1093 |
+
np.float64,0x7fcd86231d3b0c45,0x3ff921fb54442d18,3
|
| 1094 |
+
np.float64,0xffe2523299a4a464,0xbff921fb54442d18,3
|
| 1095 |
+
np.float64,0x7fcadc5a1b35b8b3,0x3ff921fb54442d18,3
|
| 1096 |
+
np.float64,0x3fe5e020c4ebc042,0x3fe330418eec75bd,3
|
| 1097 |
+
np.float64,0x7fe332a9dc266553,0x3ff921fb54442d18,3
|
| 1098 |
+
np.float64,0xfa11dc21f425,0xfa11dc21f425,3
|
| 1099 |
+
np.float64,0xbec800177d900,0xbec800177d900,3
|
| 1100 |
+
np.float64,0x3fcadd057835ba0b,0x3fca7aa42face8bc,3
|
| 1101 |
+
np.float64,0xbfe6b9a206ad7344,0xbfe3c2a9719803de,3
|
| 1102 |
+
np.float64,0x3fbb4250b63684a0,0x3fbb281e9cefc519,3
|
| 1103 |
+
np.float64,0x7fef8787517f0f0e,0x3ff921fb54442d18,3
|
| 1104 |
+
np.float64,0x8001315c2d6262b9,0x8001315c2d6262b9,3
|
| 1105 |
+
np.float64,0xbfd94e3cf2b29c7a,0xbfd819257d36f56c,3
|
| 1106 |
+
np.float64,0xf1f325abe3e65,0xf1f325abe3e65,3
|
| 1107 |
+
np.float64,0x7fd6c07079ad80e0,0x3ff921fb54442d18,3
|
| 1108 |
+
np.float64,0x7fe328b075a65160,0x3ff921fb54442d18,3
|
| 1109 |
+
np.float64,0x7fe7998f812f331e,0x3ff921fb54442d18,3
|
| 1110 |
+
np.float64,0xffe026bb65604d76,0xbff921fb54442d18,3
|
| 1111 |
+
np.float64,0xffd6c06de8ad80dc,0xbff921fb54442d18,3
|
| 1112 |
+
np.float64,0x3fcd5a37bf3ab46f,0x3fccda82935d98ce,3
|
| 1113 |
+
np.float64,0xffc3e5a45227cb48,0xbff921fb54442d18,3
|
| 1114 |
+
np.float64,0x3febf7dd8177efbc,0x3fe6fc0bb999883e,3
|
| 1115 |
+
np.float64,0x7fd7047ea92e08fc,0x3ff921fb54442d18,3
|
| 1116 |
+
np.float64,0x35b3fc406b680,0x35b3fc406b680,3
|
| 1117 |
+
np.float64,0x7fd52e97632a5d2e,0x3ff921fb54442d18,3
|
| 1118 |
+
np.float64,0x3fd464d401a8c9a8,0x3fd3be2967fc97c3,3
|
| 1119 |
+
np.float64,0x800e815b2ebd02b6,0x800e815b2ebd02b6,3
|
| 1120 |
+
np.float64,0x3fca8428af350850,0x3fca257b466b8970,3
|
| 1121 |
+
np.float64,0x8007b7526f6f6ea6,0x8007b7526f6f6ea6,3
|
| 1122 |
+
np.float64,0x82f60a8f05ec2,0x82f60a8f05ec2,3
|
| 1123 |
+
np.float64,0x3fb71a5d0a2e34c0,0x3fb70a629ef8e2a2,3
|
| 1124 |
+
np.float64,0x7fc8570c7d30ae18,0x3ff921fb54442d18,3
|
| 1125 |
+
np.float64,0x7fe5528e77eaa51c,0x3ff921fb54442d18,3
|
| 1126 |
+
np.float64,0xffc20dbbf1241b78,0xbff921fb54442d18,3
|
| 1127 |
+
np.float64,0xeb13368fd6267,0xeb13368fd6267,3
|
| 1128 |
+
np.float64,0x7fe7d529056faa51,0x3ff921fb54442d18,3
|
| 1129 |
+
np.float64,0x3fecd02eabf9a05d,0x3fe77516f0ba1ac4,3
|
| 1130 |
+
np.float64,0x800fcba6a09f974d,0x800fcba6a09f974d,3
|
| 1131 |
+
np.float64,0x7fe7e8e015afd1bf,0x3ff921fb54442d18,3
|
| 1132 |
+
np.float64,0xbfd271a382a4e348,0xbfd1f513a191c595,3
|
| 1133 |
+
np.float64,0x9f1014013e21,0x9f1014013e21,3
|
| 1134 |
+
np.float64,0x3fc05da47f20bb49,0x3fc04708a13a3a47,3
|
| 1135 |
+
np.float64,0x3fe0f427dda1e850,0x3fdf2e60ba8678b9,3
|
| 1136 |
+
np.float64,0xbfecb29fa539653f,0xbfe764bc791c45dd,3
|
| 1137 |
+
np.float64,0x45881ec68b104,0x45881ec68b104,3
|
| 1138 |
+
np.float64,0x8000000000000001,0x8000000000000001,3
|
| 1139 |
+
np.float64,0x3fe9c67ee1338cfe,0x3fe5b2c7b3df6ce8,3
|
| 1140 |
+
np.float64,0x7fedb8fef6bb71fd,0x3ff921fb54442d18,3
|
| 1141 |
+
np.float64,0x3fe54f6aaaea9ed6,0x3fe2ccd1df2abaa9,3
|
| 1142 |
+
np.float64,0x7feff58a1bbfeb13,0x3ff921fb54442d18,3
|
| 1143 |
+
np.float64,0x7fe3b62827276c4f,0x3ff921fb54442d18,3
|
| 1144 |
+
np.float64,0x3fe5feb682ebfd6d,0x3fe345105bc6d980,3
|
| 1145 |
+
np.float64,0x3fe49f38d9693e72,0x3fe2518b2824757f,3
|
| 1146 |
+
np.float64,0x8006bfd27c6d7fa6,0x8006bfd27c6d7fa6,3
|
| 1147 |
+
np.float64,0x3fc13409e2226814,0x3fc119ce0c01a5a2,3
|
| 1148 |
+
np.float64,0x95f8c7212bf19,0x95f8c7212bf19,3
|
| 1149 |
+
np.float64,0x3fd9f0fa6133e1f5,0x3fd8a567515edecf,3
|
| 1150 |
+
np.float64,0x3fef95cbe5ff2b98,0x3fe8ec88c768ba0b,3
|
| 1151 |
+
np.float64,0x3fbed28bba3da510,0x3fbeacbf136e51c2,3
|
| 1152 |
+
np.float64,0xbfd3987aeca730f6,0xbfd303fca58e3e60,3
|
| 1153 |
+
np.float64,0xbfed0f90cbfa1f22,0xbfe797f59249410d,3
|
| 1154 |
+
np.float64,0xffe55d8cbf2abb19,0xbff921fb54442d18,3
|
| 1155 |
+
np.float64,0x3feb4d9fc6769b40,0x3fe69a88131a1f1f,3
|
| 1156 |
+
np.float64,0x80085569acd0aad4,0x80085569acd0aad4,3
|
| 1157 |
+
np.float64,0x20557a6e40ab0,0x20557a6e40ab0,3
|
| 1158 |
+
np.float64,0x3fead2fd5df5a5fb,0x3fe653091f33b27f,3
|
| 1159 |
+
np.float64,0x3fe7b9983eaf7330,0x3fe46a50c4b5235e,3
|
| 1160 |
+
np.float64,0xffdad237ffb5a470,0xbff921fb54442d18,3
|
| 1161 |
+
np.float64,0xbfe5cc39a4eb9874,0xbfe322ad3a903f93,3
|
| 1162 |
+
np.float64,0x800ad6eecb35adde,0x800ad6eecb35adde,3
|
| 1163 |
+
np.float64,0xffec620f6438c41e,0xbff921fb54442d18,3
|
| 1164 |
+
np.float64,0xbfe5ef29122bde52,0xbfe33a7dfcc255e2,3
|
| 1165 |
+
np.float64,0x3fd451e7d0a8a3d0,0x3fd3acfa4939af10,3
|
| 1166 |
+
np.float64,0x8003ea93c127d528,0x8003ea93c127d528,3
|
| 1167 |
+
np.float64,0x800b48d37c9691a7,0x800b48d37c9691a7,3
|
| 1168 |
+
np.float64,0x3fe7e202acafc405,0x3fe484558246069b,3
|
| 1169 |
+
np.float64,0x80070c9b686e1938,0x80070c9b686e1938,3
|
| 1170 |
+
np.float64,0xbfda90bbc6352178,0xbfd92e25fcd12288,3
|
| 1171 |
+
np.float64,0x800e1ffebb1c3ffe,0x800e1ffebb1c3ffe,3
|
| 1172 |
+
np.float64,0x3ff0000000000000,0x3fe921fb54442d18,3
|
| 1173 |
+
np.float64,0xffd8cfdd46319fba,0xbff921fb54442d18,3
|
| 1174 |
+
np.float64,0x7fd8cd4182319a82,0x3ff921fb54442d18,3
|
| 1175 |
+
np.float64,0x3fed8bb778bb176f,0x3fe7db7c77c4c694,3
|
| 1176 |
+
np.float64,0x3fc74a70302e94e0,0x3fc709e95d6defec,3
|
| 1177 |
+
np.float64,0x3fe87269d070e4d4,0x3fe4e04bcc4a2137,3
|
| 1178 |
+
np.float64,0x7fb48223f6290447,0x3ff921fb54442d18,3
|
| 1179 |
+
np.float64,0xffe8ec444b71d888,0xbff921fb54442d18,3
|
| 1180 |
+
np.float64,0x7fde17d280bc2fa4,0x3ff921fb54442d18,3
|
| 1181 |
+
np.float64,0x3fd1cbde01a397bc,0x3fd15b9bb7b3147b,3
|
| 1182 |
+
np.float64,0x800883a64451074d,0x800883a64451074d,3
|
| 1183 |
+
np.float64,0x7fe3160a3f262c13,0x3ff921fb54442d18,3
|
| 1184 |
+
np.float64,0xbfe051d4d9a0a3aa,0xbfde2ecf14dc75fb,3
|
| 1185 |
+
np.float64,0xbfd89de689b13bce,0xbfd780176d1a28a3,3
|
| 1186 |
+
np.float64,0x3fecde2bf779bc58,0x3fe77ccf10bdd8e2,3
|
| 1187 |
+
np.float64,0xffe75774dc6eaee9,0xbff921fb54442d18,3
|
| 1188 |
+
np.float64,0x7fe834414d706882,0x3ff921fb54442d18,3
|
| 1189 |
+
np.float64,0x1,0x1,3
|
| 1190 |
+
np.float64,0xbfea5e4e4a74bc9c,0xbfe60e0601711835,3
|
| 1191 |
+
np.float64,0xffec248d4cb8491a,0xbff921fb54442d18,3
|
| 1192 |
+
np.float64,0xffd9942c2c332858,0xbff921fb54442d18,3
|
| 1193 |
+
np.float64,0xa9db36a553b67,0xa9db36a553b67,3
|
| 1194 |
+
np.float64,0x7fec630718b8c60d,0x3ff921fb54442d18,3
|
| 1195 |
+
np.float64,0xbfd062188f20c432,0xbfd009ecd652be89,3
|
| 1196 |
+
np.float64,0x8001b84e3023709d,0x8001b84e3023709d,3
|
| 1197 |
+
np.float64,0xbfe9e26d7cb3c4db,0xbfe5c3b157ecf668,3
|
| 1198 |
+
np.float64,0xbfef66ddf33ecdbc,0xbfe8d4b1f6410a24,3
|
| 1199 |
+
np.float64,0x3fd8d7109431ae21,0x3fd7b1d4860719a2,3
|
| 1200 |
+
np.float64,0xffee0f53107c1ea5,0xbff921fb54442d18,3
|
| 1201 |
+
np.float64,0x80000b4fd60016a0,0x80000b4fd60016a0,3
|
| 1202 |
+
np.float64,0xbfd99ff6e5333fee,0xbfd85fb3cbdaa049,3
|
| 1203 |
+
np.float64,0xbfe9cfd268339fa5,0xbfe5b86ef021a1b1,3
|
| 1204 |
+
np.float64,0xe32eace1c65d6,0xe32eace1c65d6,3
|
| 1205 |
+
np.float64,0xffc81f6627303ecc,0xbff921fb54442d18,3
|
| 1206 |
+
np.float64,0x7fe98dadde331b5b,0x3ff921fb54442d18,3
|
| 1207 |
+
np.float64,0xbfbcebd11e39d7a0,0xbfbccc8ec47883c7,3
|
| 1208 |
+
np.float64,0x7fe164880f22c90f,0x3ff921fb54442d18,3
|
| 1209 |
+
np.float64,0x800467c0cae8cf82,0x800467c0cae8cf82,3
|
| 1210 |
+
np.float64,0x800071e4b140e3ca,0x800071e4b140e3ca,3
|
| 1211 |
+
np.float64,0xbfc87a7eae30f4fc,0xbfc82fbc55bb0f24,3
|
| 1212 |
+
np.float64,0xffb2e0e23225c1c8,0xbff921fb54442d18,3
|
| 1213 |
+
np.float64,0x20ef338041df,0x20ef338041df,3
|
| 1214 |
+
np.float64,0x7fe6de71ca6dbce3,0x3ff921fb54442d18,3
|
| 1215 |
+
np.float64,0x5d1fa026ba3f5,0x5d1fa026ba3f5,3
|
| 1216 |
+
np.float64,0xffd112a9ce222554,0xbff921fb54442d18,3
|
| 1217 |
+
np.float64,0x3fb351f66626a3ed,0x3fb3489ab578c452,3
|
| 1218 |
+
np.float64,0x7fef7b2bd3bef657,0x3ff921fb54442d18,3
|
| 1219 |
+
np.float64,0xffe144f5d4e289eb,0xbff921fb54442d18,3
|
| 1220 |
+
np.float64,0xffd63a6750ac74ce,0xbff921fb54442d18,3
|
| 1221 |
+
np.float64,0x7fd2d8bb25a5b175,0x3ff921fb54442d18,3
|
| 1222 |
+
np.float64,0x3fec5920a078b242,0x3fe732dcffcf6521,3
|
| 1223 |
+
np.float64,0x80009a8b7f813518,0x80009a8b7f813518,3
|
| 1224 |
+
np.float64,0x3fdea220893d4441,0x3fdc921edf6bf3d8,3
|
| 1225 |
+
np.float64,0x8006cee2208d9dc5,0x8006cee2208d9dc5,3
|
| 1226 |
+
np.float64,0xdd0b0081ba17,0xdd0b0081ba17,3
|
| 1227 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,3
|
| 1228 |
+
np.float64,0xbfdac33955358672,0xbfd9592bce7daf1f,3
|
| 1229 |
+
np.float64,0x7fe8301d7170603a,0x3ff921fb54442d18,3
|
| 1230 |
+
np.float64,0xbfc1d34d8523a69c,0xbfc1b62449af9684,3
|
| 1231 |
+
np.float64,0x800c62239458c447,0x800c62239458c447,3
|
| 1232 |
+
np.float64,0xffd398c009a73180,0xbff921fb54442d18,3
|
| 1233 |
+
np.float64,0xbfe0c6d9ee218db4,0xbfdee777557f4401,3
|
| 1234 |
+
np.float64,0x3feccdd373799ba7,0x3fe773c9c2263f89,3
|
| 1235 |
+
np.float64,0xbfd21898bda43132,0xbfd1a2be8545fcc5,3
|
| 1236 |
+
np.float64,0x3fd77019b62ee033,0x3fd67793cabdf267,3
|
| 1237 |
+
np.float64,0x7fa609cad42c1395,0x3ff921fb54442d18,3
|
| 1238 |
+
np.float64,0x7fb4eaea5a29d5d4,0x3ff921fb54442d18,3
|
| 1239 |
+
np.float64,0x3fc570dc9a2ae1b9,0x3fc53e5f6218a799,3
|
| 1240 |
+
np.float64,0x800344ae8466895e,0x800344ae8466895e,3
|
| 1241 |
+
np.float64,0xbfc7c985252f930c,0xbfc784d60fa27bac,3
|
| 1242 |
+
np.float64,0xffaa2929fc345250,0xbff921fb54442d18,3
|
| 1243 |
+
np.float64,0xffe63e5ee9ac7cbe,0xbff921fb54442d18,3
|
| 1244 |
+
np.float64,0x73f0280ce7e06,0x73f0280ce7e06,3
|
| 1245 |
+
np.float64,0xffc525f8822a4bf0,0xbff921fb54442d18,3
|
| 1246 |
+
np.float64,0x7fd744d00aae899f,0x3ff921fb54442d18,3
|
| 1247 |
+
np.float64,0xbfe0fe590761fcb2,0xbfdf3e493e8b1f32,3
|
| 1248 |
+
np.float64,0xfae04ae7f5c0a,0xfae04ae7f5c0a,3
|
| 1249 |
+
np.float64,0xef821939df043,0xef821939df043,3
|
| 1250 |
+
np.float64,0x7fef6135843ec26a,0x3ff921fb54442d18,3
|
| 1251 |
+
np.float64,0xbfebf34dcbf7e69c,0xbfe6f97588a8f911,3
|
| 1252 |
+
np.float64,0xbfeec0b498fd8169,0xbfe87f2eceeead12,3
|
| 1253 |
+
np.float64,0x7fb67161b42ce2c2,0x3ff921fb54442d18,3
|
| 1254 |
+
np.float64,0x3fdcfd998639fb33,0x3fdb38934927c096,3
|
| 1255 |
+
np.float64,0xffda5960bc34b2c2,0xbff921fb54442d18,3
|
| 1256 |
+
np.float64,0xbfe11f8c71223f19,0xbfdf71fe770c96ab,3
|
| 1257 |
+
np.float64,0x3fe4ac1bab695838,0x3fe25aa4517b8322,3
|
| 1258 |
+
np.float64,0x3f730458a02608b1,0x3f73044fabb5e999,3
|
| 1259 |
+
np.float64,0x3fdb14ffcdb62a00,0x3fd99ea6c241a3ed,3
|
| 1260 |
+
np.float64,0xbfc93208cd326410,0xbfc8e09d78b6d4db,3
|
| 1261 |
+
np.float64,0x19e734dc33ce8,0x19e734dc33ce8,3
|
| 1262 |
+
np.float64,0x3fe5e98428abd308,0x3fe336a6a085eb55,3
|
| 1263 |
+
np.float64,0x7fec672a1378ce53,0x3ff921fb54442d18,3
|
| 1264 |
+
np.float64,0x800f8bd8d4ff17b2,0x800f8bd8d4ff17b2,3
|
| 1265 |
+
np.float64,0xbfe5a12e4e6b425c,0xbfe30533f99d5d06,3
|
| 1266 |
+
np.float64,0x75a34cb0eb46a,0x75a34cb0eb46a,3
|
| 1267 |
+
np.float64,0x7fe1d21d16a3a439,0x3ff921fb54442d18,3
|
| 1268 |
+
np.float64,0x7ff0000000000000,0x3ff921fb54442d18,3
|
| 1269 |
+
np.float64,0xffe0f50db261ea1b,0xbff921fb54442d18,3
|
| 1270 |
+
np.float64,0xbfd9dc22feb3b846,0xbfd8937ec965a501,3
|
| 1271 |
+
np.float64,0x8009d68e48d3ad1d,0x8009d68e48d3ad1d,3
|
| 1272 |
+
np.float64,0xbfe2eba620e5d74c,0xbfe1164d7d273c60,3
|
| 1273 |
+
np.float64,0x992efa09325e0,0x992efa09325e0,3
|
| 1274 |
+
np.float64,0x3fdab640ea356c82,0x3fd94e20cab88db2,3
|
| 1275 |
+
np.float64,0x69a6f04ad34df,0x69a6f04ad34df,3
|
| 1276 |
+
np.float64,0x3fe397df25272fbe,0x3fe194bd1a3a6192,3
|
| 1277 |
+
np.float64,0xebcce9fdd799d,0xebcce9fdd799d,3
|
| 1278 |
+
np.float64,0x3fbb49490c369292,0x3fbb2f02eccc497d,3
|
| 1279 |
+
np.float64,0xffd871f980b0e3f4,0xbff921fb54442d18,3
|
| 1280 |
+
np.float64,0x800348f6966691ee,0x800348f6966691ee,3
|
| 1281 |
+
np.float64,0xbfebc270a7f784e1,0xbfe6dda8d0d80f26,3
|
| 1282 |
+
np.float64,0xffd6d559b1adaab4,0xbff921fb54442d18,3
|
| 1283 |
+
np.float64,0x3fec3635c0b86c6c,0x3fe71f420256e43e,3
|
| 1284 |
+
np.float64,0x7fbc82ad7039055a,0x3ff921fb54442d18,3
|
| 1285 |
+
np.float64,0x7f873050602e60a0,0x3ff921fb54442d18,3
|
| 1286 |
+
np.float64,0x3fca44b8c3348970,0x3fc9e8a1a1a2d96e,3
|
| 1287 |
+
np.float64,0x3fe0fc308fe1f861,0x3fdf3aeb469ea225,3
|
| 1288 |
+
np.float64,0x7fefc27de8bf84fb,0x3ff921fb54442d18,3
|
| 1289 |
+
np.float64,0x8005f3f3916be7e8,0x8005f3f3916be7e8,3
|
| 1290 |
+
np.float64,0xbfd4278c7c284f18,0xbfd38678988873b6,3
|
| 1291 |
+
np.float64,0x435eafc486bd7,0x435eafc486bd7,3
|
| 1292 |
+
np.float64,0xbfd01f5199203ea4,0xbfcf96631f2108a3,3
|
| 1293 |
+
np.float64,0xffd5ee9185abdd24,0xbff921fb54442d18,3
|
| 1294 |
+
np.float64,0xffedb363257b66c5,0xbff921fb54442d18,3
|
| 1295 |
+
np.float64,0x800d68e6e11ad1ce,0x800d68e6e11ad1ce,3
|
| 1296 |
+
np.float64,0xbfcf687f8e3ed100,0xbfceccb771b0d39a,3
|
| 1297 |
+
np.float64,0x7feb3b9ef2f6773d,0x3ff921fb54442d18,3
|
| 1298 |
+
np.float64,0x3fe15ec5ca62bd8c,0x3fdfd3fab9d96f81,3
|
| 1299 |
+
np.float64,0x10000000000000,0x10000000000000,3
|
| 1300 |
+
np.float64,0xd2386f81a470e,0xd2386f81a470e,3
|
| 1301 |
+
np.float64,0xb9feed4573fde,0xb9feed4573fde,3
|
| 1302 |
+
np.float64,0x3fe7ed25c9efda4c,0x3fe48b7b72db4014,3
|
| 1303 |
+
np.float64,0xbfe01478726028f1,0xbfddcd1f5a2efc59,3
|
| 1304 |
+
np.float64,0x9946d02f328da,0x9946d02f328da,3
|
| 1305 |
+
np.float64,0xbfe3bb67f06776d0,0xbfe1ae88aa81c5a6,3
|
| 1306 |
+
np.float64,0xbfd3fd8a4c27fb14,0xbfd3603982e3b78d,3
|
| 1307 |
+
np.float64,0xffd5c3ab912b8758,0xbff921fb54442d18,3
|
| 1308 |
+
np.float64,0xffd5f502b12bea06,0xbff921fb54442d18,3
|
| 1309 |
+
np.float64,0xbfc64981ec2c9304,0xbfc610e0382b1fa6,3
|
| 1310 |
+
np.float64,0xffec42e3413885c6,0xbff921fb54442d18,3
|
| 1311 |
+
np.float64,0x80084eb4ed109d6a,0x80084eb4ed109d6a,3
|
| 1312 |
+
np.float64,0xbfd17cac9fa2f95a,0xbfd112020588a4b3,3
|
| 1313 |
+
np.float64,0xbfd06c1359a0d826,0xbfd0134a28aa9a66,3
|
| 1314 |
+
np.float64,0x7fdc3d7c03b87af7,0x3ff921fb54442d18,3
|
| 1315 |
+
np.float64,0x7bdf5aaaf7bec,0x7bdf5aaaf7bec,3
|
| 1316 |
+
np.float64,0xbfee3cd966fc79b3,0xbfe83a14bc07ac3b,3
|
| 1317 |
+
np.float64,0x7fec910da3f9221a,0x3ff921fb54442d18,3
|
| 1318 |
+
np.float64,0xffb4ea667029d4d0,0xbff921fb54442d18,3
|
| 1319 |
+
np.float64,0x800103d7cce207b0,0x800103d7cce207b0,3
|
| 1320 |
+
np.float64,0x7fbb229a6c364534,0x3ff921fb54442d18,3
|
| 1321 |
+
np.float64,0x0,0x0,3
|
| 1322 |
+
np.float64,0xffd8fccd0331f99a,0xbff921fb54442d18,3
|
| 1323 |
+
np.float64,0xbfd0784ae1a0f096,0xbfd01ebff62e39ad,3
|
| 1324 |
+
np.float64,0xbfed2ec9b3ba5d93,0xbfe7a9099410bc76,3
|
| 1325 |
+
np.float64,0x800690b8d16d2172,0x800690b8d16d2172,3
|
| 1326 |
+
np.float64,0x7fc061b26520c364,0x3ff921fb54442d18,3
|
| 1327 |
+
np.float64,0x8007ec47054fd88f,0x8007ec47054fd88f,3
|
| 1328 |
+
np.float64,0x775546b6eeaa9,0x775546b6eeaa9,3
|
| 1329 |
+
np.float64,0x8005e00fb56bc020,0x8005e00fb56bc020,3
|
| 1330 |
+
np.float64,0xbfe510f8d0ea21f2,0xbfe2a16862b5a37f,3
|
| 1331 |
+
np.float64,0xffd87a6bf3b0f4d8,0xbff921fb54442d18,3
|
| 1332 |
+
np.float64,0x800906e3d0520dc8,0x800906e3d0520dc8,3
|
| 1333 |
+
np.float64,0x2296f000452f,0x2296f000452f,3
|
| 1334 |
+
np.float64,0xbfe3189fa2e63140,0xbfe1378c0e005be4,3
|
| 1335 |
+
np.float64,0xb4d2447f69a49,0xb4d2447f69a49,3
|
| 1336 |
+
np.float64,0xffd056a24a20ad44,0xbff921fb54442d18,3
|
| 1337 |
+
np.float64,0xbfe3b23fe4e76480,0xbfe1a7e5840fcbeb,3
|
| 1338 |
+
np.float64,0x80018ee270831dc6,0x80018ee270831dc6,3
|
| 1339 |
+
np.float64,0x800df89f245bf13e,0x800df89f245bf13e,3
|
| 1340 |
+
np.float64,0x3fee1409d7bc2814,0x3fe824779d133232,3
|
| 1341 |
+
np.float64,0xbfef8d81667f1b03,0xbfe8e85523620368,3
|
| 1342 |
+
np.float64,0xffd8a6519b314ca4,0xbff921fb54442d18,3
|
| 1343 |
+
np.float64,0x7fc7bc86f32f790d,0x3ff921fb54442d18,3
|
| 1344 |
+
np.float64,0xffea6159e674c2b3,0xbff921fb54442d18,3
|
| 1345 |
+
np.float64,0x3fe153c3fba2a788,0x3fdfc2f74769d300,3
|
| 1346 |
+
np.float64,0xffc4261ef3284c3c,0xbff921fb54442d18,3
|
| 1347 |
+
np.float64,0x7fe8a8961ff1512b,0x3ff921fb54442d18,3
|
| 1348 |
+
np.float64,0xbfe3fb1fd167f640,0xbfe1dc89dcb7ecdf,3
|
| 1349 |
+
np.float64,0x3fd88577c2b10af0,0x3fd76acc09660704,3
|
| 1350 |
+
np.float64,0x3fe128ec27e251d8,0x3fdf808fc7ebcd8f,3
|
| 1351 |
+
np.float64,0xbfed6ca7c4fad950,0xbfe7caafe9a3e213,3
|
| 1352 |
+
np.float64,0xbf9a3912b8347220,0xbf9a379b3349352e,3
|
| 1353 |
+
np.float64,0xbfd724d7bcae49b0,0xbfd6351efa2a5fc5,3
|
| 1354 |
+
np.float64,0xbfed59700a7ab2e0,0xbfe7c043014c694c,3
|
| 1355 |
+
np.float64,0x8002ad435bc55a87,0x8002ad435bc55a87,3
|
| 1356 |
+
np.float64,0xffe46ed345a8dda6,0xbff921fb54442d18,3
|
| 1357 |
+
np.float64,0x7fd2f1d1d825e3a3,0x3ff921fb54442d18,3
|
| 1358 |
+
np.float64,0xbfea0265e23404cc,0xbfe5d6fb3fd30464,3
|
| 1359 |
+
np.float64,0xbfd17e049122fc0a,0xbfd113421078bbae,3
|
| 1360 |
+
np.float64,0xffea03b986b40772,0xbff921fb54442d18,3
|
| 1361 |
+
np.float64,0x800b55331a16aa67,0x800b55331a16aa67,3
|
| 1362 |
+
np.float64,0xbfc6fcafbf2df960,0xbfc6be9ecd0ebc1f,3
|
| 1363 |
+
np.float64,0xd6a36017ad46c,0xd6a36017ad46c,3
|
| 1364 |
+
np.float64,0xbfe9ba86dfb3750e,0xbfe5ab840cb0ef86,3
|
| 1365 |
+
np.float64,0x75c4a108eb895,0x75c4a108eb895,3
|
| 1366 |
+
np.float64,0x8008d6bc8051ad79,0x8008d6bc8051ad79,3
|
| 1367 |
+
np.float64,0xbfd3dc5984a7b8b4,0xbfd341f78e0528ec,3
|
| 1368 |
+
np.float64,0xffe1cbb01aa39760,0xbff921fb54442d18,3
|
| 1369 |
+
np.float64,0x3fc7e292f52fc526,0x3fc79d0ce9365767,3
|
| 1370 |
+
np.float64,0xbfcbeae2bd37d5c4,0xbfcb7cb034f82467,3
|
| 1371 |
+
np.float64,0x8000f0c62e21e18d,0x8000f0c62e21e18d,3
|
| 1372 |
+
np.float64,0xbfe23d8bc6247b18,0xbfe09418ee35c3c7,3
|
| 1373 |
+
np.float64,0x717394bae2e73,0x717394bae2e73,3
|
| 1374 |
+
np.float64,0xffa2ef1cc425de40,0xbff921fb54442d18,3
|
| 1375 |
+
np.float64,0x3fd938c229b27184,0x3fd806900735c99d,3
|
| 1376 |
+
np.float64,0x800bf3ec8a77e7d9,0x800bf3ec8a77e7d9,3
|
| 1377 |
+
np.float64,0xffeef41dd57de83b,0xbff921fb54442d18,3
|
| 1378 |
+
np.float64,0x8008df97e5b1bf30,0x8008df97e5b1bf30,3
|
| 1379 |
+
np.float64,0xffe9ab9d0db35739,0xbff921fb54442d18,3
|
| 1380 |
+
np.float64,0x99ff391333fe7,0x99ff391333fe7,3
|
| 1381 |
+
np.float64,0x3fb864b4a630c969,0x3fb851e883ea2cf9,3
|
| 1382 |
+
np.float64,0x22c1230a45825,0x22c1230a45825,3
|
| 1383 |
+
np.float64,0xff2336fbfe467,0xff2336fbfe467,3
|
| 1384 |
+
np.float64,0xbfd488f4cea911ea,0xbfd3def0490f5414,3
|
| 1385 |
+
np.float64,0x3fa379c78426f38f,0x3fa377607370800b,3
|
| 1386 |
+
np.float64,0xbfb0873302210e68,0xbfb08155b78dfd53,3
|
| 1387 |
+
np.float64,0xbfdf9ff7c2bf3ff0,0xbfdd5f658e357ad2,3
|
| 1388 |
+
np.float64,0x800978719192f0e4,0x800978719192f0e4,3
|
| 1389 |
+
np.float64,0xbfba8759ea350eb0,0xbfba6f325013b9e5,3
|
| 1390 |
+
np.float64,0xbfdd3e6b06ba7cd6,0xbfdb6e472b6091b0,3
|
| 1391 |
+
np.float64,0x7fe0c334a7a18668,0x3ff921fb54442d18,3
|
| 1392 |
+
np.float64,0xbfeb971feb772e40,0xbfe6c4e0f61404d1,3
|
| 1393 |
+
np.float64,0x3fe2a50968e54a13,0x3fe0e1c8b8d96e85,3
|
| 1394 |
+
np.float64,0x800fa9c5515f538b,0x800fa9c5515f538b,3
|
| 1395 |
+
np.float64,0x800f8532fbbf0a66,0x800f8532fbbf0a66,3
|
| 1396 |
+
np.float64,0x167d6f1e2cfaf,0x167d6f1e2cfaf,3
|
| 1397 |
+
np.float64,0xffee88e769fd11ce,0xbff921fb54442d18,3
|
| 1398 |
+
np.float64,0xbfeecc8529fd990a,0xbfe885520cdad8ea,3
|
| 1399 |
+
np.float64,0xffefffffffffffff,0xbff921fb54442d18,3
|
| 1400 |
+
np.float64,0xbfef6a566afed4ad,0xbfe8d6767b4c4235,3
|
| 1401 |
+
np.float64,0xffec12415af82482,0xbff921fb54442d18,3
|
| 1402 |
+
np.float64,0x3678a20a6cf15,0x3678a20a6cf15,3
|
| 1403 |
+
np.float64,0xffe468d54ee8d1aa,0xbff921fb54442d18,3
|
| 1404 |
+
np.float64,0x800ad6006795ac01,0x800ad6006795ac01,3
|
| 1405 |
+
np.float64,0x8001d5b61063ab6d,0x8001d5b61063ab6d,3
|
| 1406 |
+
np.float64,0x800dfcd1863bf9a3,0x800dfcd1863bf9a3,3
|
| 1407 |
+
np.float64,0xc9fbff6f93f80,0xc9fbff6f93f80,3
|
| 1408 |
+
np.float64,0xffe55c20f9eab842,0xbff921fb54442d18,3
|
| 1409 |
+
np.float64,0xbfcb596b6536b2d8,0xbfcaf1b339c5c615,3
|
| 1410 |
+
np.float64,0xbfe092689ea124d1,0xbfde94fa58946e51,3
|
| 1411 |
+
np.float64,0x3fe9ec733af3d8e6,0x3fe5c9bf5dee2623,3
|
| 1412 |
+
np.float64,0x3fe30f3d83261e7b,0x3fe1309fd6620e03,3
|
| 1413 |
+
np.float64,0xffd31d7f84263b00,0xbff921fb54442d18,3
|
| 1414 |
+
np.float64,0xbfe88d2d3e711a5a,0xbfe4f12b5a136178,3
|
| 1415 |
+
np.float64,0xffc81e4ce1303c98,0xbff921fb54442d18,3
|
| 1416 |
+
np.float64,0xffe5b96ebfab72dd,0xbff921fb54442d18,3
|
| 1417 |
+
np.float64,0x512f0502a25e1,0x512f0502a25e1,3
|
| 1418 |
+
np.float64,0x7fa3a376982746ec,0x3ff921fb54442d18,3
|
| 1419 |
+
np.float64,0x80005b5f2f60b6bf,0x80005b5f2f60b6bf,3
|
| 1420 |
+
np.float64,0xc337cc69866fa,0xc337cc69866fa,3
|
| 1421 |
+
np.float64,0x3fe7719c4caee339,0x3fe43bab42b19e64,3
|
| 1422 |
+
np.float64,0x7fde7ec1d93cfd83,0x3ff921fb54442d18,3
|
| 1423 |
+
np.float64,0x3fd2f38f3825e71e,0x3fd26cc7b1dd0acb,3
|
| 1424 |
+
np.float64,0x7fce298b993c5316,0x3ff921fb54442d18,3
|
| 1425 |
+
np.float64,0x56ae3b2cad5c8,0x56ae3b2cad5c8,3
|
| 1426 |
+
np.float64,0x3fe9299f2bf2533e,0x3fe552bddd999e72,3
|
| 1427 |
+
np.float64,0x7feff3a4823fe748,0x3ff921fb54442d18,3
|
| 1428 |
+
np.float64,0xbfd05c670aa0b8ce,0xbfd00494d78e9e97,3
|
| 1429 |
+
np.float64,0xffe745323eae8a64,0xbff921fb54442d18,3
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arctanh.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0x3ee82930,0x3efa60fd,2
|
| 3 |
+
np.float32,0x3f0aa640,0x3f1b3e13,2
|
| 4 |
+
np.float32,0x3ec1a21c,0x3ecbbf8d,2
|
| 5 |
+
np.float32,0x3cdb1740,0x3cdb24a1,2
|
| 6 |
+
np.float32,0xbf28b6f3,0xbf4a86ac,2
|
| 7 |
+
np.float32,0xbe490dcc,0xbe4bb2eb,2
|
| 8 |
+
np.float32,0x80000001,0x80000001,2
|
| 9 |
+
np.float32,0xbf44f9dd,0xbf826ce1,2
|
| 10 |
+
np.float32,0xbf1d66c4,0xbf37786b,2
|
| 11 |
+
np.float32,0x3f0ad26a,0x3f1b7c9b,2
|
| 12 |
+
np.float32,0x3f7b6c54,0x4016aab0,2
|
| 13 |
+
np.float32,0xbf715bb8,0xbfe1a0bc,2
|
| 14 |
+
np.float32,0xbee8a562,0xbefafd6a,2
|
| 15 |
+
np.float32,0x3db94d00,0x3db9cf16,2
|
| 16 |
+
np.float32,0x3ee2970c,0x3ef368b3,2
|
| 17 |
+
np.float32,0x3f3f8614,0x3f77fdca,2
|
| 18 |
+
np.float32,0xbf1fb5f0,0xbf3b3789,2
|
| 19 |
+
np.float32,0x3f798dc0,0x400b96bb,2
|
| 20 |
+
np.float32,0x3e975d64,0x3e9c0573,2
|
| 21 |
+
np.float32,0xbe3f1908,0xbe415d1f,2
|
| 22 |
+
np.float32,0x3f2cea38,0x3f52192e,2
|
| 23 |
+
np.float32,0x3e82f1ac,0x3e85eaa1,2
|
| 24 |
+
np.float32,0x3eab6b30,0x3eb24acd,2
|
| 25 |
+
np.float32,0xbe9bb90c,0xbea0cf5f,2
|
| 26 |
+
np.float32,0xbf43e847,0xbf81202f,2
|
| 27 |
+
np.float32,0xbd232fa0,0xbd2345c0,2
|
| 28 |
+
np.float32,0xbbabbc00,0xbbabbc67,2
|
| 29 |
+
np.float32,0xbf0b2975,0xbf1bf808,2
|
| 30 |
+
np.float32,0xbef5ab0a,0xbf05d305,2
|
| 31 |
+
np.float32,0x3f2cad16,0x3f51a8e2,2
|
| 32 |
+
np.float32,0xbef75940,0xbf06eb08,2
|
| 33 |
+
np.float32,0xbf0c1216,0xbf1d4325,2
|
| 34 |
+
np.float32,0x3e7bdc08,0x3e8090c2,2
|
| 35 |
+
np.float32,0x3da14e10,0x3da1a3c5,2
|
| 36 |
+
np.float32,0x3f627412,0x3fb2bf21,2
|
| 37 |
+
np.float32,0xbd6d08c0,0xbd6d4ca0,2
|
| 38 |
+
np.float32,0x3f3e2368,0x3f74df8b,2
|
| 39 |
+
np.float32,0xbe0df104,0xbe0edc77,2
|
| 40 |
+
np.float32,0x3e8a265c,0x3e8da833,2
|
| 41 |
+
np.float32,0xbdccdbb0,0xbdcd8ba8,2
|
| 42 |
+
np.float32,0x3eb080c4,0x3eb80a44,2
|
| 43 |
+
np.float32,0x3e627800,0x3e6645fe,2
|
| 44 |
+
np.float32,0xbd8be0b0,0xbd8c1886,2
|
| 45 |
+
np.float32,0xbf3282ac,0xbf5cae8c,2
|
| 46 |
+
np.float32,0xbe515910,0xbe545707,2
|
| 47 |
+
np.float32,0xbf2e64ac,0xbf54d637,2
|
| 48 |
+
np.float32,0x3e0fc230,0x3e10b6de,2
|
| 49 |
+
np.float32,0x3eb13ca0,0x3eb8df94,2
|
| 50 |
+
np.float32,0x3f07a3ca,0x3f170572,2
|
| 51 |
+
np.float32,0x3f2c7026,0x3f513935,2
|
| 52 |
+
np.float32,0x3f3c4ec8,0x3f70d67c,2
|
| 53 |
+
np.float32,0xbee9cce8,0xbefc724f,2
|
| 54 |
+
np.float32,0xbe53ca60,0xbe56e3f3,2
|
| 55 |
+
np.float32,0x3dd9e9a0,0x3ddabd98,2
|
| 56 |
+
np.float32,0x3f38b8d4,0x3f69319b,2
|
| 57 |
+
np.float32,0xbe176dc4,0xbe188c1d,2
|
| 58 |
+
np.float32,0xbf322f2e,0xbf5c0c51,2
|
| 59 |
+
np.float32,0xbe9b8676,0xbea097a2,2
|
| 60 |
+
np.float32,0xbca44280,0xbca44823,2
|
| 61 |
+
np.float32,0xbe2b0248,0xbe2ca036,2
|
| 62 |
+
np.float32,0x3d101e80,0x3d102dbd,2
|
| 63 |
+
np.float32,0xbf4eb610,0xbf8f526d,2
|
| 64 |
+
np.float32,0xbec32a50,0xbecd89d1,2
|
| 65 |
+
np.float32,0x3d549100,0x3d54c1ee,2
|
| 66 |
+
np.float32,0x3f78e55e,0x40087025,2
|
| 67 |
+
np.float32,0x3e592798,0x3e5c802d,2
|
| 68 |
+
np.float32,0x3de045d0,0x3de12cfb,2
|
| 69 |
+
np.float32,0xbdad28e0,0xbdad92f7,2
|
| 70 |
+
np.float32,0x3e9a69e0,0x3e9f5e59,2
|
| 71 |
+
np.float32,0x3e809778,0x3e836716,2
|
| 72 |
+
np.float32,0xbf3278d9,0xbf5c9b6d,2
|
| 73 |
+
np.float32,0x3f39fa00,0x3f6bd4a5,2
|
| 74 |
+
np.float32,0xbec8143c,0xbed34ffa,2
|
| 75 |
+
np.float32,0x3ddb7f40,0x3ddc57e6,2
|
| 76 |
+
np.float32,0x3f0e8342,0x3f20c634,2
|
| 77 |
+
np.float32,0x3f353dda,0x3f6213a4,2
|
| 78 |
+
np.float32,0xbe96b400,0xbe9b4bea,2
|
| 79 |
+
np.float32,0x3e626580,0x3e66328a,2
|
| 80 |
+
np.float32,0xbde091c8,0xbde179df,2
|
| 81 |
+
np.float32,0x3eb47b5c,0x3ebc91ca,2
|
| 82 |
+
np.float32,0xbf282182,0xbf497f2f,2
|
| 83 |
+
np.float32,0x3ea9f64c,0x3eb0a748,2
|
| 84 |
+
np.float32,0x3f28dd4e,0x3f4aca86,2
|
| 85 |
+
np.float32,0xbf71de18,0xbfe3f587,2
|
| 86 |
+
np.float32,0x7fa00000,0x7fe00000,2
|
| 87 |
+
np.float32,0xbf6696a6,0xbfbcf11a,2
|
| 88 |
+
np.float32,0xbc853ae0,0xbc853de2,2
|
| 89 |
+
np.float32,0xbeced246,0xbedb51b8,2
|
| 90 |
+
np.float32,0x3f3472a4,0x3f607e00,2
|
| 91 |
+
np.float32,0xbee90124,0xbefb7117,2
|
| 92 |
+
np.float32,0x3eb45b90,0x3ebc6d7c,2
|
| 93 |
+
np.float32,0xbe53ead0,0xbe5705d6,2
|
| 94 |
+
np.float32,0x3f630c80,0x3fb420e2,2
|
| 95 |
+
np.float32,0xbf408cd0,0xbf7a56a2,2
|
| 96 |
+
np.float32,0x3dda4ed0,0x3ddb23f1,2
|
| 97 |
+
np.float32,0xbf37ae88,0xbf67096b,2
|
| 98 |
+
np.float32,0xbdd48c28,0xbdd550c9,2
|
| 99 |
+
np.float32,0xbf5745b0,0xbf9cb4a4,2
|
| 100 |
+
np.float32,0xbf44e6fc,0xbf8255c1,2
|
| 101 |
+
np.float32,0x3f5c8e6a,0x3fa65020,2
|
| 102 |
+
np.float32,0xbea45fe8,0xbeaa6630,2
|
| 103 |
+
np.float32,0x3f08bdee,0x3f188ef5,2
|
| 104 |
+
np.float32,0x3ec77e74,0x3ed29f4b,2
|
| 105 |
+
np.float32,0xbf1a1d3c,0xbf324029,2
|
| 106 |
+
np.float32,0x3cad7340,0x3cad79e3,2
|
| 107 |
+
np.float32,0xbf4fac2e,0xbf90b72a,2
|
| 108 |
+
np.float32,0x3f58516e,0x3f9e8330,2
|
| 109 |
+
np.float32,0x3f442008,0x3f816391,2
|
| 110 |
+
np.float32,0xbf6e0c6c,0xbfd42854,2
|
| 111 |
+
np.float32,0xbf266f7a,0xbf4689b2,2
|
| 112 |
+
np.float32,0x3eb7e2f0,0x3ec077ba,2
|
| 113 |
+
np.float32,0xbf320fd0,0xbf5bcf83,2
|
| 114 |
+
np.float32,0xbf6a76b9,0xbfc80a11,2
|
| 115 |
+
np.float32,0xbf2a91b4,0xbf4dd526,2
|
| 116 |
+
np.float32,0x3f176e30,0x3f2e150e,2
|
| 117 |
+
np.float32,0xbdcccad0,0xbdcd7a9c,2
|
| 118 |
+
np.float32,0x3f60a8a4,0x3faebbf7,2
|
| 119 |
+
np.float32,0x3d9706f0,0x3d974d40,2
|
| 120 |
+
np.float32,0x3ef3cd34,0x3f049d58,2
|
| 121 |
+
np.float32,0xbf73c615,0xbfed79fe,2
|
| 122 |
+
np.float32,0x3df1b170,0x3df2d31b,2
|
| 123 |
+
np.float32,0x3f632a46,0x3fb466c7,2
|
| 124 |
+
np.float32,0xbf3ea18e,0xbf75f9ce,2
|
| 125 |
+
np.float32,0xbf3ea05c,0xbf75f71f,2
|
| 126 |
+
np.float32,0xbdd76750,0xbdd83403,2
|
| 127 |
+
np.float32,0xbca830c0,0xbca836cd,2
|
| 128 |
+
np.float32,0x3f1d4162,0x3f373c59,2
|
| 129 |
+
np.float32,0x3c115700,0x3c1157fa,2
|
| 130 |
+
np.float32,0x3dae8ab0,0x3daef758,2
|
| 131 |
+
np.float32,0xbcad5020,0xbcad56bf,2
|
| 132 |
+
np.float32,0x3ee299c4,0x3ef36c15,2
|
| 133 |
+
np.float32,0xbf7f566c,0xc054c3bd,2
|
| 134 |
+
np.float32,0x3f0cc698,0x3f1e4557,2
|
| 135 |
+
np.float32,0xbe75c648,0xbe7aaa04,2
|
| 136 |
+
np.float32,0x3ea29238,0x3ea86417,2
|
| 137 |
+
np.float32,0x3f09d9c0,0x3f1a1d61,2
|
| 138 |
+
np.float32,0x3f67275c,0x3fbe74b3,2
|
| 139 |
+
np.float32,0x3e1a4e18,0x3e1b7d3a,2
|
| 140 |
+
np.float32,0xbef6e3fc,0xbf069e98,2
|
| 141 |
+
np.float32,0xbf6038ac,0xbfadc9fd,2
|
| 142 |
+
np.float32,0xbe46bdd4,0xbe494b7f,2
|
| 143 |
+
np.float32,0xbf4df1f4,0xbf8e3a98,2
|
| 144 |
+
np.float32,0x3d094dc0,0x3d095aed,2
|
| 145 |
+
np.float32,0x3f44c7d2,0x3f822fa3,2
|
| 146 |
+
np.float32,0xbea30816,0xbea8e737,2
|
| 147 |
+
np.float32,0xbe3c27c4,0xbe3e511b,2
|
| 148 |
+
np.float32,0x3f3bb47c,0x3f6f8789,2
|
| 149 |
+
np.float32,0xbe423760,0xbe4498c3,2
|
| 150 |
+
np.float32,0x3ece1a74,0x3eda7634,2
|
| 151 |
+
np.float32,0x3f14d1f6,0x3f2a1a89,2
|
| 152 |
+
np.float32,0xbf4d9e8f,0xbf8dc4c1,2
|
| 153 |
+
np.float32,0xbe92968e,0xbe96cd7f,2
|
| 154 |
+
np.float32,0x3e99e6c0,0x3e9ece26,2
|
| 155 |
+
np.float32,0xbf397361,0xbf6ab878,2
|
| 156 |
+
np.float32,0xbf4fcea4,0xbf90e99f,2
|
| 157 |
+
np.float32,0x3de37640,0x3de46779,2
|
| 158 |
+
np.float32,0x3eb1b604,0x3eb9698c,2
|
| 159 |
+
np.float32,0xbf52d0a2,0xbf957361,2
|
| 160 |
+
np.float32,0xbe20435c,0xbe21975a,2
|
| 161 |
+
np.float32,0x3f437a58,0x3f809bf1,2
|
| 162 |
+
np.float32,0x3f27d1cc,0x3f48f335,2
|
| 163 |
+
np.float32,0x3f7d4ff2,0x4027d1e2,2
|
| 164 |
+
np.float32,0xbef732e4,0xbf06d205,2
|
| 165 |
+
np.float32,0x3f4a0ae6,0x3f88e18e,2
|
| 166 |
+
np.float32,0x3f800000,0x7f800000,2
|
| 167 |
+
np.float32,0x3e3e56a0,0x3e4093ba,2
|
| 168 |
+
np.float32,0xbed2fcfa,0xbee0517d,2
|
| 169 |
+
np.float32,0xbe0e0114,0xbe0eecd7,2
|
| 170 |
+
np.float32,0xbe808574,0xbe8353db,2
|
| 171 |
+
np.float32,0x3f572e2a,0x3f9c8c86,2
|
| 172 |
+
np.float32,0x80800000,0x80800000,2
|
| 173 |
+
np.float32,0x3f3f3c82,0x3f775703,2
|
| 174 |
+
np.float32,0xbf6e2482,0xbfd4818b,2
|
| 175 |
+
np.float32,0xbf3943b0,0xbf6a5439,2
|
| 176 |
+
np.float32,0x3f6e42ac,0x3fd4f1ea,2
|
| 177 |
+
np.float32,0x3eb676c4,0x3ebed619,2
|
| 178 |
+
np.float32,0xbe5e56c4,0xbe61ef6c,2
|
| 179 |
+
np.float32,0x3eea200c,0x3efcdb65,2
|
| 180 |
+
np.float32,0x3e3d2c78,0x3e3f5ef8,2
|
| 181 |
+
np.float32,0xbdfd8fb0,0xbdfede71,2
|
| 182 |
+
np.float32,0xbee69c8a,0xbef86e89,2
|
| 183 |
+
np.float32,0x3e9efca0,0x3ea46a1c,2
|
| 184 |
+
np.float32,0x3e4c2498,0x3e4ee9ee,2
|
| 185 |
+
np.float32,0xbf3cc93c,0xbf71e21d,2
|
| 186 |
+
np.float32,0x3ee0d77c,0x3ef13d2b,2
|
| 187 |
+
np.float32,0xbefbcd2a,0xbf09d6a3,2
|
| 188 |
+
np.float32,0x3f6dbe5c,0x3fd30a3e,2
|
| 189 |
+
np.float32,0x3dae63e0,0x3daed03f,2
|
| 190 |
+
np.float32,0xbd5001e0,0xbd502fb9,2
|
| 191 |
+
np.float32,0x3f59632a,0x3fa067c8,2
|
| 192 |
+
np.float32,0x3f0d355a,0x3f1ee452,2
|
| 193 |
+
np.float32,0x3f2cbe5c,0x3f51c896,2
|
| 194 |
+
np.float32,0x3c5e6e80,0x3c5e7200,2
|
| 195 |
+
np.float32,0xbe8ac49c,0xbe8e52f0,2
|
| 196 |
+
np.float32,0x3f54e576,0x3f98c0e6,2
|
| 197 |
+
np.float32,0xbeaa0762,0xbeb0ba7c,2
|
| 198 |
+
np.float32,0x3ec81e88,0x3ed35c21,2
|
| 199 |
+
np.float32,0x3f5a6738,0x3fa23fb6,2
|
| 200 |
+
np.float32,0xbf24a682,0xbf43784a,2
|
| 201 |
+
np.float32,0x1,0x1,2
|
| 202 |
+
np.float32,0x3ee6bc24,0x3ef89630,2
|
| 203 |
+
np.float32,0x3f19444a,0x3f30ecf5,2
|
| 204 |
+
np.float32,0x3ec1fc70,0x3ecc28fc,2
|
| 205 |
+
np.float32,0xbf706e14,0xbfdd92fb,2
|
| 206 |
+
np.float32,0x3eccb630,0x3ed8cd98,2
|
| 207 |
+
np.float32,0xbcdf7aa0,0xbcdf88d3,2
|
| 208 |
+
np.float32,0xbe450da8,0xbe478a8e,2
|
| 209 |
+
np.float32,0x3ec9c210,0x3ed54c0b,2
|
| 210 |
+
np.float32,0xbf3b86ca,0xbf6f24d1,2
|
| 211 |
+
np.float32,0x3edcc7a0,0x3eec3a5c,2
|
| 212 |
+
np.float32,0x3f075d5c,0x3f16a39a,2
|
| 213 |
+
np.float32,0xbf5719ce,0xbf9c69de,2
|
| 214 |
+
np.float32,0x3f62cb22,0x3fb3885a,2
|
| 215 |
+
np.float32,0x3f639216,0x3fb55c93,2
|
| 216 |
+
np.float32,0xbf473ee7,0xbf85413a,2
|
| 217 |
+
np.float32,0xbf01b66c,0xbf0eea86,2
|
| 218 |
+
np.float32,0x3e872d80,0x3e8a74f8,2
|
| 219 |
+
np.float32,0xbf60957e,0xbfae925c,2
|
| 220 |
+
np.float32,0xbf6847b2,0xbfc1929b,2
|
| 221 |
+
np.float32,0x3f78bb94,0x4007b363,2
|
| 222 |
+
np.float32,0xbf47efdb,0xbf8622db,2
|
| 223 |
+
np.float32,0xbe1f2308,0xbe206fd6,2
|
| 224 |
+
np.float32,0xbf414926,0xbf7c0a7e,2
|
| 225 |
+
np.float32,0x3eecc268,0x3f00194d,2
|
| 226 |
+
np.float32,0x3eb086d0,0x3eb81120,2
|
| 227 |
+
np.float32,0xbef1af80,0xbf033ff5,2
|
| 228 |
+
np.float32,0xbf454e56,0xbf82d4aa,2
|
| 229 |
+
np.float32,0x3e622560,0x3e65ef20,2
|
| 230 |
+
np.float32,0x3f50d2b2,0x3f926a83,2
|
| 231 |
+
np.float32,0x3eb2c45c,0x3eba9d2c,2
|
| 232 |
+
np.float32,0x3e42d1a0,0x3e4538c9,2
|
| 233 |
+
np.float32,0xbf24cc5c,0xbf43b8e3,2
|
| 234 |
+
np.float32,0x3e8c6464,0x3e90141a,2
|
| 235 |
+
np.float32,0xbf3abff2,0xbf6d79c5,2
|
| 236 |
+
np.float32,0xbec8f2e6,0xbed456fa,2
|
| 237 |
+
np.float32,0xbf787b38,0xc00698b4,2
|
| 238 |
+
np.float32,0xbf58d5cd,0xbf9f6c03,2
|
| 239 |
+
np.float32,0x3df4ee20,0x3df61ba8,2
|
| 240 |
+
np.float32,0xbf34581e,0xbf604951,2
|
| 241 |
+
np.float32,0xbeba5cf4,0xbec35119,2
|
| 242 |
+
np.float32,0xbf76c22d,0xbfffc51c,2
|
| 243 |
+
np.float32,0x3ef63b2c,0x3f0630b4,2
|
| 244 |
+
np.float32,0x3eeadb64,0x3efdc877,2
|
| 245 |
+
np.float32,0x3dfd8c70,0x3dfedb24,2
|
| 246 |
+
np.float32,0x3f441600,0x3f81576d,2
|
| 247 |
+
np.float32,0x3f23a0d8,0x3f41bbf6,2
|
| 248 |
+
np.float32,0x3cb84d40,0x3cb85536,2
|
| 249 |
+
np.float32,0xbf25cb5c,0xbf456e38,2
|
| 250 |
+
np.float32,0xbc108540,0xbc108636,2
|
| 251 |
+
np.float32,0xbc5b9140,0xbc5b949e,2
|
| 252 |
+
np.float32,0xbf62ff40,0xbfb401dd,2
|
| 253 |
+
np.float32,0x3e8e0710,0x3e91d93e,2
|
| 254 |
+
np.float32,0x3f1b6ae0,0x3f344dfd,2
|
| 255 |
+
np.float32,0xbf4dbbbe,0xbf8dedea,2
|
| 256 |
+
np.float32,0x3f1a5fb2,0x3f32a880,2
|
| 257 |
+
np.float32,0xbe56bd00,0xbe59f8cb,2
|
| 258 |
+
np.float32,0xbf490a5c,0xbf87902d,2
|
| 259 |
+
np.float32,0xbf513072,0xbf92f717,2
|
| 260 |
+
np.float32,0x3e73ee28,0x3e78b542,2
|
| 261 |
+
np.float32,0x3f0a4c7a,0x3f1abf2c,2
|
| 262 |
+
np.float32,0x3e10d5c8,0x3e11d00b,2
|
| 263 |
+
np.float32,0xbf771aac,0xc001207e,2
|
| 264 |
+
np.float32,0x3efe2f54,0x3f0b6a46,2
|
| 265 |
+
np.float32,0xbea5f3ea,0xbeac291f,2
|
| 266 |
+
np.float32,0xbf1a73e8,0xbf32c845,2
|
| 267 |
+
np.float32,0x3ebcc82c,0x3ec61c4f,2
|
| 268 |
+
np.float32,0xbf24f492,0xbf43fd9a,2
|
| 269 |
+
np.float32,0x3ecbd908,0x3ed7c691,2
|
| 270 |
+
np.float32,0x3f461c5e,0x3f83d3f0,2
|
| 271 |
+
np.float32,0x3eed0524,0x3f0043c1,2
|
| 272 |
+
np.float32,0x3d06e840,0x3d06f4bf,2
|
| 273 |
+
np.float32,0x3eb6c974,0x3ebf34d7,2
|
| 274 |
+
np.float32,0xbf1c85e1,0xbf36100f,2
|
| 275 |
+
np.float32,0x3ed697d0,0x3ee4ad04,2
|
| 276 |
+
np.float32,0x3eab0484,0x3eb1d733,2
|
| 277 |
+
np.float32,0xbf3b02f2,0xbf6e0935,2
|
| 278 |
+
np.float32,0xbeeab154,0xbefd9334,2
|
| 279 |
+
np.float32,0xbf695372,0xbfc49881,2
|
| 280 |
+
np.float32,0x3e8aaa7c,0x3e8e36be,2
|
| 281 |
+
np.float32,0xbf208754,0xbf3c8f7b,2
|
| 282 |
+
np.float32,0xbe0dbf28,0xbe0ea9a1,2
|
| 283 |
+
np.float32,0x3ca780c0,0x3ca786ba,2
|
| 284 |
+
np.float32,0xbeb320b4,0xbebb065e,2
|
| 285 |
+
np.float32,0x3f13c698,0x3f288821,2
|
| 286 |
+
np.float32,0xbe8cbbec,0xbe9072c4,2
|
| 287 |
+
np.float32,0x3f1ed534,0x3f39c8df,2
|
| 288 |
+
np.float32,0x3e1ca450,0x3e1de190,2
|
| 289 |
+
np.float32,0x3f54be1c,0x3f988134,2
|
| 290 |
+
np.float32,0x3f34e4ee,0x3f6161b4,2
|
| 291 |
+
np.float32,0xbf7e6913,0xc038b246,2
|
| 292 |
+
np.float32,0x3d3c3f20,0x3d3c6119,2
|
| 293 |
+
np.float32,0x3ca9dc80,0x3ca9e2bc,2
|
| 294 |
+
np.float32,0xbf577ea2,0xbf9d161a,2
|
| 295 |
+
np.float32,0xbedb22c8,0xbeea3644,2
|
| 296 |
+
np.float32,0x3f22a044,0x3f400bfa,2
|
| 297 |
+
np.float32,0xbe214b8c,0xbe22a637,2
|
| 298 |
+
np.float32,0x3e8cd300,0x3e908bbc,2
|
| 299 |
+
np.float32,0xbec4d214,0xbecf7a58,2
|
| 300 |
+
np.float32,0x3e9399a4,0x3e97e7e4,2
|
| 301 |
+
np.float32,0xbee6a1a2,0xbef874ed,2
|
| 302 |
+
np.float32,0xbf323742,0xbf5c1bfd,2
|
| 303 |
+
np.float32,0x3f48b882,0x3f8725ac,2
|
| 304 |
+
np.float32,0xbf4d4dba,0xbf8d532e,2
|
| 305 |
+
np.float32,0xbf59640a,0xbfa0695a,2
|
| 306 |
+
np.float32,0xbf2ad562,0xbf4e4f03,2
|
| 307 |
+
np.float32,0x3e317d98,0x3e334d03,2
|
| 308 |
+
np.float32,0xbf6a5b71,0xbfc7b5a2,2
|
| 309 |
+
np.float32,0x3e87b434,0x3e8b05cf,2
|
| 310 |
+
np.float32,0xbf1c344c,0xbf358dee,2
|
| 311 |
+
np.float32,0x3e449428,0x3e470c65,2
|
| 312 |
+
np.float32,0xbf2c0f2f,0xbf508808,2
|
| 313 |
+
np.float32,0xbec5b5ac,0xbed0859c,2
|
| 314 |
+
np.float32,0xbf4aa956,0xbf89b4b1,2
|
| 315 |
+
np.float32,0x3f6dd374,0x3fd35717,2
|
| 316 |
+
np.float32,0x3f45f76c,0x3f83a5ef,2
|
| 317 |
+
np.float32,0xbed1fba8,0xbedf1bd5,2
|
| 318 |
+
np.float32,0xbd26b2d0,0xbd26ca66,2
|
| 319 |
+
np.float32,0xbe9817c2,0xbe9cd1c3,2
|
| 320 |
+
np.float32,0x3e725988,0x3e770875,2
|
| 321 |
+
np.float32,0xbf1a8ded,0xbf32f132,2
|
| 322 |
+
np.float32,0xbe695860,0xbe6d83d3,2
|
| 323 |
+
np.float32,0x3d8cecd0,0x3d8d25ea,2
|
| 324 |
+
np.float32,0x3f574706,0x3f9cb6ec,2
|
| 325 |
+
np.float32,0xbf5c5a1f,0xbfa5eaf3,2
|
| 326 |
+
np.float32,0x3e7a7c88,0x3e7fab83,2
|
| 327 |
+
np.float32,0xff800000,0xffc00000,2
|
| 328 |
+
np.float32,0x3f66396a,0x3fbbfbb0,2
|
| 329 |
+
np.float32,0x3ed6e588,0x3ee50b53,2
|
| 330 |
+
np.float32,0xbb56d500,0xbb56d532,2
|
| 331 |
+
np.float32,0x3ebd23fc,0x3ec6869a,2
|
| 332 |
+
np.float32,0xbf70d490,0xbfdf4af5,2
|
| 333 |
+
np.float32,0x3e514f88,0x3e544d15,2
|
| 334 |
+
np.float32,0x3e660f98,0x3e6a0dac,2
|
| 335 |
+
np.float32,0xbf034da1,0xbf1110bb,2
|
| 336 |
+
np.float32,0xbf60d9be,0xbfaf2714,2
|
| 337 |
+
np.float32,0x3df67b10,0x3df7ae64,2
|
| 338 |
+
np.float32,0xbeeedc0a,0xbf017010,2
|
| 339 |
+
np.float32,0xbe149224,0xbe15a072,2
|
| 340 |
+
np.float32,0x3f455084,0x3f82d759,2
|
| 341 |
+
np.float32,0x3f210f9e,0x3f3d7093,2
|
| 342 |
+
np.float32,0xbeaea3e0,0xbeb5edd3,2
|
| 343 |
+
np.float32,0x3e0724b0,0x3e07efad,2
|
| 344 |
+
np.float32,0x3f09a784,0x3f19d6ac,2
|
| 345 |
+
np.float32,0xbf044340,0xbf125ee8,2
|
| 346 |
+
np.float32,0xbf71adc9,0xbfe315fe,2
|
| 347 |
+
np.float32,0x3efd3870,0x3f0ac6a8,2
|
| 348 |
+
np.float32,0xbf53c7a6,0xbf96f6df,2
|
| 349 |
+
np.float32,0xbf3cf784,0xbf7247af,2
|
| 350 |
+
np.float32,0x3e0ce9e0,0x3e0dd035,2
|
| 351 |
+
np.float32,0xbd3051a0,0xbd306d89,2
|
| 352 |
+
np.float32,0x3ecab804,0x3ed66f77,2
|
| 353 |
+
np.float32,0x3e984350,0x3e9d0189,2
|
| 354 |
+
np.float32,0x3edd1c00,0x3eeca20b,2
|
| 355 |
+
np.float32,0xbe8e22a0,0xbe91f71b,2
|
| 356 |
+
np.float32,0x3ebebc18,0x3ec85fd6,2
|
| 357 |
+
np.float32,0xba275c00,0xba275c01,2
|
| 358 |
+
np.float32,0x3f1d8190,0x3f37a385,2
|
| 359 |
+
np.float32,0x3f17343e,0x3f2dbbfe,2
|
| 360 |
+
np.float32,0x3caa8000,0x3caa864e,2
|
| 361 |
+
np.float32,0x3e7a7308,0x3e7fa168,2
|
| 362 |
+
np.float32,0x3f7359a6,0x3feb3e1a,2
|
| 363 |
+
np.float32,0xbf7ad15a,0xc012a743,2
|
| 364 |
+
np.float32,0xbf122efb,0xbf262812,2
|
| 365 |
+
np.float32,0xbf03ba04,0xbf11a3fa,2
|
| 366 |
+
np.float32,0x3ed7a90c,0x3ee5f8d4,2
|
| 367 |
+
np.float32,0xbe23e318,0xbe254eed,2
|
| 368 |
+
np.float32,0xbe2866f4,0xbe29f20a,2
|
| 369 |
+
np.float32,0xbeaedff2,0xbeb631d0,2
|
| 370 |
+
np.float32,0x0,0x0,2
|
| 371 |
+
np.float32,0x3ef2a034,0x3f03dafd,2
|
| 372 |
+
np.float32,0x3f35806c,0x3f62994e,2
|
| 373 |
+
np.float32,0xbf655e19,0xbfb9c718,2
|
| 374 |
+
np.float32,0x3f5d54ce,0x3fa7d4f4,2
|
| 375 |
+
np.float32,0x3f33e64a,0x3f5f67e3,2
|
| 376 |
+
np.float32,0x3ebf4010,0x3ec8f923,2
|
| 377 |
+
np.float32,0xbe050dc8,0xbe05cf70,2
|
| 378 |
+
np.float32,0x3f61693e,0x3fb063b0,2
|
| 379 |
+
np.float32,0xbd94ac00,0xbd94ef12,2
|
| 380 |
+
np.float32,0x3e9de008,0x3ea32f61,2
|
| 381 |
+
np.float32,0xbe3d042c,0xbe3f3540,2
|
| 382 |
+
np.float32,0x3e8fdfc0,0x3e93d9e4,2
|
| 383 |
+
np.float32,0x3f28bc48,0x3f4a9019,2
|
| 384 |
+
np.float32,0x3edea928,0x3eee8b09,2
|
| 385 |
+
np.float32,0xbf05f673,0xbf14b362,2
|
| 386 |
+
np.float32,0xbf360730,0xbf63a914,2
|
| 387 |
+
np.float32,0xbe3fb454,0xbe41fe0a,2
|
| 388 |
+
np.float32,0x3f6d99a8,0x3fd28552,2
|
| 389 |
+
np.float32,0xbf3ae866,0xbf6dd052,2
|
| 390 |
+
np.float32,0x3f5b1164,0x3fa37aec,2
|
| 391 |
+
np.float32,0xbf64a451,0xbfb7f61b,2
|
| 392 |
+
np.float32,0xbdd79bd0,0xbdd86919,2
|
| 393 |
+
np.float32,0x3e89fc00,0x3e8d7a85,2
|
| 394 |
+
np.float32,0x3f4bf690,0x3f8b77ea,2
|
| 395 |
+
np.float32,0x3cbdf280,0x3cbdfb38,2
|
| 396 |
+
np.float32,0x3f138f98,0x3f2835b4,2
|
| 397 |
+
np.float32,0xbe33967c,0xbe3576bc,2
|
| 398 |
+
np.float32,0xbf298164,0xbf4bedda,2
|
| 399 |
+
np.float32,0x3e9955cc,0x3e9e2edb,2
|
| 400 |
+
np.float32,0xbf79b383,0xc00c56c0,2
|
| 401 |
+
np.float32,0x3ea0834c,0x3ea61aea,2
|
| 402 |
+
np.float32,0xbf511184,0xbf92c89a,2
|
| 403 |
+
np.float32,0x3f4d9fba,0x3f8dc666,2
|
| 404 |
+
np.float32,0x3f3387c2,0x3f5ead80,2
|
| 405 |
+
np.float32,0x3e3f7360,0x3e41babb,2
|
| 406 |
+
np.float32,0xbf3cc4d6,0xbf71d879,2
|
| 407 |
+
np.float32,0x3f2e4402,0x3f54994e,2
|
| 408 |
+
np.float32,0x3e6a7118,0x3e6eabff,2
|
| 409 |
+
np.float32,0xbf05d83e,0xbf1489cc,2
|
| 410 |
+
np.float32,0xbdce4fd8,0xbdcf039a,2
|
| 411 |
+
np.float32,0xbf03e2f4,0xbf11dbaf,2
|
| 412 |
+
np.float32,0x3f1ea0a0,0x3f397375,2
|
| 413 |
+
np.float32,0x3f7aff54,0x4013cb1b,2
|
| 414 |
+
np.float32,0x3f5ef158,0x3fab1801,2
|
| 415 |
+
np.float32,0xbe33bcc8,0xbe359e40,2
|
| 416 |
+
np.float32,0xbf04dd0e,0xbf133111,2
|
| 417 |
+
np.float32,0xbf14f887,0xbf2a54d1,2
|
| 418 |
+
np.float32,0x3f75c37a,0x3ff9196e,2
|
| 419 |
+
np.float32,0x3f35c3c8,0x3f6320f2,2
|
| 420 |
+
np.float32,0x3f53bb94,0x3f96e3c3,2
|
| 421 |
+
np.float32,0x3f4d473e,0x3f8d4a19,2
|
| 422 |
+
np.float32,0xbdfe19e0,0xbdff6ac9,2
|
| 423 |
+
np.float32,0xbf7f0cc4,0xc049342d,2
|
| 424 |
+
np.float32,0xbdbfc778,0xbdc057bb,2
|
| 425 |
+
np.float32,0xbf7575b7,0xbff73067,2
|
| 426 |
+
np.float32,0xbe9df488,0xbea34609,2
|
| 427 |
+
np.float32,0xbefbd3c6,0xbf09daff,2
|
| 428 |
+
np.float32,0x3f19962c,0x3f316cbd,2
|
| 429 |
+
np.float32,0x3f7acec6,0x40129732,2
|
| 430 |
+
np.float32,0xbf5db7de,0xbfa89a21,2
|
| 431 |
+
np.float32,0x3f62f444,0x3fb3e830,2
|
| 432 |
+
np.float32,0xbf522adb,0xbf94737f,2
|
| 433 |
+
np.float32,0xbef6ceb2,0xbf0690ba,2
|
| 434 |
+
np.float32,0xbf57c41e,0xbf9d8db0,2
|
| 435 |
+
np.float32,0x3eb3360c,0x3ebb1eb0,2
|
| 436 |
+
np.float32,0x3f29327e,0x3f4b618e,2
|
| 437 |
+
np.float32,0xbf08d099,0xbf18a916,2
|
| 438 |
+
np.float32,0x3ea21014,0x3ea7d369,2
|
| 439 |
+
np.float32,0x3f39e516,0x3f6ba861,2
|
| 440 |
+
np.float32,0x3e7c4f28,0x3e80ce08,2
|
| 441 |
+
np.float32,0xbec5a7f8,0xbed07582,2
|
| 442 |
+
np.float32,0xbf0b1b46,0xbf1be3e7,2
|
| 443 |
+
np.float32,0xbef0e0ec,0xbf02bb2e,2
|
| 444 |
+
np.float32,0x3d835a30,0x3d838869,2
|
| 445 |
+
np.float32,0x3f08aa40,0x3f18736e,2
|
| 446 |
+
np.float32,0x3eb0e4c8,0x3eb87bcd,2
|
| 447 |
+
np.float32,0x3eb3821c,0x3ebb7564,2
|
| 448 |
+
np.float32,0xbe3a7320,0xbe3c8d5a,2
|
| 449 |
+
np.float32,0x3e43f8c0,0x3e466b10,2
|
| 450 |
+
np.float32,0x3e914288,0x3e955b69,2
|
| 451 |
+
np.float32,0x3ec7d800,0x3ed308e7,2
|
| 452 |
+
np.float32,0x3e603df8,0x3e63eef2,2
|
| 453 |
+
np.float32,0x3f225cac,0x3f3f9ac6,2
|
| 454 |
+
np.float32,0x3e3db8f0,0x3e3ff06b,2
|
| 455 |
+
np.float32,0x3f358d78,0x3f62b38c,2
|
| 456 |
+
np.float32,0xbed9bd64,0xbee88158,2
|
| 457 |
+
np.float32,0x800000,0x800000,2
|
| 458 |
+
np.float32,0x3f1adfce,0x3f337230,2
|
| 459 |
+
np.float32,0xbefdc346,0xbf0b229d,2
|
| 460 |
+
np.float32,0xbf091018,0xbf190208,2
|
| 461 |
+
np.float32,0xbf800000,0xff800000,2
|
| 462 |
+
np.float32,0x3f27c2c4,0x3f48d8db,2
|
| 463 |
+
np.float32,0x3ef59c80,0x3f05c993,2
|
| 464 |
+
np.float32,0x3e18a340,0x3e19c893,2
|
| 465 |
+
np.float32,0x3f209610,0x3f3ca7c5,2
|
| 466 |
+
np.float32,0x3f69cc22,0x3fc60087,2
|
| 467 |
+
np.float32,0xbf66cf07,0xbfbd8721,2
|
| 468 |
+
np.float32,0xbf768098,0xbffdfcc4,2
|
| 469 |
+
np.float32,0x3df27a40,0x3df39ec4,2
|
| 470 |
+
np.float32,0x3daf5bd0,0x3dafca02,2
|
| 471 |
+
np.float32,0x3f53f2be,0x3f973b41,2
|
| 472 |
+
np.float32,0xbf7edcbc,0xc0436ce3,2
|
| 473 |
+
np.float32,0xbdf61db8,0xbdf74fae,2
|
| 474 |
+
np.float32,0x3e2c9328,0x3e2e3cb2,2
|
| 475 |
+
np.float32,0x3f1a4570,0x3f327f41,2
|
| 476 |
+
np.float32,0xbf766306,0xbffd32f1,2
|
| 477 |
+
np.float32,0xbf468b9d,0xbf845f0f,2
|
| 478 |
+
np.float32,0x3e398970,0x3e3b9bb1,2
|
| 479 |
+
np.float32,0xbbefa900,0xbbefaa18,2
|
| 480 |
+
np.float32,0xbf54c989,0xbf9893ad,2
|
| 481 |
+
np.float32,0x3f262cf6,0x3f46169d,2
|
| 482 |
+
np.float32,0x3f638a8a,0x3fb54a98,2
|
| 483 |
+
np.float32,0xbeb36c78,0xbebb5cb8,2
|
| 484 |
+
np.float32,0xbeac4d42,0xbeb34993,2
|
| 485 |
+
np.float32,0x3f1d1942,0x3f36fbf2,2
|
| 486 |
+
np.float32,0xbf5d49ba,0xbfa7bf07,2
|
| 487 |
+
np.float32,0xbf182b5c,0xbf2f38d0,2
|
| 488 |
+
np.float32,0x3f41a742,0x3f7ce5ef,2
|
| 489 |
+
np.float32,0x3f0b9a6c,0x3f1c9898,2
|
| 490 |
+
np.float32,0x3e847494,0x3e8788f3,2
|
| 491 |
+
np.float32,0xbde41608,0xbde50941,2
|
| 492 |
+
np.float32,0x3f693944,0x3fc44b5a,2
|
| 493 |
+
np.float32,0x3f0386b2,0x3f115e37,2
|
| 494 |
+
np.float32,0x3f3a08b0,0x3f6bf3c1,2
|
| 495 |
+
np.float32,0xbf78ee64,0xc0089977,2
|
| 496 |
+
np.float32,0xbf013a11,0xbf0e436e,2
|
| 497 |
+
np.float32,0x3f00668e,0x3f0d2836,2
|
| 498 |
+
np.float32,0x3e6d9850,0x3e720081,2
|
| 499 |
+
np.float32,0x3eacf578,0x3eb4075d,2
|
| 500 |
+
np.float32,0x3f18aef8,0x3f3004b4,2
|
| 501 |
+
np.float32,0x3de342f0,0x3de43385,2
|
| 502 |
+
np.float32,0x3e56cee8,0x3e5a0b85,2
|
| 503 |
+
np.float32,0xbf287912,0xbf4a1966,2
|
| 504 |
+
np.float32,0x3e92c948,0x3e9704c2,2
|
| 505 |
+
np.float32,0x3c07d080,0x3c07d14c,2
|
| 506 |
+
np.float32,0xbe90f6a0,0xbe9508e0,2
|
| 507 |
+
np.float32,0x3e8b4f28,0x3e8ee884,2
|
| 508 |
+
np.float32,0xbf35b56c,0xbf6303ff,2
|
| 509 |
+
np.float32,0xbef512b8,0xbf057027,2
|
| 510 |
+
np.float32,0x3e36c630,0x3e38c0cd,2
|
| 511 |
+
np.float32,0x3f0b3ca8,0x3f1c134a,2
|
| 512 |
+
np.float32,0x3e4cd610,0x3e4fa2c5,2
|
| 513 |
+
np.float32,0xbf5a8372,0xbfa273a3,2
|
| 514 |
+
np.float32,0xbecaad3c,0xbed662ae,2
|
| 515 |
+
np.float32,0xbec372d2,0xbecddeac,2
|
| 516 |
+
np.float32,0x3f6fb2b2,0x3fda8a22,2
|
| 517 |
+
np.float32,0x3f365f28,0x3f645b5a,2
|
| 518 |
+
np.float32,0xbecd00fa,0xbed926a4,2
|
| 519 |
+
np.float32,0xbebafa32,0xbec40672,2
|
| 520 |
+
np.float32,0xbf235b73,0xbf4146c4,2
|
| 521 |
+
np.float32,0x3f7a4658,0x400f6e2c,2
|
| 522 |
+
np.float32,0x3f35e824,0x3f636a54,2
|
| 523 |
+
np.float32,0x3cb87640,0x3cb87e3c,2
|
| 524 |
+
np.float32,0xbf296288,0xbf4bb6ee,2
|
| 525 |
+
np.float32,0x7f800000,0xffc00000,2
|
| 526 |
+
np.float32,0xbf4de86e,0xbf8e2d1a,2
|
| 527 |
+
np.float32,0xbf4ace12,0xbf89e5f3,2
|
| 528 |
+
np.float32,0x3d65a300,0x3d65e0b5,2
|
| 529 |
+
np.float32,0xbe10c534,0xbe11bf21,2
|
| 530 |
+
np.float32,0xbeba3c1c,0xbec32b3e,2
|
| 531 |
+
np.float32,0x3e87eaf8,0x3e8b40b8,2
|
| 532 |
+
np.float32,0x3d5c3bc0,0x3d5c722d,2
|
| 533 |
+
np.float32,0x3e8c14b8,0x3e8fbdf8,2
|
| 534 |
+
np.float32,0xbf06c6f0,0xbf15d327,2
|
| 535 |
+
np.float32,0xbe0f1e30,0xbe100f96,2
|
| 536 |
+
np.float32,0xbee244b0,0xbef30251,2
|
| 537 |
+
np.float32,0x3f2a21b0,0x3f4d0c1d,2
|
| 538 |
+
np.float32,0xbf5f7f81,0xbfac408e,2
|
| 539 |
+
np.float32,0xbe3dba2c,0xbe3ff1b2,2
|
| 540 |
+
np.float32,0x3f3ffc22,0x3f790abf,2
|
| 541 |
+
np.float32,0x3edc3dac,0x3eeb90fd,2
|
| 542 |
+
np.float32,0x7f7fffff,0xffc00000,2
|
| 543 |
+
np.float32,0x3ecfaaac,0x3edc5485,2
|
| 544 |
+
np.float32,0x3f0affbe,0x3f1bbcd9,2
|
| 545 |
+
np.float32,0x3f5f2264,0x3fab7dca,2
|
| 546 |
+
np.float32,0x3f37394c,0x3f66186c,2
|
| 547 |
+
np.float32,0xbe6b2f6c,0xbe6f74e3,2
|
| 548 |
+
np.float32,0x3f284772,0x3f49c1f1,2
|
| 549 |
+
np.float32,0xbdf27bc8,0xbdf3a051,2
|
| 550 |
+
np.float32,0xbc8b14e0,0xbc8b184c,2
|
| 551 |
+
np.float32,0x3f6a867c,0x3fc83b07,2
|
| 552 |
+
np.float32,0x3f1ec876,0x3f39b429,2
|
| 553 |
+
np.float32,0x3f6fd9a8,0x3fdb28d6,2
|
| 554 |
+
np.float32,0xbf473cca,0xbf853e8c,2
|
| 555 |
+
np.float32,0x3e23eff8,0x3e255c23,2
|
| 556 |
+
np.float32,0x3ebefdfc,0x3ec8ac5d,2
|
| 557 |
+
np.float32,0x3f6c8c22,0x3fced2b1,2
|
| 558 |
+
np.float32,0x3f168388,0x3f2cad44,2
|
| 559 |
+
np.float32,0xbece2410,0xbeda81ac,2
|
| 560 |
+
np.float32,0x3f5532f0,0x3f993eea,2
|
| 561 |
+
np.float32,0x3ef1938c,0x3f032dfa,2
|
| 562 |
+
np.float32,0xbef05268,0xbf025fba,2
|
| 563 |
+
np.float32,0x3f552e4a,0x3f993754,2
|
| 564 |
+
np.float32,0x3e9ed068,0x3ea4392d,2
|
| 565 |
+
np.float32,0xbe1a0c24,0xbe1b39be,2
|
| 566 |
+
np.float32,0xbf2623aa,0xbf46068c,2
|
| 567 |
+
np.float32,0xbe1cc300,0xbe1e00fc,2
|
| 568 |
+
np.float32,0xbe9c0576,0xbea12397,2
|
| 569 |
+
np.float32,0xbd827338,0xbd82a07e,2
|
| 570 |
+
np.float32,0x3f0fc31a,0x3f229786,2
|
| 571 |
+
np.float32,0x3e577810,0x3e5abc7d,2
|
| 572 |
+
np.float32,0x3e0e1cb8,0x3e0f0906,2
|
| 573 |
+
np.float32,0x3e84d344,0x3e87ee73,2
|
| 574 |
+
np.float32,0xbf39c45e,0xbf6b6337,2
|
| 575 |
+
np.float32,0x3edfb25c,0x3eefd273,2
|
| 576 |
+
np.float32,0x3e016398,0x3e021596,2
|
| 577 |
+
np.float32,0xbefeb1be,0xbf0bc0de,2
|
| 578 |
+
np.float32,0x3f37e104,0x3f677196,2
|
| 579 |
+
np.float32,0x3f545316,0x3f97d500,2
|
| 580 |
+
np.float32,0xbefc165a,0xbf0a06ed,2
|
| 581 |
+
np.float32,0xbf0923e6,0xbf191dcd,2
|
| 582 |
+
np.float32,0xbf386508,0xbf68831f,2
|
| 583 |
+
np.float32,0xbf3d4630,0xbf72f4e1,2
|
| 584 |
+
np.float32,0x3f3dbe82,0x3f73ff13,2
|
| 585 |
+
np.float32,0xbf703de4,0xbfdcc7e2,2
|
| 586 |
+
np.float32,0xbf531482,0xbf95dd1a,2
|
| 587 |
+
np.float32,0xbf0af1b6,0xbf1ba8f4,2
|
| 588 |
+
np.float32,0xbec8fd9c,0xbed463a4,2
|
| 589 |
+
np.float32,0xbe230320,0xbe24691a,2
|
| 590 |
+
np.float32,0xbf7de541,0xc02faf38,2
|
| 591 |
+
np.float32,0x3efd2360,0x3f0ab8b7,2
|
| 592 |
+
np.float32,0x3db7f350,0x3db87291,2
|
| 593 |
+
np.float32,0x3e74c510,0x3e799924,2
|
| 594 |
+
np.float32,0x3da549c0,0x3da5a5fc,2
|
| 595 |
+
np.float32,0x3e8a3bc4,0x3e8dbf4a,2
|
| 596 |
+
np.float32,0xbf69f086,0xbfc66e84,2
|
| 597 |
+
np.float32,0x3f323f8e,0x3f5c2c17,2
|
| 598 |
+
np.float32,0x3ec0ae3c,0x3ecaa334,2
|
| 599 |
+
np.float32,0xbebe8966,0xbec824fc,2
|
| 600 |
+
np.float32,0x3f34691e,0x3f606b13,2
|
| 601 |
+
np.float32,0x3f13790e,0x3f2813f5,2
|
| 602 |
+
np.float32,0xbf61c027,0xbfb12618,2
|
| 603 |
+
np.float32,0x3e90c690,0x3e94d4a1,2
|
| 604 |
+
np.float32,0xbefce8f0,0xbf0a920e,2
|
| 605 |
+
np.float32,0xbf5c0e8a,0xbfa559a7,2
|
| 606 |
+
np.float32,0x3f374f60,0x3f6645b6,2
|
| 607 |
+
np.float32,0x3f25f6fa,0x3f45b967,2
|
| 608 |
+
np.float32,0x3f2421aa,0x3f42963a,2
|
| 609 |
+
np.float32,0x3ebfa328,0x3ec96c57,2
|
| 610 |
+
np.float32,0x3e3bef28,0x3e3e1685,2
|
| 611 |
+
np.float32,0x3ea3fa3c,0x3ea9f4dd,2
|
| 612 |
+
np.float32,0x3f362b8e,0x3f63f2b2,2
|
| 613 |
+
np.float32,0xbedcef18,0xbeec6ada,2
|
| 614 |
+
np.float32,0xbdd29c88,0xbdd35bd0,2
|
| 615 |
+
np.float32,0x3f261aea,0x3f45f76f,2
|
| 616 |
+
np.float32,0xbe62c470,0xbe66965e,2
|
| 617 |
+
np.float32,0x7fc00000,0x7fc00000,2
|
| 618 |
+
np.float32,0xbee991aa,0xbefc277b,2
|
| 619 |
+
np.float32,0xbf571960,0xbf9c6923,2
|
| 620 |
+
np.float32,0xbe6fb410,0xbe743b41,2
|
| 621 |
+
np.float32,0x3eb1bed0,0x3eb9738d,2
|
| 622 |
+
np.float32,0x80000000,0x80000000,2
|
| 623 |
+
np.float32,0x3eddcbe4,0x3eed7a69,2
|
| 624 |
+
np.float32,0xbf2a81ba,0xbf4db86d,2
|
| 625 |
+
np.float32,0x3f74da54,0x3ff38737,2
|
| 626 |
+
np.float32,0xbeb6bff4,0xbebf29f4,2
|
| 627 |
+
np.float32,0x3f445752,0x3f81a698,2
|
| 628 |
+
np.float32,0x3ed081b4,0x3edd5618,2
|
| 629 |
+
np.float32,0xbee73802,0xbef931b4,2
|
| 630 |
+
np.float32,0xbd13f2a0,0xbd14031c,2
|
| 631 |
+
np.float32,0xbb4d1200,0xbb4d122c,2
|
| 632 |
+
np.float32,0xbee8777a,0xbefac393,2
|
| 633 |
+
np.float32,0x3f42047c,0x3f7dc06c,2
|
| 634 |
+
np.float32,0xbd089270,0xbd089f67,2
|
| 635 |
+
np.float32,0xbf628c16,0xbfb2f66b,2
|
| 636 |
+
np.float32,0x3e72e098,0x3e77978d,2
|
| 637 |
+
np.float32,0x3ed967cc,0x3ee818e4,2
|
| 638 |
+
np.float32,0x3e284c80,0x3e29d6d9,2
|
| 639 |
+
np.float32,0x3f74e8ba,0x3ff3dbef,2
|
| 640 |
+
np.float32,0x3f013e86,0x3f0e4969,2
|
| 641 |
+
np.float32,0xbf610d4f,0xbfaf983c,2
|
| 642 |
+
np.float32,0xbf3c8d36,0xbf715eba,2
|
| 643 |
+
np.float32,0xbedbc756,0xbeeaffdb,2
|
| 644 |
+
np.float32,0x3e143ec8,0x3e154b4c,2
|
| 645 |
+
np.float32,0xbe1c9808,0xbe1dd4fc,2
|
| 646 |
+
np.float32,0xbe887a1e,0xbe8bdac5,2
|
| 647 |
+
np.float32,0xbe85c4bc,0xbe88f17a,2
|
| 648 |
+
np.float32,0x3f35967e,0x3f62c5b4,2
|
| 649 |
+
np.float32,0x3ea2c4a4,0x3ea89c2d,2
|
| 650 |
+
np.float32,0xbc8703c0,0xbc8706e1,2
|
| 651 |
+
np.float32,0xbf13d52c,0xbf289dff,2
|
| 652 |
+
np.float32,0xbf63bb56,0xbfb5bf29,2
|
| 653 |
+
np.float32,0xbf61c5ef,0xbfb13319,2
|
| 654 |
+
np.float32,0xbf128410,0xbf26a675,2
|
| 655 |
+
np.float32,0x3f03fcf2,0x3f11ff13,2
|
| 656 |
+
np.float32,0xbe49c924,0xbe4c75cd,2
|
| 657 |
+
np.float32,0xbf211a9c,0xbf3d82c5,2
|
| 658 |
+
np.float32,0x3f7e9d52,0x403d1b42,2
|
| 659 |
+
np.float32,0x3edfefd4,0x3ef01e71,2
|
| 660 |
+
np.float32,0x3ebc5bd8,0x3ec59efb,2
|
| 661 |
+
np.float32,0x3d7b02e0,0x3d7b537f,2
|
| 662 |
+
np.float32,0xbf1163ba,0xbf24fb43,2
|
| 663 |
+
np.float32,0x3f5072f2,0x3f91dbf1,2
|
| 664 |
+
np.float32,0xbee700ce,0xbef8ec60,2
|
| 665 |
+
np.float32,0x3f534168,0x3f962359,2
|
| 666 |
+
np.float32,0x3e6d6c40,0x3e71d1ef,2
|
| 667 |
+
np.float32,0x3def9d70,0x3df0b7a8,2
|
| 668 |
+
np.float32,0x3e89cf80,0x3e8d4a8a,2
|
| 669 |
+
np.float32,0xbf687ca7,0xbfc2290f,2
|
| 670 |
+
np.float32,0x3f35e134,0x3f635c51,2
|
| 671 |
+
np.float32,0x3e59eef8,0x3e5d50fa,2
|
| 672 |
+
np.float32,0xbf65c9e1,0xbfbada61,2
|
| 673 |
+
np.float32,0xbf759292,0xbff7e43d,2
|
| 674 |
+
np.float32,0x3f4635a0,0x3f83f372,2
|
| 675 |
+
np.float32,0x3f29baaa,0x3f4c53f1,2
|
| 676 |
+
np.float32,0x3f6b15a6,0x3fc9fe04,2
|
| 677 |
+
np.float32,0x3edabc88,0x3ee9b922,2
|
| 678 |
+
np.float32,0x3ef382e0,0x3f046d4d,2
|
| 679 |
+
np.float32,0xbe351310,0xbe36ff7f,2
|
| 680 |
+
np.float32,0xbf05c935,0xbf14751c,2
|
| 681 |
+
np.float32,0xbf0e7c50,0xbf20bc24,2
|
| 682 |
+
np.float32,0xbf69bc94,0xbfc5d1b8,2
|
| 683 |
+
np.float32,0xbed41aca,0xbee1aa23,2
|
| 684 |
+
np.float32,0x3f518c08,0x3f938162,2
|
| 685 |
+
np.float32,0xbf3d7974,0xbf73661a,2
|
| 686 |
+
np.float32,0x3f1951a6,0x3f3101c9,2
|
| 687 |
+
np.float32,0xbeb3f436,0xbebbf787,2
|
| 688 |
+
np.float32,0xbf77a190,0xc0031d43,2
|
| 689 |
+
np.float32,0x3eb5b3cc,0x3ebdf6e7,2
|
| 690 |
+
np.float32,0xbed534b4,0xbee2fed2,2
|
| 691 |
+
np.float32,0xbe53e1b8,0xbe56fc56,2
|
| 692 |
+
np.float32,0x3f679e20,0x3fbfb91c,2
|
| 693 |
+
np.float32,0xff7fffff,0xffc00000,2
|
| 694 |
+
np.float32,0xbf7b9bcb,0xc0180073,2
|
| 695 |
+
np.float32,0xbf5635e8,0xbf9aea15,2
|
| 696 |
+
np.float32,0xbe5a3318,0xbe5d9856,2
|
| 697 |
+
np.float32,0xbe003284,0xbe00df9a,2
|
| 698 |
+
np.float32,0x3eb119a4,0x3eb8b7d6,2
|
| 699 |
+
np.float32,0xbf3bccf8,0xbf6fbc84,2
|
| 700 |
+
np.float32,0x3f36f600,0x3f658ea8,2
|
| 701 |
+
np.float32,0x3f1ea834,0x3f397fc2,2
|
| 702 |
+
np.float32,0xbe7cfb54,0xbe8129b3,2
|
| 703 |
+
np.float32,0xbe9b3746,0xbea0406a,2
|
| 704 |
+
np.float32,0x3edc0f90,0x3eeb586c,2
|
| 705 |
+
np.float32,0x3e1842e8,0x3e19660c,2
|
| 706 |
+
np.float32,0xbd8f10b0,0xbd8f4c70,2
|
| 707 |
+
np.float32,0xbf064aca,0xbf1527a2,2
|
| 708 |
+
np.float32,0x3e632e58,0x3e6705be,2
|
| 709 |
+
np.float32,0xbef28ba4,0xbf03cdbb,2
|
| 710 |
+
np.float32,0x3f27b21e,0x3f48bbaf,2
|
| 711 |
+
np.float32,0xbe6f30d4,0xbe73b06e,2
|
| 712 |
+
np.float32,0x3f3e6cb0,0x3f75834b,2
|
| 713 |
+
np.float32,0xbf264aa5,0xbf4649f0,2
|
| 714 |
+
np.float32,0xbf690775,0xbfc3b978,2
|
| 715 |
+
np.float32,0xbf3e4a38,0xbf753632,2
|
| 716 |
+
np.float64,0x3fe12bbe8c62577e,0x3fe32de8e5f961b0,2
|
| 717 |
+
np.float64,0x3fc9b8909b337120,0x3fca1366da00efff,2
|
| 718 |
+
np.float64,0x3feaee4245f5dc84,0x3ff3a011ea0432f3,2
|
| 719 |
+
np.float64,0xbfe892c000f12580,0xbff03e5adaed6f0c,2
|
| 720 |
+
np.float64,0xbf9be8de4837d1c0,0xbf9beaa367756bd1,2
|
| 721 |
+
np.float64,0x3fe632e58fec65cc,0x3feb5ccc5114ca38,2
|
| 722 |
+
np.float64,0x3fe78a0ef7ef141e,0x3fee1b4521d8eb6c,2
|
| 723 |
+
np.float64,0x3feec27a65fd84f4,0x3fff643c8318e81e,2
|
| 724 |
+
np.float64,0x3fbed6efce3dade0,0x3fbefd76cff00111,2
|
| 725 |
+
np.float64,0xbfe3a05fab6740c0,0xbfe6db078aeeb0ca,2
|
| 726 |
+
np.float64,0x3fdca11a56b94234,0x3fdece9e6eacff1b,2
|
| 727 |
+
np.float64,0x3fe0fb15aae1f62c,0x3fe2e9e095ec2089,2
|
| 728 |
+
np.float64,0x3fede12abf7bc256,0x3ffafd0ff4142807,2
|
| 729 |
+
np.float64,0x3feb919edcf7233e,0x3ff4c9aa0bc2432f,2
|
| 730 |
+
np.float64,0x3fd39633b5a72c68,0x3fd43c2e6d5f441c,2
|
| 731 |
+
np.float64,0x3fd9efcbfeb3df98,0x3fdb83f03e58f91c,2
|
| 732 |
+
np.float64,0x3fe2867a36650cf4,0x3fe525858c8ce72e,2
|
| 733 |
+
np.float64,0x3fdacbb8f3b59770,0x3fdc8cd431b6e3ff,2
|
| 734 |
+
np.float64,0x3fcc120503382408,0x3fcc88a8fa43e1c6,2
|
| 735 |
+
np.float64,0xbfd99ff4eab33fea,0xbfdb24a20ae3687d,2
|
| 736 |
+
np.float64,0xbfe8caf0157195e0,0xbff083b8dd0941d3,2
|
| 737 |
+
np.float64,0x3fddc9bf92bb9380,0x3fe022aac0f761d5,2
|
| 738 |
+
np.float64,0x3fe2dbb66e65b76c,0x3fe5a6e7caf3f1f2,2
|
| 739 |
+
np.float64,0x3fe95f5c4a72beb8,0x3ff1444697e96138,2
|
| 740 |
+
np.float64,0xbfc6b163d92d62c8,0xbfc6ef6e006658a1,2
|
| 741 |
+
np.float64,0x3fdf1b2616be364c,0x3fe0fcbd2848c9e8,2
|
| 742 |
+
np.float64,0xbfdca1ccf7b9439a,0xbfdecf7dc0eaa663,2
|
| 743 |
+
np.float64,0x3fe078d6a260f1ae,0x3fe236a7c66ef6c2,2
|
| 744 |
+
np.float64,0x3fdf471bb9be8e38,0x3fe11990ec74e704,2
|
| 745 |
+
np.float64,0xbfe417626be82ec5,0xbfe79c9aa5ed2e2f,2
|
| 746 |
+
np.float64,0xbfeb9cf5677739eb,0xbff4dfc24c012c90,2
|
| 747 |
+
np.float64,0x3f8d9142b03b2280,0x3f8d91c9559d4779,2
|
| 748 |
+
np.float64,0x3fb052c67220a590,0x3fb05873c90d1cd6,2
|
| 749 |
+
np.float64,0x3fd742e2c7ae85c4,0x3fd860128947d15d,2
|
| 750 |
+
np.float64,0x3fec2e2a2bf85c54,0x3ff60eb554bb8d71,2
|
| 751 |
+
np.float64,0xbfeb2b8bc8f65718,0xbff40b734679497a,2
|
| 752 |
+
np.float64,0x3fe25f8e0d64bf1c,0x3fe4eb381d077803,2
|
| 753 |
+
np.float64,0x3fe56426256ac84c,0x3fe9dafbe79370f0,2
|
| 754 |
+
np.float64,0x3feecc1e5d7d983c,0x3fffa49bedc7aa25,2
|
| 755 |
+
np.float64,0xbfc88ce94b3119d4,0xbfc8dbba0fdee2d2,2
|
| 756 |
+
np.float64,0xbfabcf51ac379ea0,0xbfabd6552aa63da3,2
|
| 757 |
+
np.float64,0xbfccc8b849399170,0xbfcd48d6ff057a4d,2
|
| 758 |
+
np.float64,0x3fd2f831e8a5f064,0x3fd38e67b0dda905,2
|
| 759 |
+
np.float64,0x3fcafdcd6135fb98,0x3fcb670ae2ef4d36,2
|
| 760 |
+
np.float64,0x3feda6042efb4c08,0x3ffa219442ac4ea5,2
|
| 761 |
+
np.float64,0x3fed382b157a7056,0x3ff8bc01bc6d10bc,2
|
| 762 |
+
np.float64,0x3fed858a50fb0b14,0x3ff9b1c05cb6cc0f,2
|
| 763 |
+
np.float64,0x3fcc3960653872c0,0x3fccb2045373a3d1,2
|
| 764 |
+
np.float64,0xbfec5177e478a2f0,0xbff65eb4557d94eb,2
|
| 765 |
+
np.float64,0x3feafe0d5e75fc1a,0x3ff3bb4a260a0dcb,2
|
| 766 |
+
np.float64,0x3fe08bc87ee11790,0x3fe25078aac99d31,2
|
| 767 |
+
np.float64,0xffefffffffffffff,0xfff8000000000000,2
|
| 768 |
+
np.float64,0x3f79985ce0333100,0x3f799872b591d1cb,2
|
| 769 |
+
np.float64,0xbfd4001cf9a8003a,0xbfd4b14b9035b94f,2
|
| 770 |
+
np.float64,0x3fe54a17e6ea9430,0x3fe9ac0f18682343,2
|
| 771 |
+
np.float64,0xbfb4e07fea29c100,0xbfb4ec6520dd0689,2
|
| 772 |
+
np.float64,0xbfed2b6659fa56cd,0xbff895ed57dc1450,2
|
| 773 |
+
np.float64,0xbfe81fc8b5f03f92,0xbfef6b95e72a7a7c,2
|
| 774 |
+
np.float64,0xbfe6aced16ed59da,0xbfec4ce131ee3704,2
|
| 775 |
+
np.float64,0xbfe599f30ceb33e6,0xbfea3d07c1cd78e2,2
|
| 776 |
+
np.float64,0xbfe0ff278b61fe4f,0xbfe2ef8b5efa89ed,2
|
| 777 |
+
np.float64,0xbfe3e9406467d281,0xbfe750e43e841736,2
|
| 778 |
+
np.float64,0x3fcc6b52cf38d6a8,0x3fcce688f4fb2cf1,2
|
| 779 |
+
np.float64,0xbfc890e8133121d0,0xbfc8dfdfee72d258,2
|
| 780 |
+
np.float64,0x3fe46e81dbe8dd04,0x3fe82e09783811a8,2
|
| 781 |
+
np.float64,0x3fd94455e5b288ac,0x3fdab7cef2de0b1f,2
|
| 782 |
+
np.float64,0xbfe82151fff042a4,0xbfef6f254c9696ca,2
|
| 783 |
+
np.float64,0x3fcee1ac1d3dc358,0x3fcf80a6ed07070a,2
|
| 784 |
+
np.float64,0x3fcce8f90939d1f0,0x3fcd6ad18d34f8b5,2
|
| 785 |
+
np.float64,0x3fd6afe56fad5fcc,0x3fd7b7567526b1fb,2
|
| 786 |
+
np.float64,0x3fb1a77092234ee0,0x3fb1ae9fe0d176fc,2
|
| 787 |
+
np.float64,0xbfeb758b0d76eb16,0xbff493d105652edc,2
|
| 788 |
+
np.float64,0xbfb857c24e30af88,0xbfb86aa4da3be53f,2
|
| 789 |
+
np.float64,0x3fe89064eff120ca,0x3ff03b7c5b3339a8,2
|
| 790 |
+
np.float64,0xbfc1bd2fef237a60,0xbfc1da99893473ed,2
|
| 791 |
+
np.float64,0xbfe5ad6e2eeb5adc,0xbfea60ed181b5c05,2
|
| 792 |
+
np.float64,0x3fd5a66358ab4cc8,0x3fd6899e640aeb1f,2
|
| 793 |
+
np.float64,0xbfe198e832e331d0,0xbfe3c8c9496d0de5,2
|
| 794 |
+
np.float64,0xbfdaa5c0d7b54b82,0xbfdc5ed7d3c5ce49,2
|
| 795 |
+
np.float64,0x3fcceccb6939d998,0x3fcd6ed88c2dd3a5,2
|
| 796 |
+
np.float64,0xbfe44413eae88828,0xbfe7e6cd32b34046,2
|
| 797 |
+
np.float64,0xbfc7cbeccf2f97d8,0xbfc8139a2626edae,2
|
| 798 |
+
np.float64,0x3fbf31e4fa3e63d0,0x3fbf59c6e863255e,2
|
| 799 |
+
np.float64,0x3fdf03fa05be07f4,0x3fe0ed953f7989ad,2
|
| 800 |
+
np.float64,0x3fe7f4eaceefe9d6,0x3fef092ca7e2ac39,2
|
| 801 |
+
np.float64,0xbfc084e9d92109d4,0xbfc09ca10fd6aaea,2
|
| 802 |
+
np.float64,0xbf88cfbf70319f80,0xbf88d00effa6d897,2
|
| 803 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,2
|
| 804 |
+
np.float64,0xbfa0176e9c202ee0,0xbfa018ca0a6ceef3,2
|
| 805 |
+
np.float64,0xbfd88d0815b11a10,0xbfd9dfc6c6bcbe4e,2
|
| 806 |
+
np.float64,0x3fe89f7730713eee,0x3ff04de52fb536f3,2
|
| 807 |
+
np.float64,0xbfedc9707bfb92e1,0xbffaa25fcf9dd6da,2
|
| 808 |
+
np.float64,0x3fe936d1a6726da4,0x3ff10e40c2d94bc9,2
|
| 809 |
+
np.float64,0x3fdb64aec7b6c95c,0x3fdd473177317b3f,2
|
| 810 |
+
np.float64,0xbfee4f9aaefc9f35,0xbffcdd212667003c,2
|
| 811 |
+
np.float64,0x3fe3730067e6e600,0x3fe692b0a0babf5f,2
|
| 812 |
+
np.float64,0xbfc257e58924afcc,0xbfc27871f8c218d7,2
|
| 813 |
+
np.float64,0x3fe62db12dec5b62,0x3feb52c61b97d9f6,2
|
| 814 |
+
np.float64,0xbfe3ff491367fe92,0xbfe774f1b3a96fd6,2
|
| 815 |
+
np.float64,0x3fea43255274864a,0x3ff28b0c4b7b8d21,2
|
| 816 |
+
np.float64,0xbfea37923c746f24,0xbff27962159f2072,2
|
| 817 |
+
np.float64,0x3fcd0ac3c73a1588,0x3fcd8e6f8de41755,2
|
| 818 |
+
np.float64,0xbfdccafde6b995fc,0xbfdf030fea8a0630,2
|
| 819 |
+
np.float64,0x3fdba35268b746a4,0x3fdd94094f6f50c1,2
|
| 820 |
+
np.float64,0x3fc68ea1d92d1d40,0x3fc6cb8d07cbb0e4,2
|
| 821 |
+
np.float64,0xbfb88b1f6e311640,0xbfb89e7af4e58778,2
|
| 822 |
+
np.float64,0xbfedc7cadffb8f96,0xbffa9c3766227956,2
|
| 823 |
+
np.float64,0x3fe7928d3eef251a,0x3fee2dcf2ac7961b,2
|
| 824 |
+
np.float64,0xbfeff42ede7fe85e,0xc00cef6b0f1e8323,2
|
| 825 |
+
np.float64,0xbfebf07fa477e0ff,0xbff5893f99e15236,2
|
| 826 |
+
np.float64,0x3fe3002ab9660056,0x3fe5defba550c583,2
|
| 827 |
+
np.float64,0x3feb8f4307f71e86,0x3ff4c517ec8d6de9,2
|
| 828 |
+
np.float64,0x3fd3c16f49a782e0,0x3fd46becaacf74da,2
|
| 829 |
+
np.float64,0x3fc7613df12ec278,0x3fc7a52b2a3c3368,2
|
| 830 |
+
np.float64,0xbfe33af560e675eb,0xbfe63a6528ff1587,2
|
| 831 |
+
np.float64,0xbfde86495abd0c92,0xbfe09bd7ba05b461,2
|
| 832 |
+
np.float64,0x3fe1e7fb4ee3cff6,0x3fe43b04311c0ab6,2
|
| 833 |
+
np.float64,0xbfc528b6bd2a516c,0xbfc55ae0a0c184c8,2
|
| 834 |
+
np.float64,0xbfd81025beb0204c,0xbfd94dd72d804613,2
|
| 835 |
+
np.float64,0x10000000000000,0x10000000000000,2
|
| 836 |
+
np.float64,0x3fc1151c47222a38,0x3fc12f5aad80a6bf,2
|
| 837 |
+
np.float64,0x3feafa136775f426,0x3ff3b46854da0b3a,2
|
| 838 |
+
np.float64,0x3fed2da0747a5b40,0x3ff89c85b658459e,2
|
| 839 |
+
np.float64,0x3fda2a4b51b45498,0x3fdbca0d908ddbbd,2
|
| 840 |
+
np.float64,0xbfd04cf518a099ea,0xbfd0aae0033b9e4c,2
|
| 841 |
+
np.float64,0xbfb9065586320ca8,0xbfb91adb7e31f322,2
|
| 842 |
+
np.float64,0xbfd830b428b06168,0xbfd973ca3c484d8d,2
|
| 843 |
+
np.float64,0x3fc952f7ed32a5f0,0x3fc9a9994561fc1a,2
|
| 844 |
+
np.float64,0xbfeb06c83c760d90,0xbff3ca77b326df20,2
|
| 845 |
+
np.float64,0xbfeb1c98ac763931,0xbff3f0d0900f6149,2
|
| 846 |
+
np.float64,0x3fdf061dbebe0c3c,0x3fe0eefb32b48d17,2
|
| 847 |
+
np.float64,0xbf9acbaf28359760,0xbf9acd4024be9fec,2
|
| 848 |
+
np.float64,0x3fec0adde2f815bc,0x3ff5c1628423794d,2
|
| 849 |
+
np.float64,0xbfc4bc750d2978ec,0xbfc4eba43f590b94,2
|
| 850 |
+
np.float64,0x3fdbe47878b7c8f0,0x3fdde44a2b500d73,2
|
| 851 |
+
np.float64,0x3fe160d18162c1a4,0x3fe378cff08f18f0,2
|
| 852 |
+
np.float64,0x3fc3b58dfd276b18,0x3fc3de01d3802de9,2
|
| 853 |
+
np.float64,0x3fa860343430c060,0x3fa864ecd07ec962,2
|
| 854 |
+
np.float64,0x3fcaebfb4b35d7f8,0x3fcb546512d1b4c7,2
|
| 855 |
+
np.float64,0x3fe3fda558e7fb4a,0x3fe772412e5776de,2
|
| 856 |
+
np.float64,0xbfe8169f2c702d3e,0xbfef5666c9a10f6d,2
|
| 857 |
+
np.float64,0x3feda78e9efb4f1e,0x3ffa270712ded769,2
|
| 858 |
+
np.float64,0xbfda483161b49062,0xbfdbedfbf2e850ba,2
|
| 859 |
+
np.float64,0x3fd7407cf3ae80f8,0x3fd85d4f52622743,2
|
| 860 |
+
np.float64,0xbfd63de4d4ac7bca,0xbfd73550a33e3c32,2
|
| 861 |
+
np.float64,0xbfd9c30b90b38618,0xbfdb4e7695c856f3,2
|
| 862 |
+
np.float64,0x3fcd70c00b3ae180,0x3fcdfa0969e0a119,2
|
| 863 |
+
np.float64,0x3feb4f127f769e24,0x3ff44bf42514e0f4,2
|
| 864 |
+
np.float64,0xbfec1db44af83b69,0xbff5ea54aed1f8e9,2
|
| 865 |
+
np.float64,0x3fd68ff051ad1fe0,0x3fd792d0ed6d6122,2
|
| 866 |
+
np.float64,0x3fe0a048a5614092,0x3fe26c80a826b2a2,2
|
| 867 |
+
np.float64,0x3fd59f3742ab3e70,0x3fd6818563fcaf80,2
|
| 868 |
+
np.float64,0x3fca26ecf9344dd8,0x3fca867ceb5d7ba8,2
|
| 869 |
+
np.float64,0x3fdc1d547ab83aa8,0x3fde2a9cea866484,2
|
| 870 |
+
np.float64,0xbfc78df6312f1bec,0xbfc7d3719b698a39,2
|
| 871 |
+
np.float64,0x3fe754e72b6ea9ce,0x3feda89ea844a2e5,2
|
| 872 |
+
np.float64,0x3fe740c1a4ee8184,0x3fed7dc56ec0c425,2
|
| 873 |
+
np.float64,0x3fe77566a9eeeace,0x3fedee6f408df6de,2
|
| 874 |
+
np.float64,0xbfbbf5bf8e37eb80,0xbfbc126a223781b4,2
|
| 875 |
+
np.float64,0xbfe0acb297615965,0xbfe27d86681ca2b5,2
|
| 876 |
+
np.float64,0xbfc20a0487241408,0xbfc228f5f7d52ce8,2
|
| 877 |
+
np.float64,0xfff0000000000000,0xfff8000000000000,2
|
| 878 |
+
np.float64,0x3fef98a4dbff314a,0x40043cfb60bd46fa,2
|
| 879 |
+
np.float64,0x3fd059102ca0b220,0x3fd0b7d2be6d7822,2
|
| 880 |
+
np.float64,0x3fe89f18a1f13e32,0x3ff04d714bbbf400,2
|
| 881 |
+
np.float64,0x3fd45b6275a8b6c4,0x3fd516a44a276a4b,2
|
| 882 |
+
np.float64,0xbfe04463e86088c8,0xbfe1ef9dfc9f9a53,2
|
| 883 |
+
np.float64,0xbfe086e279610dc5,0xbfe249c9c1040a13,2
|
| 884 |
+
np.float64,0x3f89c9b110339380,0x3f89ca0a641454b5,2
|
| 885 |
+
np.float64,0xbfb5f5b4322beb68,0xbfb6038dc3fd1516,2
|
| 886 |
+
np.float64,0x3fe6eae76f6dd5ce,0x3feccabae04d5c14,2
|
| 887 |
+
np.float64,0x3fa9ef6c9c33dee0,0x3fa9f51c9a8c8a2f,2
|
| 888 |
+
np.float64,0xbfe171b45f62e368,0xbfe390ccc4c01bf6,2
|
| 889 |
+
np.float64,0x3fb2999442253330,0x3fb2a1fc006804b5,2
|
| 890 |
+
np.float64,0x3fd124bf04a24980,0x3fd1927abb92472d,2
|
| 891 |
+
np.float64,0xbfe6e05938edc0b2,0xbfecb519ba78114f,2
|
| 892 |
+
np.float64,0x3fed466ee6fa8cde,0x3ff8e75405b50490,2
|
| 893 |
+
np.float64,0xbfb999aa92333358,0xbfb9afa4f19f80a2,2
|
| 894 |
+
np.float64,0xbfe98969ed7312d4,0xbff17d887b0303e7,2
|
| 895 |
+
np.float64,0x3fe782843e6f0508,0x3fee0adbeebe3486,2
|
| 896 |
+
np.float64,0xbfe232fcc26465fa,0xbfe4a90a68d46040,2
|
| 897 |
+
np.float64,0x3fd190a90fa32154,0x3fd206f56ffcdca2,2
|
| 898 |
+
np.float64,0xbfc4f8b75929f170,0xbfc5298b2d4e7740,2
|
| 899 |
+
np.float64,0xbfba3a63d63474c8,0xbfba520835c2fdc2,2
|
| 900 |
+
np.float64,0xbfb7708eea2ee120,0xbfb781695ec17846,2
|
| 901 |
+
np.float64,0x3fed9fb7a5fb3f70,0x3ffa0b717bcd1609,2
|
| 902 |
+
np.float64,0xbfc1b158cd2362b0,0xbfc1ce87345f3473,2
|
| 903 |
+
np.float64,0x3f963478082c6900,0x3f96355c3000953b,2
|
| 904 |
+
np.float64,0x3fc5050e532a0a20,0x3fc536397f38f616,2
|
| 905 |
+
np.float64,0x3fe239f9eee473f4,0x3fe4b360da3b2faa,2
|
| 906 |
+
np.float64,0xbfd66bd80eacd7b0,0xbfd769a29fd784c0,2
|
| 907 |
+
np.float64,0x3fc57cdad52af9b8,0x3fc5b16b937f5f72,2
|
| 908 |
+
np.float64,0xbfd3c36a0aa786d4,0xbfd46e1cd0b4eddc,2
|
| 909 |
+
np.float64,0x3feff433487fe866,0x400cf0ea1def3161,2
|
| 910 |
+
np.float64,0xbfed5577807aaaef,0xbff915e8f6bfdf22,2
|
| 911 |
+
np.float64,0xbfca0dd3eb341ba8,0xbfca6c4d11836cb6,2
|
| 912 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,2
|
| 913 |
+
np.float64,0xbf974deaa82e9be0,0xbf974ef26a3130d1,2
|
| 914 |
+
np.float64,0xbfe7f425e1efe84c,0xbfef076cb00d649d,2
|
| 915 |
+
np.float64,0xbfe4413605e8826c,0xbfe7e20448b8a4b1,2
|
| 916 |
+
np.float64,0xbfdfad202cbf5a40,0xbfe15cd9eb2be707,2
|
| 917 |
+
np.float64,0xbfe43261ee6864c4,0xbfe7c952c951fe33,2
|
| 918 |
+
np.float64,0xbfec141225782824,0xbff5d54d33861d98,2
|
| 919 |
+
np.float64,0x3fd0f47abaa1e8f4,0x3fd15e8691a7f1c2,2
|
| 920 |
+
np.float64,0x3fd378f0baa6f1e0,0x3fd41bea4a599081,2
|
| 921 |
+
np.float64,0xbfb52523462a4a48,0xbfb5317fa7f436e2,2
|
| 922 |
+
np.float64,0x3fcb30797d3660f0,0x3fcb9c174ea401ff,2
|
| 923 |
+
np.float64,0xbfd48480dea90902,0xbfd5446e02c8b329,2
|
| 924 |
+
np.float64,0xbfee4ae3ab7c95c7,0xbffcc650340ba274,2
|
| 925 |
+
np.float64,0xbfeab086d075610e,0xbff3387f4e83ae26,2
|
| 926 |
+
np.float64,0x3fa17cddf422f9c0,0x3fa17e9bf1b25736,2
|
| 927 |
+
np.float64,0xbfe3064536e60c8a,0xbfe5e86aa5244319,2
|
| 928 |
+
np.float64,0x3feb2882c5765106,0x3ff40604c7d97d44,2
|
| 929 |
+
np.float64,0xbfa6923ff42d2480,0xbfa695ff57b2fc3f,2
|
| 930 |
+
np.float64,0xbfa8bdbdcc317b80,0xbfa8c2ada0d94aa7,2
|
| 931 |
+
np.float64,0x3fe7f16b8e6fe2d8,0x3fef013948c391a6,2
|
| 932 |
+
np.float64,0x3fe4e7169f69ce2e,0x3fe8fceef835050a,2
|
| 933 |
+
np.float64,0x3fed877638fb0eec,0x3ff9b83694127959,2
|
| 934 |
+
np.float64,0xbfe0cc9ecf61993e,0xbfe2a978234cbde5,2
|
| 935 |
+
np.float64,0xbfe977e79672efcf,0xbff16589ea494a38,2
|
| 936 |
+
np.float64,0xbfe240130ae48026,0xbfe4bc69113e0d7f,2
|
| 937 |
+
np.float64,0x3feb1e9b70763d36,0x3ff3f4615938a491,2
|
| 938 |
+
np.float64,0xbfdf197dfcbe32fc,0xbfe0fba78a0fc816,2
|
| 939 |
+
np.float64,0xbfee0f8543fc1f0a,0xbffbb9d9a4ee5387,2
|
| 940 |
+
np.float64,0x3fe88d2191f11a44,0x3ff037843b5b6313,2
|
| 941 |
+
np.float64,0xbfd11bb850a23770,0xbfd188c1cef40007,2
|
| 942 |
+
np.float64,0xbfa1b36e9c2366e0,0xbfa1b53d1d8a8bc4,2
|
| 943 |
+
np.float64,0xbfea2d70d9f45ae2,0xbff26a0629e36b3e,2
|
| 944 |
+
np.float64,0xbfd9188703b2310e,0xbfda83f9ddc18348,2
|
| 945 |
+
np.float64,0xbfee194894fc3291,0xbffbe3c83b61e7cb,2
|
| 946 |
+
np.float64,0xbfe093b4a9e1276a,0xbfe25b4ad6f8f83d,2
|
| 947 |
+
np.float64,0x3fea031489f4062a,0x3ff22accc000082e,2
|
| 948 |
+
np.float64,0xbfc6c0827b2d8104,0xbfc6ff0a94326381,2
|
| 949 |
+
np.float64,0x3fef5cd340feb9a6,0x4002659c5a1b34af,2
|
| 950 |
+
np.float64,0x8010000000000000,0x8010000000000000,2
|
| 951 |
+
np.float64,0x3fd97cb533b2f96c,0x3fdafab28aaae8e3,2
|
| 952 |
+
np.float64,0x3fe2123334642466,0x3fe478bd83a8ce02,2
|
| 953 |
+
np.float64,0xbfd9a69637b34d2c,0xbfdb2c87c6b6fb8c,2
|
| 954 |
+
np.float64,0x3fc58def7f2b1be0,0x3fc5c2ff724a9f61,2
|
| 955 |
+
np.float64,0xbfedd5da1f7babb4,0xbffad15949b7fb22,2
|
| 956 |
+
np.float64,0x3fe90e92a0721d26,0x3ff0d9b64323efb8,2
|
| 957 |
+
np.float64,0x3fd34b9442a69728,0x3fd3e9f8fe80654e,2
|
| 958 |
+
np.float64,0xbfc5f509ab2bea14,0xbfc62d2ad325c59f,2
|
| 959 |
+
np.float64,0x3feb245634f648ac,0x3ff3fe91a46acbe1,2
|
| 960 |
+
np.float64,0x3fd101e539a203cc,0x3fd16cf52ae6d203,2
|
| 961 |
+
np.float64,0xbfc51e9ba72a3d38,0xbfc5507d00521ba3,2
|
| 962 |
+
np.float64,0x3fe5fe1683ebfc2e,0x3feaf7dd8b1f92b0,2
|
| 963 |
+
np.float64,0x3fc362e59126c5c8,0x3fc389601814170b,2
|
| 964 |
+
np.float64,0x3fea34dbd77469b8,0x3ff27542eb721e7e,2
|
| 965 |
+
np.float64,0xbfc13ed241227da4,0xbfc159d42c0a35a9,2
|
| 966 |
+
np.float64,0xbfe6df118cedbe23,0xbfecb27bb5d3f784,2
|
| 967 |
+
np.float64,0x3fd92895f6b2512c,0x3fda96f5f94b625e,2
|
| 968 |
+
np.float64,0xbfe7ea3aa76fd476,0xbfeef0e93939086e,2
|
| 969 |
+
np.float64,0xbfc855498330aa94,0xbfc8a1ff690c9533,2
|
| 970 |
+
np.float64,0x3fd9f27b3ab3e4f8,0x3fdb8726979afc3b,2
|
| 971 |
+
np.float64,0x3fc65d52232cbaa8,0x3fc698ac4367afba,2
|
| 972 |
+
np.float64,0x3fd1271dd0a24e3c,0x3fd195087649d54e,2
|
| 973 |
+
np.float64,0xbfe983445df30689,0xbff175158b773b90,2
|
| 974 |
+
np.float64,0xbfe0d9b13261b362,0xbfe2bb8908fc9e6e,2
|
| 975 |
+
np.float64,0x3fd7671f2aaece40,0x3fd889dccbf21629,2
|
| 976 |
+
np.float64,0x3fe748aebfee915e,0x3fed8e970d94c17d,2
|
| 977 |
+
np.float64,0x3fea756e4e74eadc,0x3ff2d947ef3a54f4,2
|
| 978 |
+
np.float64,0x3fde22311cbc4464,0x3fe05b4ce9df1fdd,2
|
| 979 |
+
np.float64,0x3fe2b55ec1e56abe,0x3fe56c6849e3985a,2
|
| 980 |
+
np.float64,0x3fed7b47437af68e,0x3ff98f8e82de99a0,2
|
| 981 |
+
np.float64,0x3fec8184b179030a,0x3ff6d03aaf0135ba,2
|
| 982 |
+
np.float64,0x3fc9ea825533d508,0x3fca4776d7190e71,2
|
| 983 |
+
np.float64,0xbfe8ddd58b71bbab,0xbff09b770ed7bc9a,2
|
| 984 |
+
np.float64,0xbfed41741bfa82e8,0xbff8d81c2a9fc615,2
|
| 985 |
+
np.float64,0x3fe0a73888e14e72,0x3fe27602ad9a3726,2
|
| 986 |
+
np.float64,0xbfe9d0a565f3a14b,0xbff1e1897b628f66,2
|
| 987 |
+
np.float64,0x3fda12b381b42568,0x3fdbadbec22fbd5a,2
|
| 988 |
+
np.float64,0x3fef0081187e0102,0x4000949eff8313c2,2
|
| 989 |
+
np.float64,0x3fef6942b67ed286,0x4002b7913eb1ee76,2
|
| 990 |
+
np.float64,0x3fda10f882b421f0,0x3fdbababa2d6659d,2
|
| 991 |
+
np.float64,0x3fe5828971eb0512,0x3fea122b5088315a,2
|
| 992 |
+
np.float64,0x3fe9d4b53ff3a96a,0x3ff1e75c148bda01,2
|
| 993 |
+
np.float64,0x3fe95d246bf2ba48,0x3ff1414a61a136ec,2
|
| 994 |
+
np.float64,0x3f9e575eb83caec0,0x3f9e59a4f17179e3,2
|
| 995 |
+
np.float64,0x3fdb0a20b5b61440,0x3fdcd8a56178a17f,2
|
| 996 |
+
np.float64,0xbfdef425e3bde84c,0xbfe0e33eeacf3861,2
|
| 997 |
+
np.float64,0x3fd6afcf6bad5fa0,0x3fd7b73d47288347,2
|
| 998 |
+
np.float64,0x3fe89256367124ac,0x3ff03dd9f36ce40e,2
|
| 999 |
+
np.float64,0x3fe7e560fcefcac2,0x3feee5ef8688b60b,2
|
| 1000 |
+
np.float64,0x3fedef55e1fbdeac,0x3ffb350ee1df986b,2
|
| 1001 |
+
np.float64,0xbfe44b926de89725,0xbfe7f3539910c41f,2
|
| 1002 |
+
np.float64,0x3fc58310f32b0620,0x3fc5b7cfdba15bd0,2
|
| 1003 |
+
np.float64,0x3f736d256026da00,0x3f736d2eebe91a90,2
|
| 1004 |
+
np.float64,0x3feb012d2076025a,0x3ff3c0b5d21a7259,2
|
| 1005 |
+
np.float64,0xbfe466a6c468cd4e,0xbfe820c9c197601f,2
|
| 1006 |
+
np.float64,0x3fe1aba8aa635752,0x3fe3e3b73920f64c,2
|
| 1007 |
+
np.float64,0x3fe5597c336ab2f8,0x3fe9c7bc4b765b15,2
|
| 1008 |
+
np.float64,0x3fe1004ac5e20096,0x3fe2f12116e99821,2
|
| 1009 |
+
np.float64,0x3fecbc67477978ce,0x3ff76377434dbdad,2
|
| 1010 |
+
np.float64,0x3fe0e64515e1cc8a,0x3fe2ccf5447c1579,2
|
| 1011 |
+
np.float64,0x3febcfa874f79f50,0x3ff54528f0822144,2
|
| 1012 |
+
np.float64,0x3fc36915ed26d228,0x3fc38fb5b28d3f72,2
|
| 1013 |
+
np.float64,0xbfe01213e5e02428,0xbfe1ac0e1e7418f1,2
|
| 1014 |
+
np.float64,0x3fcd97875b3b2f10,0x3fce22fe3fc98702,2
|
| 1015 |
+
np.float64,0xbfe30383c5e60708,0xbfe5e427e62cc957,2
|
| 1016 |
+
np.float64,0xbfde339bf9bc6738,0xbfe0667f337924f5,2
|
| 1017 |
+
np.float64,0xbfda7c1c49b4f838,0xbfdc2c8801ce654a,2
|
| 1018 |
+
np.float64,0x3fb6b3489e2d6690,0x3fb6c29650387b92,2
|
| 1019 |
+
np.float64,0xbfe1fd4d76e3fa9b,0xbfe45a1f60077678,2
|
| 1020 |
+
np.float64,0xbf67c5e0402f8c00,0xbf67c5e49fce115a,2
|
| 1021 |
+
np.float64,0xbfd4f9aa2da9f354,0xbfd5c759603d0b9b,2
|
| 1022 |
+
np.float64,0x3fe83c227bf07844,0x3fefada9f1bd7fa9,2
|
| 1023 |
+
np.float64,0xbf97f717982fee20,0xbf97f836701a8cd5,2
|
| 1024 |
+
np.float64,0x3fe9688a2472d114,0x3ff150aa575e7d51,2
|
| 1025 |
+
np.float64,0xbfc5a9779d2b52f0,0xbfc5df56509c48b1,2
|
| 1026 |
+
np.float64,0xbfe958d5f472b1ac,0xbff13b813f9bee20,2
|
| 1027 |
+
np.float64,0xbfd7b3b944af6772,0xbfd8e276c2b2920f,2
|
| 1028 |
+
np.float64,0x3fed10198e7a2034,0x3ff8469c817572f0,2
|
| 1029 |
+
np.float64,0xbfeeecc4517dd989,0xc000472b1f858be3,2
|
| 1030 |
+
np.float64,0xbfdbcce47eb799c8,0xbfddc734aa67812b,2
|
| 1031 |
+
np.float64,0xbfd013ee24a027dc,0xbfd06df3089384ca,2
|
| 1032 |
+
np.float64,0xbfd215f2bfa42be6,0xbfd29774ffe26a74,2
|
| 1033 |
+
np.float64,0x3fdfd0ae67bfa15c,0x3fe1746e3a963a9f,2
|
| 1034 |
+
np.float64,0xbfc84aa10b309544,0xbfc896f0d25b723a,2
|
| 1035 |
+
np.float64,0xbfcd0c627d3a18c4,0xbfcd9024c73747a9,2
|
| 1036 |
+
np.float64,0x3fd87df6dbb0fbec,0x3fd9ce1dde757f31,2
|
| 1037 |
+
np.float64,0xbfdad85e05b5b0bc,0xbfdc9c2addb6ce47,2
|
| 1038 |
+
np.float64,0xbfee4f8977fc9f13,0xbffcdccd68e514b3,2
|
| 1039 |
+
np.float64,0x3fa5c290542b8520,0x3fa5c5ebdf09ca70,2
|
| 1040 |
+
np.float64,0xbfd7e401d2afc804,0xbfd91a7e4eb5a026,2
|
| 1041 |
+
np.float64,0xbfe33ff73b667fee,0xbfe6423cc6eb07d7,2
|
| 1042 |
+
np.float64,0x3fdfb7d6c4bf6fac,0x3fe163f2e8175177,2
|
| 1043 |
+
np.float64,0xbfd515d69eaa2bae,0xbfd5e6eedd6a1598,2
|
| 1044 |
+
np.float64,0x3fb322232e264440,0x3fb32b49d91c3cbe,2
|
| 1045 |
+
np.float64,0xbfe20ac39e641587,0xbfe46dd4b3803f19,2
|
| 1046 |
+
np.float64,0x3fe282dc18e505b8,0x3fe520152120c297,2
|
| 1047 |
+
np.float64,0xbfc905a4cd320b48,0xbfc95929b74865fb,2
|
| 1048 |
+
np.float64,0x3fe0ae3b83615c78,0x3fe27fa1dafc825b,2
|
| 1049 |
+
np.float64,0xbfc1bfed0f237fdc,0xbfc1dd6466225cdf,2
|
| 1050 |
+
np.float64,0xbfeca4d47d7949a9,0xbff72761a34fb682,2
|
| 1051 |
+
np.float64,0xbfe8cf8c48f19f18,0xbff0897ebc003626,2
|
| 1052 |
+
np.float64,0xbfe1aaf0a36355e2,0xbfe3e2ae7b17a286,2
|
| 1053 |
+
np.float64,0x3fe2ca442e659488,0x3fe58c3a2fb4f14a,2
|
| 1054 |
+
np.float64,0xbfda3c2deeb4785c,0xbfdbdf89fe96a243,2
|
| 1055 |
+
np.float64,0xbfdc12bfecb82580,0xbfde1d81dea3c221,2
|
| 1056 |
+
np.float64,0xbfe2d6d877e5adb1,0xbfe59f73e22c1fc7,2
|
| 1057 |
+
np.float64,0x3fe5f930636bf260,0x3feaee96a462e4de,2
|
| 1058 |
+
np.float64,0x3fcf3c0ea53e7820,0x3fcfe0b0f92be7e9,2
|
| 1059 |
+
np.float64,0xbfa5bb90f42b7720,0xbfa5bee9424004cc,2
|
| 1060 |
+
np.float64,0xbfe2fb3a3265f674,0xbfe5d75b988bb279,2
|
| 1061 |
+
np.float64,0x3fcaec7aab35d8f8,0x3fcb54ea582fff6f,2
|
| 1062 |
+
np.float64,0xbfd8d3228db1a646,0xbfda322297747fbc,2
|
| 1063 |
+
np.float64,0x3fedd2e0ad7ba5c2,0x3ffac6002b65c424,2
|
| 1064 |
+
np.float64,0xbfd9edeca2b3dbda,0xbfdb81b2b7785e33,2
|
| 1065 |
+
np.float64,0xbfef5febb17ebfd7,0xc002796b15950960,2
|
| 1066 |
+
np.float64,0x3fde22f787bc45f0,0x3fe05bcc624b9ba2,2
|
| 1067 |
+
np.float64,0xbfc716a4ab2e2d48,0xbfc758073839dd44,2
|
| 1068 |
+
np.float64,0xbf9bed852837db00,0xbf9bef4b2a3f3bdc,2
|
| 1069 |
+
np.float64,0x3fef8f88507f1f10,0x4003e5e566444571,2
|
| 1070 |
+
np.float64,0xbfdc1bbed6b8377e,0xbfde28a64e174e60,2
|
| 1071 |
+
np.float64,0x3fe02d30eae05a62,0x3fe1d064ec027cd3,2
|
| 1072 |
+
np.float64,0x3fd9dbb500b3b76c,0x3fdb6bea40162279,2
|
| 1073 |
+
np.float64,0x3fe353ff1d66a7fe,0x3fe661b3358c925e,2
|
| 1074 |
+
np.float64,0x3fac3ebfb4387d80,0x3fac4618effff2b0,2
|
| 1075 |
+
np.float64,0x3fe63cf0ba6c79e2,0x3feb7030cff5f434,2
|
| 1076 |
+
np.float64,0x3fd0e915f8a1d22c,0x3fd152464597b510,2
|
| 1077 |
+
np.float64,0xbfd36987cda6d310,0xbfd40af049d7621e,2
|
| 1078 |
+
np.float64,0xbfdc5b4dc7b8b69c,0xbfde7790a35da2bc,2
|
| 1079 |
+
np.float64,0x3feee7ff4a7dcffe,0x40003545989e07c7,2
|
| 1080 |
+
np.float64,0xbfeb2c8308765906,0xbff40d2e6469249e,2
|
| 1081 |
+
np.float64,0x3fe535a894ea6b52,0x3fe98781648550d0,2
|
| 1082 |
+
np.float64,0xbfef168eb9fe2d1d,0xc000f274ed3cd312,2
|
| 1083 |
+
np.float64,0x3fc3e2d98927c5b0,0x3fc40c6991b8900c,2
|
| 1084 |
+
np.float64,0xbfcd8fe3e73b1fc8,0xbfce1aec7f9b7f7d,2
|
| 1085 |
+
np.float64,0xbfd55d8c3aaabb18,0xbfd6378132ee4892,2
|
| 1086 |
+
np.float64,0xbfe424a66168494d,0xbfe7b289d72c98b3,2
|
| 1087 |
+
np.float64,0x3fd81af13eb035e4,0x3fd95a6a9696ab45,2
|
| 1088 |
+
np.float64,0xbfe3016722e602ce,0xbfe5e0e46db228cd,2
|
| 1089 |
+
np.float64,0x3fe9a20beff34418,0x3ff19faca17fc468,2
|
| 1090 |
+
np.float64,0xbfe2124bc7e42498,0xbfe478e19927e723,2
|
| 1091 |
+
np.float64,0x3fd96f8622b2df0c,0x3fdaeb08da6b08ae,2
|
| 1092 |
+
np.float64,0x3fecd6796579acf2,0x3ff7a7d02159e181,2
|
| 1093 |
+
np.float64,0x3fe60015df6c002c,0x3feafba6f2682a61,2
|
| 1094 |
+
np.float64,0x3fc7181cf72e3038,0x3fc7598c2cc3c3b4,2
|
| 1095 |
+
np.float64,0xbfce6e2e0b3cdc5c,0xbfcf0621b3e37115,2
|
| 1096 |
+
np.float64,0xbfe52a829e6a5505,0xbfe973a785980af9,2
|
| 1097 |
+
np.float64,0x3fed4bbac37a9776,0x3ff8f7a0e68a2bbe,2
|
| 1098 |
+
np.float64,0x3fabdfaacc37bf60,0x3fabe6bab42bd246,2
|
| 1099 |
+
np.float64,0xbfcd9598cb3b2b30,0xbfce20f3c4c2c261,2
|
| 1100 |
+
np.float64,0x3fd717d859ae2fb0,0x3fd82e88eca09ab1,2
|
| 1101 |
+
np.float64,0x3fe28ccb18e51996,0x3fe52f071d2694fd,2
|
| 1102 |
+
np.float64,0xbfe43f064ae87e0c,0xbfe7de5eab36b5b9,2
|
| 1103 |
+
np.float64,0x7fefffffffffffff,0xfff8000000000000,2
|
| 1104 |
+
np.float64,0xbfb39b045a273608,0xbfb3a4dd3395fdd5,2
|
| 1105 |
+
np.float64,0xbfb3358bae266b18,0xbfb33ece5e95970a,2
|
| 1106 |
+
np.float64,0xbfeeafb6717d5f6d,0xbffeec3f9695b575,2
|
| 1107 |
+
np.float64,0xbfe7a321afef4644,0xbfee522dd80f41f4,2
|
| 1108 |
+
np.float64,0x3fe3a17e5be742fc,0x3fe6dcd32af51e92,2
|
| 1109 |
+
np.float64,0xbfc61694bd2c2d28,0xbfc64fbbd835f6e7,2
|
| 1110 |
+
np.float64,0xbfd795906faf2b20,0xbfd8bf89b370655c,2
|
| 1111 |
+
np.float64,0xbfe4b39b59e96736,0xbfe8a3c5c645b6e3,2
|
| 1112 |
+
np.float64,0x3fd310af3ba62160,0x3fd3a9442e825e1c,2
|
| 1113 |
+
np.float64,0xbfd45198a6a8a332,0xbfd50bc10311a0a3,2
|
| 1114 |
+
np.float64,0x3fd0017eaaa002fc,0x3fd05a472a837999,2
|
| 1115 |
+
np.float64,0xbfea974d98752e9b,0xbff30f67f1835183,2
|
| 1116 |
+
np.float64,0xbf978f60582f1ec0,0xbf979070e1c2b59d,2
|
| 1117 |
+
np.float64,0x3fe1c715d4e38e2c,0x3fe40b479e1241a2,2
|
| 1118 |
+
np.float64,0xbfccb965cd3972cc,0xbfcd38b40c4a352d,2
|
| 1119 |
+
np.float64,0xbfd9897048b312e0,0xbfdb09d55624c2a3,2
|
| 1120 |
+
np.float64,0x3fe7f5de4befebbc,0x3fef0b56be259f9c,2
|
| 1121 |
+
np.float64,0x3fcc6c6d4338d8d8,0x3fcce7b20ed68a78,2
|
| 1122 |
+
np.float64,0xbfe63884046c7108,0xbfeb67a3b945c3ee,2
|
| 1123 |
+
np.float64,0xbfce64e2ad3cc9c4,0xbfcefc47fae2e81f,2
|
| 1124 |
+
np.float64,0x3fefeb57b27fd6b0,0x400ab2eac6321cfb,2
|
| 1125 |
+
np.float64,0x3fe679627e6cf2c4,0x3febe6451b6ee0c4,2
|
| 1126 |
+
np.float64,0x3fc5f710172bee20,0x3fc62f40f85cb040,2
|
| 1127 |
+
np.float64,0x3fc34975e52692e8,0x3fc36f58588c7fa2,2
|
| 1128 |
+
np.float64,0x3fe8a3784cf146f0,0x3ff052ced9bb9406,2
|
| 1129 |
+
np.float64,0x3fd11a607ca234c0,0x3fd1874f876233fe,2
|
| 1130 |
+
np.float64,0x3fb2d653f625aca0,0x3fb2df0f4c9633f3,2
|
| 1131 |
+
np.float64,0x3fe555f39eeaabe8,0x3fe9c15ee962a28c,2
|
| 1132 |
+
np.float64,0xbfea297e3bf452fc,0xbff264107117f709,2
|
| 1133 |
+
np.float64,0x3fe1581cdde2b03a,0x3fe36c79acedf99c,2
|
| 1134 |
+
np.float64,0x3fd4567063a8ace0,0x3fd51123dbd9106f,2
|
| 1135 |
+
np.float64,0x3fa3883aec271080,0x3fa38aa86ec71218,2
|
| 1136 |
+
np.float64,0x3fe40e5d7de81cba,0x3fe78dbb9b568850,2
|
| 1137 |
+
np.float64,0xbfe9a2f7347345ee,0xbff1a0f4faa05041,2
|
| 1138 |
+
np.float64,0x3f9eef03a83dde00,0x3f9ef16caa0c1478,2
|
| 1139 |
+
np.float64,0xbfcb4641d1368c84,0xbfcbb2e7ff8c266d,2
|
| 1140 |
+
np.float64,0xbfa8403b2c308070,0xbfa844e148b735b7,2
|
| 1141 |
+
np.float64,0xbfe1875cd6e30eba,0xbfe3afadc08369f5,2
|
| 1142 |
+
np.float64,0xbfdd3c3d26ba787a,0xbfdf919b3e296766,2
|
| 1143 |
+
np.float64,0x3fcd6c4c853ad898,0x3fcdf55647b518b8,2
|
| 1144 |
+
np.float64,0xbfe360a173e6c143,0xbfe6759eb3a08cf2,2
|
| 1145 |
+
np.float64,0x3fe5a13147eb4262,0x3fea4a5a060f5adb,2
|
| 1146 |
+
np.float64,0x3feb3cdd7af679ba,0x3ff42aae0cf61234,2
|
| 1147 |
+
np.float64,0x3fe5205128ea40a2,0x3fe9618f3d0c54af,2
|
| 1148 |
+
np.float64,0x3fce35343f3c6a68,0x3fcec9c4e612b050,2
|
| 1149 |
+
np.float64,0xbfc345724d268ae4,0xbfc36b3ce6338e6a,2
|
| 1150 |
+
np.float64,0x3fedc4fc0e7b89f8,0x3ffa91c1d775c1f7,2
|
| 1151 |
+
np.float64,0x3fe41fbf21683f7e,0x3fe7aa6c174a0e65,2
|
| 1152 |
+
np.float64,0xbfc7a1a5d32f434c,0xbfc7e7d27a4c5241,2
|
| 1153 |
+
np.float64,0x3fd3e33eaca7c67c,0x3fd4915264441e2f,2
|
| 1154 |
+
np.float64,0x3feb3f02f6f67e06,0x3ff42e942249e596,2
|
| 1155 |
+
np.float64,0x3fdb75fcb0b6ebf8,0x3fdd5c63f98b6275,2
|
| 1156 |
+
np.float64,0x3fd6476603ac8ecc,0x3fd74020b164cf38,2
|
| 1157 |
+
np.float64,0x3fed535372faa6a6,0x3ff90f3791821841,2
|
| 1158 |
+
np.float64,0x3fe8648ead70c91e,0x3ff006a62befd7ed,2
|
| 1159 |
+
np.float64,0x3fd0f90760a1f210,0x3fd1636b39bb1525,2
|
| 1160 |
+
np.float64,0xbfca052443340a48,0xbfca633d6e777ae0,2
|
| 1161 |
+
np.float64,0xbfa6a5e3342d4bc0,0xbfa6a9ac6a488f5f,2
|
| 1162 |
+
np.float64,0x3fd5598038aab300,0x3fd632f35c0c3d52,2
|
| 1163 |
+
np.float64,0xbfdf66218fbecc44,0xbfe12df83b19f300,2
|
| 1164 |
+
np.float64,0x3fe78e15b56f1c2c,0x3fee240d12489cd1,2
|
| 1165 |
+
np.float64,0x3fe3d6a7b3e7ad50,0x3fe7329dcf7401e2,2
|
| 1166 |
+
np.float64,0xbfddb8e97bbb71d2,0xbfe017ed6d55a673,2
|
| 1167 |
+
np.float64,0xbfd57afd55aaf5fa,0xbfd658a9607c3370,2
|
| 1168 |
+
np.float64,0xbfdba4c9abb74994,0xbfdd95d69e5e8814,2
|
| 1169 |
+
np.float64,0xbfe71d8090ee3b01,0xbfed3390be6d2eef,2
|
| 1170 |
+
np.float64,0xbfc738ac0f2e7158,0xbfc77b3553b7c026,2
|
| 1171 |
+
np.float64,0x3f873656302e6c80,0x3f873697556ae011,2
|
| 1172 |
+
np.float64,0x3fe559491d6ab292,0x3fe9c7603b12c608,2
|
| 1173 |
+
np.float64,0xbfe262776864c4ef,0xbfe4ef905dda8599,2
|
| 1174 |
+
np.float64,0x3fe59d8917eb3b12,0x3fea439f44b7573f,2
|
| 1175 |
+
np.float64,0xbfd4b5afb5a96b60,0xbfd57b4e3df4dbc8,2
|
| 1176 |
+
np.float64,0x3fe81158447022b0,0x3fef4a3cea3eb6a9,2
|
| 1177 |
+
np.float64,0xbfeb023441f60468,0xbff3c27f0fc1a4dc,2
|
| 1178 |
+
np.float64,0x3fefb212eaff6426,0x40055fc6d949cf44,2
|
| 1179 |
+
np.float64,0xbfe1300ac1e26016,0xbfe333f297a1260e,2
|
| 1180 |
+
np.float64,0xbfeae0a2f575c146,0xbff388d58c380b8c,2
|
| 1181 |
+
np.float64,0xbfeddd8e55fbbb1d,0xbffaef045b2e21d9,2
|
| 1182 |
+
np.float64,0x3fec7c6c1d78f8d8,0x3ff6c3ebb019a8e5,2
|
| 1183 |
+
np.float64,0xbfe27e071f64fc0e,0xbfe518d2ff630f33,2
|
| 1184 |
+
np.float64,0x8000000000000001,0x8000000000000001,2
|
| 1185 |
+
np.float64,0x3fc5872abf2b0e58,0x3fc5bc083105db76,2
|
| 1186 |
+
np.float64,0x3fe65114baeca22a,0x3feb9745b82ef15a,2
|
| 1187 |
+
np.float64,0xbfc783abe52f0758,0xbfc7c8cb23f93e79,2
|
| 1188 |
+
np.float64,0x3fe4b7a5dd696f4c,0x3fe8aab9d492f0ca,2
|
| 1189 |
+
np.float64,0xbf91a8e8a82351e0,0xbf91a95b6ae806f1,2
|
| 1190 |
+
np.float64,0xbfee482eb77c905d,0xbffcb952830e715a,2
|
| 1191 |
+
np.float64,0x3fba0eee2a341de0,0x3fba261d495e3a1b,2
|
| 1192 |
+
np.float64,0xbfeb8876ae7710ed,0xbff4b7f7f4343506,2
|
| 1193 |
+
np.float64,0xbfe4d29e46e9a53c,0xbfe8d9547a601ba7,2
|
| 1194 |
+
np.float64,0xbfe12413b8e24828,0xbfe3232656541d10,2
|
| 1195 |
+
np.float64,0x3fc0bd8f61217b20,0x3fc0d63f937f0aa4,2
|
| 1196 |
+
np.float64,0xbfd3debafda7bd76,0xbfd48c534e5329e4,2
|
| 1197 |
+
np.float64,0x3fc0f92de921f258,0x3fc112eb7d47349b,2
|
| 1198 |
+
np.float64,0xbfe576b95f6aed72,0xbfe9fca859239b3c,2
|
| 1199 |
+
np.float64,0x3fd10e520da21ca4,0x3fd17a546e4152f7,2
|
| 1200 |
+
np.float64,0x3fcef917eb3df230,0x3fcf998677a8fa8f,2
|
| 1201 |
+
np.float64,0x3fdfcf863abf9f0c,0x3fe173a98af1cb13,2
|
| 1202 |
+
np.float64,0x3fc28c4b4f251898,0x3fc2adf43792e917,2
|
| 1203 |
+
np.float64,0x3fceb837ad3d7070,0x3fcf54a63b7d8c5c,2
|
| 1204 |
+
np.float64,0x3fc0140a05202818,0x3fc029e4f75330cb,2
|
| 1205 |
+
np.float64,0xbfd76c3362aed866,0xbfd88fb9e790b4e8,2
|
| 1206 |
+
np.float64,0xbfe475300868ea60,0xbfe8395334623e1f,2
|
| 1207 |
+
np.float64,0x3fea70b9b4f4e174,0x3ff2d1dad92173ba,2
|
| 1208 |
+
np.float64,0xbfe2edbd4965db7a,0xbfe5c29449a9365d,2
|
| 1209 |
+
np.float64,0xbfddf86f66bbf0de,0xbfe0408439cada9b,2
|
| 1210 |
+
np.float64,0xbfb443cdfa288798,0xbfb44eae796ad3ea,2
|
| 1211 |
+
np.float64,0xbf96a8a0482d5140,0xbf96a992b6ef073b,2
|
| 1212 |
+
np.float64,0xbfd279db2fa4f3b6,0xbfd3043db6acbd9e,2
|
| 1213 |
+
np.float64,0x3fe5d99088ebb322,0x3feab30be14e1605,2
|
| 1214 |
+
np.float64,0xbfe1a917abe35230,0xbfe3e0063d0f5f63,2
|
| 1215 |
+
np.float64,0x3fc77272f52ee4e8,0x3fc7b6f8ab6f4591,2
|
| 1216 |
+
np.float64,0x3fd6b62146ad6c44,0x3fd7be77eef8390a,2
|
| 1217 |
+
np.float64,0xbfe39fd9bc673fb4,0xbfe6da30dc4eadde,2
|
| 1218 |
+
np.float64,0x3fe35545c066aa8c,0x3fe663b5873e4d4b,2
|
| 1219 |
+
np.float64,0xbfcbbeffb3377e00,0xbfcc317edf7f6992,2
|
| 1220 |
+
np.float64,0xbfe28a58366514b0,0xbfe52b5734579ffa,2
|
| 1221 |
+
np.float64,0xbfbf0c87023e1910,0xbfbf33d970a0dfa5,2
|
| 1222 |
+
np.float64,0xbfd31144cba6228a,0xbfd3a9e84f9168f9,2
|
| 1223 |
+
np.float64,0xbfe5c044056b8088,0xbfea83d607c1a88a,2
|
| 1224 |
+
np.float64,0x3fdaabdf18b557c0,0x3fdc663ee8eddc83,2
|
| 1225 |
+
np.float64,0xbfeb883006f71060,0xbff4b76feff615be,2
|
| 1226 |
+
np.float64,0xbfebaef41d775de8,0xbff5034111440754,2
|
| 1227 |
+
np.float64,0x3fd9b6eb3bb36dd8,0x3fdb3fff5071dacf,2
|
| 1228 |
+
np.float64,0x3fe4e33c45e9c678,0x3fe8f637779ddedf,2
|
| 1229 |
+
np.float64,0x3fe52213a06a4428,0x3fe964adeff5c14e,2
|
| 1230 |
+
np.float64,0x3fe799254cef324a,0x3fee3c3ecfd3cdc5,2
|
| 1231 |
+
np.float64,0x3fd0533f35a0a680,0x3fd0b19a003469d3,2
|
| 1232 |
+
np.float64,0x3fec7ef5c7f8fdec,0x3ff6ca0abe055048,2
|
| 1233 |
+
np.float64,0xbfd1b5da82a36bb6,0xbfd22f357acbee79,2
|
| 1234 |
+
np.float64,0xbfd8f9c652b1f38c,0xbfda5faacbce9cf9,2
|
| 1235 |
+
np.float64,0x3fc8fc818b31f900,0x3fc94fa9a6aa53c8,2
|
| 1236 |
+
np.float64,0x3fcf42cc613e8598,0x3fcfe7dc128f33f2,2
|
| 1237 |
+
np.float64,0x3fd393a995a72754,0x3fd4396127b19305,2
|
| 1238 |
+
np.float64,0x3fec7b7df9f8f6fc,0x3ff6c1ae51753ef2,2
|
| 1239 |
+
np.float64,0x3fc07f175b20fe30,0x3fc096b55c11568c,2
|
| 1240 |
+
np.float64,0xbf979170082f22e0,0xbf979280d9555f44,2
|
| 1241 |
+
np.float64,0xbfb9d110c633a220,0xbfb9e79ba19b3c4a,2
|
| 1242 |
+
np.float64,0x3fedcd7d417b9afa,0x3ffab19734e86d58,2
|
| 1243 |
+
np.float64,0xbfec116f27f822de,0xbff5cf9425cb415b,2
|
| 1244 |
+
np.float64,0xbfec4fa0bef89f42,0xbff65a771982c920,2
|
| 1245 |
+
np.float64,0x3f94d4452829a880,0x3f94d501789ad11c,2
|
| 1246 |
+
np.float64,0xbfefe5ede27fcbdc,0xc009c440d3c2a4ce,2
|
| 1247 |
+
np.float64,0xbfe7e5f7b5efcbf0,0xbfeee74449aee1db,2
|
| 1248 |
+
np.float64,0xbfeb71dc8976e3b9,0xbff48cd84ea54ed2,2
|
| 1249 |
+
np.float64,0xbfe4cdb65f699b6c,0xbfe8d0d3bce901ef,2
|
| 1250 |
+
np.float64,0x3fb78ef1ee2f1de0,0x3fb7a00e7d183c48,2
|
| 1251 |
+
np.float64,0x3fb681864a2d0310,0x3fb6906fe64b4cd7,2
|
| 1252 |
+
np.float64,0xbfd2ad3b31a55a76,0xbfd33c57b5985399,2
|
| 1253 |
+
np.float64,0x3fdcdaaa95b9b554,0x3fdf16b99628db1e,2
|
| 1254 |
+
np.float64,0x3fa4780b7428f020,0x3fa47ad6ce9b8081,2
|
| 1255 |
+
np.float64,0x3fc546b0ad2a8d60,0x3fc579b361b3b18f,2
|
| 1256 |
+
np.float64,0x3feaf98dd6f5f31c,0x3ff3b38189c3539c,2
|
| 1257 |
+
np.float64,0x3feb0b2eca76165e,0x3ff3d22797083f9a,2
|
| 1258 |
+
np.float64,0xbfdc02ae3ab8055c,0xbfde099ecb5dbacf,2
|
| 1259 |
+
np.float64,0x3fd248bf17a49180,0x3fd2ceb77b346d1d,2
|
| 1260 |
+
np.float64,0x3fe349d666e693ac,0x3fe651b9933a8853,2
|
| 1261 |
+
np.float64,0xbfca526fc534a4e0,0xbfcab3e83f0d9b93,2
|
| 1262 |
+
np.float64,0x3fc156421722ac88,0x3fc171b38826563b,2
|
| 1263 |
+
np.float64,0xbfe4244569e8488b,0xbfe7b1e93e7d4f92,2
|
| 1264 |
+
np.float64,0x3fe010faabe021f6,0x3fe1aa961338886d,2
|
| 1265 |
+
np.float64,0xbfc52dacb72a5b58,0xbfc55ffa50eba380,2
|
| 1266 |
+
np.float64,0x8000000000000000,0x8000000000000000,2
|
| 1267 |
+
np.float64,0x3fea1d4865f43a90,0x3ff251b839eb4817,2
|
| 1268 |
+
np.float64,0xbfa0f65c8421ecc0,0xbfa0f7f37c91be01,2
|
| 1269 |
+
np.float64,0x3fcab29c0b356538,0x3fcb1863edbee184,2
|
| 1270 |
+
np.float64,0x3fe7949162ef2922,0x3fee323821958b88,2
|
| 1271 |
+
np.float64,0x3fdaf9288ab5f250,0x3fdcc400190a4839,2
|
| 1272 |
+
np.float64,0xbfe13ece6be27d9d,0xbfe348ba07553179,2
|
| 1273 |
+
np.float64,0x3f8a0c4fd0341880,0x3f8a0cabdf710185,2
|
| 1274 |
+
np.float64,0x3fdd0442a2ba0884,0x3fdf4b016c4da452,2
|
| 1275 |
+
np.float64,0xbfaf06d2343e0da0,0xbfaf1090b1600422,2
|
| 1276 |
+
np.float64,0xbfd3b65225a76ca4,0xbfd45fa49ae76cca,2
|
| 1277 |
+
np.float64,0x3fef5d75fefebaec,0x400269a5e7c11891,2
|
| 1278 |
+
np.float64,0xbfe048e35ce091c6,0xbfe1f5af45dd64f8,2
|
| 1279 |
+
np.float64,0xbfe27d4599e4fa8b,0xbfe517b07843d04c,2
|
| 1280 |
+
np.float64,0xbfe6f2a637ede54c,0xbfecdaa730462576,2
|
| 1281 |
+
np.float64,0x3fc63fbb752c7f78,0x3fc67a2854974109,2
|
| 1282 |
+
np.float64,0x3fedda6bfbfbb4d8,0x3ffae2e6131f3475,2
|
| 1283 |
+
np.float64,0x3fe7a6f5286f4dea,0x3fee5a9b1ef46016,2
|
| 1284 |
+
np.float64,0xbfd4ea8bcea9d518,0xbfd5b66ab7e5cf00,2
|
| 1285 |
+
np.float64,0x3fdc116568b822cc,0x3fde1bd4d0d9fd6c,2
|
| 1286 |
+
np.float64,0x3fdc45cb1bb88b98,0x3fde5cd1d2751032,2
|
| 1287 |
+
np.float64,0x3feabd932f757b26,0x3ff34e06e56a62a1,2
|
| 1288 |
+
np.float64,0xbfae5dbe0c3cbb80,0xbfae66e062ac0d65,2
|
| 1289 |
+
np.float64,0xbfdb385a00b670b4,0xbfdd10fedf3a58a7,2
|
| 1290 |
+
np.float64,0xbfebb14755f7628f,0xbff507e123a2b47c,2
|
| 1291 |
+
np.float64,0x3fe6de2fdfedbc60,0x3fecb0ae6e131da2,2
|
| 1292 |
+
np.float64,0xbfd86de640b0dbcc,0xbfd9bb4dbf0bf6af,2
|
| 1293 |
+
np.float64,0x3fe39e86d9e73d0e,0x3fe6d811c858d5d9,2
|
| 1294 |
+
np.float64,0x7ff0000000000000,0xfff8000000000000,2
|
| 1295 |
+
np.float64,0x3fa8101684302020,0x3fa814a12176e937,2
|
| 1296 |
+
np.float64,0x3fefdd5ad37fbab6,0x4008a08c0b76fbb5,2
|
| 1297 |
+
np.float64,0x3fe645c727ec8b8e,0x3feb814ebc470940,2
|
| 1298 |
+
np.float64,0x3fe3ba79dce774f4,0x3fe70500db564cb6,2
|
| 1299 |
+
np.float64,0xbfe0e5a254e1cb44,0xbfe2cc13940c6d9a,2
|
| 1300 |
+
np.float64,0x3fe2cac62465958c,0x3fe58d008c5e31f8,2
|
| 1301 |
+
np.float64,0xbfd3ffb531a7ff6a,0xbfd4b0d88cff2040,2
|
| 1302 |
+
np.float64,0x3fe0929104612522,0x3fe259bc42dce788,2
|
| 1303 |
+
np.float64,0x1,0x1,2
|
| 1304 |
+
np.float64,0xbfe7db77e6efb6f0,0xbfeecf93e8a61cb3,2
|
| 1305 |
+
np.float64,0xbfe37e9559e6fd2a,0xbfe6a514e29cb7aa,2
|
| 1306 |
+
np.float64,0xbfc53a843f2a7508,0xbfc56d2e9ad8b716,2
|
| 1307 |
+
np.float64,0xbfedb04485fb6089,0xbffa4615d4334ec3,2
|
| 1308 |
+
np.float64,0xbfc44349b1288694,0xbfc46f484b6f1cd6,2
|
| 1309 |
+
np.float64,0xbfe265188264ca31,0xbfe4f37d61cd9e17,2
|
| 1310 |
+
np.float64,0xbfd030351da0606a,0xbfd08c2537287ee1,2
|
| 1311 |
+
np.float64,0x3fd8fb131db1f628,0x3fda613363ca601e,2
|
| 1312 |
+
np.float64,0xbff0000000000000,0xfff0000000000000,2
|
| 1313 |
+
np.float64,0xbfe48d9a60691b35,0xbfe862c02d8fec1e,2
|
| 1314 |
+
np.float64,0x3fd185e050a30bc0,0x3fd1fb4c614ddb07,2
|
| 1315 |
+
np.float64,0xbfe4a5807e694b01,0xbfe88b8ff2d6caa7,2
|
| 1316 |
+
np.float64,0xbfc934d7ad3269b0,0xbfc98a405d25a666,2
|
| 1317 |
+
np.float64,0xbfea0e3c62741c79,0xbff23b4bd3a7b15d,2
|
| 1318 |
+
np.float64,0x3fe7244071ee4880,0x3fed41b27ba6bb22,2
|
| 1319 |
+
np.float64,0xbfd419f81ba833f0,0xbfd4cdf71b4533a3,2
|
| 1320 |
+
np.float64,0xbfe1e73a34e3ce74,0xbfe439eb15fa6baf,2
|
| 1321 |
+
np.float64,0x3fcdd9a63f3bb350,0x3fce68e1c401eff0,2
|
| 1322 |
+
np.float64,0x3fd1b5960ba36b2c,0x3fd22eeb566f1976,2
|
| 1323 |
+
np.float64,0x3fe9ad18e0735a32,0x3ff1af23c534260d,2
|
| 1324 |
+
np.float64,0xbfd537918aaa6f24,0xbfd60ccc8df0962b,2
|
| 1325 |
+
np.float64,0x3fcba3d3c73747a8,0x3fcc14fd5e5c49ad,2
|
| 1326 |
+
np.float64,0x3fd367e3c0a6cfc8,0x3fd40921b14e288e,2
|
| 1327 |
+
np.float64,0x3fe94303c6f28608,0x3ff11e62db2db6ac,2
|
| 1328 |
+
np.float64,0xbfcc5f77fd38bef0,0xbfccda110c087519,2
|
| 1329 |
+
np.float64,0xbfd63b74d7ac76ea,0xbfd7328af9f37402,2
|
| 1330 |
+
np.float64,0xbfe5321289ea6425,0xbfe9811ce96609ad,2
|
| 1331 |
+
np.float64,0xbfde910879bd2210,0xbfe0a2cd0ed1d368,2
|
| 1332 |
+
np.float64,0xbfcc9d9bad393b38,0xbfcd1b722a0b1371,2
|
| 1333 |
+
np.float64,0xbfe6dd39e16dba74,0xbfecaeb7c8c069f6,2
|
| 1334 |
+
np.float64,0xbfe98316eff3062e,0xbff174d7347d48bf,2
|
| 1335 |
+
np.float64,0xbfda88f8d1b511f2,0xbfdc3c0e75dad903,2
|
| 1336 |
+
np.float64,0x3fd400d8c2a801b0,0x3fd4b21bacff1f5d,2
|
| 1337 |
+
np.float64,0xbfe1ed335863da66,0xbfe4429e45e99779,2
|
| 1338 |
+
np.float64,0xbf3423a200284800,0xbf3423a20acb0342,2
|
| 1339 |
+
np.float64,0xbfe97bc59672f78b,0xbff16ad1adc44a33,2
|
| 1340 |
+
np.float64,0xbfeeca60d7fd94c2,0xbfff98d7f18f7728,2
|
| 1341 |
+
np.float64,0x3fd1eb13b2a3d628,0x3fd268e6ff4d56ce,2
|
| 1342 |
+
np.float64,0xbfa5594c242ab2a0,0xbfa55c77d6740a39,2
|
| 1343 |
+
np.float64,0x3fe72662006e4cc4,0x3fed462a9dedbfee,2
|
| 1344 |
+
np.float64,0x3fef4bb221fe9764,0x4001fe4f4cdfedb2,2
|
| 1345 |
+
np.float64,0xbfe938d417f271a8,0xbff110e78724ca2b,2
|
| 1346 |
+
np.float64,0xbfcc29ab2f385358,0xbfcca182140ef541,2
|
| 1347 |
+
np.float64,0x3fe18cd42c6319a8,0x3fe3b77e018165e7,2
|
| 1348 |
+
np.float64,0xbfec6c5cae78d8b9,0xbff69d8e01309b48,2
|
| 1349 |
+
np.float64,0xbfd5723da7aae47c,0xbfd64ecde17da471,2
|
| 1350 |
+
np.float64,0xbfe3096722e612ce,0xbfe5ed43634f37ff,2
|
| 1351 |
+
np.float64,0xbfdacaceb1b5959e,0xbfdc8bb826bbed39,2
|
| 1352 |
+
np.float64,0x3fc59a57cb2b34b0,0x3fc5cfc4a7c9bac8,2
|
| 1353 |
+
np.float64,0x3f84adce10295b80,0x3f84adfc1f1f6e97,2
|
| 1354 |
+
np.float64,0x3fdd5b28bbbab650,0x3fdfb8b906d77df4,2
|
| 1355 |
+
np.float64,0x3fdebf94c6bd7f28,0x3fe0c10188e1bc7c,2
|
| 1356 |
+
np.float64,0x3fdb30c612b6618c,0x3fdd07bf18597821,2
|
| 1357 |
+
np.float64,0x3fe7eeb3176fdd66,0x3feefb0be694b855,2
|
| 1358 |
+
np.float64,0x0,0x0,2
|
| 1359 |
+
np.float64,0xbfe10057e9e200b0,0xbfe2f13365e5b1c9,2
|
| 1360 |
+
np.float64,0xbfeb61a82376c350,0xbff46e665d3a60f5,2
|
| 1361 |
+
np.float64,0xbfe7f54aec6fea96,0xbfef0a0759f726dc,2
|
| 1362 |
+
np.float64,0xbfe4f6da3de9edb4,0xbfe9187d85bd1ab5,2
|
| 1363 |
+
np.float64,0xbfeb8be1b3f717c4,0xbff4be8efaab2e75,2
|
| 1364 |
+
np.float64,0x3fed40bc31fa8178,0x3ff8d5ec4a7f3e9b,2
|
| 1365 |
+
np.float64,0xbfe40f8711681f0e,0xbfe78fa5c62b191b,2
|
| 1366 |
+
np.float64,0x3fd1034d94a2069c,0x3fd16e78e9efb85b,2
|
| 1367 |
+
np.float64,0x3fc74db15b2e9b60,0x3fc790f26e894098,2
|
| 1368 |
+
np.float64,0x3fd912a88cb22550,0x3fda7d0ab3b21308,2
|
| 1369 |
+
np.float64,0x3fd8948a3bb12914,0x3fd9e8950c7874c8,2
|
| 1370 |
+
np.float64,0xbfa7ada5242f5b50,0xbfa7b1f8db50c104,2
|
| 1371 |
+
np.float64,0x3feeb2e1c27d65c4,0x3fff000b7d09c9b7,2
|
| 1372 |
+
np.float64,0x3fe9d46cbbf3a8da,0x3ff1e6f405265a6e,2
|
| 1373 |
+
np.float64,0xbfe2480b77e49017,0xbfe4c83b9b37bf0c,2
|
| 1374 |
+
np.float64,0x3fe950ea9372a1d6,0x3ff130e62468bf2c,2
|
| 1375 |
+
np.float64,0x3fefa7272a7f4e4e,0x4004d8c9bf31ab58,2
|
| 1376 |
+
np.float64,0xbfe7309209ee6124,0xbfed5b94acef917a,2
|
| 1377 |
+
np.float64,0x3fd05e8c64a0bd18,0x3fd0bdb11e0903c6,2
|
| 1378 |
+
np.float64,0x3fd9236043b246c0,0x3fda90ccbe4bab1e,2
|
| 1379 |
+
np.float64,0xbfdc3d6805b87ad0,0xbfde5266e17154c3,2
|
| 1380 |
+
np.float64,0x3fe5e6bad76bcd76,0x3feacbc306c63445,2
|
| 1381 |
+
np.float64,0x3ff0000000000000,0x7ff0000000000000,2
|
| 1382 |
+
np.float64,0xbfde3d7390bc7ae8,0xbfe06cd480bd0196,2
|
| 1383 |
+
np.float64,0xbfd3e2e3c0a7c5c8,0xbfd490edc0a45e26,2
|
| 1384 |
+
np.float64,0x3fe39871d76730e4,0x3fe6ce54d1719953,2
|
| 1385 |
+
np.float64,0x3fdff00ebcbfe01c,0x3fe1894b6655a6d0,2
|
| 1386 |
+
np.float64,0x3f91b7ad58236f40,0x3f91b8213bcb8b0b,2
|
| 1387 |
+
np.float64,0xbfd99f48f7b33e92,0xbfdb23d544f62591,2
|
| 1388 |
+
np.float64,0x3fae3512cc3c6a20,0x3fae3e10939fd7b5,2
|
| 1389 |
+
np.float64,0x3fcc4cf3db3899e8,0x3fccc698a15176d6,2
|
| 1390 |
+
np.float64,0xbfd0927e39a124fc,0xbfd0f5522e2bc030,2
|
| 1391 |
+
np.float64,0x3fcee859633dd0b0,0x3fcf87bdef7a1e82,2
|
| 1392 |
+
np.float64,0xbfe2a8b69565516d,0xbfe5593437b6659a,2
|
| 1393 |
+
np.float64,0x3fecf61e20f9ec3c,0x3ff7fda16b0209d4,2
|
| 1394 |
+
np.float64,0xbfbf37571e3e6eb0,0xbfbf5f4e1379a64c,2
|
| 1395 |
+
np.float64,0xbfd54e1b75aa9c36,0xbfd626223b68971a,2
|
| 1396 |
+
np.float64,0x3fe1035a56e206b4,0x3fe2f5651ca0f4b0,2
|
| 1397 |
+
np.float64,0x3fe4992989e93254,0x3fe876751afa70dc,2
|
| 1398 |
+
np.float64,0x3fc8c313d3318628,0x3fc913faf15d1562,2
|
| 1399 |
+
np.float64,0x3f99f6ba8833ed80,0x3f99f8274fb94828,2
|
| 1400 |
+
np.float64,0xbfd4a58af0a94b16,0xbfd56947c276e04f,2
|
| 1401 |
+
np.float64,0x3fc66f8c872cdf18,0x3fc6ab7a14372a73,2
|
| 1402 |
+
np.float64,0x3fc41eee0d283de0,0x3fc449ff1ff0e7a6,2
|
| 1403 |
+
np.float64,0x3fefd04d287fa09a,0x4007585010cfa9b0,2
|
| 1404 |
+
np.float64,0x3fce9e746f3d3ce8,0x3fcf39514bbe5070,2
|
| 1405 |
+
np.float64,0xbfe8056f72700adf,0xbfef2ee2c13e67ba,2
|
| 1406 |
+
np.float64,0x3fdd6b1ec0bad63c,0x3fdfccf2ba144fa8,2
|
| 1407 |
+
np.float64,0x3fd92ee432b25dc8,0x3fda9e6b96b2b142,2
|
| 1408 |
+
np.float64,0xbfc4d18f9529a320,0xbfc50150fb4de0cc,2
|
| 1409 |
+
np.float64,0xbfe09939a7613274,0xbfe262d703c317af,2
|
| 1410 |
+
np.float64,0xbfd130b132a26162,0xbfd19f5a00ae29c4,2
|
| 1411 |
+
np.float64,0x3fa06e21d420dc40,0x3fa06f93aba415fb,2
|
| 1412 |
+
np.float64,0x3fc5c48fbd2b8920,0x3fc5fb3bfad3bf55,2
|
| 1413 |
+
np.float64,0xbfdfa2bacbbf4576,0xbfe155f839825308,2
|
| 1414 |
+
np.float64,0x3fe3e1fa0f67c3f4,0x3fe745081dd4fd03,2
|
| 1415 |
+
np.float64,0x3fdae58289b5cb04,0x3fdcac1f6789130a,2
|
| 1416 |
+
np.float64,0xbf8ed3ba103da780,0xbf8ed452a9cc1442,2
|
| 1417 |
+
np.float64,0xbfec06b46f780d69,0xbff5b86f30d70908,2
|
| 1418 |
+
np.float64,0xbfe990c13b732182,0xbff187a90ae611f8,2
|
| 1419 |
+
np.float64,0xbfdd46c738ba8d8e,0xbfdf9eee0a113230,2
|
| 1420 |
+
np.float64,0x3fe08b83f3611708,0x3fe2501b1c77035c,2
|
| 1421 |
+
np.float64,0xbfd501b65baa036c,0xbfd5d05de3fceac8,2
|
| 1422 |
+
np.float64,0xbfcf4fa21f3e9f44,0xbfcff5829582c0b6,2
|
| 1423 |
+
np.float64,0xbfefbc0bfbff7818,0xc005eca1a2c56b38,2
|
| 1424 |
+
np.float64,0xbfe1ba6959e374d2,0xbfe3f8f88d128ce5,2
|
| 1425 |
+
np.float64,0xbfd4e74ee3a9ce9e,0xbfd5b2cabeb45e6c,2
|
| 1426 |
+
np.float64,0xbfe77c38eaeef872,0xbfedfd332d6f1c75,2
|
| 1427 |
+
np.float64,0x3fa9b5e4fc336bc0,0x3fa9bb6f6b80b4af,2
|
| 1428 |
+
np.float64,0xbfecba63917974c7,0xbff75e44df7f8e81,2
|
| 1429 |
+
np.float64,0x3fd6cf17b2ad9e30,0x3fd7db0b93b7f2b5,2
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-cbrt.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0x3ee7054c,0x3f4459ea,2
|
| 3 |
+
np.float32,0x7d1e2489,0x54095925,2
|
| 4 |
+
np.float32,0x7ee5edf5,0x549b992b,2
|
| 5 |
+
np.float32,0x380607,0x2a425e72,2
|
| 6 |
+
np.float32,0x34a8f3,0x2a3e6603,2
|
| 7 |
+
np.float32,0x3eee2844,0x3f465a45,2
|
| 8 |
+
np.float32,0x59e49c,0x2a638d0a,2
|
| 9 |
+
np.float32,0xbf72c77a,0xbf7b83d4,2
|
| 10 |
+
np.float32,0x7f2517b4,0x54af8bf0,2
|
| 11 |
+
np.float32,0x80068a69,0xa9bdfe8b,2
|
| 12 |
+
np.float32,0xbe8e3578,0xbf270775,2
|
| 13 |
+
np.float32,0xbe4224dc,0xbf131119,2
|
| 14 |
+
np.float32,0xbe0053b8,0xbf001be2,2
|
| 15 |
+
np.float32,0x70e8d,0x29c2ddc5,2
|
| 16 |
+
np.float32,0xff63f7b5,0xd4c37b7f,2
|
| 17 |
+
np.float32,0x3f00bbed,0x3f4b9335,2
|
| 18 |
+
np.float32,0x3f135f4e,0x3f54f5d4,2
|
| 19 |
+
np.float32,0xbe13a488,0xbf063d13,2
|
| 20 |
+
np.float32,0x3f14ec78,0x3f55b478,2
|
| 21 |
+
np.float32,0x7ec35cfb,0x54935fbf,2
|
| 22 |
+
np.float32,0x7d41c589,0x5412f904,2
|
| 23 |
+
np.float32,0x3ef8a16e,0x3f4937f7,2
|
| 24 |
+
np.float32,0x3f5d8464,0x3f73f279,2
|
| 25 |
+
np.float32,0xbeec85ac,0xbf45e5cb,2
|
| 26 |
+
np.float32,0x7f11f722,0x54a87cb1,2
|
| 27 |
+
np.float32,0x8032c085,0xaa3c1219,2
|
| 28 |
+
np.float32,0x80544bac,0xaa5eb9f2,2
|
| 29 |
+
np.float32,0x3e944a10,0x3f296065,2
|
| 30 |
+
np.float32,0xbf29fe50,0xbf5f5796,2
|
| 31 |
+
np.float32,0x7e204d8d,0x545b03d5,2
|
| 32 |
+
np.float32,0xfe1d0254,0xd4598127,2
|
| 33 |
+
np.float32,0x80523129,0xaa5cdba9,2
|
| 34 |
+
np.float32,0x806315fa,0xaa6b0eaf,2
|
| 35 |
+
np.float32,0x3ed3d2a4,0x3f3ec117,2
|
| 36 |
+
np.float32,0x7ee15007,0x549a8cc0,2
|
| 37 |
+
np.float32,0x801ffb5e,0xaa213d4f,2
|
| 38 |
+
np.float32,0x807f9f4a,0xaa7fbf76,2
|
| 39 |
+
np.float32,0xbe45e854,0xbf1402d3,2
|
| 40 |
+
np.float32,0x3d9e2e70,0x3eda0b64,2
|
| 41 |
+
np.float32,0x51f404,0x2a5ca4d7,2
|
| 42 |
+
np.float32,0xbe26a8b0,0xbf0bc54d,2
|
| 43 |
+
np.float32,0x22c99a,0x2a25d2a7,2
|
| 44 |
+
np.float32,0xbf71248b,0xbf7af2d5,2
|
| 45 |
+
np.float32,0x7219fe,0x2a76608e,2
|
| 46 |
+
np.float32,0x7f16fd7d,0x54aa6610,2
|
| 47 |
+
np.float32,0x80716faa,0xaa75e5b9,2
|
| 48 |
+
np.float32,0xbe24f9a4,0xbf0b4c65,2
|
| 49 |
+
np.float32,0x800000,0x2a800000,2
|
| 50 |
+
np.float32,0x80747456,0xaa780f27,2
|
| 51 |
+
np.float32,0x68f9e8,0x2a6fa035,2
|
| 52 |
+
np.float32,0x3f6a297e,0x3f7880d8,2
|
| 53 |
+
np.float32,0x3f28b973,0x3f5ec8f6,2
|
| 54 |
+
np.float32,0x7f58c577,0x54c03a70,2
|
| 55 |
+
np.float32,0x804befcc,0xaa571b4f,2
|
| 56 |
+
np.float32,0x3e2be027,0x3f0d36cf,2
|
| 57 |
+
np.float32,0xfe7e80a4,0xd47f7ff7,2
|
| 58 |
+
np.float32,0xfe9d444a,0xd489181b,2
|
| 59 |
+
np.float32,0x3db3e790,0x3ee399d6,2
|
| 60 |
+
np.float32,0xbf154c3e,0xbf55e23e,2
|
| 61 |
+
np.float32,0x3d1096b7,0x3ea7f4aa,2
|
| 62 |
+
np.float32,0x7fc00000,0x7fc00000,2
|
| 63 |
+
np.float32,0x804e2521,0xaa592c06,2
|
| 64 |
+
np.float32,0xbeda2f00,0xbf40a513,2
|
| 65 |
+
np.float32,0x3f191788,0x3f57ae30,2
|
| 66 |
+
np.float32,0x3ed24ade,0x3f3e4b34,2
|
| 67 |
+
np.float32,0x807fadb4,0xaa7fc917,2
|
| 68 |
+
np.float32,0xbe0a06dc,0xbf034234,2
|
| 69 |
+
np.float32,0x3f250bba,0x3f5d276d,2
|
| 70 |
+
np.float32,0x7e948b00,0x548682c8,2
|
| 71 |
+
np.float32,0xfe65ecdc,0xd476fed2,2
|
| 72 |
+
np.float32,0x6fdbdd,0x2a74c095,2
|
| 73 |
+
np.float32,0x800112de,0xa9500fa6,2
|
| 74 |
+
np.float32,0xfe63225c,0xd475fdee,2
|
| 75 |
+
np.float32,0x7f3d9acd,0x54b7d648,2
|
| 76 |
+
np.float32,0xfc46f480,0xd3bacf87,2
|
| 77 |
+
np.float32,0xfe5deaac,0xd47417ff,2
|
| 78 |
+
np.float32,0x60ce53,0x2a693d93,2
|
| 79 |
+
np.float32,0x6a6e2f,0x2a70ba2c,2
|
| 80 |
+
np.float32,0x7f43f0f1,0x54b9dcd0,2
|
| 81 |
+
np.float32,0xbf6170c9,0xbf756104,2
|
| 82 |
+
np.float32,0xbe5c9f74,0xbf197852,2
|
| 83 |
+
np.float32,0xff1502b0,0xd4a9a693,2
|
| 84 |
+
np.float32,0x8064f6af,0xaa6c886e,2
|
| 85 |
+
np.float32,0xbf380564,0xbf6552e5,2
|
| 86 |
+
np.float32,0xfeb9b7dc,0xd490e85f,2
|
| 87 |
+
np.float32,0x7f34f941,0x54b5010d,2
|
| 88 |
+
np.float32,0xbe9d4ca0,0xbf2cbd5f,2
|
| 89 |
+
np.float32,0x3f6e43d2,0x3f79f240,2
|
| 90 |
+
np.float32,0xbdad0530,0xbee0a8f2,2
|
| 91 |
+
np.float32,0x3da18459,0x3edb9105,2
|
| 92 |
+
np.float32,0xfd968340,0xd42a3808,2
|
| 93 |
+
np.float32,0x3ea03e64,0x3f2dcf96,2
|
| 94 |
+
np.float32,0x801d2f5b,0xaa1c6525,2
|
| 95 |
+
np.float32,0xbf47d92d,0xbf6bb7e9,2
|
| 96 |
+
np.float32,0x55a6b9,0x2a5fe9fb,2
|
| 97 |
+
np.float32,0x77a7c2,0x2a7a4fb8,2
|
| 98 |
+
np.float32,0xfebbc16e,0xd4916f88,2
|
| 99 |
+
np.float32,0x3f5d3d6e,0x3f73d86a,2
|
| 100 |
+
np.float32,0xfccd2b60,0xd3edcacb,2
|
| 101 |
+
np.float32,0xbd026460,0xbea244b0,2
|
| 102 |
+
np.float32,0x3e55bd,0x2a4968e4,2
|
| 103 |
+
np.float32,0xbe7b5708,0xbf20490d,2
|
| 104 |
+
np.float32,0xfe413cf4,0xd469171f,2
|
| 105 |
+
np.float32,0x7710e3,0x2a79e657,2
|
| 106 |
+
np.float32,0xfc932520,0xd3d4d9ca,2
|
| 107 |
+
np.float32,0xbf764a1b,0xbf7cb8aa,2
|
| 108 |
+
np.float32,0x6b1923,0x2a713aca,2
|
| 109 |
+
np.float32,0xfe4dcd04,0xd46e092d,2
|
| 110 |
+
np.float32,0xff3085ac,0xd4b381f8,2
|
| 111 |
+
np.float32,0x3f72c438,0x3f7b82b4,2
|
| 112 |
+
np.float32,0xbf6f0c6e,0xbf7a3852,2
|
| 113 |
+
np.float32,0x801d2b1b,0xaa1c5d8d,2
|
| 114 |
+
np.float32,0x3e9db91e,0x3f2ce50d,2
|
| 115 |
+
np.float32,0x3f684f9d,0x3f77d8c5,2
|
| 116 |
+
np.float32,0x7dc784,0x2a7e82cc,2
|
| 117 |
+
np.float32,0x7d2c88e9,0x540d64f8,2
|
| 118 |
+
np.float32,0x807fb708,0xaa7fcf51,2
|
| 119 |
+
np.float32,0x8003c49a,0xa99e16e0,2
|
| 120 |
+
np.float32,0x3ee4f5b8,0x3f43c3ff,2
|
| 121 |
+
np.float32,0xfe992c5e,0xd487e4ec,2
|
| 122 |
+
np.float32,0x4b4dfa,0x2a568216,2
|
| 123 |
+
np.float32,0x3d374c80,0x3eb5c6a8,2
|
| 124 |
+
np.float32,0xbd3a4700,0xbeb6c15c,2
|
| 125 |
+
np.float32,0xbf13cb80,0xbf5529e5,2
|
| 126 |
+
np.float32,0xbe7306d4,0xbf1e7f91,2
|
| 127 |
+
np.float32,0xbf800000,0xbf800000,2
|
| 128 |
+
np.float32,0xbea42efe,0xbf2f394e,2
|
| 129 |
+
np.float32,0x3e1981d0,0x3f07fe2c,2
|
| 130 |
+
np.float32,0x3f17ea1d,0x3f572047,2
|
| 131 |
+
np.float32,0x7dc1e0,0x2a7e7efe,2
|
| 132 |
+
np.float32,0x80169c08,0xaa0fa320,2
|
| 133 |
+
np.float32,0x3f3e1972,0x3f67d248,2
|
| 134 |
+
np.float32,0xfe5d3c88,0xd473d815,2
|
| 135 |
+
np.float32,0xbf677448,0xbf778aac,2
|
| 136 |
+
np.float32,0x7e799b7d,0x547dd9e4,2
|
| 137 |
+
np.float32,0x3f00bb2c,0x3f4b92cf,2
|
| 138 |
+
np.float32,0xbeb29f9c,0xbf343798,2
|
| 139 |
+
np.float32,0xbd6b7830,0xbec59a86,2
|
| 140 |
+
np.float32,0x807a524a,0xaa7c282a,2
|
| 141 |
+
np.float32,0xbe0a7a04,0xbf0366ab,2
|
| 142 |
+
np.float32,0x80237470,0xaa26e061,2
|
| 143 |
+
np.float32,0x3ccbc0f6,0x3e95744f,2
|
| 144 |
+
np.float32,0x3edec6bc,0x3f41fcb6,2
|
| 145 |
+
np.float32,0x3f635198,0x3f760efa,2
|
| 146 |
+
np.float32,0x800eca4f,0xa9f960d8,2
|
| 147 |
+
np.float32,0x3f800000,0x3f800000,2
|
| 148 |
+
np.float32,0xff4eeb9e,0xd4bd456a,2
|
| 149 |
+
np.float32,0x56f4e,0x29b29e70,2
|
| 150 |
+
np.float32,0xff5383a0,0xd4bea95c,2
|
| 151 |
+
np.float32,0x3f4c3a77,0x3f6d6d94,2
|
| 152 |
+
np.float32,0x3f6c324a,0x3f79388c,2
|
| 153 |
+
np.float32,0xbebdc092,0xbf37e27c,2
|
| 154 |
+
np.float32,0xff258956,0xd4afb42e,2
|
| 155 |
+
np.float32,0xdc78c,0x29f39012,2
|
| 156 |
+
np.float32,0xbf2db06a,0xbf60f2f5,2
|
| 157 |
+
np.float32,0xbe3c5808,0xbf119660,2
|
| 158 |
+
np.float32,0xbf1ba866,0xbf58e0f4,2
|
| 159 |
+
np.float32,0x80377640,0xaa41b79d,2
|
| 160 |
+
np.float32,0x4fdc4d,0x2a5abfea,2
|
| 161 |
+
np.float32,0x7f5e7560,0x54c1e516,2
|
| 162 |
+
np.float32,0xfeb4d3f2,0xd48f9fde,2
|
| 163 |
+
np.float32,0x3f12a622,0x3f549c7d,2
|
| 164 |
+
np.float32,0x7f737ed7,0x54c7d2dc,2
|
| 165 |
+
np.float32,0xa0ddc,0x29db456d,2
|
| 166 |
+
np.float32,0xfe006740,0xd44b6689,2
|
| 167 |
+
np.float32,0x3f17dfd4,0x3f571b6c,2
|
| 168 |
+
np.float32,0x67546e,0x2a6e5dd1,2
|
| 169 |
+
np.float32,0xff0d0f11,0xd4a693e2,2
|
| 170 |
+
np.float32,0xbd170090,0xbeaa6738,2
|
| 171 |
+
np.float32,0x5274a0,0x2a5d1806,2
|
| 172 |
+
np.float32,0x3e154fe0,0x3f06be1a,2
|
| 173 |
+
np.float32,0x7ddb302e,0x5440f0a7,2
|
| 174 |
+
np.float32,0x3f579d10,0x3f71c2af,2
|
| 175 |
+
np.float32,0xff2bc5bb,0xd4b1e20c,2
|
| 176 |
+
np.float32,0xfee8fa6a,0xd49c4872,2
|
| 177 |
+
np.float32,0xbea551b0,0xbf2fa07b,2
|
| 178 |
+
np.float32,0xfeabc75c,0xd48d3004,2
|
| 179 |
+
np.float32,0x7f50a5a8,0x54bdcbd1,2
|
| 180 |
+
np.float32,0x50354b,0x2a5b110d,2
|
| 181 |
+
np.float32,0x7d139f13,0x54063b6b,2
|
| 182 |
+
np.float32,0xbeee1b08,0xbf465699,2
|
| 183 |
+
np.float32,0xfe5e1650,0xd47427fe,2
|
| 184 |
+
np.float32,0x7f7fffff,0x54cb2ff5,2
|
| 185 |
+
np.float32,0xbf52ede8,0xbf6fff35,2
|
| 186 |
+
np.float32,0x804bba81,0xaa56e8f1,2
|
| 187 |
+
np.float32,0x6609e2,0x2a6d5e94,2
|
| 188 |
+
np.float32,0x692621,0x2a6fc1d6,2
|
| 189 |
+
np.float32,0xbf288bb6,0xbf5eb4d3,2
|
| 190 |
+
np.float32,0x804f28c4,0xaa5a1b82,2
|
| 191 |
+
np.float32,0xbdaad2a8,0xbedfb46e,2
|
| 192 |
+
np.float32,0x5e04f8,0x2a66fb13,2
|
| 193 |
+
np.float32,0x804c10da,0xaa573a81,2
|
| 194 |
+
np.float32,0xbe412764,0xbf12d0fd,2
|
| 195 |
+
np.float32,0x801c35cc,0xaa1aa250,2
|
| 196 |
+
np.float32,0x6364d4,0x2a6b4cf9,2
|
| 197 |
+
np.float32,0xbf6d3cea,0xbf79962f,2
|
| 198 |
+
np.float32,0x7e5a9935,0x5472defb,2
|
| 199 |
+
np.float32,0xbe73a38c,0xbf1ea19c,2
|
| 200 |
+
np.float32,0xbd35e950,0xbeb550f2,2
|
| 201 |
+
np.float32,0x46cc16,0x2a5223d6,2
|
| 202 |
+
np.float32,0x3f005288,0x3f4b5b97,2
|
| 203 |
+
np.float32,0x8034e8b7,0xaa3eb2be,2
|
| 204 |
+
np.float32,0xbea775fc,0xbf3061cf,2
|
| 205 |
+
np.float32,0xea0e9,0x29f87751,2
|
| 206 |
+
np.float32,0xbf38faaf,0xbf65b89d,2
|
| 207 |
+
np.float32,0xbedf3184,0xbf421bb0,2
|
| 208 |
+
np.float32,0xbe04250c,0xbf015def,2
|
| 209 |
+
np.float32,0x7f56dae8,0x54bfa901,2
|
| 210 |
+
np.float32,0xfebe3e04,0xd492132e,2
|
| 211 |
+
np.float32,0x3e4dc326,0x3f15f19e,2
|
| 212 |
+
np.float32,0x803da197,0xaa48a621,2
|
| 213 |
+
np.float32,0x7eeb35aa,0x549cc7c6,2
|
| 214 |
+
np.float32,0xfebb3eb6,0xd4914dc0,2
|
| 215 |
+
np.float32,0xfed17478,0xd496d5e2,2
|
| 216 |
+
np.float32,0x80243694,0xaa280ed2,2
|
| 217 |
+
np.float32,0x8017e666,0xaa1251d3,2
|
| 218 |
+
np.float32,0xbf07e942,0xbf4f4a3e,2
|
| 219 |
+
np.float32,0xbf578fa6,0xbf71bdab,2
|
| 220 |
+
np.float32,0x7ed8d80f,0x549896b6,2
|
| 221 |
+
np.float32,0x3f2277ae,0x3f5bff11,2
|
| 222 |
+
np.float32,0x7e6f195b,0x547a3cd4,2
|
| 223 |
+
np.float32,0xbf441559,0xbf6a3a91,2
|
| 224 |
+
np.float32,0x7f1fb427,0x54ad9d8d,2
|
| 225 |
+
np.float32,0x71695f,0x2a75e12d,2
|
| 226 |
+
np.float32,0xbd859588,0xbece19a1,2
|
| 227 |
+
np.float32,0x7f5702fc,0x54bfb4eb,2
|
| 228 |
+
np.float32,0x3f040008,0x3f4d4842,2
|
| 229 |
+
np.float32,0x3de00ca5,0x3ef4df89,2
|
| 230 |
+
np.float32,0x3eeabb03,0x3f45658c,2
|
| 231 |
+
np.float32,0x3dfe5e65,0x3eff7480,2
|
| 232 |
+
np.float32,0x1,0x26a14518,2
|
| 233 |
+
np.float32,0x8065e400,0xaa6d4130,2
|
| 234 |
+
np.float32,0xff50e1bb,0xd4bdde07,2
|
| 235 |
+
np.float32,0xbe88635a,0xbf24b7e9,2
|
| 236 |
+
np.float32,0x3f46bfab,0x3f6b4908,2
|
| 237 |
+
np.float32,0xbd85c3c8,0xbece3168,2
|
| 238 |
+
np.float32,0xbe633f64,0xbf1afdb1,2
|
| 239 |
+
np.float32,0xff2c7706,0xd4b21f2a,2
|
| 240 |
+
np.float32,0xbf02816c,0xbf4c812a,2
|
| 241 |
+
np.float32,0x80653aeb,0xaa6cbdab,2
|
| 242 |
+
np.float32,0x3eef1d10,0x3f469e24,2
|
| 243 |
+
np.float32,0x3d9944bf,0x3ed7c36a,2
|
| 244 |
+
np.float32,0x1b03d4,0x2a186b2b,2
|
| 245 |
+
np.float32,0x3f251b7c,0x3f5d2e76,2
|
| 246 |
+
np.float32,0x3edebab0,0x3f41f937,2
|
| 247 |
+
np.float32,0xfefc2148,0xd4a073ff,2
|
| 248 |
+
np.float32,0x7448ee,0x2a77f051,2
|
| 249 |
+
np.float32,0x3bb8a400,0x3e3637ee,2
|
| 250 |
+
np.float32,0x57df36,0x2a61d527,2
|
| 251 |
+
np.float32,0xfd8b9098,0xd425fccb,2
|
| 252 |
+
np.float32,0x7f67627e,0x54c4744d,2
|
| 253 |
+
np.float32,0x801165d7,0xaa039fba,2
|
| 254 |
+
np.float32,0x53aae5,0x2a5e2bfd,2
|
| 255 |
+
np.float32,0x8014012b,0xaa09e4f1,2
|
| 256 |
+
np.float32,0x3f7a2d53,0x3f7e0b4b,2
|
| 257 |
+
np.float32,0x3f5fb700,0x3f74c052,2
|
| 258 |
+
np.float32,0x7f192a06,0x54ab366c,2
|
| 259 |
+
np.float32,0x3f569611,0x3f71603b,2
|
| 260 |
+
np.float32,0x25e2dc,0x2a2a9b65,2
|
| 261 |
+
np.float32,0x8036465e,0xaa405342,2
|
| 262 |
+
np.float32,0x804118e1,0xaa4c5785,2
|
| 263 |
+
np.float32,0xbef08d3e,0xbf4703e1,2
|
| 264 |
+
np.float32,0x3447e2,0x2a3df0be,2
|
| 265 |
+
np.float32,0xbf2a350b,0xbf5f6f8c,2
|
| 266 |
+
np.float32,0xbec87e3e,0xbf3b4a73,2
|
| 267 |
+
np.float32,0xbe99a4a8,0xbf2b6412,2
|
| 268 |
+
np.float32,0x2ea2ae,0x2a36d77e,2
|
| 269 |
+
np.float32,0xfcb69600,0xd3e4b9e3,2
|
| 270 |
+
np.float32,0x717700,0x2a75eb06,2
|
| 271 |
+
np.float32,0xbf4e81ce,0xbf6e4ecc,2
|
| 272 |
+
np.float32,0xbe2021ac,0xbf09ebee,2
|
| 273 |
+
np.float32,0xfef94eee,0xd49fda31,2
|
| 274 |
+
np.float32,0x8563e,0x29ce0015,2
|
| 275 |
+
np.float32,0x7f5d0ca5,0x54c17c0f,2
|
| 276 |
+
np.float32,0x3f16459a,0x3f56590f,2
|
| 277 |
+
np.float32,0xbe12f7bc,0xbf0608a0,2
|
| 278 |
+
np.float32,0x3f10fd3d,0x3f53ce5f,2
|
| 279 |
+
np.float32,0x3ca5e1b0,0x3e8b8d96,2
|
| 280 |
+
np.float32,0xbe5288e0,0xbf17181f,2
|
| 281 |
+
np.float32,0xbf7360f6,0xbf7bb8c9,2
|
| 282 |
+
np.float32,0x7e989d33,0x5487ba88,2
|
| 283 |
+
np.float32,0x3ea7b5dc,0x3f307839,2
|
| 284 |
+
np.float32,0x7e8da0c9,0x548463f0,2
|
| 285 |
+
np.float32,0xfeaf7888,0xd48e3122,2
|
| 286 |
+
np.float32,0x7d90402d,0x5427d321,2
|
| 287 |
+
np.float32,0x72e309,0x2a76f0ee,2
|
| 288 |
+
np.float32,0xbe1faa34,0xbf09c998,2
|
| 289 |
+
np.float32,0xbf2b1652,0xbf5fd1f4,2
|
| 290 |
+
np.float32,0x8051eb0c,0xaa5c9cca,2
|
| 291 |
+
np.float32,0x7edf02bf,0x549a058e,2
|
| 292 |
+
np.float32,0x7fa00000,0x7fe00000,2
|
| 293 |
+
np.float32,0x3f67f873,0x3f77b9c1,2
|
| 294 |
+
np.float32,0x3f276b63,0x3f5e358c,2
|
| 295 |
+
np.float32,0x7eeb4bf2,0x549cccb9,2
|
| 296 |
+
np.float32,0x3bfa2c,0x2a46d675,2
|
| 297 |
+
np.float32,0x3e133c50,0x3f061d75,2
|
| 298 |
+
np.float32,0x3ca302c0,0x3e8abe4a,2
|
| 299 |
+
np.float32,0x802e152e,0xaa361dd5,2
|
| 300 |
+
np.float32,0x3f504810,0x3f6efd0a,2
|
| 301 |
+
np.float32,0xbf43e0b5,0xbf6a2599,2
|
| 302 |
+
np.float32,0x80800000,0xaa800000,2
|
| 303 |
+
np.float32,0x3f1c0980,0x3f590e03,2
|
| 304 |
+
np.float32,0xbf0084f6,0xbf4b7638,2
|
| 305 |
+
np.float32,0xfee72d32,0xd49be10d,2
|
| 306 |
+
np.float32,0x3f3c00ed,0x3f66f763,2
|
| 307 |
+
np.float32,0x80511e81,0xaa5be492,2
|
| 308 |
+
np.float32,0xfdd1b8a0,0xd43e1f0d,2
|
| 309 |
+
np.float32,0x7d877474,0x54245785,2
|
| 310 |
+
np.float32,0x7f110bfe,0x54a82207,2
|
| 311 |
+
np.float32,0xff800000,0xff800000,2
|
| 312 |
+
np.float32,0x6b6a2,0x29bfa706,2
|
| 313 |
+
np.float32,0xbf5bdfd9,0xbf7357b7,2
|
| 314 |
+
np.float32,0x8025bfa3,0xaa2a6676,2
|
| 315 |
+
np.float32,0x3a3581,0x2a44dd3a,2
|
| 316 |
+
np.float32,0x542c2a,0x2a5e9e2f,2
|
| 317 |
+
np.float32,0xbe1d5650,0xbf091d57,2
|
| 318 |
+
np.float32,0x3e97760d,0x3f2a935e,2
|
| 319 |
+
np.float32,0x7f5dcde2,0x54c1b460,2
|
| 320 |
+
np.float32,0x800bde1e,0xa9e7bbaf,2
|
| 321 |
+
np.float32,0x3e6b9e61,0x3f1cdf07,2
|
| 322 |
+
np.float32,0x7d46c003,0x54143884,2
|
| 323 |
+
np.float32,0x80073fbb,0xa9c49e67,2
|
| 324 |
+
np.float32,0x503c23,0x2a5b1748,2
|
| 325 |
+
np.float32,0x7eb7b070,0x549060c8,2
|
| 326 |
+
np.float32,0xe9d8f,0x29f86456,2
|
| 327 |
+
np.float32,0xbeedd4f0,0xbf464320,2
|
| 328 |
+
np.float32,0x3f40d5d6,0x3f68eda1,2
|
| 329 |
+
np.float32,0xff201f28,0xd4adc44b,2
|
| 330 |
+
np.float32,0xbdf61e98,0xbefca9c7,2
|
| 331 |
+
np.float32,0x3e8a0dc9,0x3f2562e3,2
|
| 332 |
+
np.float32,0xbc0c0c80,0xbe515f61,2
|
| 333 |
+
np.float32,0x2b3c15,0x2a3248e3,2
|
| 334 |
+
np.float32,0x42a7bb,0x2a4df592,2
|
| 335 |
+
np.float32,0x7f337947,0x54b480af,2
|
| 336 |
+
np.float32,0xfec21db4,0xd4930f4b,2
|
| 337 |
+
np.float32,0x7f4fdbf3,0x54bd8e94,2
|
| 338 |
+
np.float32,0x1e2253,0x2a1e1286,2
|
| 339 |
+
np.float32,0x800c4c80,0xa9ea819e,2
|
| 340 |
+
np.float32,0x7e96f5b7,0x54873c88,2
|
| 341 |
+
np.float32,0x7ce4e131,0x53f69ed4,2
|
| 342 |
+
np.float32,0xbead8372,0xbf327b63,2
|
| 343 |
+
np.float32,0x3e15ca7e,0x3f06e2f3,2
|
| 344 |
+
np.float32,0xbf63e17b,0xbf7642da,2
|
| 345 |
+
np.float32,0xff5bdbdb,0xd4c122f9,2
|
| 346 |
+
np.float32,0x3f44411e,0x3f6a4bfd,2
|
| 347 |
+
np.float32,0xfd007da0,0xd40029d2,2
|
| 348 |
+
np.float32,0xbe940168,0xbf2944b7,2
|
| 349 |
+
np.float32,0x80000000,0x80000000,2
|
| 350 |
+
np.float32,0x3d28e356,0x3eb0e1b8,2
|
| 351 |
+
np.float32,0x3eb9fcd8,0x3f36a918,2
|
| 352 |
+
np.float32,0x4f6410,0x2a5a51eb,2
|
| 353 |
+
np.float32,0xbdf18e30,0xbefb1775,2
|
| 354 |
+
np.float32,0x32edbd,0x2a3c49e3,2
|
| 355 |
+
np.float32,0x801f70a5,0xaa2052da,2
|
| 356 |
+
np.float32,0x8045a045,0xaa50f98c,2
|
| 357 |
+
np.float32,0xbdd6cb00,0xbef17412,2
|
| 358 |
+
np.float32,0x3f118f2c,0x3f541557,2
|
| 359 |
+
np.float32,0xbe65c378,0xbf1b8f95,2
|
| 360 |
+
np.float32,0xfd9a9060,0xd42bbb8b,2
|
| 361 |
+
np.float32,0x3f04244f,0x3f4d5b0f,2
|
| 362 |
+
np.float32,0xff05214b,0xd4a3656f,2
|
| 363 |
+
np.float32,0xfe342cd0,0xd463b706,2
|
| 364 |
+
np.float32,0x3f3409a8,0x3f63a836,2
|
| 365 |
+
np.float32,0x80205db2,0xaa21e1e5,2
|
| 366 |
+
np.float32,0xbf37c982,0xbf653a03,2
|
| 367 |
+
np.float32,0x3f36ce8f,0x3f64d17e,2
|
| 368 |
+
np.float32,0x36ffda,0x2a412d61,2
|
| 369 |
+
np.float32,0xff569752,0xd4bf94e6,2
|
| 370 |
+
np.float32,0x802fdb0f,0xaa386c3a,2
|
| 371 |
+
np.float32,0x7ec55a87,0x5493df71,2
|
| 372 |
+
np.float32,0x7f2234c7,0x54ae847e,2
|
| 373 |
+
np.float32,0xbf02df76,0xbf4cb23d,2
|
| 374 |
+
np.float32,0x3d68731a,0x3ec4c156,2
|
| 375 |
+
np.float32,0x8146,0x2921cd8e,2
|
| 376 |
+
np.float32,0x80119364,0xaa041235,2
|
| 377 |
+
np.float32,0xfe6c1c00,0xd47930b5,2
|
| 378 |
+
np.float32,0x8070da44,0xaa757996,2
|
| 379 |
+
np.float32,0xfefbf50c,0xd4a06a9d,2
|
| 380 |
+
np.float32,0xbf01b6a8,0xbf4c170a,2
|
| 381 |
+
np.float32,0x110702,0x2a02aedb,2
|
| 382 |
+
np.float32,0xbf063cd4,0xbf4e6f87,2
|
| 383 |
+
np.float32,0x3f1ff178,0x3f5ad9dd,2
|
| 384 |
+
np.float32,0xbf76dcd4,0xbf7cead0,2
|
| 385 |
+
np.float32,0x80527281,0xaa5d1620,2
|
| 386 |
+
np.float32,0xfea96df8,0xd48c8a7f,2
|
| 387 |
+
np.float32,0x68db02,0x2a6f88b0,2
|
| 388 |
+
np.float32,0x62d971,0x2a6adec7,2
|
| 389 |
+
np.float32,0x3e816fe0,0x3f21df04,2
|
| 390 |
+
np.float32,0x3f586379,0x3f720cc0,2
|
| 391 |
+
np.float32,0x804a3718,0xaa5577ff,2
|
| 392 |
+
np.float32,0x2e2506,0x2a3632b2,2
|
| 393 |
+
np.float32,0x3f297d,0x2a4a4bf3,2
|
| 394 |
+
np.float32,0xbe37aba8,0xbf105f88,2
|
| 395 |
+
np.float32,0xbf18b264,0xbf577ea7,2
|
| 396 |
+
np.float32,0x7f50d02d,0x54bdd8b5,2
|
| 397 |
+
np.float32,0xfee296dc,0xd49ad757,2
|
| 398 |
+
np.float32,0x7ec5137e,0x5493cdb1,2
|
| 399 |
+
np.float32,0x3f4811f4,0x3f6bce3a,2
|
| 400 |
+
np.float32,0xfdff32a0,0xd44af991,2
|
| 401 |
+
np.float32,0x3f6ef140,0x3f7a2ed6,2
|
| 402 |
+
np.float32,0x250838,0x2a2950b5,2
|
| 403 |
+
np.float32,0x25c28e,0x2a2a6ada,2
|
| 404 |
+
np.float32,0xbe875e50,0xbf244e90,2
|
| 405 |
+
np.float32,0x3e3bdff8,0x3f11776a,2
|
| 406 |
+
np.float32,0x3e9fe493,0x3f2daf17,2
|
| 407 |
+
np.float32,0x804d8599,0xaa5897d9,2
|
| 408 |
+
np.float32,0x3f0533da,0x3f4de759,2
|
| 409 |
+
np.float32,0xbe63023c,0xbf1aefc8,2
|
| 410 |
+
np.float32,0x80636e5e,0xaa6b547f,2
|
| 411 |
+
np.float32,0xff112958,0xd4a82d5d,2
|
| 412 |
+
np.float32,0x3e924112,0x3f28991f,2
|
| 413 |
+
np.float32,0xbe996ffc,0xbf2b507a,2
|
| 414 |
+
np.float32,0x802a7cda,0xaa314081,2
|
| 415 |
+
np.float32,0x8022b524,0xaa25b21e,2
|
| 416 |
+
np.float32,0x3f0808c8,0x3f4f5a43,2
|
| 417 |
+
np.float32,0xbef0ec2a,0xbf471e0b,2
|
| 418 |
+
np.float32,0xff4c2345,0xd4bc6b3c,2
|
| 419 |
+
np.float32,0x25ccc8,0x2a2a7a3b,2
|
| 420 |
+
np.float32,0x7f4467d6,0x54ba0260,2
|
| 421 |
+
np.float32,0x7f506539,0x54bdb846,2
|
| 422 |
+
np.float32,0x412ab4,0x2a4c6a2a,2
|
| 423 |
+
np.float32,0x80672c4a,0xaa6e3ef0,2
|
| 424 |
+
np.float32,0xbddfb7f8,0xbef4c0ac,2
|
| 425 |
+
np.float32,0xbf250bb9,0xbf5d276c,2
|
| 426 |
+
np.float32,0x807dca65,0xaa7e84bd,2
|
| 427 |
+
np.float32,0xbf63b8e0,0xbf763438,2
|
| 428 |
+
np.float32,0xbeed1b0c,0xbf460f6b,2
|
| 429 |
+
np.float32,0x8021594f,0xaa238136,2
|
| 430 |
+
np.float32,0xbebc74c8,0xbf377710,2
|
| 431 |
+
np.float32,0x3e9f8e3b,0x3f2d8fce,2
|
| 432 |
+
np.float32,0x7f50ca09,0x54bdd6d8,2
|
| 433 |
+
np.float32,0x805797c1,0xaa6197df,2
|
| 434 |
+
np.float32,0x3de198f9,0x3ef56f98,2
|
| 435 |
+
np.float32,0xf154d,0x29fb0392,2
|
| 436 |
+
np.float32,0xff7fffff,0xd4cb2ff5,2
|
| 437 |
+
np.float32,0xfed22fa8,0xd49702c4,2
|
| 438 |
+
np.float32,0xbf733736,0xbf7baa64,2
|
| 439 |
+
np.float32,0xbf206a8a,0xbf5b1108,2
|
| 440 |
+
np.float32,0xbca49680,0xbe8b3078,2
|
| 441 |
+
np.float32,0xfecba794,0xd4956e1a,2
|
| 442 |
+
np.float32,0x80126582,0xaa061886,2
|
| 443 |
+
np.float32,0xfee5cc82,0xd49b919f,2
|
| 444 |
+
np.float32,0xbf7ad6ae,0xbf7e4491,2
|
| 445 |
+
np.float32,0x7ea88c81,0x548c4c0c,2
|
| 446 |
+
np.float32,0xbf493a0d,0xbf6c4255,2
|
| 447 |
+
np.float32,0xbf06dda0,0xbf4ec1d4,2
|
| 448 |
+
np.float32,0xff3f6e84,0xd4b86cf6,2
|
| 449 |
+
np.float32,0x3e4fe093,0x3f1674b0,2
|
| 450 |
+
np.float32,0x8048ad60,0xaa53fbde,2
|
| 451 |
+
np.float32,0x7ebb7112,0x54915ac5,2
|
| 452 |
+
np.float32,0x5bd191,0x2a652a0d,2
|
| 453 |
+
np.float32,0xfe3121d0,0xd4626cfb,2
|
| 454 |
+
np.float32,0x7e4421c6,0x546a3f83,2
|
| 455 |
+
np.float32,0x19975b,0x2a15b14f,2
|
| 456 |
+
np.float32,0x801c8087,0xaa1b2a64,2
|
| 457 |
+
np.float32,0xfdf6e950,0xd448c0f6,2
|
| 458 |
+
np.float32,0x74e711,0x2a786083,2
|
| 459 |
+
np.float32,0xbf2b2f2e,0xbf5fdccb,2
|
| 460 |
+
np.float32,0x7ed19ece,0x5496e00b,2
|
| 461 |
+
np.float32,0x7f6f8322,0x54c6ba63,2
|
| 462 |
+
np.float32,0x3e90316d,0x3f27cd69,2
|
| 463 |
+
np.float32,0x7ecb42ce,0x54955571,2
|
| 464 |
+
np.float32,0x3f6d49be,0x3f799aaf,2
|
| 465 |
+
np.float32,0x8053d327,0xaa5e4f9a,2
|
| 466 |
+
np.float32,0x7ebd7361,0x5491df3e,2
|
| 467 |
+
np.float32,0xfdb6eed0,0xd435a7aa,2
|
| 468 |
+
np.float32,0x7f3e79f4,0x54b81e4b,2
|
| 469 |
+
np.float32,0xfe83afa6,0xd4813794,2
|
| 470 |
+
np.float32,0x37c443,0x2a421246,2
|
| 471 |
+
np.float32,0xff075a10,0xd4a44cd8,2
|
| 472 |
+
np.float32,0x3ebc5fe0,0x3f377047,2
|
| 473 |
+
np.float32,0x739694,0x2a77714e,2
|
| 474 |
+
np.float32,0xfe832946,0xd4810b91,2
|
| 475 |
+
np.float32,0x7f2638e6,0x54aff235,2
|
| 476 |
+
np.float32,0xfe87f7a6,0xd4829a3f,2
|
| 477 |
+
np.float32,0x3f50f3f8,0x3f6f3eb8,2
|
| 478 |
+
np.float32,0x3eafa3d0,0x3f333548,2
|
| 479 |
+
np.float32,0xbec26ee6,0xbf39626f,2
|
| 480 |
+
np.float32,0x7e6f924f,0x547a66ff,2
|
| 481 |
+
np.float32,0x7f0baa46,0x54a606f8,2
|
| 482 |
+
np.float32,0xbf6dfc49,0xbf79d939,2
|
| 483 |
+
np.float32,0x7f005709,0x54a1699d,2
|
| 484 |
+
np.float32,0x7ee3d7ef,0x549b2057,2
|
| 485 |
+
np.float32,0x803709a4,0xaa4138d7,2
|
| 486 |
+
np.float32,0x3f7bf49a,0x3f7ea509,2
|
| 487 |
+
np.float32,0x509db7,0x2a5b6ff5,2
|
| 488 |
+
np.float32,0x7eb1b0d4,0x548ec9ff,2
|
| 489 |
+
np.float32,0x7eb996ec,0x5490dfce,2
|
| 490 |
+
np.float32,0xbf1fcbaa,0xbf5ac89e,2
|
| 491 |
+
np.float32,0x3e2c9a98,0x3f0d69cc,2
|
| 492 |
+
np.float32,0x3ea77994,0x3f306312,2
|
| 493 |
+
np.float32,0x3f3cbfe4,0x3f67457c,2
|
| 494 |
+
np.float32,0x8422a,0x29cd5a30,2
|
| 495 |
+
np.float32,0xbd974558,0xbed6d264,2
|
| 496 |
+
np.float32,0xfecee77a,0xd496387f,2
|
| 497 |
+
np.float32,0x3f51876b,0x3f6f76f1,2
|
| 498 |
+
np.float32,0x3b1a25,0x2a45ddad,2
|
| 499 |
+
np.float32,0xfe9912f0,0xd487dd67,2
|
| 500 |
+
np.float32,0x3f3ab13d,0x3f666d99,2
|
| 501 |
+
np.float32,0xbf35565a,0xbf64341b,2
|
| 502 |
+
np.float32,0x7d4e84aa,0x54162091,2
|
| 503 |
+
np.float32,0x4c2570,0x2a574dea,2
|
| 504 |
+
np.float32,0x7e82dca6,0x5480f26b,2
|
| 505 |
+
np.float32,0x7f5503e7,0x54bf1c8d,2
|
| 506 |
+
np.float32,0xbeb85034,0xbf361c59,2
|
| 507 |
+
np.float32,0x80460a69,0xaa516387,2
|
| 508 |
+
np.float32,0x805fbbab,0xaa68602c,2
|
| 509 |
+
np.float32,0x7d4b4c1b,0x541557b8,2
|
| 510 |
+
np.float32,0xbefa9a0a,0xbf49bfbc,2
|
| 511 |
+
np.float32,0x3dbd233f,0x3ee76e09,2
|
| 512 |
+
np.float32,0x58b6df,0x2a628d50,2
|
| 513 |
+
np.float32,0xfcdcc180,0xd3f3aad9,2
|
| 514 |
+
np.float32,0x423a37,0x2a4d8487,2
|
| 515 |
+
np.float32,0xbed8b32a,0xbf403507,2
|
| 516 |
+
np.float32,0x3f68e85d,0x3f780f0b,2
|
| 517 |
+
np.float32,0x7ee13c4b,0x549a883d,2
|
| 518 |
+
np.float32,0xff2ed4c5,0xd4b2eec1,2
|
| 519 |
+
np.float32,0xbf54dadc,0xbf70b99a,2
|
| 520 |
+
np.float32,0x3f78b0af,0x3f7d8a32,2
|
| 521 |
+
np.float32,0x3f377372,0x3f651635,2
|
| 522 |
+
np.float32,0xfdaa6178,0xd43166bc,2
|
| 523 |
+
np.float32,0x8060c337,0xaa6934a6,2
|
| 524 |
+
np.float32,0x7ec752c2,0x54945cf6,2
|
| 525 |
+
np.float32,0xbd01a760,0xbea1f624,2
|
| 526 |
+
np.float32,0x6f6599,0x2a746a35,2
|
| 527 |
+
np.float32,0x3f6315b0,0x3f75f95b,2
|
| 528 |
+
np.float32,0x7f2baf32,0x54b1da44,2
|
| 529 |
+
np.float32,0x3e400353,0x3f1286d8,2
|
| 530 |
+
np.float32,0x40d3bf,0x2a4c0f15,2
|
| 531 |
+
np.float32,0x7f733aca,0x54c7c03d,2
|
| 532 |
+
np.float32,0x7e5c5407,0x5473828b,2
|
| 533 |
+
np.float32,0x80191703,0xaa14b56a,2
|
| 534 |
+
np.float32,0xbf4fc144,0xbf6ec970,2
|
| 535 |
+
np.float32,0xbf1137a7,0xbf53eacd,2
|
| 536 |
+
np.float32,0x80575410,0xaa615db3,2
|
| 537 |
+
np.float32,0xbd0911d0,0xbea4fe07,2
|
| 538 |
+
np.float32,0x3e98534a,0x3f2ae643,2
|
| 539 |
+
np.float32,0x3f3b089a,0x3f669185,2
|
| 540 |
+
np.float32,0x4fc752,0x2a5aacc1,2
|
| 541 |
+
np.float32,0xbef44ddc,0xbf480b6e,2
|
| 542 |
+
np.float32,0x80464217,0xaa519af4,2
|
| 543 |
+
np.float32,0x80445fae,0xaa4fb6de,2
|
| 544 |
+
np.float32,0x80771cf4,0xaa79eec8,2
|
| 545 |
+
np.float32,0xfd9182e8,0xd4284fed,2
|
| 546 |
+
np.float32,0xff0a5d16,0xd4a58288,2
|
| 547 |
+
np.float32,0x3f33e169,0x3f63973e,2
|
| 548 |
+
np.float32,0x8021a247,0xaa23f820,2
|
| 549 |
+
np.float32,0xbf362522,0xbf648ab8,2
|
| 550 |
+
np.float32,0x3f457cd7,0x3f6ac95e,2
|
| 551 |
+
np.float32,0xbcadf400,0xbe8dc7e2,2
|
| 552 |
+
np.float32,0x80237210,0xaa26dca7,2
|
| 553 |
+
np.float32,0xbf1293c9,0xbf54939f,2
|
| 554 |
+
np.float32,0xbc5e73c0,0xbe744a37,2
|
| 555 |
+
np.float32,0x3c03f980,0x3e4d44df,2
|
| 556 |
+
np.float32,0x7da46f,0x2a7e6b20,2
|
| 557 |
+
np.float32,0x5d4570,0x2a665dd0,2
|
| 558 |
+
np.float32,0x3e93fbac,0x3f294287,2
|
| 559 |
+
np.float32,0x7e6808fd,0x5477bfa4,2
|
| 560 |
+
np.float32,0xff5aa9a6,0xd4c0c925,2
|
| 561 |
+
np.float32,0xbf5206ba,0xbf6fa767,2
|
| 562 |
+
np.float32,0xbf6e513e,0xbf79f6f1,2
|
| 563 |
+
np.float32,0x3ed01c0f,0x3f3da20f,2
|
| 564 |
+
np.float32,0xff47d93d,0xd4bb1704,2
|
| 565 |
+
np.float32,0x7f466cfd,0x54baa514,2
|
| 566 |
+
np.float32,0x665e10,0x2a6d9fc8,2
|
| 567 |
+
np.float32,0x804d0629,0xaa5820e8,2
|
| 568 |
+
np.float32,0x7e0beaa0,0x54514e7e,2
|
| 569 |
+
np.float32,0xbf7fcb6c,0xbf7fee78,2
|
| 570 |
+
np.float32,0x3f6c5b03,0x3f7946dd,2
|
| 571 |
+
np.float32,0x3e941504,0x3f294c30,2
|
| 572 |
+
np.float32,0xbf2749ad,0xbf5e26a1,2
|
| 573 |
+
np.float32,0xfec2a00a,0xd493302d,2
|
| 574 |
+
np.float32,0x3f15a358,0x3f560bce,2
|
| 575 |
+
np.float32,0x3f15c4e7,0x3f561bcd,2
|
| 576 |
+
np.float32,0xfedc8692,0xd499728c,2
|
| 577 |
+
np.float32,0x7e8f6902,0x5484f180,2
|
| 578 |
+
np.float32,0x7f663d62,0x54c42136,2
|
| 579 |
+
np.float32,0x8027ea62,0xaa2d99b4,2
|
| 580 |
+
np.float32,0x3f3d093d,0x3f67636d,2
|
| 581 |
+
np.float32,0x7f118c33,0x54a85382,2
|
| 582 |
+
np.float32,0x803e866a,0xaa499d43,2
|
| 583 |
+
np.float32,0x80053632,0xa9b02407,2
|
| 584 |
+
np.float32,0xbf36dd66,0xbf64d7af,2
|
| 585 |
+
np.float32,0xbf560358,0xbf71292b,2
|
| 586 |
+
np.float32,0x139a8,0x29596bc0,2
|
| 587 |
+
np.float32,0xbe04f75c,0xbf01a26c,2
|
| 588 |
+
np.float32,0xfe1c3268,0xd45920fa,2
|
| 589 |
+
np.float32,0x7ec77f72,0x5494680c,2
|
| 590 |
+
np.float32,0xbedde724,0xbf41bbba,2
|
| 591 |
+
np.float32,0x3e81dbe0,0x3f220bfd,2
|
| 592 |
+
np.float32,0x800373ac,0xa99989d4,2
|
| 593 |
+
np.float32,0x3f7f859a,0x3f7fd72d,2
|
| 594 |
+
np.float32,0x3eb9dc7e,0x3f369e80,2
|
| 595 |
+
np.float32,0xff5f8eb7,0xd4c236b1,2
|
| 596 |
+
np.float32,0xff1c03cb,0xd4ac44ac,2
|
| 597 |
+
np.float32,0x18cfe1,0x2a14285b,2
|
| 598 |
+
np.float32,0x7f21b075,0x54ae54fd,2
|
| 599 |
+
np.float32,0xff490bd8,0xd4bb7680,2
|
| 600 |
+
np.float32,0xbf15dc22,0xbf5626de,2
|
| 601 |
+
np.float32,0xfe1d5a10,0xd459a9a3,2
|
| 602 |
+
np.float32,0x750544,0x2a7875e4,2
|
| 603 |
+
np.float32,0x8023d5df,0xaa2778b3,2
|
| 604 |
+
np.float32,0x3e42aa08,0x3f1332b2,2
|
| 605 |
+
np.float32,0x3ecaa751,0x3f3bf60d,2
|
| 606 |
+
np.float32,0x0,0x0,2
|
| 607 |
+
np.float32,0x80416da6,0xaa4cb011,2
|
| 608 |
+
np.float32,0x3f4ea9ae,0x3f6e5e22,2
|
| 609 |
+
np.float32,0x2113f4,0x2a230f8e,2
|
| 610 |
+
np.float32,0x3f35c2e6,0x3f64619a,2
|
| 611 |
+
np.float32,0xbf50db8a,0xbf6f3564,2
|
| 612 |
+
np.float32,0xff4d5cea,0xd4bccb8a,2
|
| 613 |
+
np.float32,0x7ee54420,0x549b72d2,2
|
| 614 |
+
np.float32,0x64ee68,0x2a6c81f7,2
|
| 615 |
+
np.float32,0x5330da,0x2a5dbfc2,2
|
| 616 |
+
np.float32,0x80047f88,0xa9a7b467,2
|
| 617 |
+
np.float32,0xbda01078,0xbedae800,2
|
| 618 |
+
np.float32,0xfe96d05a,0xd487315f,2
|
| 619 |
+
np.float32,0x8003cc10,0xa99e7ef4,2
|
| 620 |
+
np.float32,0x8007b4ac,0xa9c8aa3d,2
|
| 621 |
+
np.float32,0x5d4bcf,0x2a66630e,2
|
| 622 |
+
np.float32,0xfdd0c0b0,0xd43dd403,2
|
| 623 |
+
np.float32,0xbf7a1d82,0xbf7e05f0,2
|
| 624 |
+
np.float32,0x74ca33,0x2a784c0f,2
|
| 625 |
+
np.float32,0x804f45e5,0xaa5a3640,2
|
| 626 |
+
np.float32,0x7e6d16aa,0x547988c4,2
|
| 627 |
+
np.float32,0x807d5762,0xaa7e3714,2
|
| 628 |
+
np.float32,0xfecf93d0,0xd4966229,2
|
| 629 |
+
np.float32,0xfecbd25c,0xd4957890,2
|
| 630 |
+
np.float32,0xff7db31c,0xd4ca93b0,2
|
| 631 |
+
np.float32,0x3dac9e18,0x3ee07c4a,2
|
| 632 |
+
np.float32,0xbf4b2d28,0xbf6d0509,2
|
| 633 |
+
np.float32,0xbd4f4c50,0xbebd62e0,2
|
| 634 |
+
np.float32,0xbd2eac40,0xbeb2e0ee,2
|
| 635 |
+
np.float32,0x3d01b69b,0x3ea1fc7b,2
|
| 636 |
+
np.float32,0x7ec63902,0x549416ed,2
|
| 637 |
+
np.float32,0xfcc47700,0xd3ea616d,2
|
| 638 |
+
np.float32,0xbf5ddec2,0xbf7413a1,2
|
| 639 |
+
np.float32,0xff6a6110,0xd4c54c52,2
|
| 640 |
+
np.float32,0xfdfae2a0,0xd449d335,2
|
| 641 |
+
np.float32,0x7e54868c,0x547099cd,2
|
| 642 |
+
np.float32,0x802b5b88,0xaa327413,2
|
| 643 |
+
np.float32,0x80440e72,0xaa4f647a,2
|
| 644 |
+
np.float32,0x3e313c94,0x3f0eaad5,2
|
| 645 |
+
np.float32,0x3ebb492a,0x3f3715a2,2
|
| 646 |
+
np.float32,0xbef56286,0xbf4856d5,2
|
| 647 |
+
np.float32,0x3f0154ba,0x3f4be3a0,2
|
| 648 |
+
np.float32,0xff2df86c,0xd4b2a376,2
|
| 649 |
+
np.float32,0x3ef6a850,0x3f48af57,2
|
| 650 |
+
np.float32,0x3d8d33e1,0x3ed1f22d,2
|
| 651 |
+
np.float32,0x4dd9b9,0x2a58e615,2
|
| 652 |
+
np.float32,0x7f1caf83,0x54ac83c9,2
|
| 653 |
+
np.float32,0xbf7286b3,0xbf7b6d73,2
|
| 654 |
+
np.float32,0x80064f88,0xa9bbbd9f,2
|
| 655 |
+
np.float32,0xbf1f55fa,0xbf5a92db,2
|
| 656 |
+
np.float32,0x546a81,0x2a5ed516,2
|
| 657 |
+
np.float32,0xbe912880,0xbf282d0a,2
|
| 658 |
+
np.float32,0x5df587,0x2a66ee6e,2
|
| 659 |
+
np.float32,0x801f706c,0xaa205279,2
|
| 660 |
+
np.float32,0x58cb6d,0x2a629ece,2
|
| 661 |
+
np.float32,0xfe754f8c,0xd47c62da,2
|
| 662 |
+
np.float32,0xbefb6f4c,0xbf49f8e7,2
|
| 663 |
+
np.float32,0x80000001,0xa6a14518,2
|
| 664 |
+
np.float32,0xbf067837,0xbf4e8df4,2
|
| 665 |
+
np.float32,0x3e8e715c,0x3f271ee4,2
|
| 666 |
+
np.float32,0x8009de9b,0xa9d9ebc8,2
|
| 667 |
+
np.float32,0xbf371ff1,0xbf64f36e,2
|
| 668 |
+
np.float32,0x7f5ce661,0x54c170e4,2
|
| 669 |
+
np.float32,0x3f3c47d1,0x3f671467,2
|
| 670 |
+
np.float32,0xfea5e5a6,0xd48b8eb2,2
|
| 671 |
+
np.float32,0xff62b17f,0xd4c31e15,2
|
| 672 |
+
np.float32,0xff315932,0xd4b3c98f,2
|
| 673 |
+
np.float32,0xbf1c3ca8,0xbf5925b9,2
|
| 674 |
+
np.float32,0x7f800000,0x7f800000,2
|
| 675 |
+
np.float32,0xfdf20868,0xd4476c3b,2
|
| 676 |
+
np.float32,0x5b790e,0x2a64e052,2
|
| 677 |
+
np.float32,0x3f5ddf4e,0x3f7413d4,2
|
| 678 |
+
np.float32,0x7f1a3182,0x54ab9861,2
|
| 679 |
+
np.float32,0x3f4b906e,0x3f6d2b9d,2
|
| 680 |
+
np.float32,0x7ebac760,0x54912edb,2
|
| 681 |
+
np.float32,0x7f626d3f,0x54c30a7e,2
|
| 682 |
+
np.float32,0x3e27b058,0x3f0c0edc,2
|
| 683 |
+
np.float32,0x8041e69c,0xaa4d2de8,2
|
| 684 |
+
np.float32,0x3f42cee0,0x3f69b84a,2
|
| 685 |
+
np.float32,0x7ec5fe83,0x5494085b,2
|
| 686 |
+
np.float32,0x9d3e6,0x29d99cde,2
|
| 687 |
+
np.float32,0x3edc50c0,0x3f41452d,2
|
| 688 |
+
np.float32,0xbf2c463a,0xbf60562c,2
|
| 689 |
+
np.float32,0x800bfa33,0xa9e871e8,2
|
| 690 |
+
np.float32,0x7c9f2c,0x2a7dba4d,2
|
| 691 |
+
np.float32,0x7f2ef9fd,0x54b2fb73,2
|
| 692 |
+
np.float32,0x80741847,0xaa77cdb9,2
|
| 693 |
+
np.float32,0x7e9c462a,0x5488ce1b,2
|
| 694 |
+
np.float32,0x3ea47ec1,0x3f2f55a9,2
|
| 695 |
+
np.float32,0x7f311c43,0x54b3b4f5,2
|
| 696 |
+
np.float32,0x3d8f4c73,0x3ed2facd,2
|
| 697 |
+
np.float32,0x806d7bd2,0xaa7301ef,2
|
| 698 |
+
np.float32,0xbf633d24,0xbf760799,2
|
| 699 |
+
np.float32,0xff4f9a3f,0xd4bd7a99,2
|
| 700 |
+
np.float32,0x3f6021ca,0x3f74e73d,2
|
| 701 |
+
np.float32,0x7e447015,0x546a5eac,2
|
| 702 |
+
np.float32,0x6bff3c,0x2a71e711,2
|
| 703 |
+
np.float32,0xe9c9f,0x29f85f06,2
|
| 704 |
+
np.float32,0x8009fe14,0xa9dad277,2
|
| 705 |
+
np.float32,0x807cf79c,0xaa7df644,2
|
| 706 |
+
np.float32,0xff440e1b,0xd4b9e608,2
|
| 707 |
+
np.float32,0xbddf9a50,0xbef4b5db,2
|
| 708 |
+
np.float32,0x7f3b1c39,0x54b706fc,2
|
| 709 |
+
np.float32,0x3c7471a0,0x3e7c16a7,2
|
| 710 |
+
np.float32,0x8065b02b,0xaa6d18ee,2
|
| 711 |
+
np.float32,0x7f63a3b2,0x54c36379,2
|
| 712 |
+
np.float32,0xbe9c9d92,0xbf2c7d33,2
|
| 713 |
+
np.float32,0x3d93aad3,0x3ed51a2e,2
|
| 714 |
+
np.float32,0xbf41b040,0xbf694571,2
|
| 715 |
+
np.float32,0x80396b9e,0xaa43f899,2
|
| 716 |
+
np.float64,0x800fa025695f404b,0xaaa4000ff64bb00c,2
|
| 717 |
+
np.float64,0xbfecc00198f98003,0xbfeee0b623fbd94b,2
|
| 718 |
+
np.float64,0x7f9eeb60b03dd6c0,0x55291bf8554bb303,2
|
| 719 |
+
np.float64,0x3fba74485634e890,0x3fde08710bdb148d,2
|
| 720 |
+
np.float64,0xbfdd9a75193b34ea,0xbfe8bf711660a2f5,2
|
| 721 |
+
np.float64,0xbfcf92e17a3f25c4,0xbfe4119eda6f3773,2
|
| 722 |
+
np.float64,0xbfe359e2ba66b3c6,0xbfeb0f7ae97ea142,2
|
| 723 |
+
np.float64,0x20791a5640f24,0x2a9441f13d262bed,2
|
| 724 |
+
np.float64,0x3fe455fbfae8abf8,0x3feb830d63e1022c,2
|
| 725 |
+
np.float64,0xbd112b7b7a226,0x2aa238c097ec269a,2
|
| 726 |
+
np.float64,0x93349ba126694,0x2aa0c363cd74465a,2
|
| 727 |
+
np.float64,0x20300cd440602,0x2a9432b4f4081209,2
|
| 728 |
+
np.float64,0x3fdcfae677b9f5cc,0x3fe892a9ee56fe8d,2
|
| 729 |
+
np.float64,0xbfefaae3f7bf55c8,0xbfefe388066132c4,2
|
| 730 |
+
np.float64,0x1a7d6eb634faf,0x2a92ed9851d29ab5,2
|
| 731 |
+
np.float64,0x7fd5308d39aa6119,0x553be444e30326c6,2
|
| 732 |
+
np.float64,0xff811c7390223900,0xd5205cb404952fa7,2
|
| 733 |
+
np.float64,0x80083d24aff07a4a,0xaaa0285cf764d898,2
|
| 734 |
+
np.float64,0x800633810ccc6703,0xaa9d65341419586b,2
|
| 735 |
+
np.float64,0x800ff456223fe8ac,0xaaa423bbcc24dff1,2
|
| 736 |
+
np.float64,0x7fde5c99aebcb932,0x553f71be7d6d9daa,2
|
| 737 |
+
np.float64,0x3fed961c4b3b2c39,0x3fef2ca146270cac,2
|
| 738 |
+
np.float64,0x7fe744d30c6e89a5,0x554220a4cdc78e62,2
|
| 739 |
+
np.float64,0x3fd8f527c7b1ea50,0x3fe76101085be1cb,2
|
| 740 |
+
np.float64,0xbfc96a14b232d428,0xbfe2ab1a8962606c,2
|
| 741 |
+
np.float64,0xffe85f540cf0bea7,0xd54268dff964519a,2
|
| 742 |
+
np.float64,0x800e3be0fe7c77c2,0xaaa3634efd7f020b,2
|
| 743 |
+
np.float64,0x3feb90d032f721a0,0x3fee72a4579e8b12,2
|
| 744 |
+
np.float64,0xffe05674aaa0ace9,0xd5401c9e3fb4abcf,2
|
| 745 |
+
np.float64,0x3fefc2e32c3f85c6,0x3fefeb940924bf42,2
|
| 746 |
+
np.float64,0xbfecfd89e9f9fb14,0xbfeef6addf73ee49,2
|
| 747 |
+
np.float64,0xf5862717eb0c5,0x2aa3e1428780382d,2
|
| 748 |
+
np.float64,0xffc3003b32260078,0xd53558f92202dcdb,2
|
| 749 |
+
np.float64,0x3feb4c152c36982a,0x3fee5940f7da0825,2
|
| 750 |
+
np.float64,0x3fe7147b002e28f6,0x3fecb2948f46d1e3,2
|
| 751 |
+
np.float64,0x7fe00ad9b4a015b2,0x5540039d15e1da54,2
|
| 752 |
+
np.float64,0x8010000000000000,0xaaa428a2f98d728b,2
|
| 753 |
+
np.float64,0xbfd3a41bfea74838,0xbfe595ab45b1be91,2
|
| 754 |
+
np.float64,0x7fdbfd6e5537fadc,0x553e9a6e1107b8d0,2
|
| 755 |
+
np.float64,0x800151d9d9a2a3b4,0xaa918cd8fb63f40f,2
|
| 756 |
+
np.float64,0x7fe6828401ad0507,0x5541eda05dcd1fcf,2
|
| 757 |
+
np.float64,0x3fdae1e7a1b5c3d0,0x3fe7f711e72ecc35,2
|
| 758 |
+
np.float64,0x7fdf4936133e926b,0x553fc29c8d5edea3,2
|
| 759 |
+
np.float64,0x80079de12d4f3bc3,0xaa9f7b06a9286da4,2
|
| 760 |
+
np.float64,0x3fe1261cade24c39,0x3fe9fe09488e417a,2
|
| 761 |
+
np.float64,0xbfc20dce21241b9c,0xbfe0a842fb207a28,2
|
| 762 |
+
np.float64,0x3fe3285dfa2650bc,0x3feaf85215f59ef9,2
|
| 763 |
+
np.float64,0x7fe42b93aea85726,0x554148c3c3bb35e3,2
|
| 764 |
+
np.float64,0xffe6c74e7f6d8e9c,0xd541ffd13fa36dbd,2
|
| 765 |
+
np.float64,0x3fe73ea139ee7d42,0x3fecc402242ab7d3,2
|
| 766 |
+
np.float64,0xffbd4b46be3a9690,0xd53392de917c72e4,2
|
| 767 |
+
np.float64,0x800caed8df395db2,0xaaa2a811a02e6be4,2
|
| 768 |
+
np.float64,0x800aacdb6c9559b7,0xaaa19d6fbc8feebf,2
|
| 769 |
+
np.float64,0x839fb4eb073f7,0x2aa0264b98327c12,2
|
| 770 |
+
np.float64,0xffd0157ba9a02af8,0xd5397157a11c0d05,2
|
| 771 |
+
np.float64,0x7fddc8ff173b91fd,0x553f3e7663fb2ac7,2
|
| 772 |
+
np.float64,0x67b365facf66d,0x2a9dd4d838b0d853,2
|
| 773 |
+
np.float64,0xffe12e7fc7225cff,0xd5406272a83a8e1b,2
|
| 774 |
+
np.float64,0x7fea5b19a034b632,0x5542e567658b3e36,2
|
| 775 |
+
np.float64,0x124989d824932,0x2a90ba8dc7a39532,2
|
| 776 |
+
np.float64,0xffe12ef098225de0,0xd54062968450a078,2
|
| 777 |
+
np.float64,0x3fea2f44a3f45e8a,0x3fedee3c461f4716,2
|
| 778 |
+
np.float64,0x3fe6b033e66d6068,0x3fec88c8035e06b1,2
|
| 779 |
+
np.float64,0x3fe928a2ccf25146,0x3fed88d4cde7a700,2
|
| 780 |
+
np.float64,0x3feead27e97d5a50,0x3fef8d7537d82e60,2
|
| 781 |
+
np.float64,0x8003ab80b6875702,0xaa98adfedd7715a9,2
|
| 782 |
+
np.float64,0x45a405828b481,0x2a9a1fa99a4eff1e,2
|
| 783 |
+
np.float64,0x8002ddebad85bbd8,0xaa96babfda4e0031,2
|
| 784 |
+
np.float64,0x3fc278c32824f186,0x3fe0c8e7c979fbd5,2
|
| 785 |
+
np.float64,0x2e10fffc5c221,0x2a96c30a766d06fa,2
|
| 786 |
+
np.float64,0xffd6ba8c2ead7518,0xd53c8d1d92bc2788,2
|
| 787 |
+
np.float64,0xbfeb5ec3a036bd87,0xbfee602bbf0a0d01,2
|
| 788 |
+
np.float64,0x3fed5bd58f7ab7ab,0x3fef181bf591a4a7,2
|
| 789 |
+
np.float64,0x7feb5274a5b6a4e8,0x55431fcf81876218,2
|
| 790 |
+
np.float64,0xaf8fd6cf5f1fb,0x2aa1c6edbb1e2aaf,2
|
| 791 |
+
np.float64,0x7fece718f179ce31,0x55437c74efb90933,2
|
| 792 |
+
np.float64,0xbfa3c42d0c278860,0xbfd5a16407c77e73,2
|
| 793 |
+
np.float64,0x800b5cff0576b9fe,0xaaa1fc4ecb0dec4f,2
|
| 794 |
+
np.float64,0x800be89ae557d136,0xaaa244d115fc0963,2
|
| 795 |
+
np.float64,0x800d2578f5ba4af2,0xaaa2e18a3a3fc134,2
|
| 796 |
+
np.float64,0x80090ff93e321ff3,0xaaa0add578e3cc3c,2
|
| 797 |
+
np.float64,0x28c5a240518c,0x2a81587cccd7e202,2
|
| 798 |
+
np.float64,0x7fec066929780cd1,0x55434971435d1069,2
|
| 799 |
+
np.float64,0x7fc84d4d15309a99,0x55372c204515694f,2
|
| 800 |
+
np.float64,0xffe070a75de0e14e,0xd54025365046dad2,2
|
| 801 |
+
np.float64,0x7fe5b27cc36b64f9,0x5541b5b822f0b6ca,2
|
| 802 |
+
np.float64,0x3fdea35ac8bd46b6,0x3fe9086a0fb792c2,2
|
| 803 |
+
np.float64,0xbfe79996f7af332e,0xbfece9571d37a5b3,2
|
| 804 |
+
np.float64,0xffdfb47f943f6900,0xd53fe6c14c3366db,2
|
| 805 |
+
np.float64,0xc015cf63802ba,0x2aa2517164d075f4,2
|
| 806 |
+
np.float64,0x7feba98948375312,0x5543340b5b1f1181,2
|
| 807 |
+
np.float64,0x8008678e6550cf1d,0xaaa043e7cea90da5,2
|
| 808 |
+
np.float64,0x3fb11b92fa223726,0x3fd9f8b53be4d90b,2
|
| 809 |
+
np.float64,0x7fc9b18cf0336319,0x55379b42da882047,2
|
| 810 |
+
np.float64,0xbfe5043e736a087d,0xbfebd0c67db7a8e3,2
|
| 811 |
+
np.float64,0x7fde88546a3d10a8,0x553f80cfe5bcf5fe,2
|
| 812 |
+
np.float64,0x8006a6c82dcd4d91,0xaa9e171d182ba049,2
|
| 813 |
+
np.float64,0xbfa0f707ac21ee10,0xbfd48e5d3faa1699,2
|
| 814 |
+
np.float64,0xbfe7716bffaee2d8,0xbfecd8e6abfb8964,2
|
| 815 |
+
np.float64,0x9511ccab2a23a,0x2aa0d56d748f0313,2
|
| 816 |
+
np.float64,0x8003ddb9b847bb74,0xaa991ca06fd9d308,2
|
| 817 |
+
np.float64,0x80030710fac60e23,0xaa9725845ac95fe8,2
|
| 818 |
+
np.float64,0xffece5bbaeb9cb76,0xd5437c2670f894f4,2
|
| 819 |
+
np.float64,0x3fd9be5c72b37cb9,0x3fe79f2e932a5708,2
|
| 820 |
+
np.float64,0x1f050cca3e0a3,0x2a93f36499fe5228,2
|
| 821 |
+
np.float64,0x3fd5422becaa8458,0x3fe6295d6150df58,2
|
| 822 |
+
np.float64,0xffd72c050e2e580a,0xd53cbc52d73b495f,2
|
| 823 |
+
np.float64,0xbfe66d5235ecdaa4,0xbfec6ca27e60bf23,2
|
| 824 |
+
np.float64,0x17ac49a42f58a,0x2a923b5b757087a0,2
|
| 825 |
+
np.float64,0xffd39edc40273db8,0xd53b2f7bb99b96bf,2
|
| 826 |
+
np.float64,0x7fde6cf009bcd9df,0x553f77614eb30d75,2
|
| 827 |
+
np.float64,0x80042b4c3fa85699,0xaa99c05fbdd057db,2
|
| 828 |
+
np.float64,0xbfde5547f8bcaa90,0xbfe8f3147d67a940,2
|
| 829 |
+
np.float64,0xbfdd02f9bf3a05f4,0xbfe894f2048aa3fe,2
|
| 830 |
+
np.float64,0xbfa20ec82c241d90,0xbfd4fd02ee55aac7,2
|
| 831 |
+
np.float64,0x8002f670f8c5ece3,0xaa96fad7e53dd479,2
|
| 832 |
+
np.float64,0x80059f24d7eb3e4a,0xaa9c7312dae0d7bc,2
|
| 833 |
+
np.float64,0x7fe6ae7423ad5ce7,0x5541f9430be53062,2
|
| 834 |
+
np.float64,0xe135ea79c26be,0x2aa350d8f8c526e1,2
|
| 835 |
+
np.float64,0x3fec188ce4f8311a,0x3feea44d21c23f68,2
|
| 836 |
+
np.float64,0x800355688286aad2,0xaa97e6ca51eb8357,2
|
| 837 |
+
np.float64,0xa2d6530b45acb,0x2aa15635bbd366e8,2
|
| 838 |
+
np.float64,0x600e0150c01c1,0x2a9d1456ea6c239c,2
|
| 839 |
+
np.float64,0x8009c30863338611,0xaaa118f94b188bcf,2
|
| 840 |
+
np.float64,0x3fe7e4c0dfefc982,0x3fed07e8480b8c07,2
|
| 841 |
+
np.float64,0xbfddac6407bb58c8,0xbfe8c46f63a50225,2
|
| 842 |
+
np.float64,0xbc85e977790bd,0x2aa2344636ed713d,2
|
| 843 |
+
np.float64,0xfff0000000000000,0xfff0000000000000,2
|
| 844 |
+
np.float64,0xffcd1570303a2ae0,0xd5389a27d5148701,2
|
| 845 |
+
np.float64,0xbf937334d026e660,0xbfd113762e4e29a7,2
|
| 846 |
+
np.float64,0x3fdbfdaa9b37fb55,0x3fe84a425fdff7df,2
|
| 847 |
+
np.float64,0xffc10800f5221000,0xd5349535ffe12030,2
|
| 848 |
+
np.float64,0xaf40f3755e81f,0x2aa1c443af16cd27,2
|
| 849 |
+
np.float64,0x800f7da34f7efb47,0xaaa3f14bf25fc89f,2
|
| 850 |
+
np.float64,0xffe4a60125a94c02,0xd5416b764a294128,2
|
| 851 |
+
np.float64,0xbf8e25aa903c4b40,0xbfcf5ebc275b4789,2
|
| 852 |
+
np.float64,0x3fca681bbb34d038,0x3fe2e882bcaee320,2
|
| 853 |
+
np.float64,0xbfd0f3c9c1a1e794,0xbfe48d0df7b47572,2
|
| 854 |
+
np.float64,0xffeb99b49d373368,0xd5433060dc641910,2
|
| 855 |
+
np.float64,0x3fe554fb916aa9f8,0x3febf437cf30bd67,2
|
| 856 |
+
np.float64,0x80079518d0af2a32,0xaa9f6ee87044745a,2
|
| 857 |
+
np.float64,0x5e01a8a0bc036,0x2a9cdf0badf222c3,2
|
| 858 |
+
np.float64,0xbfea9831b3f53064,0xbfee1601ee953ab3,2
|
| 859 |
+
np.float64,0xbfc369d1a826d3a4,0xbfe110b675c311e0,2
|
| 860 |
+
np.float64,0xa82e640d505cd,0x2aa1863d4e523b9c,2
|
| 861 |
+
np.float64,0x3fe506d70a2a0dae,0x3febd1eba3aa83fa,2
|
| 862 |
+
np.float64,0xcbacba7197598,0x2aa2adeb9927f1f2,2
|
| 863 |
+
np.float64,0xc112d6038225b,0x2aa25978f12038b0,2
|
| 864 |
+
np.float64,0xffa7f5f44c2febf0,0xd52d0ede02d4e18b,2
|
| 865 |
+
np.float64,0x8006f218e34de433,0xaa9e870cf373b4eb,2
|
| 866 |
+
np.float64,0xffe6d9a5d06db34b,0xd54204a4adc608c7,2
|
| 867 |
+
np.float64,0x7fe717210eae2e41,0x554214bf3e2b5228,2
|
| 868 |
+
np.float64,0xbfdd4b45cdba968c,0xbfe8a94c7f225f8e,2
|
| 869 |
+
np.float64,0x883356571066b,0x2aa055ab0b2a8833,2
|
| 870 |
+
np.float64,0x3fe307fc02a60ff8,0x3feae9175053288f,2
|
| 871 |
+
np.float64,0x3fefa985f77f530c,0x3fefe31289446615,2
|
| 872 |
+
np.float64,0x8005698a98aad316,0xaa9c17814ff7d630,2
|
| 873 |
+
np.float64,0x3fea77333c74ee66,0x3fee098ba70e10fd,2
|
| 874 |
+
np.float64,0xbfd1d00b0023a016,0xbfe4e497fd1cbea1,2
|
| 875 |
+
np.float64,0x80009b0c39813619,0xaa8b130a6909cc3f,2
|
| 876 |
+
np.float64,0x3fdbeb896fb7d714,0x3fe84502ba5437f8,2
|
| 877 |
+
np.float64,0x3fb6e7e3562dcfc7,0x3fdca00d35c389ad,2
|
| 878 |
+
np.float64,0xb2d46ebf65a8e,0x2aa1e2fe158d0838,2
|
| 879 |
+
np.float64,0xbfd5453266aa8a64,0xbfe62a6a74c8ef6e,2
|
| 880 |
+
np.float64,0x7fe993aa07732753,0x5542b5438bf31cb7,2
|
| 881 |
+
np.float64,0xbfda5a098cb4b414,0xbfe7ce6d4d606203,2
|
| 882 |
+
np.float64,0xbfe40c3ce068187a,0xbfeb61a32c57a6d0,2
|
| 883 |
+
np.float64,0x3fcf17671d3e2ed0,0x3fe3f753170ab686,2
|
| 884 |
+
np.float64,0xbfe4f814b6e9f02a,0xbfebcb67c60b7b08,2
|
| 885 |
+
np.float64,0x800efedf59fdfdbf,0xaaa3ba4ed44ad45a,2
|
| 886 |
+
np.float64,0x800420b556e8416b,0xaa99aa7fb14edeab,2
|
| 887 |
+
np.float64,0xbf6e4ae6403c9600,0xbfc3cb2b29923989,2
|
| 888 |
+
np.float64,0x3fda5c760a34b8ec,0x3fe7cf2821c52391,2
|
| 889 |
+
np.float64,0x7f898faac0331f55,0x5522b44a01408188,2
|
| 890 |
+
np.float64,0x3fd55af4b7aab5e9,0x3fe631f6d19503b3,2
|
| 891 |
+
np.float64,0xbfa30a255c261450,0xbfd55caf0826361d,2
|
| 892 |
+
np.float64,0x7fdfb801343f7001,0x553fe7ee50b9199a,2
|
| 893 |
+
np.float64,0x7fa89ee91c313dd1,0x552d528ca2a4d659,2
|
| 894 |
+
np.float64,0xffea72921d34e524,0xd542eb01af2e470d,2
|
| 895 |
+
np.float64,0x3feddf0f33fbbe1e,0x3fef462b67fc0a91,2
|
| 896 |
+
np.float64,0x3fe36700b566ce01,0x3feb1596caa8eff7,2
|
| 897 |
+
np.float64,0x7fe6284a25ac5093,0x5541d58be3956601,2
|
| 898 |
+
np.float64,0xffda16f7c8b42df0,0xd53de4f722485205,2
|
| 899 |
+
np.float64,0x7f9355b94026ab72,0x552578cdeb41d2ca,2
|
| 900 |
+
np.float64,0xffd3a9b022275360,0xd53b347b02dcea21,2
|
| 901 |
+
np.float64,0x3fcb7f4f4a36fe9f,0x3fe32a40e9f6c1aa,2
|
| 902 |
+
np.float64,0x7fdb958836372b0f,0x553e746103f92111,2
|
| 903 |
+
np.float64,0x3fd37761c0a6eec4,0x3fe5853c5654027e,2
|
| 904 |
+
np.float64,0x3fe449f1a2e893e4,0x3feb7d9e4eacc356,2
|
| 905 |
+
np.float64,0x80077dfbef0efbf9,0xaa9f4ed788d2fadd,2
|
| 906 |
+
np.float64,0x4823aa7890476,0x2a9a6eb4b653bad5,2
|
| 907 |
+
np.float64,0xbfede01a373bc034,0xbfef468895fbcd29,2
|
| 908 |
+
np.float64,0xbfe2bac5f125758c,0xbfeac4811c4dd66f,2
|
| 909 |
+
np.float64,0x3fec10373af8206e,0x3feea14529e0f178,2
|
| 910 |
+
np.float64,0x3fe305e30ca60bc6,0x3feae81a2f9d0302,2
|
| 911 |
+
np.float64,0xa9668c5f52cd2,0x2aa1910e3a8f2113,2
|
| 912 |
+
np.float64,0xbfd98b1717b3162e,0xbfe78f75995335d2,2
|
| 913 |
+
np.float64,0x800fa649c35f4c94,0xaaa402ae79026a8f,2
|
| 914 |
+
np.float64,0xbfb07dacf620fb58,0xbfd9a7d33d93a30f,2
|
| 915 |
+
np.float64,0x80015812f382b027,0xaa91a843e9c85c0e,2
|
| 916 |
+
np.float64,0x3fc687d96c2d0fb3,0x3fe1ef0ac16319c5,2
|
| 917 |
+
np.float64,0xbfecad2ecd795a5e,0xbfeed9f786697af0,2
|
| 918 |
+
np.float64,0x1608c1242c119,0x2a91cd11e9b4ccd2,2
|
| 919 |
+
np.float64,0x6df775e8dbeef,0x2a9e6ba8c71130eb,2
|
| 920 |
+
np.float64,0xffe96e9332b2dd26,0xd542ac342d06299b,2
|
| 921 |
+
np.float64,0x7fecb6a3b8396d46,0x5543718af8162472,2
|
| 922 |
+
np.float64,0x800d379f893a6f3f,0xaaa2ea36bbcb9308,2
|
| 923 |
+
np.float64,0x3f924cdb202499b6,0x3fd0bb90af8d1f79,2
|
| 924 |
+
np.float64,0x0,0x0,2
|
| 925 |
+
np.float64,0x7feaf3b365f5e766,0x5543099a160e2427,2
|
| 926 |
+
np.float64,0x3fea169ed0742d3e,0x3fede4d526e404f8,2
|
| 927 |
+
np.float64,0x7feaf5f2f775ebe5,0x55430a2196c5f35a,2
|
| 928 |
+
np.float64,0xbfc80d4429301a88,0xbfe2541f2ddd3334,2
|
| 929 |
+
np.float64,0xffc75203b32ea408,0xd536db2837068689,2
|
| 930 |
+
np.float64,0xffed2850e63a50a1,0xd5438b1217b72b8a,2
|
| 931 |
+
np.float64,0x7fc16b0e7f22d61c,0x5534bcd0bfddb6f0,2
|
| 932 |
+
np.float64,0x7feee8ed09fdd1d9,0x5543ed5b3ca483ab,2
|
| 933 |
+
np.float64,0x7fb6c7ee662d8fdc,0x5531fffb5d46dafb,2
|
| 934 |
+
np.float64,0x3fd77cebf8aef9d8,0x3fe6e9242e2bd29d,2
|
| 935 |
+
np.float64,0x3f81c33f70238680,0x3fca4c7f3c9848f7,2
|
| 936 |
+
np.float64,0x3fd59fea92ab3fd5,0x3fe649c1558cadd5,2
|
| 937 |
+
np.float64,0xffeba82d4bf7505a,0xd54333bad387f7bd,2
|
| 938 |
+
np.float64,0xffd37630e1a6ec62,0xd53b1ca62818c670,2
|
| 939 |
+
np.float64,0xffec2c1e70b8583c,0xd5435213dcd27c22,2
|
| 940 |
+
np.float64,0x7fec206971f840d2,0x55434f6660a8ae41,2
|
| 941 |
+
np.float64,0x3fed2964adba52c9,0x3fef0642fe72e894,2
|
| 942 |
+
np.float64,0xffd08e30d6211c62,0xd539b060e0ae02da,2
|
| 943 |
+
np.float64,0x3e5f976c7cbf4,0x2a992e6ff991a122,2
|
| 944 |
+
np.float64,0xffe6eee761adddce,0xd5420a393c67182f,2
|
| 945 |
+
np.float64,0xbfe8ec9a31f1d934,0xbfed714426f58147,2
|
| 946 |
+
np.float64,0x7fefffffffffffff,0x554428a2f98d728b,2
|
| 947 |
+
np.float64,0x3fb3ae8b2c275d16,0x3fdb36b81b18a546,2
|
| 948 |
+
np.float64,0x800f73df4dfee7bf,0xaaa3ed1a3e2cf49c,2
|
| 949 |
+
np.float64,0xffd0c8873b21910e,0xd539ce6a3eab5dfd,2
|
| 950 |
+
np.float64,0x3facd6c49439ad80,0x3fd8886f46335df1,2
|
| 951 |
+
np.float64,0x3935859c726b2,0x2a98775f6438dbb1,2
|
| 952 |
+
np.float64,0x7feed879fbfdb0f3,0x5543e9d1ac239469,2
|
| 953 |
+
np.float64,0xbfe84dd990f09bb3,0xbfed323af09543b1,2
|
| 954 |
+
np.float64,0xbfe767cc5a6ecf98,0xbfecd4f39aedbacb,2
|
| 955 |
+
np.float64,0xffd8bd91d5b17b24,0xd53d5eb3734a2609,2
|
| 956 |
+
np.float64,0xbfe13edeb2a27dbe,0xbfea0a856f0b9656,2
|
| 957 |
+
np.float64,0xd933dd53b267c,0x2aa3158784e428c9,2
|
| 958 |
+
np.float64,0xbfef6fef987edfdf,0xbfefcfb1c160462b,2
|
| 959 |
+
np.float64,0x8009eeda4893ddb5,0xaaa13268a41045b1,2
|
| 960 |
+
np.float64,0xab48c7a156919,0x2aa1a1a9c124c87d,2
|
| 961 |
+
np.float64,0xa997931d532f3,0x2aa192bfe5b7bbb4,2
|
| 962 |
+
np.float64,0xffe39ce8b1e739d1,0xd5411fa1c5c2cbd8,2
|
| 963 |
+
np.float64,0x7e7ac2f6fcf59,0x2a9fdf6f263a9e9f,2
|
| 964 |
+
np.float64,0xbfee1e35a6fc3c6b,0xbfef5c25d32b4047,2
|
| 965 |
+
np.float64,0xffe5589c626ab138,0xd5419d220cc9a6da,2
|
| 966 |
+
np.float64,0x7fe12509bf224a12,0x55405f7036dc5932,2
|
| 967 |
+
np.float64,0xa6f15ba94de2c,0x2aa17b3367b1fc1b,2
|
| 968 |
+
np.float64,0x3fca8adbfa3515b8,0x3fe2f0ca775749e5,2
|
| 969 |
+
np.float64,0xbfcb03aa21360754,0xbfe30d5b90ca41f7,2
|
| 970 |
+
np.float64,0x3fefafb2da7f5f66,0x3fefe5251aead4e7,2
|
| 971 |
+
np.float64,0xffd90a59d23214b4,0xd53d7cf63a644f0e,2
|
| 972 |
+
np.float64,0x3fba499988349333,0x3fddf84154fab7e5,2
|
| 973 |
+
np.float64,0x800a76a0bc54ed42,0xaaa17f68cf67f2fa,2
|
| 974 |
+
np.float64,0x3fea33d15bb467a3,0x3fedeff7f445b2ff,2
|
| 975 |
+
np.float64,0x8005d9b0726bb362,0xaa9cd48624afeca9,2
|
| 976 |
+
np.float64,0x7febf42e9a77e85c,0x55434541d8073376,2
|
| 977 |
+
np.float64,0xbfedfc4469bbf889,0xbfef505989f7ee7d,2
|
| 978 |
+
np.float64,0x8001211f1422423f,0xaa90a9889d865349,2
|
| 979 |
+
np.float64,0x800e852f7fdd0a5f,0xaaa3845f11917f8e,2
|
| 980 |
+
np.float64,0xffefd613c87fac27,0xd5441fd17ec669b4,2
|
| 981 |
+
np.float64,0x7fed2a74543a54e8,0x55438b8c637da8b8,2
|
| 982 |
+
np.float64,0xb83d50ff707aa,0x2aa210b4fc11e4b2,2
|
| 983 |
+
np.float64,0x10000000000000,0x2aa428a2f98d728b,2
|
| 984 |
+
np.float64,0x474ad9208e97,0x2a84e5a31530368a,2
|
| 985 |
+
np.float64,0xffd0c5498ea18a94,0xd539ccc0e5cb425e,2
|
| 986 |
+
np.float64,0x8001a8e9c82351d4,0xaa92f1aee6ca5b7c,2
|
| 987 |
+
np.float64,0xd28db1e5a51b6,0x2aa2e328c0788f4a,2
|
| 988 |
+
np.float64,0x3bf734ac77ee7,0x2a98da65c014b761,2
|
| 989 |
+
np.float64,0x3fe56e17c96adc30,0x3febff2b6b829b7a,2
|
| 990 |
+
np.float64,0x7783113eef063,0x2a9f46c3f09eb42c,2
|
| 991 |
+
np.float64,0x3fd69d4e42ad3a9d,0x3fe69f83a21679f4,2
|
| 992 |
+
np.float64,0x3fd34f4841a69e90,0x3fe5766b3c771616,2
|
| 993 |
+
np.float64,0x3febb49895b76931,0x3fee7fcb603416c9,2
|
| 994 |
+
np.float64,0x7fe8d6cb55f1ad96,0x554286c3b3bf4313,2
|
| 995 |
+
np.float64,0xbfe67c6ba36cf8d8,0xbfec730218f2e284,2
|
| 996 |
+
np.float64,0xffef9d97723f3b2e,0xd54413e38b6c29be,2
|
| 997 |
+
np.float64,0x12d8cd2a25b1b,0x2a90e5ccd37b8563,2
|
| 998 |
+
np.float64,0x81fe019103fc0,0x2aa01524155e73c5,2
|
| 999 |
+
np.float64,0x7fe95d546f72baa8,0x5542a7fabfd425ff,2
|
| 1000 |
+
np.float64,0x800e742f1f9ce85e,0xaaa37cbe09e1f874,2
|
| 1001 |
+
np.float64,0xffd96bd3a732d7a8,0xd53da3086071264a,2
|
| 1002 |
+
np.float64,0x4ef2691e9de4e,0x2a9b3d316047fd6d,2
|
| 1003 |
+
np.float64,0x1a91684c3522e,0x2a92f25913c213de,2
|
| 1004 |
+
np.float64,0x3d5151b87aa2b,0x2a9909dbd9a44a84,2
|
| 1005 |
+
np.float64,0x800d9049435b2093,0xaaa31424e32d94a2,2
|
| 1006 |
+
np.float64,0xffe5b25fcc2b64bf,0xd541b5b0416b40b5,2
|
| 1007 |
+
np.float64,0xffe0eb784c21d6f0,0xd5404d083c3d6bc6,2
|
| 1008 |
+
np.float64,0x8007ceefbf0f9de0,0xaa9fbe0d739368b4,2
|
| 1009 |
+
np.float64,0xb78529416f0b,0x2a8ca3b29b5b3f18,2
|
| 1010 |
+
np.float64,0x7fba61130034c225,0x5532e6d4ca0f2918,2
|
| 1011 |
+
np.float64,0x3fba8d67ae351acf,0x3fde11efd6239b09,2
|
| 1012 |
+
np.float64,0x3fe7f24c576fe498,0x3fed0d63947a854d,2
|
| 1013 |
+
np.float64,0x2bb58dec576b3,0x2a965de7fca12aff,2
|
| 1014 |
+
np.float64,0xbfe86ceec4f0d9de,0xbfed3ea7f1d084e2,2
|
| 1015 |
+
np.float64,0x7fd1a7f7bca34fee,0x553a3f01b67fad2a,2
|
| 1016 |
+
np.float64,0x3fd9a43acfb34874,0x3fe7972dc5d8dfd6,2
|
| 1017 |
+
np.float64,0x7fd9861acdb30c35,0x553dad3b1bbb3b4d,2
|
| 1018 |
+
np.float64,0xffecc0c388398186,0xd54373d3b903deec,2
|
| 1019 |
+
np.float64,0x3fa6f86e9c2df0e0,0x3fd6bdbe40fcf710,2
|
| 1020 |
+
np.float64,0x800ddd99815bbb33,0xaaa33820d2f889bb,2
|
| 1021 |
+
np.float64,0x7fe087089b610e10,0x55402c868348a6d3,2
|
| 1022 |
+
np.float64,0x3fdf43d249be87a5,0x3fe933d29fbf7c23,2
|
| 1023 |
+
np.float64,0x7fe4f734c7a9ee69,0x5541822e56c40725,2
|
| 1024 |
+
np.float64,0x3feb39a9d3b67354,0x3fee526bf1f69f0e,2
|
| 1025 |
+
np.float64,0x3fe61454a0ec28a9,0x3fec46d7c36f7566,2
|
| 1026 |
+
np.float64,0xbfeafaa0a375f541,0xbfee3af2e49d457a,2
|
| 1027 |
+
np.float64,0x3fda7378e1b4e6f0,0x3fe7d613a3f92c40,2
|
| 1028 |
+
np.float64,0xe3e31c5fc7c64,0x2aa3645c12e26171,2
|
| 1029 |
+
np.float64,0xbfe97a556df2f4ab,0xbfeda8aa84cf3544,2
|
| 1030 |
+
np.float64,0xff612f9c80225f00,0xd514a51e5a2a8a97,2
|
| 1031 |
+
np.float64,0x800c51c8a0f8a391,0xaaa279fe7d40b50b,2
|
| 1032 |
+
np.float64,0xffd6f9d2312df3a4,0xd53ca783a5f8d110,2
|
| 1033 |
+
np.float64,0xbfead48bd7f5a918,0xbfee2cb2f89c5e57,2
|
| 1034 |
+
np.float64,0x800f5949e89eb294,0xaaa3e1a67a10cfef,2
|
| 1035 |
+
np.float64,0x800faf292b7f5e52,0xaaa40675e0c96cfd,2
|
| 1036 |
+
np.float64,0xbfedc238453b8470,0xbfef3c179d2d0209,2
|
| 1037 |
+
np.float64,0x3feb0443c5760888,0x3fee3e8bf29089c2,2
|
| 1038 |
+
np.float64,0xb26f69e164ded,0x2aa1df9f3dd7d765,2
|
| 1039 |
+
np.float64,0x3fcacdc053359b80,0x3fe300a67765b667,2
|
| 1040 |
+
np.float64,0x3fe8b274647164e8,0x3fed5a4cd4da8155,2
|
| 1041 |
+
np.float64,0x291e6782523ce,0x2a95ea7ac1b13a68,2
|
| 1042 |
+
np.float64,0xbfc4fc094e29f814,0xbfe1838671fc8513,2
|
| 1043 |
+
np.float64,0x3fbf1301f23e2600,0x3fdfb03a6f13e597,2
|
| 1044 |
+
np.float64,0xffeb36554ab66caa,0xd543193d8181e4f9,2
|
| 1045 |
+
np.float64,0xbfd969a52db2d34a,0xbfe78528ae61f16d,2
|
| 1046 |
+
np.float64,0x800cccd04d3999a1,0xaaa2b6b7a2d2d2d6,2
|
| 1047 |
+
np.float64,0x808eb4cb011d7,0x2aa005effecb2b4a,2
|
| 1048 |
+
np.float64,0x7fe839b3f9b07367,0x55425f61e344cd6d,2
|
| 1049 |
+
np.float64,0xbfeb25b6ed764b6e,0xbfee4b0234fee365,2
|
| 1050 |
+
np.float64,0xffefffffffffffff,0xd54428a2f98d728b,2
|
| 1051 |
+
np.float64,0xbfe01305da60260c,0xbfe9700b784af7e9,2
|
| 1052 |
+
np.float64,0xffcbf36b0a37e6d8,0xd538474b1d74ffe1,2
|
| 1053 |
+
np.float64,0xffaeebe3e83dd7c0,0xd52fa2e8dabf7209,2
|
| 1054 |
+
np.float64,0xbfd9913bf0b32278,0xbfe7915907aab13c,2
|
| 1055 |
+
np.float64,0xbfe7d125d9efa24c,0xbfecfff563177706,2
|
| 1056 |
+
np.float64,0xbfee98d23cbd31a4,0xbfef867ae393e446,2
|
| 1057 |
+
np.float64,0x3fe30efb67e61df6,0x3feaec6344633d11,2
|
| 1058 |
+
np.float64,0x1,0x2990000000000000,2
|
| 1059 |
+
np.float64,0x7fd5524fd3aaa49f,0x553bf30d18ab877e,2
|
| 1060 |
+
np.float64,0xc98b403f93168,0x2aa29d2fadb13c07,2
|
| 1061 |
+
np.float64,0xffe57080046ae100,0xd541a3b1b687360e,2
|
| 1062 |
+
np.float64,0x7fe20bade5e4175b,0x5540a79b94294f40,2
|
| 1063 |
+
np.float64,0x3fe155400a22aa80,0x3fea15c45f5b5837,2
|
| 1064 |
+
np.float64,0x7fe428dc8f6851b8,0x554147fd2ce93cc1,2
|
| 1065 |
+
np.float64,0xffefb77eb67f6efc,0xd544195dcaff4980,2
|
| 1066 |
+
np.float64,0x3fe49e733b293ce6,0x3feba394b833452a,2
|
| 1067 |
+
np.float64,0x38e01e3e71c05,0x2a986b2c955bad21,2
|
| 1068 |
+
np.float64,0x7fe735eb376e6bd5,0x55421cc51290d92d,2
|
| 1069 |
+
np.float64,0xbfd81d8644b03b0c,0xbfe71ce6d6fbd51a,2
|
| 1070 |
+
np.float64,0x8009a32325134647,0xaaa10645d0e6b0d7,2
|
| 1071 |
+
np.float64,0x56031ab8ac064,0x2a9c074be40b1f80,2
|
| 1072 |
+
np.float64,0xff8989aa30331340,0xd522b2d319a0ac6e,2
|
| 1073 |
+
np.float64,0xbfd6c183082d8306,0xbfe6ab8ffb3a8293,2
|
| 1074 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,2
|
| 1075 |
+
np.float64,0xbfe17b68b1e2f6d2,0xbfea28dac8e0c457,2
|
| 1076 |
+
np.float64,0x3fbb50e42236a1c8,0x3fde5b090d51e3bd,2
|
| 1077 |
+
np.float64,0xffc2bb7cbf2576f8,0xd5353f1b3571c17f,2
|
| 1078 |
+
np.float64,0xbfe7576bca6eaed8,0xbfecce388241f47c,2
|
| 1079 |
+
np.float64,0x3fe7b52b04ef6a56,0x3fecf495bef99e7e,2
|
| 1080 |
+
np.float64,0xffe5511af82aa236,0xd5419b11524e8350,2
|
| 1081 |
+
np.float64,0xbfe66d5edf2cdabe,0xbfec6ca7d7b5be8c,2
|
| 1082 |
+
np.float64,0xc84a0ba790942,0x2aa29346f16a2cb4,2
|
| 1083 |
+
np.float64,0x6db5e7a0db6be,0x2a9e659c0e8244a0,2
|
| 1084 |
+
np.float64,0x7fef8f7b647f1ef6,0x554410e67af75d27,2
|
| 1085 |
+
np.float64,0xbfe2b4ada7e5695c,0xbfeac1997ec5a064,2
|
| 1086 |
+
np.float64,0xbfe99372e03326e6,0xbfedb2662b287543,2
|
| 1087 |
+
np.float64,0x3fa45d352428ba6a,0x3fd5d8a895423abb,2
|
| 1088 |
+
np.float64,0x3fa029695c2052d3,0x3fd439f858998886,2
|
| 1089 |
+
np.float64,0xffe0a9bd3261537a,0xd54037d0cd8bfcda,2
|
| 1090 |
+
np.float64,0xbfef83e09a7f07c1,0xbfefd66a4070ce73,2
|
| 1091 |
+
np.float64,0x7fee3dcc31fc7b97,0x5543c8503869407e,2
|
| 1092 |
+
np.float64,0xffbd16f1603a2de0,0xd533872fa5be978b,2
|
| 1093 |
+
np.float64,0xbfe8173141b02e62,0xbfed1c478614c6f4,2
|
| 1094 |
+
np.float64,0xbfef57aa277eaf54,0xbfefc77fdab27771,2
|
| 1095 |
+
np.float64,0x7fe883a02f31073f,0x554271ff0e3208da,2
|
| 1096 |
+
np.float64,0xe3adb63bc75b7,0x2aa362d833d0e41c,2
|
| 1097 |
+
np.float64,0x8001c430bac38862,0xaa93575026d26510,2
|
| 1098 |
+
np.float64,0x12fb347225f67,0x2a90f00eb9edb3fe,2
|
| 1099 |
+
np.float64,0x3fe53f83cbaa7f08,0x3febead40de452c2,2
|
| 1100 |
+
np.float64,0xbfe7f67227efece4,0xbfed0f10e32ad220,2
|
| 1101 |
+
np.float64,0xb8c5b45d718b7,0x2aa2152912cda86d,2
|
| 1102 |
+
np.float64,0x3fd23bb734a4776e,0x3fe50e5d3008c095,2
|
| 1103 |
+
np.float64,0x8001fd558ee3faac,0xaa941faa1f7ed450,2
|
| 1104 |
+
np.float64,0xffe6bbeda9ed77db,0xd541fcd185a63afa,2
|
| 1105 |
+
np.float64,0x4361d79086c3c,0x2a99d692237c30b7,2
|
| 1106 |
+
np.float64,0xbfd012f004a025e0,0xbfe43093e290fd0d,2
|
| 1107 |
+
np.float64,0xffe1d8850423b10a,0xd54097cf79d8d01e,2
|
| 1108 |
+
np.float64,0x3fccf4df7939e9bf,0x3fe37f8cf8be6436,2
|
| 1109 |
+
np.float64,0x8000546bc6c0a8d8,0xaa861bb3588556f2,2
|
| 1110 |
+
np.float64,0xbfecb4d6ba7969ae,0xbfeedcb6239135fe,2
|
| 1111 |
+
np.float64,0xbfaeb425cc3d6850,0xbfd90cfc103bb896,2
|
| 1112 |
+
np.float64,0x800ec037ec7d8070,0xaaa39eae8bde9774,2
|
| 1113 |
+
np.float64,0xbfeeaf863dfd5f0c,0xbfef8e4514772a8a,2
|
| 1114 |
+
np.float64,0xffec67c6c4b8cf8d,0xd5435fad89f900cf,2
|
| 1115 |
+
np.float64,0x3fda4498da348932,0x3fe7c7f6b3f84048,2
|
| 1116 |
+
np.float64,0xbfd05fd3dea0bfa8,0xbfe4509265a9b65f,2
|
| 1117 |
+
np.float64,0x3fe42cc713a8598e,0x3feb706ba9cd533c,2
|
| 1118 |
+
np.float64,0xec22d4d7d845b,0x2aa39f8cccb9711c,2
|
| 1119 |
+
np.float64,0x7fda30606c3460c0,0x553deea865065196,2
|
| 1120 |
+
np.float64,0xbfd58cba8bab1976,0xbfe64327ce32d611,2
|
| 1121 |
+
np.float64,0xadd521c75baa4,0x2aa1b7efce201a98,2
|
| 1122 |
+
np.float64,0x7fed43c1027a8781,0x55439131832b6429,2
|
| 1123 |
+
np.float64,0x800bee278fb7dc4f,0xaaa247a71e776db4,2
|
| 1124 |
+
np.float64,0xbfe9be5dd2737cbc,0xbfedc2f9501755b0,2
|
| 1125 |
+
np.float64,0x8003f4854447e90b,0xaa994d9b5372b13b,2
|
| 1126 |
+
np.float64,0xbfe5d0f867eba1f1,0xbfec29f8dd8b33a4,2
|
| 1127 |
+
np.float64,0x3fd79102d5af2206,0x3fe6efaa7a1efddb,2
|
| 1128 |
+
np.float64,0xbfeae783c835cf08,0xbfee33cdb4a44e81,2
|
| 1129 |
+
np.float64,0x3fcf1713e83e2e28,0x3fe3f7414753ddfb,2
|
| 1130 |
+
np.float64,0xffe5ab3cff2b567a,0xd541b3bf0213274a,2
|
| 1131 |
+
np.float64,0x7fe0fc65d8a1f8cb,0x554052761ac96386,2
|
| 1132 |
+
np.float64,0x7e81292efd026,0x2a9fdff8c01ae86f,2
|
| 1133 |
+
np.float64,0x80091176039222ec,0xaaa0aebf0565dfa6,2
|
| 1134 |
+
np.float64,0x800d2bf5ab5a57ec,0xaaa2e4a4c31e7e29,2
|
| 1135 |
+
np.float64,0xffd1912ea923225e,0xd53a33b2856726ab,2
|
| 1136 |
+
np.float64,0x800869918ed0d323,0xaaa0453408e1295d,2
|
| 1137 |
+
np.float64,0xffba0898fa341130,0xd532d19b202a9646,2
|
| 1138 |
+
np.float64,0xbfe09fac29613f58,0xbfe9b9687b5811a1,2
|
| 1139 |
+
np.float64,0xbfbd4ae82e3a95d0,0xbfdf1220f6f0fdfa,2
|
| 1140 |
+
np.float64,0xffea11d27bb423a4,0xd542d3d3e1522474,2
|
| 1141 |
+
np.float64,0xbfe6b05705ad60ae,0xbfec88d6bcab2683,2
|
| 1142 |
+
np.float64,0x3fe624a3f2ec4948,0x3fec4dcc78ddf871,2
|
| 1143 |
+
np.float64,0x53483018a6907,0x2a9bba8f92006b69,2
|
| 1144 |
+
np.float64,0xbfec0a6eeb7814de,0xbfee9f2a741248d7,2
|
| 1145 |
+
np.float64,0x3fe8c8ce6371919d,0x3fed63250c643482,2
|
| 1146 |
+
np.float64,0xbfe26b0ef964d61e,0xbfea9e511db83437,2
|
| 1147 |
+
np.float64,0xffa0408784208110,0xd52987f62c369ae9,2
|
| 1148 |
+
np.float64,0xffc153abc322a758,0xd534b384b5c5fe63,2
|
| 1149 |
+
np.float64,0xbfbdce88a63b9d10,0xbfdf4065ef0b01d4,2
|
| 1150 |
+
np.float64,0xffed4a4136fa9482,0xd54392a450f8b0af,2
|
| 1151 |
+
np.float64,0x8007aa18748f5432,0xaa9f8bd2226d4299,2
|
| 1152 |
+
np.float64,0xbfdab4d3e8b569a8,0xbfe7e9a5402540e5,2
|
| 1153 |
+
np.float64,0x7fe68914f92d1229,0x5541ef5e78fa35de,2
|
| 1154 |
+
np.float64,0x800a538bb1b4a718,0xaaa16bc487711295,2
|
| 1155 |
+
np.float64,0xffe02edbc8605db7,0xd5400f8f713df890,2
|
| 1156 |
+
np.float64,0xffe8968053712d00,0xd54276b9cc7f460a,2
|
| 1157 |
+
np.float64,0x800a4ce211d499c5,0xaaa1680491deb40c,2
|
| 1158 |
+
np.float64,0x3f988080f8310102,0x3fd2713691e99329,2
|
| 1159 |
+
np.float64,0xf64e42a7ec9c9,0x2aa3e6a7af780878,2
|
| 1160 |
+
np.float64,0xff73cc7100279900,0xd51b4478c3409618,2
|
| 1161 |
+
np.float64,0x71e6722ce3ccf,0x2a9ec76ddf296ce0,2
|
| 1162 |
+
np.float64,0x8006ca16ab0d942e,0xaa9e4bfd862af570,2
|
| 1163 |
+
np.float64,0x8000000000000000,0x8000000000000000,2
|
| 1164 |
+
np.float64,0xbfed373e02ba6e7c,0xbfef0b2b7bb767b3,2
|
| 1165 |
+
np.float64,0xa6cb0f694d962,0x2aa179dd16b0242b,2
|
| 1166 |
+
np.float64,0x7fec14626cf828c4,0x55434ca55b7c85d5,2
|
| 1167 |
+
np.float64,0x3fcda404513b4808,0x3fe3a68e8d977752,2
|
| 1168 |
+
np.float64,0xbfeb94995f772933,0xbfee74091d288b81,2
|
| 1169 |
+
np.float64,0x3fce2299a13c4530,0x3fe3c2603f28d23b,2
|
| 1170 |
+
np.float64,0xffd07f4534a0fe8a,0xd539a8a6ebc5a603,2
|
| 1171 |
+
np.float64,0x7fdb1c651e3638c9,0x553e478a6385c86b,2
|
| 1172 |
+
np.float64,0x3fec758336f8eb06,0x3feec5f3b92c8b28,2
|
| 1173 |
+
np.float64,0x796fc87cf2dfa,0x2a9f7184a4ad8c49,2
|
| 1174 |
+
np.float64,0x3fef9ba866ff3750,0x3fefde6a446fc2cd,2
|
| 1175 |
+
np.float64,0x964d26c72c9a5,0x2aa0e143f1820179,2
|
| 1176 |
+
np.float64,0xbfef6af750bed5ef,0xbfefce04870a97bd,2
|
| 1177 |
+
np.float64,0x3fe2f3961aa5e72c,0x3feadf769321a3ff,2
|
| 1178 |
+
np.float64,0xbfd6b706e9ad6e0e,0xbfe6a8141c5c3b5d,2
|
| 1179 |
+
np.float64,0x7fe0ecc40a21d987,0x55404d72c2b46a82,2
|
| 1180 |
+
np.float64,0xbfe560d19deac1a3,0xbfebf962681a42a4,2
|
| 1181 |
+
np.float64,0xbfea37170ab46e2e,0xbfedf136ee9df02b,2
|
| 1182 |
+
np.float64,0xbfebf78947b7ef12,0xbfee9847ef160257,2
|
| 1183 |
+
np.float64,0x800551f8312aa3f1,0xaa9bee7d3aa5491b,2
|
| 1184 |
+
np.float64,0xffed2513897a4a26,0xd5438a58c4ae28ec,2
|
| 1185 |
+
np.float64,0x7fd962d75cb2c5ae,0x553d9f8a0c2016f3,2
|
| 1186 |
+
np.float64,0x3fefdd8512bfbb0a,0x3feff47d8da7424d,2
|
| 1187 |
+
np.float64,0xbfefa5b43bff4b68,0xbfefe1ca42867af0,2
|
| 1188 |
+
np.float64,0xbfc8a2853531450c,0xbfe279bb7b965729,2
|
| 1189 |
+
np.float64,0x800c8843bc391088,0xaaa2951344e7b29b,2
|
| 1190 |
+
np.float64,0x7fe22587bae44b0e,0x5540af8bb58cfe86,2
|
| 1191 |
+
np.float64,0xbfe159fae822b3f6,0xbfea182394eafd8d,2
|
| 1192 |
+
np.float64,0xbfe6fdfd50edfbfa,0xbfeca93f2a3597d0,2
|
| 1193 |
+
np.float64,0xbfe5cd5afaeb9ab6,0xbfec286a8ce0470f,2
|
| 1194 |
+
np.float64,0xbfc84bb97f309774,0xbfe263ef0f8f1f6e,2
|
| 1195 |
+
np.float64,0x7fd9c1e548b383ca,0x553dc4556874ecb9,2
|
| 1196 |
+
np.float64,0x7fda43d33bb487a5,0x553df60f61532fc0,2
|
| 1197 |
+
np.float64,0xbfe774bd25eee97a,0xbfecda42e8578c1f,2
|
| 1198 |
+
np.float64,0x800df1f5ab9be3ec,0xaaa34184712e69db,2
|
| 1199 |
+
np.float64,0xbff0000000000000,0xbff0000000000000,2
|
| 1200 |
+
np.float64,0x3fe14ec21b629d84,0x3fea128244215713,2
|
| 1201 |
+
np.float64,0x7fc1ce7843239cf0,0x5534e3fa8285b7b8,2
|
| 1202 |
+
np.float64,0xbfe922b204724564,0xbfed86818687d649,2
|
| 1203 |
+
np.float64,0x3fc58924fb2b1248,0x3fe1aa715ff6ebbf,2
|
| 1204 |
+
np.float64,0x8008b637e4d16c70,0xaaa0760b53abcf46,2
|
| 1205 |
+
np.float64,0xffbf55bd4c3eab78,0xd53404a23091a842,2
|
| 1206 |
+
np.float64,0x9f6b4a753ed6a,0x2aa136ef9fef9596,2
|
| 1207 |
+
np.float64,0xbfd11da7f8a23b50,0xbfe49deb493710d8,2
|
| 1208 |
+
np.float64,0x800a2f07fcd45e10,0xaaa157237c98b4f6,2
|
| 1209 |
+
np.float64,0x3fdd4defa4ba9bdf,0x3fe8aa0bcf895f4f,2
|
| 1210 |
+
np.float64,0x7fe9b0ab05f36155,0x5542bc5335414473,2
|
| 1211 |
+
np.float64,0x3fe89c97de313930,0x3fed51a1189b8982,2
|
| 1212 |
+
np.float64,0x3fdd45c8773a8b91,0x3fe8a7c2096fbf5a,2
|
| 1213 |
+
np.float64,0xbfeb6f64daf6deca,0xbfee665167ef43ad,2
|
| 1214 |
+
np.float64,0xffdf9da1c4bf3b44,0xd53fdf141944a983,2
|
| 1215 |
+
np.float64,0x3fde092ed0bc125c,0x3fe8de25bfbfc2db,2
|
| 1216 |
+
np.float64,0xbfcb21f96b3643f4,0xbfe3147904c258cf,2
|
| 1217 |
+
np.float64,0x800c9c934f993927,0xaaa29f17c43f021b,2
|
| 1218 |
+
np.float64,0x9b91814d37230,0x2aa11329e59bf6b0,2
|
| 1219 |
+
np.float64,0x3fe28a7e0b6514fc,0x3feaad6d23e2eadd,2
|
| 1220 |
+
np.float64,0xffecf38395f9e706,0xd5437f3ee1cd61e4,2
|
| 1221 |
+
np.float64,0x3fcade92a935bd25,0x3fe3049f4c1da1d0,2
|
| 1222 |
+
np.float64,0x800ab25d95d564bc,0xaaa1a076d7c66e04,2
|
| 1223 |
+
np.float64,0xffc0989e1e21313c,0xd53467f3b8158298,2
|
| 1224 |
+
np.float64,0x3fd81523eeb02a48,0x3fe71a38d2da8a82,2
|
| 1225 |
+
np.float64,0x7fe5b9dd402b73ba,0x5541b7b9b8631010,2
|
| 1226 |
+
np.float64,0x2c160d94582c3,0x2a966e51b503a3d1,2
|
| 1227 |
+
np.float64,0x2c416ffa5882f,0x2a9675aaef8b29c4,2
|
| 1228 |
+
np.float64,0x7fefe2ff01bfc5fd,0x55442289faf22b86,2
|
| 1229 |
+
np.float64,0xbfd469bf5d28d37e,0xbfe5dd239ffdc7eb,2
|
| 1230 |
+
np.float64,0xbfdd56f3eabaade8,0xbfe8ac93244ca17b,2
|
| 1231 |
+
np.float64,0xbfe057b89160af71,0xbfe9941557340bb3,2
|
| 1232 |
+
np.float64,0x800c50e140b8a1c3,0xaaa2798ace9097ee,2
|
| 1233 |
+
np.float64,0xbfda5a8984b4b514,0xbfe7ce93d65a56b0,2
|
| 1234 |
+
np.float64,0xbfcd6458323ac8b0,0xbfe39872514127bf,2
|
| 1235 |
+
np.float64,0x3fefb1f5ebff63ec,0x3fefe5e761b49b89,2
|
| 1236 |
+
np.float64,0x3fea3abc1df47578,0x3fedf29a1c997863,2
|
| 1237 |
+
np.float64,0x7fcb4a528e3694a4,0x553815f169667213,2
|
| 1238 |
+
np.float64,0x8c77da7b18efc,0x2aa080e52bdedb54,2
|
| 1239 |
+
np.float64,0x800e5dde4c5cbbbd,0xaaa372b16fd8b1ad,2
|
| 1240 |
+
np.float64,0x3fd2976038a52ec0,0x3fe5316b4f79fdbc,2
|
| 1241 |
+
np.float64,0x69413a0ed2828,0x2a9dfacd9cb44286,2
|
| 1242 |
+
np.float64,0xbfebbac0bdb77582,0xbfee820d9288b631,2
|
| 1243 |
+
np.float64,0x1a12aa7c34256,0x2a92d407e073bbfe,2
|
| 1244 |
+
np.float64,0xbfc41a27c3283450,0xbfe143c8665b0d3c,2
|
| 1245 |
+
np.float64,0xffe4faa41369f548,0xd54183230e0ce613,2
|
| 1246 |
+
np.float64,0xbfdeae81f23d5d04,0xbfe90b734bf35b68,2
|
| 1247 |
+
np.float64,0x3fc984ba58330975,0x3fe2b19e9052008e,2
|
| 1248 |
+
np.float64,0x7fe6e51b8d2dca36,0x554207a74ae2bb39,2
|
| 1249 |
+
np.float64,0x80081a58a81034b2,0xaaa0117d4aff11c8,2
|
| 1250 |
+
np.float64,0x7fde3fddfe3c7fbb,0x553f67d0082acc67,2
|
| 1251 |
+
np.float64,0x3fac7c999038f933,0x3fd86ec2f5dc3aa4,2
|
| 1252 |
+
np.float64,0x7fa26b4c4c24d698,0x552a9e6ea8545c18,2
|
| 1253 |
+
np.float64,0x3fdacd06e6b59a0e,0x3fe7f0dc0e8f9c6d,2
|
| 1254 |
+
np.float64,0x80064b62cbec96c6,0xaa9d8ac0506fdd05,2
|
| 1255 |
+
np.float64,0xb858116170b1,0x2a8caea703d9ccc8,2
|
| 1256 |
+
np.float64,0xbfe8d94ccef1b29a,0xbfed69a8782cbf3d,2
|
| 1257 |
+
np.float64,0x8005607d6a6ac0fc,0xaa9c07cf8620b037,2
|
| 1258 |
+
np.float64,0xbfe66a52daacd4a6,0xbfec6b5e403e6864,2
|
| 1259 |
+
np.float64,0x7fc398c2e0273185,0x5535918245894606,2
|
| 1260 |
+
np.float64,0x74b2d7dce965c,0x2a9f077020defdbc,2
|
| 1261 |
+
np.float64,0x7fe8f7a4d9b1ef49,0x55428eeae210e8eb,2
|
| 1262 |
+
np.float64,0x80027deddc84fbdc,0xaa95b11ff9089745,2
|
| 1263 |
+
np.float64,0xffeba2a94e774552,0xd5433273f6568902,2
|
| 1264 |
+
np.float64,0x80002f8259405f05,0xaa8240b68d7b9dc4,2
|
| 1265 |
+
np.float64,0xbfdf0d84883e1b0a,0xbfe92532c69c5802,2
|
| 1266 |
+
np.float64,0xbfcdfa7b6b3bf4f8,0xbfe3b997a84d0914,2
|
| 1267 |
+
np.float64,0x800c18b04e183161,0xaaa25d46d60b15c6,2
|
| 1268 |
+
np.float64,0xffeaf1e37c35e3c6,0xd543092cd929ac19,2
|
| 1269 |
+
np.float64,0xbfc5aa07752b5410,0xbfe1b36ab5ec741f,2
|
| 1270 |
+
np.float64,0x3fe5c491d1eb8924,0x3fec24a1c3f6a178,2
|
| 1271 |
+
np.float64,0xbfeb736937f6e6d2,0xbfee67cd296e6fa9,2
|
| 1272 |
+
np.float64,0xffec3d5718787aad,0xd5435602e1a2cc43,2
|
| 1273 |
+
np.float64,0x7fe71e1da86e3c3a,0x55421691ead882cb,2
|
| 1274 |
+
np.float64,0x3fdd6ed0c93adda2,0x3fe8b341d066c43c,2
|
| 1275 |
+
np.float64,0x7fbe3d7a203c7af3,0x5533c83e53283430,2
|
| 1276 |
+
np.float64,0x3fdc20cb56384197,0x3fe854676360aba9,2
|
| 1277 |
+
np.float64,0xb7a1ac636f436,0x2aa20b9d40d66e78,2
|
| 1278 |
+
np.float64,0x3fb1491bb8229237,0x3fda0fabad1738ee,2
|
| 1279 |
+
np.float64,0xbfdf9c0ce73f381a,0xbfe94b716dbe35ee,2
|
| 1280 |
+
np.float64,0xbfbd4f0ad23a9e18,0xbfdf1397329a2dce,2
|
| 1281 |
+
np.float64,0xbfe4e0caac69c196,0xbfebc119b8a181cd,2
|
| 1282 |
+
np.float64,0x5753641aaea6d,0x2a9c2ba3e92b0cd2,2
|
| 1283 |
+
np.float64,0x72bb814ae5771,0x2a9eda92fada66de,2
|
| 1284 |
+
np.float64,0x57ed8f5aafdb3,0x2a9c3c2e1d42e609,2
|
| 1285 |
+
np.float64,0xffec33359c38666a,0xd54353b2acd0daf1,2
|
| 1286 |
+
np.float64,0x3fa5fe6e8c2bfce0,0x3fd66a0b3bf2720a,2
|
| 1287 |
+
np.float64,0xffe2dc8d7ca5b91a,0xd540e6ebc097d601,2
|
| 1288 |
+
np.float64,0x7fd99d260eb33a4b,0x553db626c9c75f78,2
|
| 1289 |
+
np.float64,0xbfe2dd73e425bae8,0xbfead4fc4b93a727,2
|
| 1290 |
+
np.float64,0xdcd4a583b9a95,0x2aa33094c9a17ad7,2
|
| 1291 |
+
np.float64,0x7fb0af6422215ec7,0x553039a606e8e64f,2
|
| 1292 |
+
np.float64,0x7fdfab6227bf56c3,0x553fe3b26164aeda,2
|
| 1293 |
+
np.float64,0x1e4d265e3c9a6,0x2a93cba8a1a8ae6d,2
|
| 1294 |
+
np.float64,0xbfdc7d097238fa12,0xbfe86ee2f24fd473,2
|
| 1295 |
+
np.float64,0x7fe5d35d29eba6b9,0x5541bea5878bce2b,2
|
| 1296 |
+
np.float64,0xffcb886a903710d4,0xd53828281710aab5,2
|
| 1297 |
+
np.float64,0xffe058c7ffe0b190,0xd5401d61e9a7cbcf,2
|
| 1298 |
+
np.float64,0x3ff0000000000000,0x3ff0000000000000,2
|
| 1299 |
+
np.float64,0xffd5b1c1132b6382,0xd53c1c839c098340,2
|
| 1300 |
+
np.float64,0x3fe2e7956725cf2b,0x3fead9c907b9d041,2
|
| 1301 |
+
np.float64,0x800a8ee293951dc6,0xaaa18ce3f079f118,2
|
| 1302 |
+
np.float64,0x7febcd3085b79a60,0x55433c47e1f822ad,2
|
| 1303 |
+
np.float64,0x3feb0e14cd761c2a,0x3fee423542102546,2
|
| 1304 |
+
np.float64,0x3fb45e6d0628bcda,0x3fdb86db67d0c992,2
|
| 1305 |
+
np.float64,0x7fa836e740306dce,0x552d2907cb8118b2,2
|
| 1306 |
+
np.float64,0x3fd15ba25b22b745,0x3fe4b6b018409d78,2
|
| 1307 |
+
np.float64,0xbfb59980ce2b3300,0xbfdc1206274cb51d,2
|
| 1308 |
+
np.float64,0x3fdef1b87fbde371,0x3fe91dafc62124a1,2
|
| 1309 |
+
np.float64,0x7fed37a4337a6f47,0x55438e7e0b50ae37,2
|
| 1310 |
+
np.float64,0xffe6c87633ad90ec,0xd542001f216ab448,2
|
| 1311 |
+
np.float64,0x8008d2548ab1a4a9,0xaaa087ad272d8e17,2
|
| 1312 |
+
np.float64,0xbfd1d6744da3ace8,0xbfe4e71965adda74,2
|
| 1313 |
+
np.float64,0xbfb27f751224fee8,0xbfdaa82132775406,2
|
| 1314 |
+
np.float64,0x3fe2b336ae65666d,0x3feac0e6b13ec2d2,2
|
| 1315 |
+
np.float64,0xffc6bac2262d7584,0xd536a951a2eecb49,2
|
| 1316 |
+
np.float64,0x7fdb661321b6cc25,0x553e62dfd7fcd3f3,2
|
| 1317 |
+
np.float64,0xffe83567d5706acf,0xd5425e4bb5027568,2
|
| 1318 |
+
np.float64,0xbf7f0693e03e0d00,0xbfc9235314d53f82,2
|
| 1319 |
+
np.float64,0x3feb32b218766564,0x3fee4fd5847f3722,2
|
| 1320 |
+
np.float64,0x3fec25d33df84ba6,0x3feea91fcd4aebab,2
|
| 1321 |
+
np.float64,0x7fe17abecb22f57d,0x55407a8ba661207c,2
|
| 1322 |
+
np.float64,0xbfe5674b1eeace96,0xbfebfc351708dc70,2
|
| 1323 |
+
np.float64,0xbfe51a2d2f6a345a,0xbfebda702c9d302a,2
|
| 1324 |
+
np.float64,0x3fec05584af80ab0,0x3fee9d502a7bf54d,2
|
| 1325 |
+
np.float64,0xffda8871dcb510e4,0xd53e10105f0365b5,2
|
| 1326 |
+
np.float64,0xbfc279c31824f388,0xbfe0c9354d871484,2
|
| 1327 |
+
np.float64,0x1cbed61e397dc,0x2a937364712cd518,2
|
| 1328 |
+
np.float64,0x800787d198af0fa4,0xaa9f5c847affa1d2,2
|
| 1329 |
+
np.float64,0x80079f6d65af3edc,0xaa9f7d2863368bbd,2
|
| 1330 |
+
np.float64,0xb942f1e97285e,0x2aa2193e0c513b7f,2
|
| 1331 |
+
np.float64,0x7fe9078263320f04,0x554292d85dee2c18,2
|
| 1332 |
+
np.float64,0xbfe4de0761a9bc0f,0xbfebbfe04116b829,2
|
| 1333 |
+
np.float64,0xbfdbe6f3fc37cde8,0xbfe843aea59a0749,2
|
| 1334 |
+
np.float64,0xffcb6c0de136d81c,0xd5381fd9c525b813,2
|
| 1335 |
+
np.float64,0x9b6bda9336d7c,0x2aa111c924c35386,2
|
| 1336 |
+
np.float64,0x3fe17eece422fdda,0x3fea2a9bacd78607,2
|
| 1337 |
+
np.float64,0xd8011c49b0024,0x2aa30c87574fc0c6,2
|
| 1338 |
+
np.float64,0xbfc0a08b3f214118,0xbfe034d48f0d8dc0,2
|
| 1339 |
+
np.float64,0x3fd60adb1eac15b8,0x3fe66e42e4e7e6b5,2
|
| 1340 |
+
np.float64,0x80011d68ea023ad3,0xaa909733befbb962,2
|
| 1341 |
+
np.float64,0xffb35ac32426b588,0xd5310c4be1c37270,2
|
| 1342 |
+
np.float64,0x3fee8b56c9bd16ae,0x3fef81d8d15f6939,2
|
| 1343 |
+
np.float64,0x3fdc10a45e382149,0x3fe84fbe4cf11e68,2
|
| 1344 |
+
np.float64,0xbfc85dc45e30bb88,0xbfe2687b5518abde,2
|
| 1345 |
+
np.float64,0x3fd53b85212a770a,0x3fe6270d6d920d0f,2
|
| 1346 |
+
np.float64,0x800fc158927f82b1,0xaaa40e303239586f,2
|
| 1347 |
+
np.float64,0x11af5e98235ed,0x2a908b04a790083f,2
|
| 1348 |
+
np.float64,0xbfe2a097afe54130,0xbfeab80269eece99,2
|
| 1349 |
+
np.float64,0xbfd74ac588ae958c,0xbfe6d8ca3828d0b8,2
|
| 1350 |
+
np.float64,0xffea18ab2ef43156,0xd542d579ab31df1e,2
|
| 1351 |
+
np.float64,0xbfecda7058f9b4e1,0xbfeeea29c33b7913,2
|
| 1352 |
+
np.float64,0x3fc4ac56ed2958b0,0x3fe16d3e2bd7806d,2
|
| 1353 |
+
np.float64,0x3feccc898cb99913,0x3feee531f217dcfa,2
|
| 1354 |
+
np.float64,0xffeb3a64c5b674c9,0xd5431a30a41f0905,2
|
| 1355 |
+
np.float64,0x3fe5a7ee212b4fdc,0x3fec1844af9076fc,2
|
| 1356 |
+
np.float64,0x80080fdb52301fb7,0xaaa00a8b4274db67,2
|
| 1357 |
+
np.float64,0x800b3e7e47d67cfd,0xaaa1ec2876959852,2
|
| 1358 |
+
np.float64,0x80063fb8ee2c7f73,0xaa9d7875c9f20d6f,2
|
| 1359 |
+
np.float64,0x7fdacf80d0b59f01,0x553e2acede4c62a8,2
|
| 1360 |
+
np.float64,0x401e9b24803d4,0x2a996a0a75d0e093,2
|
| 1361 |
+
np.float64,0x3fe6c29505ed852a,0x3fec907a6d8c10af,2
|
| 1362 |
+
np.float64,0x8005c04ee2cb809f,0xaa9caa9813faef46,2
|
| 1363 |
+
np.float64,0xbfe1360f21e26c1e,0xbfea06155d6985b6,2
|
| 1364 |
+
np.float64,0xffc70606682e0c0c,0xd536c239b9d4be0a,2
|
| 1365 |
+
np.float64,0x800e639afefcc736,0xaaa37547d0229a26,2
|
| 1366 |
+
np.float64,0x3fe5589290aab125,0x3febf5c925c4e6db,2
|
| 1367 |
+
np.float64,0x8003b59330276b27,0xaa98c47e44524335,2
|
| 1368 |
+
np.float64,0x800d67ec22dacfd8,0xaaa301251b6a730a,2
|
| 1369 |
+
np.float64,0x7fdaeb5025b5d69f,0x553e35397dfe87eb,2
|
| 1370 |
+
np.float64,0x3fdae32a24b5c654,0x3fe7f771bc108f6c,2
|
| 1371 |
+
np.float64,0xffe6c1fc93ad83f8,0xd541fe6a6a716756,2
|
| 1372 |
+
np.float64,0xbfd7b9c1d32f7384,0xbfe6fcdae563d638,2
|
| 1373 |
+
np.float64,0x800e1bea06fc37d4,0xaaa354c0bf61449c,2
|
| 1374 |
+
np.float64,0xbfd78f097aaf1e12,0xbfe6ef068329bdf4,2
|
| 1375 |
+
np.float64,0x7fea6a400874d47f,0x5542e905978ad722,2
|
| 1376 |
+
np.float64,0x8008b4377cb1686f,0xaaa074c87eee29f9,2
|
| 1377 |
+
np.float64,0x8002f3fb8d45e7f8,0xaa96f47ac539b614,2
|
| 1378 |
+
np.float64,0xbfcf2b3fd13e5680,0xbfe3fb91c0cc66ad,2
|
| 1379 |
+
np.float64,0xffecca2f5279945e,0xd54375f361075927,2
|
| 1380 |
+
np.float64,0x7ff0000000000000,0x7ff0000000000000,2
|
| 1381 |
+
np.float64,0x7f84d5a5a029ab4a,0x552178d1d4e8640e,2
|
| 1382 |
+
np.float64,0x3fea8a4b64351497,0x3fee10c332440eb2,2
|
| 1383 |
+
np.float64,0x800fe01ac1dfc036,0xaaa41b34d91a4bee,2
|
| 1384 |
+
np.float64,0x3fc0b3d8872167b1,0x3fe03b178d354f8d,2
|
| 1385 |
+
np.float64,0x5ee8b0acbdd17,0x2a9cf69f2e317729,2
|
| 1386 |
+
np.float64,0x8006ef0407adde09,0xaa9e82888f3dd83e,2
|
| 1387 |
+
np.float64,0x7fdbb08a07b76113,0x553e7e4e35b938b9,2
|
| 1388 |
+
np.float64,0x49663f9c92cc9,0x2a9a95e0affe5108,2
|
| 1389 |
+
np.float64,0x7fd9b87e79b370fc,0x553dc0b5cff3dc7d,2
|
| 1390 |
+
np.float64,0xbfd86ae657b0d5cc,0xbfe73584d02bdd2b,2
|
| 1391 |
+
np.float64,0x3fd4d4a13729a942,0x3fe6030a962aaaf8,2
|
| 1392 |
+
np.float64,0x7fcc246bcb3848d7,0x5538557309449bba,2
|
| 1393 |
+
np.float64,0xbfdc86a7d5b90d50,0xbfe871a2983c2a29,2
|
| 1394 |
+
np.float64,0xd2a6e995a54dd,0x2aa2e3e9c0fdd6c0,2
|
| 1395 |
+
np.float64,0x3f92eb447825d680,0x3fd0eb4fd2ba16d2,2
|
| 1396 |
+
np.float64,0x800d4001697a8003,0xaaa2ee358661b75c,2
|
| 1397 |
+
np.float64,0x3fd3705fd1a6e0c0,0x3fe582a6f321d7d6,2
|
| 1398 |
+
np.float64,0xbfcfdf51533fbea4,0xbfe421c3bdd9f2a3,2
|
| 1399 |
+
np.float64,0x3fe268e87964d1d1,0x3fea9d47e08aad8a,2
|
| 1400 |
+
np.float64,0x24b8901e49713,0x2a951adeefe7b31b,2
|
| 1401 |
+
np.float64,0x3fedb35d687b66bb,0x3fef36e440850bf8,2
|
| 1402 |
+
np.float64,0x3fb7ab5cbe2f56c0,0x3fdcf097380721c6,2
|
| 1403 |
+
np.float64,0x3f8c4eaa10389d54,0x3fceb7ecb605b73b,2
|
| 1404 |
+
np.float64,0xbfed831ed6fb063e,0xbfef25f462a336f1,2
|
| 1405 |
+
np.float64,0x7fd8c52112318a41,0x553d61b0ee609f58,2
|
| 1406 |
+
np.float64,0xbfe71c4ff76e38a0,0xbfecb5d32e789771,2
|
| 1407 |
+
np.float64,0xbfe35fb7b166bf70,0xbfeb12328e75ee6b,2
|
| 1408 |
+
np.float64,0x458e1a3a8b1c4,0x2a9a1cebadc81342,2
|
| 1409 |
+
np.float64,0x8003c1b3ad478368,0xaa98df5ed060b28c,2
|
| 1410 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,2
|
| 1411 |
+
np.float64,0x7fe17098c162e131,0x5540775a9a3a104f,2
|
| 1412 |
+
np.float64,0xbfd95cb71732b96e,0xbfe7812acf7ea511,2
|
| 1413 |
+
np.float64,0x8000000000000001,0xa990000000000000,2
|
| 1414 |
+
np.float64,0xbfde0e7d9ebc1cfc,0xbfe8df9ca9e49a5b,2
|
| 1415 |
+
np.float64,0xffef4f67143e9ecd,0xd5440348a6a2f231,2
|
| 1416 |
+
np.float64,0x7fe37d23c826fa47,0x5541165de17caa03,2
|
| 1417 |
+
np.float64,0xbfcc0e5f85381cc0,0xbfe34b44b0deefe9,2
|
| 1418 |
+
np.float64,0x3fe858f1c470b1e4,0x3fed36ab90557d89,2
|
| 1419 |
+
np.float64,0x800e857278fd0ae5,0xaaa3847d13220545,2
|
| 1420 |
+
np.float64,0x3febd31a66f7a635,0x3fee8af90e66b043,2
|
| 1421 |
+
np.float64,0x7fd3fde1b127fbc2,0x553b5b186a49b968,2
|
| 1422 |
+
np.float64,0x3fd3dabb8b27b577,0x3fe5a99b446bed26,2
|
| 1423 |
+
np.float64,0xffeb4500f1768a01,0xd5431cab828e254a,2
|
| 1424 |
+
np.float64,0xffccca8fc6399520,0xd53884f8b505e79e,2
|
| 1425 |
+
np.float64,0xffeee9406b7dd280,0xd543ed6d27a1a899,2
|
| 1426 |
+
np.float64,0xffecdde0f0f9bbc1,0xd5437a6258b14092,2
|
| 1427 |
+
np.float64,0xe6b54005cd6a8,0x2aa378c25938dfda,2
|
| 1428 |
+
np.float64,0x7fe610f1022c21e1,0x5541cf460b972925,2
|
| 1429 |
+
np.float64,0xbfe5a170ec6b42e2,0xbfec1576081e3232,2
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-cos.csv
ADDED
|
@@ -0,0 +1,1375 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
## +ve denormals ##
|
| 3 |
+
np.float32,0x004b4716,0x3f800000,2
|
| 4 |
+
np.float32,0x007b2490,0x3f800000,2
|
| 5 |
+
np.float32,0x007c99fa,0x3f800000,2
|
| 6 |
+
np.float32,0x00734a0c,0x3f800000,2
|
| 7 |
+
np.float32,0x0070de24,0x3f800000,2
|
| 8 |
+
np.float32,0x007fffff,0x3f800000,2
|
| 9 |
+
np.float32,0x00000001,0x3f800000,2
|
| 10 |
+
## -ve denormals ##
|
| 11 |
+
np.float32,0x80495d65,0x3f800000,2
|
| 12 |
+
np.float32,0x806894f6,0x3f800000,2
|
| 13 |
+
np.float32,0x80555a76,0x3f800000,2
|
| 14 |
+
np.float32,0x804e1fb8,0x3f800000,2
|
| 15 |
+
np.float32,0x80687de9,0x3f800000,2
|
| 16 |
+
np.float32,0x807fffff,0x3f800000,2
|
| 17 |
+
np.float32,0x80000001,0x3f800000,2
|
| 18 |
+
## +/-0.0f, +/-FLT_MIN +/-FLT_MAX ##
|
| 19 |
+
np.float32,0x00000000,0x3f800000,2
|
| 20 |
+
np.float32,0x80000000,0x3f800000,2
|
| 21 |
+
np.float32,0x00800000,0x3f800000,2
|
| 22 |
+
np.float32,0x80800000,0x3f800000,2
|
| 23 |
+
## 1.00f + 0x00000001 ##
|
| 24 |
+
np.float32,0x3f800000,0x3f0a5140,2
|
| 25 |
+
np.float32,0x3f800001,0x3f0a513f,2
|
| 26 |
+
np.float32,0x3f800002,0x3f0a513d,2
|
| 27 |
+
np.float32,0xc090a8b0,0xbe4332ce,2
|
| 28 |
+
np.float32,0x41ce3184,0x3f4d1de1,2
|
| 29 |
+
np.float32,0xc1d85848,0xbeaa8980,2
|
| 30 |
+
np.float32,0x402b8820,0xbf653aa3,2
|
| 31 |
+
np.float32,0x42b4e454,0xbf4a338b,2
|
| 32 |
+
np.float32,0x42a67a60,0x3c58202e,2
|
| 33 |
+
np.float32,0x41d92388,0xbed987c7,2
|
| 34 |
+
np.float32,0x422dd66c,0x3f5dcab3,2
|
| 35 |
+
np.float32,0xc28f5be6,0xbf5688d8,2
|
| 36 |
+
np.float32,0x41ab2674,0xbf53aa3b,2
|
| 37 |
+
np.float32,0x3f490fdb,0x3f3504f3,2
|
| 38 |
+
np.float32,0xbf490fdb,0x3f3504f3,2
|
| 39 |
+
np.float32,0x3fc90fdb,0xb33bbd2e,2
|
| 40 |
+
np.float32,0xbfc90fdb,0xb33bbd2e,2
|
| 41 |
+
np.float32,0x40490fdb,0xbf800000,2
|
| 42 |
+
np.float32,0xc0490fdb,0xbf800000,2
|
| 43 |
+
np.float32,0x3fc90fdb,0xb33bbd2e,2
|
| 44 |
+
np.float32,0xbfc90fdb,0xb33bbd2e,2
|
| 45 |
+
np.float32,0x40490fdb,0xbf800000,2
|
| 46 |
+
np.float32,0xc0490fdb,0xbf800000,2
|
| 47 |
+
np.float32,0x40c90fdb,0x3f800000,2
|
| 48 |
+
np.float32,0xc0c90fdb,0x3f800000,2
|
| 49 |
+
np.float32,0x4016cbe4,0xbf3504f3,2
|
| 50 |
+
np.float32,0xc016cbe4,0xbf3504f3,2
|
| 51 |
+
np.float32,0x4096cbe4,0x324cde2e,2
|
| 52 |
+
np.float32,0xc096cbe4,0x324cde2e,2
|
| 53 |
+
np.float32,0x4116cbe4,0xbf800000,2
|
| 54 |
+
np.float32,0xc116cbe4,0xbf800000,2
|
| 55 |
+
np.float32,0x40490fdb,0xbf800000,2
|
| 56 |
+
np.float32,0xc0490fdb,0xbf800000,2
|
| 57 |
+
np.float32,0x40c90fdb,0x3f800000,2
|
| 58 |
+
np.float32,0xc0c90fdb,0x3f800000,2
|
| 59 |
+
np.float32,0x41490fdb,0x3f800000,2
|
| 60 |
+
np.float32,0xc1490fdb,0x3f800000,2
|
| 61 |
+
np.float32,0x407b53d2,0xbf3504f1,2
|
| 62 |
+
np.float32,0xc07b53d2,0xbf3504f1,2
|
| 63 |
+
np.float32,0x40fb53d2,0xb4b5563d,2
|
| 64 |
+
np.float32,0xc0fb53d2,0xb4b5563d,2
|
| 65 |
+
np.float32,0x417b53d2,0xbf800000,2
|
| 66 |
+
np.float32,0xc17b53d2,0xbf800000,2
|
| 67 |
+
np.float32,0x4096cbe4,0x324cde2e,2
|
| 68 |
+
np.float32,0xc096cbe4,0x324cde2e,2
|
| 69 |
+
np.float32,0x4116cbe4,0xbf800000,2
|
| 70 |
+
np.float32,0xc116cbe4,0xbf800000,2
|
| 71 |
+
np.float32,0x4196cbe4,0x3f800000,2
|
| 72 |
+
np.float32,0xc196cbe4,0x3f800000,2
|
| 73 |
+
np.float32,0x40afede0,0x3f3504f7,2
|
| 74 |
+
np.float32,0xc0afede0,0x3f3504f7,2
|
| 75 |
+
np.float32,0x412fede0,0x353222c4,2
|
| 76 |
+
np.float32,0xc12fede0,0x353222c4,2
|
| 77 |
+
np.float32,0x41afede0,0xbf800000,2
|
| 78 |
+
np.float32,0xc1afede0,0xbf800000,2
|
| 79 |
+
np.float32,0x40c90fdb,0x3f800000,2
|
| 80 |
+
np.float32,0xc0c90fdb,0x3f800000,2
|
| 81 |
+
np.float32,0x41490fdb,0x3f800000,2
|
| 82 |
+
np.float32,0xc1490fdb,0x3f800000,2
|
| 83 |
+
np.float32,0x41c90fdb,0x3f800000,2
|
| 84 |
+
np.float32,0xc1c90fdb,0x3f800000,2
|
| 85 |
+
np.float32,0x40e231d6,0x3f3504f3,2
|
| 86 |
+
np.float32,0xc0e231d6,0x3f3504f3,2
|
| 87 |
+
np.float32,0x416231d6,0xb319a6a2,2
|
| 88 |
+
np.float32,0xc16231d6,0xb319a6a2,2
|
| 89 |
+
np.float32,0x41e231d6,0xbf800000,2
|
| 90 |
+
np.float32,0xc1e231d6,0xbf800000,2
|
| 91 |
+
np.float32,0x40fb53d2,0xb4b5563d,2
|
| 92 |
+
np.float32,0xc0fb53d2,0xb4b5563d,2
|
| 93 |
+
np.float32,0x417b53d2,0xbf800000,2
|
| 94 |
+
np.float32,0xc17b53d2,0xbf800000,2
|
| 95 |
+
np.float32,0x41fb53d2,0x3f800000,2
|
| 96 |
+
np.float32,0xc1fb53d2,0x3f800000,2
|
| 97 |
+
np.float32,0x410a3ae7,0xbf3504fb,2
|
| 98 |
+
np.float32,0xc10a3ae7,0xbf3504fb,2
|
| 99 |
+
np.float32,0x418a3ae7,0x35b08908,2
|
| 100 |
+
np.float32,0xc18a3ae7,0x35b08908,2
|
| 101 |
+
np.float32,0x420a3ae7,0xbf800000,2
|
| 102 |
+
np.float32,0xc20a3ae7,0xbf800000,2
|
| 103 |
+
np.float32,0x4116cbe4,0xbf800000,2
|
| 104 |
+
np.float32,0xc116cbe4,0xbf800000,2
|
| 105 |
+
np.float32,0x4196cbe4,0x3f800000,2
|
| 106 |
+
np.float32,0xc196cbe4,0x3f800000,2
|
| 107 |
+
np.float32,0x4216cbe4,0x3f800000,2
|
| 108 |
+
np.float32,0xc216cbe4,0x3f800000,2
|
| 109 |
+
np.float32,0x41235ce2,0xbf3504ef,2
|
| 110 |
+
np.float32,0xc1235ce2,0xbf3504ef,2
|
| 111 |
+
np.float32,0x41a35ce2,0xb53889b6,2
|
| 112 |
+
np.float32,0xc1a35ce2,0xb53889b6,2
|
| 113 |
+
np.float32,0x42235ce2,0xbf800000,2
|
| 114 |
+
np.float32,0xc2235ce2,0xbf800000,2
|
| 115 |
+
np.float32,0x412fede0,0x353222c4,2
|
| 116 |
+
np.float32,0xc12fede0,0x353222c4,2
|
| 117 |
+
np.float32,0x41afede0,0xbf800000,2
|
| 118 |
+
np.float32,0xc1afede0,0xbf800000,2
|
| 119 |
+
np.float32,0x422fede0,0x3f800000,2
|
| 120 |
+
np.float32,0xc22fede0,0x3f800000,2
|
| 121 |
+
np.float32,0x413c7edd,0x3f3504f4,2
|
| 122 |
+
np.float32,0xc13c7edd,0x3f3504f4,2
|
| 123 |
+
np.float32,0x41bc7edd,0x33800add,2
|
| 124 |
+
np.float32,0xc1bc7edd,0x33800add,2
|
| 125 |
+
np.float32,0x423c7edd,0xbf800000,2
|
| 126 |
+
np.float32,0xc23c7edd,0xbf800000,2
|
| 127 |
+
np.float32,0x41490fdb,0x3f800000,2
|
| 128 |
+
np.float32,0xc1490fdb,0x3f800000,2
|
| 129 |
+
np.float32,0x41c90fdb,0x3f800000,2
|
| 130 |
+
np.float32,0xc1c90fdb,0x3f800000,2
|
| 131 |
+
np.float32,0x42490fdb,0x3f800000,2
|
| 132 |
+
np.float32,0xc2490fdb,0x3f800000,2
|
| 133 |
+
np.float32,0x4155a0d9,0x3f3504eb,2
|
| 134 |
+
np.float32,0xc155a0d9,0x3f3504eb,2
|
| 135 |
+
np.float32,0x41d5a0d9,0xb5b3bc81,2
|
| 136 |
+
np.float32,0xc1d5a0d9,0xb5b3bc81,2
|
| 137 |
+
np.float32,0x4255a0d9,0xbf800000,2
|
| 138 |
+
np.float32,0xc255a0d9,0xbf800000,2
|
| 139 |
+
np.float32,0x416231d6,0xb319a6a2,2
|
| 140 |
+
np.float32,0xc16231d6,0xb319a6a2,2
|
| 141 |
+
np.float32,0x41e231d6,0xbf800000,2
|
| 142 |
+
np.float32,0xc1e231d6,0xbf800000,2
|
| 143 |
+
np.float32,0x426231d6,0x3f800000,2
|
| 144 |
+
np.float32,0xc26231d6,0x3f800000,2
|
| 145 |
+
np.float32,0x416ec2d4,0xbf3504f7,2
|
| 146 |
+
np.float32,0xc16ec2d4,0xbf3504f7,2
|
| 147 |
+
np.float32,0x41eec2d4,0x353ef0a7,2
|
| 148 |
+
np.float32,0xc1eec2d4,0x353ef0a7,2
|
| 149 |
+
np.float32,0x426ec2d4,0xbf800000,2
|
| 150 |
+
np.float32,0xc26ec2d4,0xbf800000,2
|
| 151 |
+
np.float32,0x417b53d2,0xbf800000,2
|
| 152 |
+
np.float32,0xc17b53d2,0xbf800000,2
|
| 153 |
+
np.float32,0x41fb53d2,0x3f800000,2
|
| 154 |
+
np.float32,0xc1fb53d2,0x3f800000,2
|
| 155 |
+
np.float32,0x427b53d2,0x3f800000,2
|
| 156 |
+
np.float32,0xc27b53d2,0x3f800000,2
|
| 157 |
+
np.float32,0x4183f268,0xbf3504e7,2
|
| 158 |
+
np.float32,0xc183f268,0xbf3504e7,2
|
| 159 |
+
np.float32,0x4203f268,0xb6059a13,2
|
| 160 |
+
np.float32,0xc203f268,0xb6059a13,2
|
| 161 |
+
np.float32,0x4283f268,0xbf800000,2
|
| 162 |
+
np.float32,0xc283f268,0xbf800000,2
|
| 163 |
+
np.float32,0x418a3ae7,0x35b08908,2
|
| 164 |
+
np.float32,0xc18a3ae7,0x35b08908,2
|
| 165 |
+
np.float32,0x420a3ae7,0xbf800000,2
|
| 166 |
+
np.float32,0xc20a3ae7,0xbf800000,2
|
| 167 |
+
np.float32,0x428a3ae7,0x3f800000,2
|
| 168 |
+
np.float32,0xc28a3ae7,0x3f800000,2
|
| 169 |
+
np.float32,0x41908365,0x3f3504f0,2
|
| 170 |
+
np.float32,0xc1908365,0x3f3504f0,2
|
| 171 |
+
np.float32,0x42108365,0xb512200d,2
|
| 172 |
+
np.float32,0xc2108365,0xb512200d,2
|
| 173 |
+
np.float32,0x42908365,0xbf800000,2
|
| 174 |
+
np.float32,0xc2908365,0xbf800000,2
|
| 175 |
+
np.float32,0x4196cbe4,0x3f800000,2
|
| 176 |
+
np.float32,0xc196cbe4,0x3f800000,2
|
| 177 |
+
np.float32,0x4216cbe4,0x3f800000,2
|
| 178 |
+
np.float32,0xc216cbe4,0x3f800000,2
|
| 179 |
+
np.float32,0x4296cbe4,0x3f800000,2
|
| 180 |
+
np.float32,0xc296cbe4,0x3f800000,2
|
| 181 |
+
np.float32,0x419d1463,0x3f3504ef,2
|
| 182 |
+
np.float32,0xc19d1463,0x3f3504ef,2
|
| 183 |
+
np.float32,0x421d1463,0xb5455799,2
|
| 184 |
+
np.float32,0xc21d1463,0xb5455799,2
|
| 185 |
+
np.float32,0x429d1463,0xbf800000,2
|
| 186 |
+
np.float32,0xc29d1463,0xbf800000,2
|
| 187 |
+
np.float32,0x41a35ce2,0xb53889b6,2
|
| 188 |
+
np.float32,0xc1a35ce2,0xb53889b6,2
|
| 189 |
+
np.float32,0x42235ce2,0xbf800000,2
|
| 190 |
+
np.float32,0xc2235ce2,0xbf800000,2
|
| 191 |
+
np.float32,0x42a35ce2,0x3f800000,2
|
| 192 |
+
np.float32,0xc2a35ce2,0x3f800000,2
|
| 193 |
+
np.float32,0x41a9a561,0xbf3504ff,2
|
| 194 |
+
np.float32,0xc1a9a561,0xbf3504ff,2
|
| 195 |
+
np.float32,0x4229a561,0x360733d0,2
|
| 196 |
+
np.float32,0xc229a561,0x360733d0,2
|
| 197 |
+
np.float32,0x42a9a561,0xbf800000,2
|
| 198 |
+
np.float32,0xc2a9a561,0xbf800000,2
|
| 199 |
+
np.float32,0x41afede0,0xbf800000,2
|
| 200 |
+
np.float32,0xc1afede0,0xbf800000,2
|
| 201 |
+
np.float32,0x422fede0,0x3f800000,2
|
| 202 |
+
np.float32,0xc22fede0,0x3f800000,2
|
| 203 |
+
np.float32,0x42afede0,0x3f800000,2
|
| 204 |
+
np.float32,0xc2afede0,0x3f800000,2
|
| 205 |
+
np.float32,0x41b6365e,0xbf3504f6,2
|
| 206 |
+
np.float32,0xc1b6365e,0xbf3504f6,2
|
| 207 |
+
np.float32,0x4236365e,0x350bb91c,2
|
| 208 |
+
np.float32,0xc236365e,0x350bb91c,2
|
| 209 |
+
np.float32,0x42b6365e,0xbf800000,2
|
| 210 |
+
np.float32,0xc2b6365e,0xbf800000,2
|
| 211 |
+
np.float32,0x41bc7edd,0x33800add,2
|
| 212 |
+
np.float32,0xc1bc7edd,0x33800add,2
|
| 213 |
+
np.float32,0x423c7edd,0xbf800000,2
|
| 214 |
+
np.float32,0xc23c7edd,0xbf800000,2
|
| 215 |
+
np.float32,0x42bc7edd,0x3f800000,2
|
| 216 |
+
np.float32,0xc2bc7edd,0x3f800000,2
|
| 217 |
+
np.float32,0x41c2c75c,0x3f3504f8,2
|
| 218 |
+
np.float32,0xc1c2c75c,0x3f3504f8,2
|
| 219 |
+
np.float32,0x4242c75c,0x354bbe8a,2
|
| 220 |
+
np.float32,0xc242c75c,0x354bbe8a,2
|
| 221 |
+
np.float32,0x42c2c75c,0xbf800000,2
|
| 222 |
+
np.float32,0xc2c2c75c,0xbf800000,2
|
| 223 |
+
np.float32,0x41c90fdb,0x3f800000,2
|
| 224 |
+
np.float32,0xc1c90fdb,0x3f800000,2
|
| 225 |
+
np.float32,0x42490fdb,0x3f800000,2
|
| 226 |
+
np.float32,0xc2490fdb,0x3f800000,2
|
| 227 |
+
np.float32,0x42c90fdb,0x3f800000,2
|
| 228 |
+
np.float32,0xc2c90fdb,0x3f800000,2
|
| 229 |
+
np.float32,0x41cf585a,0x3f3504e7,2
|
| 230 |
+
np.float32,0xc1cf585a,0x3f3504e7,2
|
| 231 |
+
np.float32,0x424f585a,0xb608cd8c,2
|
| 232 |
+
np.float32,0xc24f585a,0xb608cd8c,2
|
| 233 |
+
np.float32,0x42cf585a,0xbf800000,2
|
| 234 |
+
np.float32,0xc2cf585a,0xbf800000,2
|
| 235 |
+
np.float32,0x41d5a0d9,0xb5b3bc81,2
|
| 236 |
+
np.float32,0xc1d5a0d9,0xb5b3bc81,2
|
| 237 |
+
np.float32,0x4255a0d9,0xbf800000,2
|
| 238 |
+
np.float32,0xc255a0d9,0xbf800000,2
|
| 239 |
+
np.float32,0x42d5a0d9,0x3f800000,2
|
| 240 |
+
np.float32,0xc2d5a0d9,0x3f800000,2
|
| 241 |
+
np.float32,0x41dbe958,0xbf350507,2
|
| 242 |
+
np.float32,0xc1dbe958,0xbf350507,2
|
| 243 |
+
np.float32,0x425be958,0x365eab75,2
|
| 244 |
+
np.float32,0xc25be958,0x365eab75,2
|
| 245 |
+
np.float32,0x42dbe958,0xbf800000,2
|
| 246 |
+
np.float32,0xc2dbe958,0xbf800000,2
|
| 247 |
+
np.float32,0x41e231d6,0xbf800000,2
|
| 248 |
+
np.float32,0xc1e231d6,0xbf800000,2
|
| 249 |
+
np.float32,0x426231d6,0x3f800000,2
|
| 250 |
+
np.float32,0xc26231d6,0x3f800000,2
|
| 251 |
+
np.float32,0x42e231d6,0x3f800000,2
|
| 252 |
+
np.float32,0xc2e231d6,0x3f800000,2
|
| 253 |
+
np.float32,0x41e87a55,0xbf3504ef,2
|
| 254 |
+
np.float32,0xc1e87a55,0xbf3504ef,2
|
| 255 |
+
np.float32,0x42687a55,0xb552257b,2
|
| 256 |
+
np.float32,0xc2687a55,0xb552257b,2
|
| 257 |
+
np.float32,0x42e87a55,0xbf800000,2
|
| 258 |
+
np.float32,0xc2e87a55,0xbf800000,2
|
| 259 |
+
np.float32,0x41eec2d4,0x353ef0a7,2
|
| 260 |
+
np.float32,0xc1eec2d4,0x353ef0a7,2
|
| 261 |
+
np.float32,0x426ec2d4,0xbf800000,2
|
| 262 |
+
np.float32,0xc26ec2d4,0xbf800000,2
|
| 263 |
+
np.float32,0x42eec2d4,0x3f800000,2
|
| 264 |
+
np.float32,0xc2eec2d4,0x3f800000,2
|
| 265 |
+
np.float32,0x41f50b53,0x3f3504ff,2
|
| 266 |
+
np.float32,0xc1f50b53,0x3f3504ff,2
|
| 267 |
+
np.float32,0x42750b53,0x360a6748,2
|
| 268 |
+
np.float32,0xc2750b53,0x360a6748,2
|
| 269 |
+
np.float32,0x42f50b53,0xbf800000,2
|
| 270 |
+
np.float32,0xc2f50b53,0xbf800000,2
|
| 271 |
+
np.float32,0x41fb53d2,0x3f800000,2
|
| 272 |
+
np.float32,0xc1fb53d2,0x3f800000,2
|
| 273 |
+
np.float32,0x427b53d2,0x3f800000,2
|
| 274 |
+
np.float32,0xc27b53d2,0x3f800000,2
|
| 275 |
+
np.float32,0x42fb53d2,0x3f800000,2
|
| 276 |
+
np.float32,0xc2fb53d2,0x3f800000,2
|
| 277 |
+
np.float32,0x4200ce28,0x3f3504f6,2
|
| 278 |
+
np.float32,0xc200ce28,0x3f3504f6,2
|
| 279 |
+
np.float32,0x4280ce28,0x34fdd672,2
|
| 280 |
+
np.float32,0xc280ce28,0x34fdd672,2
|
| 281 |
+
np.float32,0x4300ce28,0xbf800000,2
|
| 282 |
+
np.float32,0xc300ce28,0xbf800000,2
|
| 283 |
+
np.float32,0x4203f268,0xb6059a13,2
|
| 284 |
+
np.float32,0xc203f268,0xb6059a13,2
|
| 285 |
+
np.float32,0x4283f268,0xbf800000,2
|
| 286 |
+
np.float32,0xc283f268,0xbf800000,2
|
| 287 |
+
np.float32,0x4303f268,0x3f800000,2
|
| 288 |
+
np.float32,0xc303f268,0x3f800000,2
|
| 289 |
+
np.float32,0x420716a7,0xbf3504f8,2
|
| 290 |
+
np.float32,0xc20716a7,0xbf3504f8,2
|
| 291 |
+
np.float32,0x428716a7,0x35588c6d,2
|
| 292 |
+
np.float32,0xc28716a7,0x35588c6d,2
|
| 293 |
+
np.float32,0x430716a7,0xbf800000,2
|
| 294 |
+
np.float32,0xc30716a7,0xbf800000,2
|
| 295 |
+
np.float32,0x420a3ae7,0xbf800000,2
|
| 296 |
+
np.float32,0xc20a3ae7,0xbf800000,2
|
| 297 |
+
np.float32,0x428a3ae7,0x3f800000,2
|
| 298 |
+
np.float32,0xc28a3ae7,0x3f800000,2
|
| 299 |
+
np.float32,0x430a3ae7,0x3f800000,2
|
| 300 |
+
np.float32,0xc30a3ae7,0x3f800000,2
|
| 301 |
+
np.float32,0x420d5f26,0xbf3504e7,2
|
| 302 |
+
np.float32,0xc20d5f26,0xbf3504e7,2
|
| 303 |
+
np.float32,0x428d5f26,0xb60c0105,2
|
| 304 |
+
np.float32,0xc28d5f26,0xb60c0105,2
|
| 305 |
+
np.float32,0x430d5f26,0xbf800000,2
|
| 306 |
+
np.float32,0xc30d5f26,0xbf800000,2
|
| 307 |
+
np.float32,0x42108365,0xb512200d,2
|
| 308 |
+
np.float32,0xc2108365,0xb512200d,2
|
| 309 |
+
np.float32,0x42908365,0xbf800000,2
|
| 310 |
+
np.float32,0xc2908365,0xbf800000,2
|
| 311 |
+
np.float32,0x43108365,0x3f800000,2
|
| 312 |
+
np.float32,0xc3108365,0x3f800000,2
|
| 313 |
+
np.float32,0x4213a7a5,0x3f350507,2
|
| 314 |
+
np.float32,0xc213a7a5,0x3f350507,2
|
| 315 |
+
np.float32,0x4293a7a5,0x3661deee,2
|
| 316 |
+
np.float32,0xc293a7a5,0x3661deee,2
|
| 317 |
+
np.float32,0x4313a7a5,0xbf800000,2
|
| 318 |
+
np.float32,0xc313a7a5,0xbf800000,2
|
| 319 |
+
np.float32,0x4216cbe4,0x3f800000,2
|
| 320 |
+
np.float32,0xc216cbe4,0x3f800000,2
|
| 321 |
+
np.float32,0x4296cbe4,0x3f800000,2
|
| 322 |
+
np.float32,0xc296cbe4,0x3f800000,2
|
| 323 |
+
np.float32,0x4316cbe4,0x3f800000,2
|
| 324 |
+
np.float32,0xc316cbe4,0x3f800000,2
|
| 325 |
+
np.float32,0x4219f024,0x3f3504d8,2
|
| 326 |
+
np.float32,0xc219f024,0x3f3504d8,2
|
| 327 |
+
np.float32,0x4299f024,0xb69bde6c,2
|
| 328 |
+
np.float32,0xc299f024,0xb69bde6c,2
|
| 329 |
+
np.float32,0x4319f024,0xbf800000,2
|
| 330 |
+
np.float32,0xc319f024,0xbf800000,2
|
| 331 |
+
np.float32,0x421d1463,0xb5455799,2
|
| 332 |
+
np.float32,0xc21d1463,0xb5455799,2
|
| 333 |
+
np.float32,0x429d1463,0xbf800000,2
|
| 334 |
+
np.float32,0xc29d1463,0xbf800000,2
|
| 335 |
+
np.float32,0x431d1463,0x3f800000,2
|
| 336 |
+
np.float32,0xc31d1463,0x3f800000,2
|
| 337 |
+
np.float32,0x422038a3,0xbf350516,2
|
| 338 |
+
np.float32,0xc22038a3,0xbf350516,2
|
| 339 |
+
np.float32,0x42a038a3,0x36c6cd61,2
|
| 340 |
+
np.float32,0xc2a038a3,0x36c6cd61,2
|
| 341 |
+
np.float32,0x432038a3,0xbf800000,2
|
| 342 |
+
np.float32,0xc32038a3,0xbf800000,2
|
| 343 |
+
np.float32,0x42235ce2,0xbf800000,2
|
| 344 |
+
np.float32,0xc2235ce2,0xbf800000,2
|
| 345 |
+
np.float32,0x42a35ce2,0x3f800000,2
|
| 346 |
+
np.float32,0xc2a35ce2,0x3f800000,2
|
| 347 |
+
np.float32,0x43235ce2,0x3f800000,2
|
| 348 |
+
np.float32,0xc3235ce2,0x3f800000,2
|
| 349 |
+
np.float32,0x42268121,0xbf3504f6,2
|
| 350 |
+
np.float32,0xc2268121,0xbf3504f6,2
|
| 351 |
+
np.float32,0x42a68121,0x34e43aac,2
|
| 352 |
+
np.float32,0xc2a68121,0x34e43aac,2
|
| 353 |
+
np.float32,0x43268121,0xbf800000,2
|
| 354 |
+
np.float32,0xc3268121,0xbf800000,2
|
| 355 |
+
np.float32,0x4229a561,0x360733d0,2
|
| 356 |
+
np.float32,0xc229a561,0x360733d0,2
|
| 357 |
+
np.float32,0x42a9a561,0xbf800000,2
|
| 358 |
+
np.float32,0xc2a9a561,0xbf800000,2
|
| 359 |
+
np.float32,0x4329a561,0x3f800000,2
|
| 360 |
+
np.float32,0xc329a561,0x3f800000,2
|
| 361 |
+
np.float32,0x422cc9a0,0x3f3504f8,2
|
| 362 |
+
np.float32,0xc22cc9a0,0x3f3504f8,2
|
| 363 |
+
np.float32,0x42acc9a0,0x35655a50,2
|
| 364 |
+
np.float32,0xc2acc9a0,0x35655a50,2
|
| 365 |
+
np.float32,0x432cc9a0,0xbf800000,2
|
| 366 |
+
np.float32,0xc32cc9a0,0xbf800000,2
|
| 367 |
+
np.float32,0x422fede0,0x3f800000,2
|
| 368 |
+
np.float32,0xc22fede0,0x3f800000,2
|
| 369 |
+
np.float32,0x42afede0,0x3f800000,2
|
| 370 |
+
np.float32,0xc2afede0,0x3f800000,2
|
| 371 |
+
np.float32,0x432fede0,0x3f800000,2
|
| 372 |
+
np.float32,0xc32fede0,0x3f800000,2
|
| 373 |
+
np.float32,0x4233121f,0x3f3504e7,2
|
| 374 |
+
np.float32,0xc233121f,0x3f3504e7,2
|
| 375 |
+
np.float32,0x42b3121f,0xb60f347d,2
|
| 376 |
+
np.float32,0xc2b3121f,0xb60f347d,2
|
| 377 |
+
np.float32,0x4333121f,0xbf800000,2
|
| 378 |
+
np.float32,0xc333121f,0xbf800000,2
|
| 379 |
+
np.float32,0x4236365e,0x350bb91c,2
|
| 380 |
+
np.float32,0xc236365e,0x350bb91c,2
|
| 381 |
+
np.float32,0x42b6365e,0xbf800000,2
|
| 382 |
+
np.float32,0xc2b6365e,0xbf800000,2
|
| 383 |
+
np.float32,0x4336365e,0x3f800000,2
|
| 384 |
+
np.float32,0xc336365e,0x3f800000,2
|
| 385 |
+
np.float32,0x42395a9e,0xbf350507,2
|
| 386 |
+
np.float32,0xc2395a9e,0xbf350507,2
|
| 387 |
+
np.float32,0x42b95a9e,0x36651267,2
|
| 388 |
+
np.float32,0xc2b95a9e,0x36651267,2
|
| 389 |
+
np.float32,0x43395a9e,0xbf800000,2
|
| 390 |
+
np.float32,0xc3395a9e,0xbf800000,2
|
| 391 |
+
np.float32,0x423c7edd,0xbf800000,2
|
| 392 |
+
np.float32,0xc23c7edd,0xbf800000,2
|
| 393 |
+
np.float32,0x42bc7edd,0x3f800000,2
|
| 394 |
+
np.float32,0xc2bc7edd,0x3f800000,2
|
| 395 |
+
np.float32,0x433c7edd,0x3f800000,2
|
| 396 |
+
np.float32,0xc33c7edd,0x3f800000,2
|
| 397 |
+
np.float32,0x423fa31d,0xbf3504d7,2
|
| 398 |
+
np.float32,0xc23fa31d,0xbf3504d7,2
|
| 399 |
+
np.float32,0x42bfa31d,0xb69d7828,2
|
| 400 |
+
np.float32,0xc2bfa31d,0xb69d7828,2
|
| 401 |
+
np.float32,0x433fa31d,0xbf800000,2
|
| 402 |
+
np.float32,0xc33fa31d,0xbf800000,2
|
| 403 |
+
np.float32,0x4242c75c,0x354bbe8a,2
|
| 404 |
+
np.float32,0xc242c75c,0x354bbe8a,2
|
| 405 |
+
np.float32,0x42c2c75c,0xbf800000,2
|
| 406 |
+
np.float32,0xc2c2c75c,0xbf800000,2
|
| 407 |
+
np.float32,0x4342c75c,0x3f800000,2
|
| 408 |
+
np.float32,0xc342c75c,0x3f800000,2
|
| 409 |
+
np.float32,0x4245eb9c,0x3f350517,2
|
| 410 |
+
np.float32,0xc245eb9c,0x3f350517,2
|
| 411 |
+
np.float32,0x42c5eb9c,0x36c8671d,2
|
| 412 |
+
np.float32,0xc2c5eb9c,0x36c8671d,2
|
| 413 |
+
np.float32,0x4345eb9c,0xbf800000,2
|
| 414 |
+
np.float32,0xc345eb9c,0xbf800000,2
|
| 415 |
+
np.float32,0x42490fdb,0x3f800000,2
|
| 416 |
+
np.float32,0xc2490fdb,0x3f800000,2
|
| 417 |
+
np.float32,0x42c90fdb,0x3f800000,2
|
| 418 |
+
np.float32,0xc2c90fdb,0x3f800000,2
|
| 419 |
+
np.float32,0x43490fdb,0x3f800000,2
|
| 420 |
+
np.float32,0xc3490fdb,0x3f800000,2
|
| 421 |
+
np.float32,0x424c341a,0x3f3504f5,2
|
| 422 |
+
np.float32,0xc24c341a,0x3f3504f5,2
|
| 423 |
+
np.float32,0x42cc341a,0x34ca9ee6,2
|
| 424 |
+
np.float32,0xc2cc341a,0x34ca9ee6,2
|
| 425 |
+
np.float32,0x434c341a,0xbf800000,2
|
| 426 |
+
np.float32,0xc34c341a,0xbf800000,2
|
| 427 |
+
np.float32,0x424f585a,0xb608cd8c,2
|
| 428 |
+
np.float32,0xc24f585a,0xb608cd8c,2
|
| 429 |
+
np.float32,0x42cf585a,0xbf800000,2
|
| 430 |
+
np.float32,0xc2cf585a,0xbf800000,2
|
| 431 |
+
np.float32,0x434f585a,0x3f800000,2
|
| 432 |
+
np.float32,0xc34f585a,0x3f800000,2
|
| 433 |
+
np.float32,0x42527c99,0xbf3504f9,2
|
| 434 |
+
np.float32,0xc2527c99,0xbf3504f9,2
|
| 435 |
+
np.float32,0x42d27c99,0x35722833,2
|
| 436 |
+
np.float32,0xc2d27c99,0x35722833,2
|
| 437 |
+
np.float32,0x43527c99,0xbf800000,2
|
| 438 |
+
np.float32,0xc3527c99,0xbf800000,2
|
| 439 |
+
np.float32,0x4255a0d9,0xbf800000,2
|
| 440 |
+
np.float32,0xc255a0d9,0xbf800000,2
|
| 441 |
+
np.float32,0x42d5a0d9,0x3f800000,2
|
| 442 |
+
np.float32,0xc2d5a0d9,0x3f800000,2
|
| 443 |
+
np.float32,0x4355a0d9,0x3f800000,2
|
| 444 |
+
np.float32,0xc355a0d9,0x3f800000,2
|
| 445 |
+
np.float32,0x4258c518,0xbf3504e6,2
|
| 446 |
+
np.float32,0xc258c518,0xbf3504e6,2
|
| 447 |
+
np.float32,0x42d8c518,0xb61267f6,2
|
| 448 |
+
np.float32,0xc2d8c518,0xb61267f6,2
|
| 449 |
+
np.float32,0x4358c518,0xbf800000,2
|
| 450 |
+
np.float32,0xc358c518,0xbf800000,2
|
| 451 |
+
np.float32,0x425be958,0x365eab75,2
|
| 452 |
+
np.float32,0xc25be958,0x365eab75,2
|
| 453 |
+
np.float32,0x42dbe958,0xbf800000,2
|
| 454 |
+
np.float32,0xc2dbe958,0xbf800000,2
|
| 455 |
+
np.float32,0x435be958,0x3f800000,2
|
| 456 |
+
np.float32,0xc35be958,0x3f800000,2
|
| 457 |
+
np.float32,0x425f0d97,0x3f350508,2
|
| 458 |
+
np.float32,0xc25f0d97,0x3f350508,2
|
| 459 |
+
np.float32,0x42df0d97,0x366845e0,2
|
| 460 |
+
np.float32,0xc2df0d97,0x366845e0,2
|
| 461 |
+
np.float32,0x435f0d97,0xbf800000,2
|
| 462 |
+
np.float32,0xc35f0d97,0xbf800000,2
|
| 463 |
+
np.float32,0x426231d6,0x3f800000,2
|
| 464 |
+
np.float32,0xc26231d6,0x3f800000,2
|
| 465 |
+
np.float32,0x42e231d6,0x3f800000,2
|
| 466 |
+
np.float32,0xc2e231d6,0x3f800000,2
|
| 467 |
+
np.float32,0x436231d6,0x3f800000,2
|
| 468 |
+
np.float32,0xc36231d6,0x3f800000,2
|
| 469 |
+
np.float32,0x42655616,0x3f3504d7,2
|
| 470 |
+
np.float32,0xc2655616,0x3f3504d7,2
|
| 471 |
+
np.float32,0x42e55616,0xb69f11e5,2
|
| 472 |
+
np.float32,0xc2e55616,0xb69f11e5,2
|
| 473 |
+
np.float32,0x43655616,0xbf800000,2
|
| 474 |
+
np.float32,0xc3655616,0xbf800000,2
|
| 475 |
+
np.float32,0x42687a55,0xb552257b,2
|
| 476 |
+
np.float32,0xc2687a55,0xb552257b,2
|
| 477 |
+
np.float32,0x42e87a55,0xbf800000,2
|
| 478 |
+
np.float32,0xc2e87a55,0xbf800000,2
|
| 479 |
+
np.float32,0x43687a55,0x3f800000,2
|
| 480 |
+
np.float32,0xc3687a55,0x3f800000,2
|
| 481 |
+
np.float32,0x426b9e95,0xbf350517,2
|
| 482 |
+
np.float32,0xc26b9e95,0xbf350517,2
|
| 483 |
+
np.float32,0x42eb9e95,0x36ca00d9,2
|
| 484 |
+
np.float32,0xc2eb9e95,0x36ca00d9,2
|
| 485 |
+
np.float32,0x436b9e95,0xbf800000,2
|
| 486 |
+
np.float32,0xc36b9e95,0xbf800000,2
|
| 487 |
+
np.float32,0x426ec2d4,0xbf800000,2
|
| 488 |
+
np.float32,0xc26ec2d4,0xbf800000,2
|
| 489 |
+
np.float32,0x42eec2d4,0x3f800000,2
|
| 490 |
+
np.float32,0xc2eec2d4,0x3f800000,2
|
| 491 |
+
np.float32,0x436ec2d4,0x3f800000,2
|
| 492 |
+
np.float32,0xc36ec2d4,0x3f800000,2
|
| 493 |
+
np.float32,0x4271e713,0xbf3504f5,2
|
| 494 |
+
np.float32,0xc271e713,0xbf3504f5,2
|
| 495 |
+
np.float32,0x42f1e713,0x34b10321,2
|
| 496 |
+
np.float32,0xc2f1e713,0x34b10321,2
|
| 497 |
+
np.float32,0x4371e713,0xbf800000,2
|
| 498 |
+
np.float32,0xc371e713,0xbf800000,2
|
| 499 |
+
np.float32,0x42750b53,0x360a6748,2
|
| 500 |
+
np.float32,0xc2750b53,0x360a6748,2
|
| 501 |
+
np.float32,0x42f50b53,0xbf800000,2
|
| 502 |
+
np.float32,0xc2f50b53,0xbf800000,2
|
| 503 |
+
np.float32,0x43750b53,0x3f800000,2
|
| 504 |
+
np.float32,0xc3750b53,0x3f800000,2
|
| 505 |
+
np.float32,0x42782f92,0x3f3504f9,2
|
| 506 |
+
np.float32,0xc2782f92,0x3f3504f9,2
|
| 507 |
+
np.float32,0x42f82f92,0x357ef616,2
|
| 508 |
+
np.float32,0xc2f82f92,0x357ef616,2
|
| 509 |
+
np.float32,0x43782f92,0xbf800000,2
|
| 510 |
+
np.float32,0xc3782f92,0xbf800000,2
|
| 511 |
+
np.float32,0x427b53d2,0x3f800000,2
|
| 512 |
+
np.float32,0xc27b53d2,0x3f800000,2
|
| 513 |
+
np.float32,0x42fb53d2,0x3f800000,2
|
| 514 |
+
np.float32,0xc2fb53d2,0x3f800000,2
|
| 515 |
+
np.float32,0x437b53d2,0x3f800000,2
|
| 516 |
+
np.float32,0xc37b53d2,0x3f800000,2
|
| 517 |
+
np.float32,0x427e7811,0x3f3504e6,2
|
| 518 |
+
np.float32,0xc27e7811,0x3f3504e6,2
|
| 519 |
+
np.float32,0x42fe7811,0xb6159b6f,2
|
| 520 |
+
np.float32,0xc2fe7811,0xb6159b6f,2
|
| 521 |
+
np.float32,0x437e7811,0xbf800000,2
|
| 522 |
+
np.float32,0xc37e7811,0xbf800000,2
|
| 523 |
+
np.float32,0x4280ce28,0x34fdd672,2
|
| 524 |
+
np.float32,0xc280ce28,0x34fdd672,2
|
| 525 |
+
np.float32,0x4300ce28,0xbf800000,2
|
| 526 |
+
np.float32,0xc300ce28,0xbf800000,2
|
| 527 |
+
np.float32,0x4380ce28,0x3f800000,2
|
| 528 |
+
np.float32,0xc380ce28,0x3f800000,2
|
| 529 |
+
np.float32,0x42826048,0xbf350508,2
|
| 530 |
+
np.float32,0xc2826048,0xbf350508,2
|
| 531 |
+
np.float32,0x43026048,0x366b7958,2
|
| 532 |
+
np.float32,0xc3026048,0x366b7958,2
|
| 533 |
+
np.float32,0x43826048,0xbf800000,2
|
| 534 |
+
np.float32,0xc3826048,0xbf800000,2
|
| 535 |
+
np.float32,0x4283f268,0xbf800000,2
|
| 536 |
+
np.float32,0xc283f268,0xbf800000,2
|
| 537 |
+
np.float32,0x4303f268,0x3f800000,2
|
| 538 |
+
np.float32,0xc303f268,0x3f800000,2
|
| 539 |
+
np.float32,0x4383f268,0x3f800000,2
|
| 540 |
+
np.float32,0xc383f268,0x3f800000,2
|
| 541 |
+
np.float32,0x42858487,0xbf350504,2
|
| 542 |
+
np.float32,0xc2858487,0xbf350504,2
|
| 543 |
+
np.float32,0x43058487,0x363ea8be,2
|
| 544 |
+
np.float32,0xc3058487,0x363ea8be,2
|
| 545 |
+
np.float32,0x43858487,0xbf800000,2
|
| 546 |
+
np.float32,0xc3858487,0xbf800000,2
|
| 547 |
+
np.float32,0x428716a7,0x35588c6d,2
|
| 548 |
+
np.float32,0xc28716a7,0x35588c6d,2
|
| 549 |
+
np.float32,0x430716a7,0xbf800000,2
|
| 550 |
+
np.float32,0xc30716a7,0xbf800000,2
|
| 551 |
+
np.float32,0x438716a7,0x3f800000,2
|
| 552 |
+
np.float32,0xc38716a7,0x3f800000,2
|
| 553 |
+
np.float32,0x4288a8c7,0x3f350517,2
|
| 554 |
+
np.float32,0xc288a8c7,0x3f350517,2
|
| 555 |
+
np.float32,0x4308a8c7,0x36cb9a96,2
|
| 556 |
+
np.float32,0xc308a8c7,0x36cb9a96,2
|
| 557 |
+
np.float32,0x4388a8c7,0xbf800000,2
|
| 558 |
+
np.float32,0xc388a8c7,0xbf800000,2
|
| 559 |
+
np.float32,0x428a3ae7,0x3f800000,2
|
| 560 |
+
np.float32,0xc28a3ae7,0x3f800000,2
|
| 561 |
+
np.float32,0x430a3ae7,0x3f800000,2
|
| 562 |
+
np.float32,0xc30a3ae7,0x3f800000,2
|
| 563 |
+
np.float32,0x438a3ae7,0x3f800000,2
|
| 564 |
+
np.float32,0xc38a3ae7,0x3f800000,2
|
| 565 |
+
np.float32,0x428bcd06,0x3f3504f5,2
|
| 566 |
+
np.float32,0xc28bcd06,0x3f3504f5,2
|
| 567 |
+
np.float32,0x430bcd06,0x3497675b,2
|
| 568 |
+
np.float32,0xc30bcd06,0x3497675b,2
|
| 569 |
+
np.float32,0x438bcd06,0xbf800000,2
|
| 570 |
+
np.float32,0xc38bcd06,0xbf800000,2
|
| 571 |
+
np.float32,0x428d5f26,0xb60c0105,2
|
| 572 |
+
np.float32,0xc28d5f26,0xb60c0105,2
|
| 573 |
+
np.float32,0x430d5f26,0xbf800000,2
|
| 574 |
+
np.float32,0xc30d5f26,0xbf800000,2
|
| 575 |
+
np.float32,0x438d5f26,0x3f800000,2
|
| 576 |
+
np.float32,0xc38d5f26,0x3f800000,2
|
| 577 |
+
np.float32,0x428ef146,0xbf350526,2
|
| 578 |
+
np.float32,0xc28ef146,0xbf350526,2
|
| 579 |
+
np.float32,0x430ef146,0x3710bc40,2
|
| 580 |
+
np.float32,0xc30ef146,0x3710bc40,2
|
| 581 |
+
np.float32,0x438ef146,0xbf800000,2
|
| 582 |
+
np.float32,0xc38ef146,0xbf800000,2
|
| 583 |
+
np.float32,0x42908365,0xbf800000,2
|
| 584 |
+
np.float32,0xc2908365,0xbf800000,2
|
| 585 |
+
np.float32,0x43108365,0x3f800000,2
|
| 586 |
+
np.float32,0xc3108365,0x3f800000,2
|
| 587 |
+
np.float32,0x43908365,0x3f800000,2
|
| 588 |
+
np.float32,0xc3908365,0x3f800000,2
|
| 589 |
+
np.float32,0x42921585,0xbf3504e6,2
|
| 590 |
+
np.float32,0xc2921585,0xbf3504e6,2
|
| 591 |
+
np.float32,0x43121585,0xb618cee8,2
|
| 592 |
+
np.float32,0xc3121585,0xb618cee8,2
|
| 593 |
+
np.float32,0x43921585,0xbf800000,2
|
| 594 |
+
np.float32,0xc3921585,0xbf800000,2
|
| 595 |
+
np.float32,0x4293a7a5,0x3661deee,2
|
| 596 |
+
np.float32,0xc293a7a5,0x3661deee,2
|
| 597 |
+
np.float32,0x4313a7a5,0xbf800000,2
|
| 598 |
+
np.float32,0xc313a7a5,0xbf800000,2
|
| 599 |
+
np.float32,0x4393a7a5,0x3f800000,2
|
| 600 |
+
np.float32,0xc393a7a5,0x3f800000,2
|
| 601 |
+
np.float32,0x429539c5,0x3f350536,2
|
| 602 |
+
np.float32,0xc29539c5,0x3f350536,2
|
| 603 |
+
np.float32,0x431539c5,0x373bab34,2
|
| 604 |
+
np.float32,0xc31539c5,0x373bab34,2
|
| 605 |
+
np.float32,0x439539c5,0xbf800000,2
|
| 606 |
+
np.float32,0xc39539c5,0xbf800000,2
|
| 607 |
+
np.float32,0x4296cbe4,0x3f800000,2
|
| 608 |
+
np.float32,0xc296cbe4,0x3f800000,2
|
| 609 |
+
np.float32,0x4316cbe4,0x3f800000,2
|
| 610 |
+
np.float32,0xc316cbe4,0x3f800000,2
|
| 611 |
+
np.float32,0x4396cbe4,0x3f800000,2
|
| 612 |
+
np.float32,0xc396cbe4,0x3f800000,2
|
| 613 |
+
np.float32,0x42985e04,0x3f3504d7,2
|
| 614 |
+
np.float32,0xc2985e04,0x3f3504d7,2
|
| 615 |
+
np.float32,0x43185e04,0xb6a2455d,2
|
| 616 |
+
np.float32,0xc3185e04,0xb6a2455d,2
|
| 617 |
+
np.float32,0x43985e04,0xbf800000,2
|
| 618 |
+
np.float32,0xc3985e04,0xbf800000,2
|
| 619 |
+
np.float32,0x4299f024,0xb69bde6c,2
|
| 620 |
+
np.float32,0xc299f024,0xb69bde6c,2
|
| 621 |
+
np.float32,0x4319f024,0xbf800000,2
|
| 622 |
+
np.float32,0xc319f024,0xbf800000,2
|
| 623 |
+
np.float32,0x4399f024,0x3f800000,2
|
| 624 |
+
np.float32,0xc399f024,0x3f800000,2
|
| 625 |
+
np.float32,0x429b8243,0xbf3504ea,2
|
| 626 |
+
np.float32,0xc29b8243,0xbf3504ea,2
|
| 627 |
+
np.float32,0x431b8243,0xb5cb2eb8,2
|
| 628 |
+
np.float32,0xc31b8243,0xb5cb2eb8,2
|
| 629 |
+
np.float32,0x439b8243,0xbf800000,2
|
| 630 |
+
np.float32,0xc39b8243,0xbf800000,2
|
| 631 |
+
np.float32,0x435b2047,0x3f3504c1,2
|
| 632 |
+
np.float32,0x42a038a2,0xb5e4ca7e,2
|
| 633 |
+
np.float32,0x432038a2,0xbf800000,2
|
| 634 |
+
np.float32,0x4345eb9b,0xbf800000,2
|
| 635 |
+
np.float32,0x42c5eb9b,0xb5de638c,2
|
| 636 |
+
np.float32,0x42eb9e94,0xb5d7fc9b,2
|
| 637 |
+
np.float32,0x4350ea79,0x3631dadb,2
|
| 638 |
+
np.float32,0x42dbe957,0xbf800000,2
|
| 639 |
+
np.float32,0x425be957,0xb505522a,2
|
| 640 |
+
np.float32,0x435be957,0x3f800000,2
|
| 641 |
+
np.float32,0x46027eb2,0x3e7d94c9,2
|
| 642 |
+
np.float32,0x4477baed,0xbe7f1824,2
|
| 643 |
+
np.float32,0x454b8024,0x3e7f5268,2
|
| 644 |
+
np.float32,0x455d2c09,0x3e7f40cb,2
|
| 645 |
+
np.float32,0x4768d3de,0xba14b4af,2
|
| 646 |
+
np.float32,0x46c1e7cd,0x3e7fb102,2
|
| 647 |
+
np.float32,0x44a52949,0xbe7dc9d5,2
|
| 648 |
+
np.float32,0x4454633a,0x3e7dbc7d,2
|
| 649 |
+
np.float32,0x4689810b,0x3e7eb02b,2
|
| 650 |
+
np.float32,0x473473cd,0xbe7eef6f,2
|
| 651 |
+
np.float32,0x44a5193f,0x3e7e1b1f,2
|
| 652 |
+
np.float32,0x46004b36,0x3e7dac59,2
|
| 653 |
+
np.float32,0x467f604b,0x3d7ffd3a,2
|
| 654 |
+
np.float32,0x45ea1805,0x3dffd2e0,2
|
| 655 |
+
np.float32,0x457b6af3,0x3dff7831,2
|
| 656 |
+
np.float32,0x44996159,0xbe7d85f4,2
|
| 657 |
+
np.float32,0x47883553,0xbb80584e,2
|
| 658 |
+
np.float32,0x44e19f0c,0xbdffcfe6,2
|
| 659 |
+
np.float32,0x472b3bf6,0xbe7f7a82,2
|
| 660 |
+
np.float32,0x4600bb4e,0x3a135e33,2
|
| 661 |
+
np.float32,0x449f4556,0x3e7e42e5,2
|
| 662 |
+
np.float32,0x474e9420,0x3dff77b2,2
|
| 663 |
+
np.float32,0x45cbdb23,0x3dff7240,2
|
| 664 |
+
np.float32,0x44222747,0x3dffb039,2
|
| 665 |
+
np.float32,0x4772e419,0xbdff74b8,2
|
| 666 |
+
np.float64,0x1,0x3ff0000000000000,1
|
| 667 |
+
np.float64,0x8000000000000001,0x3ff0000000000000,1
|
| 668 |
+
np.float64,0x10000000000000,0x3ff0000000000000,1
|
| 669 |
+
np.float64,0x8010000000000000,0x3ff0000000000000,1
|
| 670 |
+
np.float64,0x7fefffffffffffff,0xbfefffe62ecfab75,1
|
| 671 |
+
np.float64,0xffefffffffffffff,0xbfefffe62ecfab75,1
|
| 672 |
+
np.float64,0x7ff0000000000000,0xfff8000000000000,1
|
| 673 |
+
np.float64,0xfff0000000000000,0xfff8000000000000,1
|
| 674 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,1
|
| 675 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,1
|
| 676 |
+
np.float64,0xbfc28bd9dd2517b4,0x3fefaa28ba13a702,1
|
| 677 |
+
np.float64,0x3fb673c62e2ce790,0x3fefe083847a717f,1
|
| 678 |
+
np.float64,0xbfe3e1dac7e7c3b6,0x3fea0500ba099f3a,1
|
| 679 |
+
np.float64,0xbfbe462caa3c8c58,0x3fefc6c8b9c1c87c,1
|
| 680 |
+
np.float64,0xbfb9353576326a68,0x3fefd8513e50e6b1,1
|
| 681 |
+
np.float64,0xbfc05e798520bcf4,0x3fefbd1ad81cf089,1
|
| 682 |
+
np.float64,0xbfe3ca3be2e79478,0x3fea12b995ea6574,1
|
| 683 |
+
np.float64,0xbfde875d46bd0eba,0x3fec6d888662a824,1
|
| 684 |
+
np.float64,0x3fafc4e02c3f89c0,0x3feff03c34bffd69,1
|
| 685 |
+
np.float64,0xbf98855848310ac0,0x3feffda6c1588bdb,1
|
| 686 |
+
np.float64,0x3fe66c51186cd8a2,0x3fe875c61c630ecb,1
|
| 687 |
+
np.float64,0xbfedff1c3b7bfe38,0x3fe2f0c8c9e8fa39,1
|
| 688 |
+
np.float64,0x3fd6082267ac1044,0x3fee1f6023695050,1
|
| 689 |
+
np.float64,0xbfe78449b06f0894,0x3fe7bda2b223850e,1
|
| 690 |
+
np.float64,0x3feedb8e63fdb71c,0x3fe23d5dfd2dd33f,1
|
| 691 |
+
np.float64,0xbfc0a9de3d2153bc,0x3fefbaadf5e5285e,1
|
| 692 |
+
np.float64,0x3fc04c67432098d0,0x3fefbdae07b7de8d,1
|
| 693 |
+
np.float64,0xbfeeef84c4fddf0a,0x3fe22cf37f309d88,1
|
| 694 |
+
np.float64,0x3fc04bb025209760,0x3fefbdb3d7d34ecf,1
|
| 695 |
+
np.float64,0x3fd6b84d48ad709c,0x3fee013403da6e2a,1
|
| 696 |
+
np.float64,0x3fec1ae25d7835c4,0x3fe46e62195cf274,1
|
| 697 |
+
np.float64,0xbfdc6fdf9bb8dfc0,0x3fece48dc78bbb2e,1
|
| 698 |
+
np.float64,0x3fb4db2c9229b660,0x3fefe4d42f79bf49,1
|
| 699 |
+
np.float64,0xbfc0ed698521dad4,0x3fefb8785ea658c9,1
|
| 700 |
+
np.float64,0xbfee82772b7d04ee,0x3fe2864a80efe8e9,1
|
| 701 |
+
np.float64,0x3fd575b664aaeb6c,0x3fee37c669a12879,1
|
| 702 |
+
np.float64,0x3fe4afb1c5e95f64,0x3fe98b177194439c,1
|
| 703 |
+
np.float64,0x3fd93962f9b272c4,0x3fed8bef61876294,1
|
| 704 |
+
np.float64,0x3fd97ae025b2f5c0,0x3fed7f4cfbf4d300,1
|
| 705 |
+
np.float64,0xbfd9afdb1bb35fb6,0x3fed74fdc44dabb1,1
|
| 706 |
+
np.float64,0x3f8ae65e3035cc80,0x3fefff4b1a0ea62b,1
|
| 707 |
+
np.float64,0xbfe7e58664efcb0d,0x3fe77c02a1cbb670,1
|
| 708 |
+
np.float64,0x3fe5f68b37ebed16,0x3fe8c10f849a5d4d,1
|
| 709 |
+
np.float64,0x3fd9137d61b226fc,0x3fed9330eb4815a1,1
|
| 710 |
+
np.float64,0x3fc146d019228da0,0x3fefb57e2d4d52f8,1
|
| 711 |
+
np.float64,0xbfda6036edb4c06e,0x3fed521b2b578679,1
|
| 712 |
+
np.float64,0xbfe78ddfb0ef1bc0,0x3fe7b734319a77e4,1
|
| 713 |
+
np.float64,0x3fe0877823610ef0,0x3febd33a993dd786,1
|
| 714 |
+
np.float64,0x3fbc61af2e38c360,0x3fefcdb4f889756d,1
|
| 715 |
+
np.float64,0x3fd4dcdca4a9b9b8,0x3fee50962ffea5ae,1
|
| 716 |
+
np.float64,0xbfe03cb29f607965,0x3febf7dbf640a75a,1
|
| 717 |
+
np.float64,0xbfc81de407303bc8,0x3fef6f066cef64bc,1
|
| 718 |
+
np.float64,0x3fd8dea42db1bd48,0x3fed9d3e00dbe0b3,1
|
| 719 |
+
np.float64,0x3feac75e94f58ebe,0x3fe56f1f47f97896,1
|
| 720 |
+
np.float64,0x3fb3a1ea6e2743d0,0x3fefe7ec1247cdaa,1
|
| 721 |
+
np.float64,0x3fd695c0f4ad2b80,0x3fee0730bd40883d,1
|
| 722 |
+
np.float64,0xbfd2c631f5a58c64,0x3feea20cbd1105d7,1
|
| 723 |
+
np.float64,0xbfe978a8e1f2f152,0x3fe663014d40ad7a,1
|
| 724 |
+
np.float64,0x3fd8b6b76ab16d70,0x3feda4c879aacc19,1
|
| 725 |
+
np.float64,0x3feaafd30e755fa6,0x3fe5809514c28453,1
|
| 726 |
+
np.float64,0x3fe1e37dc263c6fc,0x3feb20f9ad1f3f5c,1
|
| 727 |
+
np.float64,0x3fd0ec7c24a1d8f8,0x3feee34048f43b75,1
|
| 728 |
+
np.float64,0xbfe3881cbf67103a,0x3fea38d7886e6f53,1
|
| 729 |
+
np.float64,0xbfd7023957ae0472,0x3fedf4471c765a1c,1
|
| 730 |
+
np.float64,0xbfebc51c4ef78a38,0x3fe4b01c424e297b,1
|
| 731 |
+
np.float64,0xbfe20a93eae41528,0x3feb0c2aa321d2e0,1
|
| 732 |
+
np.float64,0x3fef39be867e737e,0x3fe1efaba9164d27,1
|
| 733 |
+
np.float64,0x3fe8ea9576f1d52a,0x3fe6c7a8826ce1be,1
|
| 734 |
+
np.float64,0x3fea921d91f5243c,0x3fe5968c6cf78963,1
|
| 735 |
+
np.float64,0x3fd7ee5d31afdcbc,0x3fedc9f19d43fe61,1
|
| 736 |
+
np.float64,0xbfe3ed581767dab0,0x3fe9fe4ee2f2b1cd,1
|
| 737 |
+
np.float64,0xbfc40923d5281248,0x3fef9bd8ee9f6e68,1
|
| 738 |
+
np.float64,0x3fe411a834682350,0x3fe9e9103854f057,1
|
| 739 |
+
np.float64,0xbfedf6ccdf7bed9a,0x3fe2f77ad6543246,1
|
| 740 |
+
np.float64,0xbfe8788a44f0f114,0x3fe7172f3aa0c742,1
|
| 741 |
+
np.float64,0xbfce728f173ce520,0x3fef1954083bea04,1
|
| 742 |
+
np.float64,0xbfd64dd0acac9ba2,0x3fee138c3293c246,1
|
| 743 |
+
np.float64,0xbfe00669f5600cd4,0x3fec121443945350,1
|
| 744 |
+
np.float64,0xbfe7152ba2ee2a58,0x3fe8079465d09846,1
|
| 745 |
+
np.float64,0x3fe8654d8f70ca9c,0x3fe7247c94f09596,1
|
| 746 |
+
np.float64,0x3fea68045cf4d008,0x3fe5b58cfe81a243,1
|
| 747 |
+
np.float64,0xbfcd4779073a8ef4,0x3fef2a9d78153fa5,1
|
| 748 |
+
np.float64,0xbfdb4456e5b688ae,0x3fed23b11614203f,1
|
| 749 |
+
np.float64,0x3fcb5d59cd36bab0,0x3fef45818216a515,1
|
| 750 |
+
np.float64,0xbfd914ff5ab229fe,0x3fed92e73746fea8,1
|
| 751 |
+
np.float64,0x3fe4d211db69a424,0x3fe97653f433d15f,1
|
| 752 |
+
np.float64,0xbfdbbb9224b77724,0x3fed0adb593dde80,1
|
| 753 |
+
np.float64,0x3fd424ceafa8499c,0x3fee6d9124795d33,1
|
| 754 |
+
np.float64,0x3feb5968f976b2d2,0x3fe501d116efbf54,1
|
| 755 |
+
np.float64,0x3fee7d92a2fcfb26,0x3fe28a479b6a9dcf,1
|
| 756 |
+
np.float64,0x3fc308e9972611d0,0x3fefa595f4df0c89,1
|
| 757 |
+
np.float64,0x3fda79cd77b4f39c,0x3fed4cf8e69ba1f8,1
|
| 758 |
+
np.float64,0x3fcbcf42d5379e88,0x3fef3f6a6a77c187,1
|
| 759 |
+
np.float64,0x3fe13a1da662743c,0x3feb79504faea888,1
|
| 760 |
+
np.float64,0xbfee4435f07c886c,0x3fe2b8ea98d2fc29,1
|
| 761 |
+
np.float64,0x3fd65d68ccacbad0,0x3fee10e1ac7ada89,1
|
| 762 |
+
np.float64,0x3fef2f89bb7e5f14,0x3fe1f81e882cc3f4,1
|
| 763 |
+
np.float64,0xbfef0a7769fe14ef,0x3fe216bf384fc646,1
|
| 764 |
+
np.float64,0x3fc065277320ca50,0x3fefbce44835c193,1
|
| 765 |
+
np.float64,0x3fe9c1a74d73834e,0x3fe62e9ee0c2f2bf,1
|
| 766 |
+
np.float64,0x3fd9d96e5db3b2dc,0x3fed6cd88eb51f6a,1
|
| 767 |
+
np.float64,0x3fe02bf1c56057e4,0x3febfffc24b5a7ba,1
|
| 768 |
+
np.float64,0xbfd6814350ad0286,0x3fee0ab9ad318b84,1
|
| 769 |
+
np.float64,0x3f9fcbec583f97c0,0x3feffc0d0f1d8e75,1
|
| 770 |
+
np.float64,0x3fe23524e5e46a4a,0x3feaf55372949a06,1
|
| 771 |
+
np.float64,0xbfbdc95f6a3b92c0,0x3fefc89c21d44995,1
|
| 772 |
+
np.float64,0x3fe961bb9cf2c378,0x3fe6735d6e1cca58,1
|
| 773 |
+
np.float64,0xbfe8f1c370f1e387,0x3fe6c29d1be8bee9,1
|
| 774 |
+
np.float64,0x3fd880d43ab101a8,0x3fedaee3c7ccfc96,1
|
| 775 |
+
np.float64,0xbfedb37005fb66e0,0x3fe32d91ef2e3bd3,1
|
| 776 |
+
np.float64,0xfdce287bfb9c5,0x3ff0000000000000,1
|
| 777 |
+
np.float64,0x9aa1b9e735437,0x3ff0000000000000,1
|
| 778 |
+
np.float64,0x6beac6e0d7d59,0x3ff0000000000000,1
|
| 779 |
+
np.float64,0x47457aae8e8b0,0x3ff0000000000000,1
|
| 780 |
+
np.float64,0x35ff13b46bfe3,0x3ff0000000000000,1
|
| 781 |
+
np.float64,0xb9c0c82b73819,0x3ff0000000000000,1
|
| 782 |
+
np.float64,0x1a8dc21a351b9,0x3ff0000000000000,1
|
| 783 |
+
np.float64,0x7e87ef6afd0ff,0x3ff0000000000000,1
|
| 784 |
+
np.float64,0x620a6588c414d,0x3ff0000000000000,1
|
| 785 |
+
np.float64,0x7f366000fe6e,0x3ff0000000000000,1
|
| 786 |
+
np.float64,0x787e39f4f0fc8,0x3ff0000000000000,1
|
| 787 |
+
np.float64,0xf5134f1fea26a,0x3ff0000000000000,1
|
| 788 |
+
np.float64,0xbce700ef79ce0,0x3ff0000000000000,1
|
| 789 |
+
np.float64,0x144d7cc8289b1,0x3ff0000000000000,1
|
| 790 |
+
np.float64,0xb9fbc5b973f79,0x3ff0000000000000,1
|
| 791 |
+
np.float64,0xc3d6292d87ac5,0x3ff0000000000000,1
|
| 792 |
+
np.float64,0xc1084e618210a,0x3ff0000000000000,1
|
| 793 |
+
np.float64,0xb6b9eca56d73e,0x3ff0000000000000,1
|
| 794 |
+
np.float64,0xc7ac4b858f58a,0x3ff0000000000000,1
|
| 795 |
+
np.float64,0x516d75d2a2daf,0x3ff0000000000000,1
|
| 796 |
+
np.float64,0x9dc089d93b811,0x3ff0000000000000,1
|
| 797 |
+
np.float64,0x7b5f2840f6be6,0x3ff0000000000000,1
|
| 798 |
+
np.float64,0x121d3ce8243a9,0x3ff0000000000000,1
|
| 799 |
+
np.float64,0xf0be0337e17c1,0x3ff0000000000000,1
|
| 800 |
+
np.float64,0xff58a5cbfeb15,0x3ff0000000000000,1
|
| 801 |
+
np.float64,0xdaf1d07fb5e3a,0x3ff0000000000000,1
|
| 802 |
+
np.float64,0x61d95382c3b2b,0x3ff0000000000000,1
|
| 803 |
+
np.float64,0xe4df943fc9bf3,0x3ff0000000000000,1
|
| 804 |
+
np.float64,0xf72ac2bdee559,0x3ff0000000000000,1
|
| 805 |
+
np.float64,0x12dafbf625b60,0x3ff0000000000000,1
|
| 806 |
+
np.float64,0xee11d427dc23b,0x3ff0000000000000,1
|
| 807 |
+
np.float64,0xf4f8eb37e9f1e,0x3ff0000000000000,1
|
| 808 |
+
np.float64,0xad7cb5df5af97,0x3ff0000000000000,1
|
| 809 |
+
np.float64,0x59fc9b06b3f94,0x3ff0000000000000,1
|
| 810 |
+
np.float64,0x3c3e65e4787ce,0x3ff0000000000000,1
|
| 811 |
+
np.float64,0xe37bc993c6f79,0x3ff0000000000000,1
|
| 812 |
+
np.float64,0x13bd6330277ad,0x3ff0000000000000,1
|
| 813 |
+
np.float64,0x56cc2800ad986,0x3ff0000000000000,1
|
| 814 |
+
np.float64,0x6203b8fcc4078,0x3ff0000000000000,1
|
| 815 |
+
np.float64,0x75c7c8b8eb8fa,0x3ff0000000000000,1
|
| 816 |
+
np.float64,0x5ebf8e00bd7f2,0x3ff0000000000000,1
|
| 817 |
+
np.float64,0xda81f2f1b503f,0x3ff0000000000000,1
|
| 818 |
+
np.float64,0x6adb17d6d5b64,0x3ff0000000000000,1
|
| 819 |
+
np.float64,0x1ba68eee374d3,0x3ff0000000000000,1
|
| 820 |
+
np.float64,0xeecf6fbbdd9ee,0x3ff0000000000000,1
|
| 821 |
+
np.float64,0x24d6dd8e49add,0x3ff0000000000000,1
|
| 822 |
+
np.float64,0xdf7cb81bbef97,0x3ff0000000000000,1
|
| 823 |
+
np.float64,0xafd7be1b5faf8,0x3ff0000000000000,1
|
| 824 |
+
np.float64,0xdb90ca35b721a,0x3ff0000000000000,1
|
| 825 |
+
np.float64,0xa72903a14e521,0x3ff0000000000000,1
|
| 826 |
+
np.float64,0x14533ee028a7,0x3ff0000000000000,1
|
| 827 |
+
np.float64,0x7951540cf2a2b,0x3ff0000000000000,1
|
| 828 |
+
np.float64,0x22882be045106,0x3ff0000000000000,1
|
| 829 |
+
np.float64,0x136270d626c4f,0x3ff0000000000000,1
|
| 830 |
+
np.float64,0x6a0f5744d41ec,0x3ff0000000000000,1
|
| 831 |
+
np.float64,0x21e0d1aa43c1b,0x3ff0000000000000,1
|
| 832 |
+
np.float64,0xee544155dca88,0x3ff0000000000000,1
|
| 833 |
+
np.float64,0xcbe8aac797d16,0x3ff0000000000000,1
|
| 834 |
+
np.float64,0x6c065e80d80e,0x3ff0000000000000,1
|
| 835 |
+
np.float64,0xe57f0411cafe1,0x3ff0000000000000,1
|
| 836 |
+
np.float64,0xdec3a6bdbd875,0x3ff0000000000000,1
|
| 837 |
+
np.float64,0xf4d23a0fe9a48,0x3ff0000000000000,1
|
| 838 |
+
np.float64,0xda77ef47b4efe,0x3ff0000000000000,1
|
| 839 |
+
np.float64,0x8c405c9b1880c,0x3ff0000000000000,1
|
| 840 |
+
np.float64,0x4eced5149d9db,0x3ff0000000000000,1
|
| 841 |
+
np.float64,0x16b6552c2d6cc,0x3ff0000000000000,1
|
| 842 |
+
np.float64,0x6fbc262cdf785,0x3ff0000000000000,1
|
| 843 |
+
np.float64,0x628c3844c5188,0x3ff0000000000000,1
|
| 844 |
+
np.float64,0x6d827d2cdb050,0x3ff0000000000000,1
|
| 845 |
+
np.float64,0xd1bfdf29a37fc,0x3ff0000000000000,1
|
| 846 |
+
np.float64,0xd85400fdb0a80,0x3ff0000000000000,1
|
| 847 |
+
np.float64,0xcc420b2d98842,0x3ff0000000000000,1
|
| 848 |
+
np.float64,0xac41d21b5883b,0x3ff0000000000000,1
|
| 849 |
+
np.float64,0x432f18d4865e4,0x3ff0000000000000,1
|
| 850 |
+
np.float64,0xe7e89a1bcfd14,0x3ff0000000000000,1
|
| 851 |
+
np.float64,0x9b1141d536228,0x3ff0000000000000,1
|
| 852 |
+
np.float64,0x6805f662d00bf,0x3ff0000000000000,1
|
| 853 |
+
np.float64,0xc76552358ecab,0x3ff0000000000000,1
|
| 854 |
+
np.float64,0x4ae8ffee95d21,0x3ff0000000000000,1
|
| 855 |
+
np.float64,0x4396c096872d9,0x3ff0000000000000,1
|
| 856 |
+
np.float64,0x6e8e55d4dd1cb,0x3ff0000000000000,1
|
| 857 |
+
np.float64,0x4c2e33dc985c7,0x3ff0000000000000,1
|
| 858 |
+
np.float64,0xbce814a579d03,0x3ff0000000000000,1
|
| 859 |
+
np.float64,0x911681b5222d0,0x3ff0000000000000,1
|
| 860 |
+
np.float64,0x5f90a4b2bf215,0x3ff0000000000000,1
|
| 861 |
+
np.float64,0x26f76be84deee,0x3ff0000000000000,1
|
| 862 |
+
np.float64,0xb2f7536165eeb,0x3ff0000000000000,1
|
| 863 |
+
np.float64,0x4de4e6089bc9d,0x3ff0000000000000,1
|
| 864 |
+
np.float64,0xf2e016afe5c03,0x3ff0000000000000,1
|
| 865 |
+
np.float64,0xb9b7b949736f7,0x3ff0000000000000,1
|
| 866 |
+
np.float64,0x3363ea1866c7e,0x3ff0000000000000,1
|
| 867 |
+
np.float64,0xd1a3bd6ba3478,0x3ff0000000000000,1
|
| 868 |
+
np.float64,0xae89f3595d13f,0x3ff0000000000000,1
|
| 869 |
+
np.float64,0xddbd9601bb7c,0x3ff0000000000000,1
|
| 870 |
+
np.float64,0x5de41a06bbc84,0x3ff0000000000000,1
|
| 871 |
+
np.float64,0xfd58c86dfab19,0x3ff0000000000000,1
|
| 872 |
+
np.float64,0x24922e8c49247,0x3ff0000000000000,1
|
| 873 |
+
np.float64,0xcda040339b408,0x3ff0000000000000,1
|
| 874 |
+
np.float64,0x5fe500b2bfca1,0x3ff0000000000000,1
|
| 875 |
+
np.float64,0x9214abb924296,0x3ff0000000000000,1
|
| 876 |
+
np.float64,0x800609fe0a2c13fd,0x3ff0000000000000,1
|
| 877 |
+
np.float64,0x800c7c6fe518f8e0,0x3ff0000000000000,1
|
| 878 |
+
np.float64,0x800a1a9491b4352a,0x3ff0000000000000,1
|
| 879 |
+
np.float64,0x800b45e0e8968bc2,0x3ff0000000000000,1
|
| 880 |
+
np.float64,0x8008497e57d092fd,0x3ff0000000000000,1
|
| 881 |
+
np.float64,0x800b9c0af0173816,0x3ff0000000000000,1
|
| 882 |
+
np.float64,0x800194cccb43299a,0x3ff0000000000000,1
|
| 883 |
+
np.float64,0x8001c91ef183923f,0x3ff0000000000000,1
|
| 884 |
+
np.float64,0x800f25b5ccde4b6c,0x3ff0000000000000,1
|
| 885 |
+
np.float64,0x800ce63ccc79cc7a,0x3ff0000000000000,1
|
| 886 |
+
np.float64,0x800d8fb2e83b1f66,0x3ff0000000000000,1
|
| 887 |
+
np.float64,0x80083cd06f7079a1,0x3ff0000000000000,1
|
| 888 |
+
np.float64,0x800823598e9046b3,0x3ff0000000000000,1
|
| 889 |
+
np.float64,0x8001c1319de38264,0x3ff0000000000000,1
|
| 890 |
+
np.float64,0x800f2b68543e56d1,0x3ff0000000000000,1
|
| 891 |
+
np.float64,0x80022a4f4364549f,0x3ff0000000000000,1
|
| 892 |
+
np.float64,0x800f51badf7ea376,0x3ff0000000000000,1
|
| 893 |
+
np.float64,0x8003fbf31e27f7e7,0x3ff0000000000000,1
|
| 894 |
+
np.float64,0x800d4c00e2fa9802,0x3ff0000000000000,1
|
| 895 |
+
np.float64,0x800023b974804774,0x3ff0000000000000,1
|
| 896 |
+
np.float64,0x800860778990c0ef,0x3ff0000000000000,1
|
| 897 |
+
np.float64,0x800a15c241542b85,0x3ff0000000000000,1
|
| 898 |
+
np.float64,0x8003097d9dc612fc,0x3ff0000000000000,1
|
| 899 |
+
np.float64,0x800d77d8541aefb1,0x3ff0000000000000,1
|
| 900 |
+
np.float64,0x80093804ab52700a,0x3ff0000000000000,1
|
| 901 |
+
np.float64,0x800d2b3bfd7a5678,0x3ff0000000000000,1
|
| 902 |
+
np.float64,0x800da24bcd5b4498,0x3ff0000000000000,1
|
| 903 |
+
np.float64,0x8006eee1c28dddc4,0x3ff0000000000000,1
|
| 904 |
+
np.float64,0x80005137fa40a271,0x3ff0000000000000,1
|
| 905 |
+
np.float64,0x8007a3fbc22f47f8,0x3ff0000000000000,1
|
| 906 |
+
np.float64,0x800dcd97071b9b2e,0x3ff0000000000000,1
|
| 907 |
+
np.float64,0x80065b36048cb66d,0x3ff0000000000000,1
|
| 908 |
+
np.float64,0x8004206ba72840d8,0x3ff0000000000000,1
|
| 909 |
+
np.float64,0x8007e82b98cfd058,0x3ff0000000000000,1
|
| 910 |
+
np.float64,0x8001a116ed23422f,0x3ff0000000000000,1
|
| 911 |
+
np.float64,0x800c69e9ff18d3d4,0x3ff0000000000000,1
|
| 912 |
+
np.float64,0x8003843688e7086e,0x3ff0000000000000,1
|
| 913 |
+
np.float64,0x800335e3b8866bc8,0x3ff0000000000000,1
|
| 914 |
+
np.float64,0x800e3308f0bc6612,0x3ff0000000000000,1
|
| 915 |
+
np.float64,0x8002a9ec55c553d9,0x3ff0000000000000,1
|
| 916 |
+
np.float64,0x80001c2084e03842,0x3ff0000000000000,1
|
| 917 |
+
np.float64,0x800bc2bbd8d78578,0x3ff0000000000000,1
|
| 918 |
+
np.float64,0x800ae6bcc555cd7a,0x3ff0000000000000,1
|
| 919 |
+
np.float64,0x80083f7a13907ef5,0x3ff0000000000000,1
|
| 920 |
+
np.float64,0x800d83ed76db07db,0x3ff0000000000000,1
|
| 921 |
+
np.float64,0x800a12251974244b,0x3ff0000000000000,1
|
| 922 |
+
np.float64,0x800a69c95714d393,0x3ff0000000000000,1
|
| 923 |
+
np.float64,0x800cd5a85639ab51,0x3ff0000000000000,1
|
| 924 |
+
np.float64,0x800e0e1837bc1c31,0x3ff0000000000000,1
|
| 925 |
+
np.float64,0x8007b5ca39ef6b95,0x3ff0000000000000,1
|
| 926 |
+
np.float64,0x800cf961cad9f2c4,0x3ff0000000000000,1
|
| 927 |
+
np.float64,0x80066e8fc14cdd20,0x3ff0000000000000,1
|
| 928 |
+
np.float64,0x8001cb8c7b43971a,0x3ff0000000000000,1
|
| 929 |
+
np.float64,0x800002df68a005c0,0x3ff0000000000000,1
|
| 930 |
+
np.float64,0x8003e6681567ccd1,0x3ff0000000000000,1
|
| 931 |
+
np.float64,0x800b039126b60723,0x3ff0000000000000,1
|
| 932 |
+
np.float64,0x800d2e1b663a5c37,0x3ff0000000000000,1
|
| 933 |
+
np.float64,0x800188b3e2a31169,0x3ff0000000000000,1
|
| 934 |
+
np.float64,0x8001f272e943e4e7,0x3ff0000000000000,1
|
| 935 |
+
np.float64,0x800d7f53607afea7,0x3ff0000000000000,1
|
| 936 |
+
np.float64,0x80092cafa4f25960,0x3ff0000000000000,1
|
| 937 |
+
np.float64,0x800fc009f07f8014,0x3ff0000000000000,1
|
| 938 |
+
np.float64,0x8003da896507b514,0x3ff0000000000000,1
|
| 939 |
+
np.float64,0x800d4d1b4c3a9a37,0x3ff0000000000000,1
|
| 940 |
+
np.float64,0x8007a835894f506c,0x3ff0000000000000,1
|
| 941 |
+
np.float64,0x80057ba0522af741,0x3ff0000000000000,1
|
| 942 |
+
np.float64,0x8009b7054b336e0b,0x3ff0000000000000,1
|
| 943 |
+
np.float64,0x800b2c6c125658d9,0x3ff0000000000000,1
|
| 944 |
+
np.float64,0x8008b1840ad16308,0x3ff0000000000000,1
|
| 945 |
+
np.float64,0x8007ea0e3befd41d,0x3ff0000000000000,1
|
| 946 |
+
np.float64,0x800dd658683bacb1,0x3ff0000000000000,1
|
| 947 |
+
np.float64,0x8008cda48fd19b49,0x3ff0000000000000,1
|
| 948 |
+
np.float64,0x8003acca14c75995,0x3ff0000000000000,1
|
| 949 |
+
np.float64,0x8008bd152d717a2b,0x3ff0000000000000,1
|
| 950 |
+
np.float64,0x80010d1ea3621a3e,0x3ff0000000000000,1
|
| 951 |
+
np.float64,0x800130b78b826170,0x3ff0000000000000,1
|
| 952 |
+
np.float64,0x8002cf3a46e59e75,0x3ff0000000000000,1
|
| 953 |
+
np.float64,0x800b76e7fa76edd0,0x3ff0000000000000,1
|
| 954 |
+
np.float64,0x800e065fe1dc0cc0,0x3ff0000000000000,1
|
| 955 |
+
np.float64,0x8000dd527ea1baa6,0x3ff0000000000000,1
|
| 956 |
+
np.float64,0x80032cb234665965,0x3ff0000000000000,1
|
| 957 |
+
np.float64,0x800affc1acb5ff84,0x3ff0000000000000,1
|
| 958 |
+
np.float64,0x80074be23fee97c5,0x3ff0000000000000,1
|
| 959 |
+
np.float64,0x8004f83eafc9f07e,0x3ff0000000000000,1
|
| 960 |
+
np.float64,0x800b02a115560543,0x3ff0000000000000,1
|
| 961 |
+
np.float64,0x800b324a55766495,0x3ff0000000000000,1
|
| 962 |
+
np.float64,0x800ffbcfd69ff7a0,0x3ff0000000000000,1
|
| 963 |
+
np.float64,0x800830bc7b906179,0x3ff0000000000000,1
|
| 964 |
+
np.float64,0x800cbafe383975fd,0x3ff0000000000000,1
|
| 965 |
+
np.float64,0x8001ee42bfe3dc86,0x3ff0000000000000,1
|
| 966 |
+
np.float64,0x8005b00fdc0b6020,0x3ff0000000000000,1
|
| 967 |
+
np.float64,0x8005e7addd0bcf5c,0x3ff0000000000000,1
|
| 968 |
+
np.float64,0x8001ae4cb0635c9a,0x3ff0000000000000,1
|
| 969 |
+
np.float64,0x80098a9941131533,0x3ff0000000000000,1
|
| 970 |
+
np.float64,0x800334c929466993,0x3ff0000000000000,1
|
| 971 |
+
np.float64,0x8009568239d2ad05,0x3ff0000000000000,1
|
| 972 |
+
np.float64,0x800f0639935e0c73,0x3ff0000000000000,1
|
| 973 |
+
np.float64,0x800cebce7499d79d,0x3ff0000000000000,1
|
| 974 |
+
np.float64,0x800482ee4c2905dd,0x3ff0000000000000,1
|
| 975 |
+
np.float64,0x8007b7bd9e2f6f7c,0x3ff0000000000000,1
|
| 976 |
+
np.float64,0x3fe654469f2ca88d,0x3fe8853f6c01ffb3,1
|
| 977 |
+
np.float64,0x3feb4d7297369ae5,0x3fe50ad5bb621408,1
|
| 978 |
+
np.float64,0x3feef53ba43dea77,0x3fe2283f356f8658,1
|
| 979 |
+
np.float64,0x3fddf564eabbeaca,0x3fec8ec0e0dead9c,1
|
| 980 |
+
np.float64,0x3fd3a69078274d21,0x3fee80e05c320000,1
|
| 981 |
+
np.float64,0x3fecdafe5d39b5fd,0x3fe3d91a5d440fd9,1
|
| 982 |
+
np.float64,0x3fd93286bc32650d,0x3fed8d40696cd10e,1
|
| 983 |
+
np.float64,0x3fc0d34eb821a69d,0x3fefb954023d4284,1
|
| 984 |
+
np.float64,0x3fc7b4b9a02f6973,0x3fef73e8739787ce,1
|
| 985 |
+
np.float64,0x3fe08c839a611907,0x3febd0bc6f5641cd,1
|
| 986 |
+
np.float64,0x3fb3d1758627a2eb,0x3fefe776f6183f96,1
|
| 987 |
+
np.float64,0x3fef93c9ff3f2794,0x3fe1a4d2f622627d,1
|
| 988 |
+
np.float64,0x3fea8d0041351a01,0x3fe59a52a1c78c9e,1
|
| 989 |
+
np.float64,0x3fe3e26a30e7c4d4,0x3fea04ad3e0bbf8d,1
|
| 990 |
+
np.float64,0x3fe5a34c9f6b4699,0x3fe8f57c5ccd1eab,1
|
| 991 |
+
np.float64,0x3fc21ef859243df1,0x3fefae0b68a3a2e7,1
|
| 992 |
+
np.float64,0x3fed7dd585fafbab,0x3fe35860041e5b0d,1
|
| 993 |
+
np.float64,0x3fe5abacf22b575a,0x3fe8f03d8b6ef0f2,1
|
| 994 |
+
np.float64,0x3fe426451f284c8a,0x3fe9dcf21f13205b,1
|
| 995 |
+
np.float64,0x3fc01f6456203ec9,0x3fefbf19e2a8e522,1
|
| 996 |
+
np.float64,0x3fe1cf2772239e4f,0x3feb2bbd645c7697,1
|
| 997 |
+
np.float64,0x3fd18c4ace231896,0x3feecdfdd086c110,1
|
| 998 |
+
np.float64,0x3fe8387d5b7070fb,0x3fe74358f2ec4910,1
|
| 999 |
+
np.float64,0x3fdce51c2239ca38,0x3feccb2ae5459632,1
|
| 1000 |
+
np.float64,0x3fe5b0f2e4eb61e6,0x3fe8ecef4dbe4277,1
|
| 1001 |
+
np.float64,0x3fe1ceeb08a39dd6,0x3feb2bdd4dcfb3df,1
|
| 1002 |
+
np.float64,0x3febc5899d778b13,0x3fe4afc8dd8ad228,1
|
| 1003 |
+
np.float64,0x3fe7a47fbe2f48ff,0x3fe7a7fd9b352ea5,1
|
| 1004 |
+
np.float64,0x3fe7f74e1fafee9c,0x3fe76feb2755b247,1
|
| 1005 |
+
np.float64,0x3fe2bfad04e57f5a,0x3feaa9b46adddaeb,1
|
| 1006 |
+
np.float64,0x3fd06a090320d412,0x3feef40c334f8fba,1
|
| 1007 |
+
np.float64,0x3fdc97297d392e53,0x3fecdc16a3e22fcb,1
|
| 1008 |
+
np.float64,0x3fdc1a3f3838347e,0x3fecf6db2769d404,1
|
| 1009 |
+
np.float64,0x3fcca90096395201,0x3fef338156fcd218,1
|
| 1010 |
+
np.float64,0x3fed464733fa8c8e,0x3fe38483f0465d91,1
|
| 1011 |
+
np.float64,0x3fe7e067d82fc0d0,0x3fe77f7c8c9de896,1
|
| 1012 |
+
np.float64,0x3fc014fa0b2029f4,0x3fefbf6d84c933f8,1
|
| 1013 |
+
np.float64,0x3fd3bf1524277e2a,0x3fee7d2997b74dec,1
|
| 1014 |
+
np.float64,0x3fec153b86782a77,0x3fe472bb5497bb2a,1
|
| 1015 |
+
np.float64,0x3fd3e4d9d5a7c9b4,0x3fee776842691902,1
|
| 1016 |
+
np.float64,0x3fea6c0e2c74d81c,0x3fe5b2954cb458d9,1
|
| 1017 |
+
np.float64,0x3fee8f6a373d1ed4,0x3fe27bb9e348125b,1
|
| 1018 |
+
np.float64,0x3fd30c6dd42618dc,0x3fee97d2cab2b0bc,1
|
| 1019 |
+
np.float64,0x3fe4f90e6d69f21d,0x3fe95ea3dd4007f2,1
|
| 1020 |
+
np.float64,0x3fe271d467e4e3a9,0x3fead470d6d4008b,1
|
| 1021 |
+
np.float64,0x3fef2983897e5307,0x3fe1fd1a4debe33b,1
|
| 1022 |
+
np.float64,0x3fe980cc83b30199,0x3fe65d2fb8a0eb46,1
|
| 1023 |
+
np.float64,0x3fdfdf53db3fbea8,0x3fec1cf95b2a1cc7,1
|
| 1024 |
+
np.float64,0x3fe4d5307ba9aa61,0x3fe974701b4156cb,1
|
| 1025 |
+
np.float64,0x3fdb4e2345b69c47,0x3fed21aa6c146512,1
|
| 1026 |
+
np.float64,0x3fe3f7830327ef06,0x3fe9f85f6c88c2a8,1
|
| 1027 |
+
np.float64,0x3fca915fb63522bf,0x3fef502b73a52ecf,1
|
| 1028 |
+
np.float64,0x3fe66d3709ecda6e,0x3fe87531d7372d7a,1
|
| 1029 |
+
np.float64,0x3fd86000bcb0c001,0x3fedb5018dd684ca,1
|
| 1030 |
+
np.float64,0x3fe516e5feea2dcc,0x3fe94c68b111404e,1
|
| 1031 |
+
np.float64,0x3fd83c53dd3078a8,0x3fedbb9e5dd9e165,1
|
| 1032 |
+
np.float64,0x3fedfeeb673bfdd7,0x3fe2f0f0253c5d5d,1
|
| 1033 |
+
np.float64,0x3fe0dc6f9c21b8df,0x3feba8e2452410c2,1
|
| 1034 |
+
np.float64,0x3fbe154d643c2a9b,0x3fefc780a9357457,1
|
| 1035 |
+
np.float64,0x3fe5f63986abec73,0x3fe8c1434951a40a,1
|
| 1036 |
+
np.float64,0x3fbce0e50839c1ca,0x3fefcbeeaa27de75,1
|
| 1037 |
+
np.float64,0x3fd7ef5c5c2fdeb9,0x3fedc9c3022495b3,1
|
| 1038 |
+
np.float64,0x3fc1073914220e72,0x3fefb79de80fc0fd,1
|
| 1039 |
+
np.float64,0x3fe1a93c3d235278,0x3feb3fb21f86ac67,1
|
| 1040 |
+
np.float64,0x3fe321ee53e643dd,0x3fea72e2999f1e22,1
|
| 1041 |
+
np.float64,0x3fa881578c3102af,0x3feff69e6e51e0d6,1
|
| 1042 |
+
np.float64,0x3fd313482a262690,0x3fee96d161199495,1
|
| 1043 |
+
np.float64,0x3fe7272cd6ae4e5a,0x3fe7fbacbd0d8f43,1
|
| 1044 |
+
np.float64,0x3fd6cf4015ad9e80,0x3fedfd3513d544b8,1
|
| 1045 |
+
np.float64,0x3fc67b7e6d2cf6fd,0x3fef81f5c16923a4,1
|
| 1046 |
+
np.float64,0x3fa1999c14233338,0x3feffb2913a14184,1
|
| 1047 |
+
np.float64,0x3fc74eb8dd2e9d72,0x3fef78909a138e3c,1
|
| 1048 |
+
np.float64,0x3fc0b9274921724f,0x3fefba2ebd5f3e1c,1
|
| 1049 |
+
np.float64,0x3fd53fa156aa7f43,0x3fee40a18e952e88,1
|
| 1050 |
+
np.float64,0x3feaccbca4b59979,0x3fe56b22b33eb713,1
|
| 1051 |
+
np.float64,0x3fe6a01e3a2d403c,0x3fe8543fbd820ecc,1
|
| 1052 |
+
np.float64,0x3fd392a869a72551,0x3fee83e0ffe0e8de,1
|
| 1053 |
+
np.float64,0x3fe44d8928689b12,0x3fe9c5bf3c8fffdb,1
|
| 1054 |
+
np.float64,0x3fca3f209f347e41,0x3fef5461b6fa0924,1
|
| 1055 |
+
np.float64,0x3fee9e84b07d3d09,0x3fe26f638f733549,1
|
| 1056 |
+
np.float64,0x3faf49acb03e9359,0x3feff0b583cd8c48,1
|
| 1057 |
+
np.float64,0x3fea874b2af50e96,0x3fe59e882fa6febf,1
|
| 1058 |
+
np.float64,0x3fc50b72772a16e5,0x3fef918777dc41be,1
|
| 1059 |
+
np.float64,0x3fe861d1d4f0c3a4,0x3fe726e44d9d42c2,1
|
| 1060 |
+
np.float64,0x3fcadd2e2535ba5c,0x3fef4c3e2b56da38,1
|
| 1061 |
+
np.float64,0x3fea59c29cb4b385,0x3fe5c0043e586439,1
|
| 1062 |
+
np.float64,0x3fc1ffef0d23ffde,0x3fefaf22be452d13,1
|
| 1063 |
+
np.float64,0x3fc2d8dbc125b1b8,0x3fefa75b646d8e4e,1
|
| 1064 |
+
np.float64,0x3fd66c6471acd8c9,0x3fee0e5038b895c0,1
|
| 1065 |
+
np.float64,0x3fd0854adfa10a96,0x3feef0945bcc5c99,1
|
| 1066 |
+
np.float64,0x3feaac7076f558e1,0x3fe58316c23a82ad,1
|
| 1067 |
+
np.float64,0x3fdda49db3bb493b,0x3feca0e347c0ad6f,1
|
| 1068 |
+
np.float64,0x3fe43a539de874a7,0x3fe9d11d722d4822,1
|
| 1069 |
+
np.float64,0x3feeee3ebbfddc7d,0x3fe22dffd251e9af,1
|
| 1070 |
+
np.float64,0x3f8ee2c5b03dc58b,0x3fefff11855a7b6c,1
|
| 1071 |
+
np.float64,0x3fcd7107c63ae210,0x3fef2840bb55ca52,1
|
| 1072 |
+
np.float64,0x3f8d950d203b2a1a,0x3fefff253a08e40e,1
|
| 1073 |
+
np.float64,0x3fd40a5e57a814bd,0x3fee71a633c761fc,1
|
| 1074 |
+
np.float64,0x3fee836ec83d06de,0x3fe28580975be2fd,1
|
| 1075 |
+
np.float64,0x3fd7bbe87f2f77d1,0x3fedd31f661890cc,1
|
| 1076 |
+
np.float64,0xbfe05bf138a0b7e2,0x3febe8a000d96e47,1
|
| 1077 |
+
np.float64,0xbf88bddd90317bc0,0x3fefff66f6e2ff26,1
|
| 1078 |
+
np.float64,0xbfdc9cbb12393976,0x3fecdae2982335db,1
|
| 1079 |
+
np.float64,0xbfd85b4eccb0b69e,0x3fedb5e0dd87f702,1
|
| 1080 |
+
np.float64,0xbfe5c326cb2b864e,0x3fe8e180f525fa12,1
|
| 1081 |
+
np.float64,0xbfe381a0e4a70342,0x3fea3c8e5e3ab78e,1
|
| 1082 |
+
np.float64,0xbfe58d892c2b1b12,0x3fe9031551617aed,1
|
| 1083 |
+
np.float64,0xbfd7f3a52cafe74a,0x3fedc8fa97edd080,1
|
| 1084 |
+
np.float64,0xbfef3417bc7e682f,0x3fe1f45989f6a009,1
|
| 1085 |
+
np.float64,0xbfddfb8208bbf704,0x3fec8d5fa9970773,1
|
| 1086 |
+
np.float64,0xbfdab69bcc356d38,0x3fed40b2f6c347c6,1
|
| 1087 |
+
np.float64,0xbfed3f7cf17a7efa,0x3fe389e4ff4d9235,1
|
| 1088 |
+
np.float64,0xbfe47675d9a8ecec,0x3fe9ad6829a69e94,1
|
| 1089 |
+
np.float64,0xbfd030e2902061c6,0x3feefb3f811e024f,1
|
| 1090 |
+
np.float64,0xbfc376ac7226ed58,0x3fefa1798712b37e,1
|
| 1091 |
+
np.float64,0xbfdb7e54a0b6fcaa,0x3fed17a974c4bc28,1
|
| 1092 |
+
np.float64,0xbfdb7d5d5736faba,0x3fed17dcf31a8d84,1
|
| 1093 |
+
np.float64,0xbf876bd6502ed7c0,0x3fefff76dce6232c,1
|
| 1094 |
+
np.float64,0xbfd211e6c02423ce,0x3feebba41f0a1764,1
|
| 1095 |
+
np.float64,0xbfb443e3962887c8,0x3fefe658953629d4,1
|
| 1096 |
+
np.float64,0xbfe81b09e9b03614,0x3fe757882e4fdbae,1
|
| 1097 |
+
np.float64,0xbfdcb905d2b9720c,0x3fecd4c22cfe84e5,1
|
| 1098 |
+
np.float64,0xbfe3b62d99276c5b,0x3fea1e5520b3098d,1
|
| 1099 |
+
np.float64,0xbfbf05b25c3e0b68,0x3fefc3ecc04bca8e,1
|
| 1100 |
+
np.float64,0xbfdedc885b3db910,0x3fec59e22feb49f3,1
|
| 1101 |
+
np.float64,0xbfe33aa282667545,0x3fea64f2d55ec471,1
|
| 1102 |
+
np.float64,0xbfec84745a3908e9,0x3fe41cb3214e7044,1
|
| 1103 |
+
np.float64,0xbfddefdff1bbdfc0,0x3fec8fff88d4d0ec,1
|
| 1104 |
+
np.float64,0xbfd26ae6aca4d5ce,0x3feeaf208c7fedf6,1
|
| 1105 |
+
np.float64,0xbfee010591fc020b,0x3fe2ef3e57211a5e,1
|
| 1106 |
+
np.float64,0xbfb8cfddca319fb8,0x3fefd98d8f7918ed,1
|
| 1107 |
+
np.float64,0xbfe991648f3322c9,0x3fe6514e54670bae,1
|
| 1108 |
+
np.float64,0xbfee63fd087cc7fa,0x3fe29f1bfa3297cc,1
|
| 1109 |
+
np.float64,0xbfe1685942a2d0b2,0x3feb617f5f839eee,1
|
| 1110 |
+
np.float64,0xbfc6fc2fd62df860,0x3fef7c4698fd58cf,1
|
| 1111 |
+
np.float64,0xbfe42723d3a84e48,0x3fe9dc6ef7243e90,1
|
| 1112 |
+
np.float64,0xbfc3a7e89d274fd0,0x3fef9f99e3314e77,1
|
| 1113 |
+
np.float64,0xbfeb4c9521f6992a,0x3fe50b7c919bc6d8,1
|
| 1114 |
+
np.float64,0xbf707b34e020f680,0x3fefffef05e30264,1
|
| 1115 |
+
np.float64,0xbfc078478e20f090,0x3fefbc479305d5aa,1
|
| 1116 |
+
np.float64,0xbfd494ac4ca92958,0x3fee5c11f1cd8269,1
|
| 1117 |
+
np.float64,0xbfdaf888a035f112,0x3fed3346ae600469,1
|
| 1118 |
+
np.float64,0xbfa5d8ed502bb1e0,0x3feff88b0f262609,1
|
| 1119 |
+
np.float64,0xbfeec0cbfffd8198,0x3fe253543b2371cb,1
|
| 1120 |
+
np.float64,0xbfe594b5986b296b,0x3fe8fe9b39fb3940,1
|
| 1121 |
+
np.float64,0xbfc8ece7c631d9d0,0x3fef652bd0611ac7,1
|
| 1122 |
+
np.float64,0xbfd8ffeca0b1ffda,0x3fed96ebdf9b65cb,1
|
| 1123 |
+
np.float64,0xbfba9b221e353648,0x3fefd3cc21e2f15c,1
|
| 1124 |
+
np.float64,0xbfca63a52c34c74c,0x3fef52848eb9ed3b,1
|
| 1125 |
+
np.float64,0xbfe588e9b06b11d4,0x3fe905f7403e8881,1
|
| 1126 |
+
np.float64,0xbfc76f82db2edf04,0x3fef77138fe9bbc2,1
|
| 1127 |
+
np.float64,0xbfeeb3f334bd67e6,0x3fe25ddadb1096d6,1
|
| 1128 |
+
np.float64,0xbfbf2b64ce3e56c8,0x3fefc35a9555f6df,1
|
| 1129 |
+
np.float64,0xbfe9920e4ff3241c,0x3fe650d4ab8f5c42,1
|
| 1130 |
+
np.float64,0xbfb4a54c02294a98,0x3fefe55fc85ae5e9,1
|
| 1131 |
+
np.float64,0xbfe353b0c766a762,0x3fea56c02d17e4b7,1
|
| 1132 |
+
np.float64,0xbfd99961a4b332c4,0x3fed795fcd00dbf9,1
|
| 1133 |
+
np.float64,0xbfef191ddabe323c,0x3fe20aa79524f636,1
|
| 1134 |
+
np.float64,0xbfb25d060224ba10,0x3fefeaeee5cc8c0b,1
|
| 1135 |
+
np.float64,0xbfe6022428ec0448,0x3fe8b9b46e776194,1
|
| 1136 |
+
np.float64,0xbfed1a236cba3447,0x3fe3a76bee0d9861,1
|
| 1137 |
+
np.float64,0xbfc59671e72b2ce4,0x3fef8bc4daef6f14,1
|
| 1138 |
+
np.float64,0xbfdf2711703e4e22,0x3fec4886a8c9ceb5,1
|
| 1139 |
+
np.float64,0xbfeb7e207536fc41,0x3fe4e610c783f168,1
|
| 1140 |
+
np.float64,0xbfe6cdf5bcad9bec,0x3fe8365f8a59bc81,1
|
| 1141 |
+
np.float64,0xbfe55294adaaa52a,0x3fe927b0af5ccd09,1
|
| 1142 |
+
np.float64,0xbfdf4a88913e9512,0x3fec4036df58ba74,1
|
| 1143 |
+
np.float64,0xbfebb7efe4376fe0,0x3fe4ba276006992d,1
|
| 1144 |
+
np.float64,0xbfe09f29cfa13e54,0x3febc77f4f9c95e7,1
|
| 1145 |
+
np.float64,0xbfdf8c75653f18ea,0x3fec30ac924e4f46,1
|
| 1146 |
+
np.float64,0xbfefd601c7ffac04,0x3fe16d6f21bcb9c1,1
|
| 1147 |
+
np.float64,0xbfeae97ff5f5d300,0x3fe555bb5b87efe9,1
|
| 1148 |
+
np.float64,0xbfed427f02fa84fe,0x3fe387830db093bc,1
|
| 1149 |
+
np.float64,0xbfa33909cc267210,0x3feffa3a1bcb50dd,1
|
| 1150 |
+
np.float64,0xbfe9aa4bf5f35498,0x3fe63f6e98f6aa0f,1
|
| 1151 |
+
np.float64,0xbfe2d7349b25ae69,0x3fea9caa7c331e7e,1
|
| 1152 |
+
np.float64,0xbfcdbb2a3a3b7654,0x3fef2401c9659e4b,1
|
| 1153 |
+
np.float64,0xbfc8a90919315214,0x3fef686fe7fc0513,1
|
| 1154 |
+
np.float64,0xbfe62a98df2c5532,0x3fe89ff22a02cc6b,1
|
| 1155 |
+
np.float64,0xbfdc0f67b3b81ed0,0x3fecf928b637798f,1
|
| 1156 |
+
np.float64,0xbfebb32bf6f76658,0x3fe4bdc893c09698,1
|
| 1157 |
+
np.float64,0xbfec067996380cf3,0x3fe47e132741db97,1
|
| 1158 |
+
np.float64,0xbfd9774e1d32ee9c,0x3fed7ffe1e87c434,1
|
| 1159 |
+
np.float64,0xbfef989890bf3131,0x3fe1a0d025c80cf4,1
|
| 1160 |
+
np.float64,0xbfe59887e62b3110,0x3fe8fc382a3d4197,1
|
| 1161 |
+
np.float64,0xbfdea0a11e3d4142,0x3fec67b987e236ec,1
|
| 1162 |
+
np.float64,0xbfe2ec495825d892,0x3fea90efb231602d,1
|
| 1163 |
+
np.float64,0xbfb329c5c2265388,0x3fefe90f1b8209c3,1
|
| 1164 |
+
np.float64,0xbfdcd2dcd339a5ba,0x3feccf24c60b1478,1
|
| 1165 |
+
np.float64,0xbfe537ea18aa6fd4,0x3fe938237e217fe0,1
|
| 1166 |
+
np.float64,0xbfe8675ce170ceba,0x3fe723105925ce3a,1
|
| 1167 |
+
np.float64,0xbfd70723acae0e48,0x3fedf369ac070e65,1
|
| 1168 |
+
np.float64,0xbfea9d8692b53b0d,0x3fe58e1ee42e3fdb,1
|
| 1169 |
+
np.float64,0xbfcfeb96653fd72c,0x3fef029770033bdc,1
|
| 1170 |
+
np.float64,0xbfcc06c92d380d94,0x3fef3c69797d9b0a,1
|
| 1171 |
+
np.float64,0xbfe16b7c4f62d6f8,0x3feb5fdf9f0a9a07,1
|
| 1172 |
+
np.float64,0xbfed4d7a473a9af4,0x3fe37ecee27b1eb7,1
|
| 1173 |
+
np.float64,0xbfe6a6f6942d4ded,0x3fe84fccdf762b19,1
|
| 1174 |
+
np.float64,0xbfda46d867348db0,0x3fed572d928fa657,1
|
| 1175 |
+
np.float64,0xbfdbd9482db7b290,0x3fed049b5f907b52,1
|
| 1176 |
+
np.float64,0x7fe992ceb933259c,0xbfeb15af92aad70e,1
|
| 1177 |
+
np.float64,0x7fe3069204a60d23,0xbfe5eeff454240e9,1
|
| 1178 |
+
np.float64,0x7fe729dbf32e53b7,0xbfefe0528a330e4c,1
|
| 1179 |
+
np.float64,0x7fec504fb638a09e,0x3fd288e95dbedf65,1
|
| 1180 |
+
np.float64,0x7fe1d30167a3a602,0xbfeffc41f946fd02,1
|
| 1181 |
+
np.float64,0x7fed7f8ffd3aff1f,0x3fefe68ec604a19d,1
|
| 1182 |
+
np.float64,0x7fd2f23635a5e46b,0x3fea63032efbb447,1
|
| 1183 |
+
np.float64,0x7fd4c86db1a990da,0x3fdf6b9f7888db5d,1
|
| 1184 |
+
np.float64,0x7fe7554db6eeaa9a,0x3fe1b41476861bb0,1
|
| 1185 |
+
np.float64,0x7fe34e823ba69d03,0x3fefc435532e6294,1
|
| 1186 |
+
np.float64,0x7fec5c82fef8b905,0x3fef8f0c6473034f,1
|
| 1187 |
+
np.float64,0x7feba221bff74442,0xbfea95b81eb19b47,1
|
| 1188 |
+
np.float64,0x7fe74808a5ae9010,0xbfd3aa322917c3e5,1
|
| 1189 |
+
np.float64,0x7fdf41b7e0be836f,0x3fd14283c7147282,1
|
| 1190 |
+
np.float64,0x7fec09892f381311,0x3fe5240376ae484b,1
|
| 1191 |
+
np.float64,0x7faaf80bf435f017,0x3fe20227fa811423,1
|
| 1192 |
+
np.float64,0x7f8422d8402845b0,0x3fe911714593b8a0,1
|
| 1193 |
+
np.float64,0x7fd23a7fada474fe,0x3feff9f40aa37e9c,1
|
| 1194 |
+
np.float64,0x7fef4a4806fe948f,0x3fec6eca89cb4a62,1
|
| 1195 |
+
np.float64,0x7fe1e71cf763ce39,0xbfea6ac63f9ba457,1
|
| 1196 |
+
np.float64,0x7fe3e555be27caaa,0xbfe75b305d0dbbfd,1
|
| 1197 |
+
np.float64,0x7fcb8bac96371758,0xbfe8b126077f9d4c,1
|
| 1198 |
+
np.float64,0x7fc98e2c84331c58,0x3fef9092eb0bc85a,1
|
| 1199 |
+
np.float64,0x7fe947cf2b728f9d,0xbfebfff2c5b7d198,1
|
| 1200 |
+
np.float64,0x7feee8058c3dd00a,0xbfef21ebaae2eb17,1
|
| 1201 |
+
np.float64,0x7fef61d8d5bec3b1,0xbfdf1a032fb1c864,1
|
| 1202 |
+
np.float64,0x7fcf714b6f3ee296,0x3fe6fc89a8084098,1
|
| 1203 |
+
np.float64,0x7fa9a8b44c335168,0xbfeb16c149cea943,1
|
| 1204 |
+
np.float64,0x7fd175c482a2eb88,0xbfef64d341e73f88,1
|
| 1205 |
+
np.float64,0x7feab8e6a87571cc,0x3feb10069c397464,1
|
| 1206 |
+
np.float64,0x7fe3ade72de75bcd,0x3fd1753e333d5790,1
|
| 1207 |
+
np.float64,0x7fb26d87d224db0f,0xbfe753d36b18f4ca,1
|
| 1208 |
+
np.float64,0x7fdb7ef159b6fde2,0x3fe5c0a6044d3607,1
|
| 1209 |
+
np.float64,0x7fd5af86422b5f0c,0x3fe77193c95f6484,1
|
| 1210 |
+
np.float64,0x7fee9e00b07d3c00,0x3fe864d494596845,1
|
| 1211 |
+
np.float64,0x7fef927a147f24f3,0xbfe673b14715693d,1
|
| 1212 |
+
np.float64,0x7fd0aea63c215d4b,0xbfeff435f119fce9,1
|
| 1213 |
+
np.float64,0x7fd02e3796a05c6e,0x3fe4f7e3706e9a3d,1
|
| 1214 |
+
np.float64,0x7fd3ed61da27dac3,0xbfefef2f057f168c,1
|
| 1215 |
+
np.float64,0x7fefaca0d4ff5941,0x3fd3e8ad205cd4ab,1
|
| 1216 |
+
np.float64,0x7feb659e06f6cb3b,0x3fd64d803203e027,1
|
| 1217 |
+
np.float64,0x7fc94ccfaf32999e,0x3fee04922209369a,1
|
| 1218 |
+
np.float64,0x7feb4ec294f69d84,0xbfd102763a056c89,1
|
| 1219 |
+
np.float64,0x7fe2ada6ac655b4c,0x3fef4f6792aa6093,1
|
| 1220 |
+
np.float64,0x7fe5f40fdc2be81f,0xbfb4a6327186eee8,1
|
| 1221 |
+
np.float64,0x7fe7584bc3eeb097,0xbfd685b8ff94651d,1
|
| 1222 |
+
np.float64,0x7fe45d276be8ba4e,0x3fee53b13f7e442f,1
|
| 1223 |
+
np.float64,0x7fe6449b3d6c8935,0xbfe7e08bafa75251,1
|
| 1224 |
+
np.float64,0x7f8d62e6b03ac5cc,0x3fe73d30762f38fd,1
|
| 1225 |
+
np.float64,0x7fe3a76f72a74ede,0xbfeb48a28bc60968,1
|
| 1226 |
+
np.float64,0x7fd057706920aee0,0x3fdece8fa06f626c,1
|
| 1227 |
+
np.float64,0x7fe45ae158e8b5c2,0x3fe7a70f47b4d349,1
|
| 1228 |
+
np.float64,0x7fea8a5a983514b4,0x3fefb053d5f9ddd7,1
|
| 1229 |
+
np.float64,0x7fdd1e86ab3a3d0c,0x3fe3cded1b93816b,1
|
| 1230 |
+
np.float64,0x7fdb456108b68ac1,0xbfe37574c0b9bf8f,1
|
| 1231 |
+
np.float64,0x7fe972602432e4bf,0x3fef9a26e65ec01c,1
|
| 1232 |
+
np.float64,0x7fdbe2385637c470,0x3fed541df57969e1,1
|
| 1233 |
+
np.float64,0x7fe57f03602afe06,0x3fbd90f595cbbd94,1
|
| 1234 |
+
np.float64,0x7feb0ceb68f619d6,0xbfeae9cb8ee5261f,1
|
| 1235 |
+
np.float64,0x7fe6abfe6c6d57fc,0xbfef40a6edaca26f,1
|
| 1236 |
+
np.float64,0x7fe037ea08606fd3,0xbfda817d75858597,1
|
| 1237 |
+
np.float64,0x7fdd75a52dbaeb49,0x3feef2a0d91d6aa1,1
|
| 1238 |
+
np.float64,0x7fe8f9af66b1f35e,0xbfedfceef2a3bfc9,1
|
| 1239 |
+
np.float64,0x7fedf762b53beec4,0x3fd8b4f21ef69ee3,1
|
| 1240 |
+
np.float64,0x7fe99295b7f3252a,0x3feffc24d970383e,1
|
| 1241 |
+
np.float64,0x7fe797b0172f2f5f,0x3fee089aa56f7ce8,1
|
| 1242 |
+
np.float64,0x7fed89dcc97b13b9,0xbfcfa2bb0c3ea41f,1
|
| 1243 |
+
np.float64,0x7fae9e8d5c3d3d1a,0xbfe512ffe16c6b08,1
|
| 1244 |
+
np.float64,0x7fefaecbe27f5d97,0x3fbfc718a5e972f1,1
|
| 1245 |
+
np.float64,0x7fce0236d93c046d,0xbfa9b7cd790db256,1
|
| 1246 |
+
np.float64,0x7fa9689aac32d134,0x3feced501946628a,1
|
| 1247 |
+
np.float64,0x7feb1469e93628d3,0x3fef2a988e7673ed,1
|
| 1248 |
+
np.float64,0x7fdba78344b74f06,0xbfe092e78965b30c,1
|
| 1249 |
+
np.float64,0x7fece54c3fb9ca97,0x3fd3cfd184bed2e6,1
|
| 1250 |
+
np.float64,0x7fdb84212b370841,0xbfe25ebf2db6ee55,1
|
| 1251 |
+
np.float64,0x7fbe3e8bf23c7d17,0x3fe2ee72df573345,1
|
| 1252 |
+
np.float64,0x7fe43d9803687b2f,0xbfed2eff6a9e66a0,1
|
| 1253 |
+
np.float64,0x7fb0f9c00a21f37f,0x3feff70f3276fdb7,1
|
| 1254 |
+
np.float64,0x7fea0c6cbbb418d8,0xbfefa612494798b2,1
|
| 1255 |
+
np.float64,0x7fe4b3239e296646,0xbfe74dd959af8cdc,1
|
| 1256 |
+
np.float64,0x7fe5c6a773eb8d4e,0xbfd06944048f8d2b,1
|
| 1257 |
+
np.float64,0x7fb1c1278223824e,0xbfeb533a34655bde,1
|
| 1258 |
+
np.float64,0x7fd21c09ee243813,0xbfe921ccbc9255c3,1
|
| 1259 |
+
np.float64,0x7fe051020c20a203,0x3fbd519d700c1f2f,1
|
| 1260 |
+
np.float64,0x7fe0c76845e18ed0,0x3fefb9595191a31b,1
|
| 1261 |
+
np.float64,0x7fe6b0b57b6d616a,0xbf8c59a8ba5fcd9a,1
|
| 1262 |
+
np.float64,0x7fd386c460270d88,0x3fe8ffea5d1a5c46,1
|
| 1263 |
+
np.float64,0x7feeb884713d7108,0x3fee9b2247ef6c0d,1
|
| 1264 |
+
np.float64,0x7fd85f71b6b0bee2,0xbfefc30ec3e28f07,1
|
| 1265 |
+
np.float64,0x7fc341366426826c,0x3fd4234d35386d3b,1
|
| 1266 |
+
np.float64,0x7fe56482dd6ac905,0x3fe7189de6a50668,1
|
| 1267 |
+
np.float64,0x7fec67a2e3f8cf45,0xbfef86d0b940f37f,1
|
| 1268 |
+
np.float64,0x7fe38b202fe7163f,0x3feb90b75caa2030,1
|
| 1269 |
+
np.float64,0x7fdcbc64883978c8,0x3fed4f758fbf64d4,1
|
| 1270 |
+
np.float64,0x7fea5f0598f4be0a,0x3fdd503a417b3d4d,1
|
| 1271 |
+
np.float64,0x7fda3b6bcf3476d7,0x3fea6e9af3f7f9f5,1
|
| 1272 |
+
np.float64,0x7fc7d7896c2faf12,0x3fda2bebc36a2363,1
|
| 1273 |
+
np.float64,0x7fe7e8e2626fd1c4,0xbfe7d5e390c4cc3f,1
|
| 1274 |
+
np.float64,0x7fde0f3d7abc1e7a,0xbfede7a0ecfa3606,1
|
| 1275 |
+
np.float64,0x7fc692b8f52d2571,0x3feff0cd7ab6f61b,1
|
| 1276 |
+
np.float64,0xff92d1fce825a400,0xbfc921c36fc014fa,1
|
| 1277 |
+
np.float64,0xffdec3af2fbd875e,0xbfed6a77e6a0364e,1
|
| 1278 |
+
np.float64,0xffef46e7d9be8dcf,0xbfed7d39476f7e27,1
|
| 1279 |
+
np.float64,0xffe2c2ce4525859c,0x3fe1757261316bc9,1
|
| 1280 |
+
np.float64,0xffe27c8b5864f916,0xbfefe017c0d43457,1
|
| 1281 |
+
np.float64,0xffe184d7442309ae,0x3fa1fb8c49dba596,1
|
| 1282 |
+
np.float64,0xffddf5f98d3bebf4,0x3fee4f8eaa5f847e,1
|
| 1283 |
+
np.float64,0xffee3ef354fc7de6,0xbfebfd60fa51b2ba,1
|
| 1284 |
+
np.float64,0xffdecb3e85bd967e,0x3fbfad2667a8b468,1
|
| 1285 |
+
np.float64,0xffe4ee900b29dd20,0xbfdc02dc626f91cd,1
|
| 1286 |
+
np.float64,0xffd3179f6da62f3e,0xbfe2cfe442511776,1
|
| 1287 |
+
np.float64,0xffe99ef7cef33def,0x3f50994542a7f303,1
|
| 1288 |
+
np.float64,0xffe2b66b1ae56cd6,0xbfefe3e066eb6329,1
|
| 1289 |
+
np.float64,0xff8f72aff03ee540,0x3fe9c46224cf5003,1
|
| 1290 |
+
np.float64,0xffd29beb85a537d8,0x3fefcb0b6166be71,1
|
| 1291 |
+
np.float64,0xffaef02d4c3de060,0xbfef5fb71028fc72,1
|
| 1292 |
+
np.float64,0xffd39a2a89273456,0x3fe6d4b183205dca,1
|
| 1293 |
+
np.float64,0xffef8a9392ff1526,0x3fedb99fbf402468,1
|
| 1294 |
+
np.float64,0xffb9b3f31e3367e8,0x3fee1005270fcf80,1
|
| 1295 |
+
np.float64,0xffed9d5c693b3ab8,0x3fd110f4b02365d5,1
|
| 1296 |
+
np.float64,0xffeaba45f9f5748b,0x3fe499e0a6f4afb2,1
|
| 1297 |
+
np.float64,0xffdba3f70d3747ee,0xbfca0c30493ae519,1
|
| 1298 |
+
np.float64,0xffa35b985426b730,0xbfdb625df56bcf45,1
|
| 1299 |
+
np.float64,0xffccbc9728397930,0x3fc53cbc59020704,1
|
| 1300 |
+
np.float64,0xffef73c942bee792,0xbfdc647a7a5e08be,1
|
| 1301 |
+
np.float64,0xffcb5acfb236b5a0,0x3feeb4ec038c39fc,1
|
| 1302 |
+
np.float64,0xffea116fe2b422df,0x3fefe03b6ae0b435,1
|
| 1303 |
+
np.float64,0xffe97de6e7b2fbcd,0xbfd2025698fab9eb,1
|
| 1304 |
+
np.float64,0xffdddba314bbb746,0x3fd31f0fdb8f93be,1
|
| 1305 |
+
np.float64,0xffd613a24a2c2744,0xbfebbb1efae884b3,1
|
| 1306 |
+
np.float64,0xffe3d938aa67b271,0xbfc2099cead3d3be,1
|
| 1307 |
+
np.float64,0xffdf08c2e33e1186,0xbfefd236839b900d,1
|
| 1308 |
+
np.float64,0xffea6ba8bd34d751,0x3fe8dfc032114719,1
|
| 1309 |
+
np.float64,0xffe3202083e64040,0x3fed513b81432a22,1
|
| 1310 |
+
np.float64,0xffb2397db62472f8,0xbfee7d7fe1c3f76c,1
|
| 1311 |
+
np.float64,0xffd9d0682ab3a0d0,0x3fe0bcf9e531ad79,1
|
| 1312 |
+
np.float64,0xffc293df202527c0,0xbfe58d0bdece5e64,1
|
| 1313 |
+
np.float64,0xffe1422c7da28458,0xbf81bd72595f2341,1
|
| 1314 |
+
np.float64,0xffd64e4ed4ac9c9e,0x3fa4334cc011c703,1
|
| 1315 |
+
np.float64,0xffe40a970ae8152e,0x3fead3d258b55b7d,1
|
| 1316 |
+
np.float64,0xffc8c2f2223185e4,0xbfef685f07c8b9fd,1
|
| 1317 |
+
np.float64,0xffe4b2f7216965ee,0x3fe3861d3d896a83,1
|
| 1318 |
+
np.float64,0xffdb531db3b6a63c,0x3fe18cb8332dd59d,1
|
| 1319 |
+
np.float64,0xffe8e727a3b1ce4e,0xbfe57b15abb677b9,1
|
| 1320 |
+
np.float64,0xffe530c1e12a6184,0xbfb973ea5535e48f,1
|
| 1321 |
+
np.float64,0xffe6f7849cedef08,0x3fd39a37ec5af4b6,1
|
| 1322 |
+
np.float64,0xffead62a78b5ac54,0x3fe69b3f6c7aa24b,1
|
| 1323 |
+
np.float64,0xffeefdd725fdfbad,0xbfc08a456111fdd5,1
|
| 1324 |
+
np.float64,0xffe682182fed0430,0x3fecc7c1292761d2,1
|
| 1325 |
+
np.float64,0xffee0ca8dcbc1951,0x3fef6cc361ef2c19,1
|
| 1326 |
+
np.float64,0xffec9b338f393666,0x3fefa9ab8e0471b5,1
|
| 1327 |
+
np.float64,0xffe13c5e29a278bc,0xbfef8da74ad83398,1
|
| 1328 |
+
np.float64,0xffd7bd48c62f7a92,0x3fe3468cd4ac9d34,1
|
| 1329 |
+
np.float64,0xffedd0ed14bba1d9,0xbfd563a83477077b,1
|
| 1330 |
+
np.float64,0xffe86b83f3f0d707,0x3fe9eb3c658e4b2d,1
|
| 1331 |
+
np.float64,0xffd6a4db4bad49b6,0xbfc7e11276166e17,1
|
| 1332 |
+
np.float64,0xffc29e8404253d08,0x3fd35971961c789f,1
|
| 1333 |
+
np.float64,0xffe27cf3d664f9e7,0xbfeca0f73c72f810,1
|
| 1334 |
+
np.float64,0xffc34152352682a4,0x3fef384e564c002c,1
|
| 1335 |
+
np.float64,0xffe395728ba72ae4,0x3f8fe18c2de86eba,1
|
| 1336 |
+
np.float64,0xffed86c4fbbb0d89,0x3fef709db881c672,1
|
| 1337 |
+
np.float64,0xffe8a98d37f1531a,0x3fd4879c8f73c3dc,1
|
| 1338 |
+
np.float64,0xffb8ce9fea319d40,0xbfb853c8fe46b08d,1
|
| 1339 |
+
np.float64,0xffe7f26db8efe4db,0xbfec1cfd3e5c2ac1,1
|
| 1340 |
+
np.float64,0xffd7935b77af26b6,0x3fb7368c89b2a460,1
|
| 1341 |
+
np.float64,0xffc5840ed02b081c,0x3fd92220b56631f3,1
|
| 1342 |
+
np.float64,0xffc36a873926d510,0x3fa84d61baf61811,1
|
| 1343 |
+
np.float64,0xffe06ea583e0dd4a,0x3feb647e348b9e39,1
|
| 1344 |
+
np.float64,0xffe6a33031ed4660,0xbfe096b851dc1a0a,1
|
| 1345 |
+
np.float64,0xffe001c938e00392,0x3fe4eece77623e7a,1
|
| 1346 |
+
np.float64,0xffc1e4f23b23c9e4,0xbfdb9bb1f83f6ac4,1
|
| 1347 |
+
np.float64,0xffecd3ecbab9a7d9,0x3fbafb1f800f177d,1
|
| 1348 |
+
np.float64,0xffc2d3016825a604,0xbfef650e8b0d6afb,1
|
| 1349 |
+
np.float64,0xffe222cb68e44596,0x3fde3690e44de5bd,1
|
| 1350 |
+
np.float64,0xffe5bb145e2b7628,0x3fedbb98e23c9dc1,1
|
| 1351 |
+
np.float64,0xffe9e5823b73cb04,0xbfee41661016c03c,1
|
| 1352 |
+
np.float64,0xffd234a00ba46940,0x3fda0312cda580c2,1
|
| 1353 |
+
np.float64,0xffe0913ed6e1227d,0xbfed508bb529bd23,1
|
| 1354 |
+
np.float64,0xffe8e3596171c6b2,0xbfdc33e1c1d0310e,1
|
| 1355 |
+
np.float64,0xffef9c6835ff38cf,0x3fea8ce6d27dfba3,1
|
| 1356 |
+
np.float64,0xffdd3bcf66ba779e,0x3fe50523d2b6470e,1
|
| 1357 |
+
np.float64,0xffe57e8cf06afd1a,0xbfee600933347247,1
|
| 1358 |
+
np.float64,0xffe0d8c65fa1b18c,0x3fe75091f93d5e4c,1
|
| 1359 |
+
np.float64,0xffea7c8c16b4f918,0x3fee681724795198,1
|
| 1360 |
+
np.float64,0xffe34f7a05269ef4,0xbfe3c3e179676f13,1
|
| 1361 |
+
np.float64,0xffd28894a6a5112a,0xbfe5d1027aee615d,1
|
| 1362 |
+
np.float64,0xffc73be6f22e77cc,0x3fe469bbc08b472a,1
|
| 1363 |
+
np.float64,0xffe7f71b066fee36,0x3fe7ed136c8fdfaa,1
|
| 1364 |
+
np.float64,0xffebc13e29f7827c,0x3fefcdc6e677d314,1
|
| 1365 |
+
np.float64,0xffd53e9c942a7d3a,0x3fea5a02c7341749,1
|
| 1366 |
+
np.float64,0xffd7191b23ae3236,0x3fea419b66023443,1
|
| 1367 |
+
np.float64,0xffe9480325b29006,0xbfefeaff5fa38cd5,1
|
| 1368 |
+
np.float64,0xffba46dc0e348db8,0xbfefa54f4de28eba,1
|
| 1369 |
+
np.float64,0xffdd4cc31eba9986,0x3fe60bb41fe1c4da,1
|
| 1370 |
+
np.float64,0xffe13a70dea274e1,0xbfaa9192f7bd6c9b,1
|
| 1371 |
+
np.float64,0xffde25127bbc4a24,0x3f7c75f45e29be7d,1
|
| 1372 |
+
np.float64,0xffe4076543a80eca,0x3fea5aad50d2f687,1
|
| 1373 |
+
np.float64,0xffe61512acec2a25,0xbfefffeb67401649,1
|
| 1374 |
+
np.float64,0xffef812ec1ff025d,0xbfe919c7c073c766,1
|
| 1375 |
+
np.float64,0xffd5552aeaaaaa56,0x3fc89d38ab047396,1
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-cosh.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0xfe0ac238,0x7f800000,3
|
| 3 |
+
np.float32,0xbf553b86,0x3faf079b,3
|
| 4 |
+
np.float32,0xff4457da,0x7f800000,3
|
| 5 |
+
np.float32,0xff7253f3,0x7f800000,3
|
| 6 |
+
np.float32,0x5a5802,0x3f800000,3
|
| 7 |
+
np.float32,0x3db03413,0x3f80795b,3
|
| 8 |
+
np.float32,0x7f6795c9,0x7f800000,3
|
| 9 |
+
np.float32,0x805b9142,0x3f800000,3
|
| 10 |
+
np.float32,0xfeea581a,0x7f800000,3
|
| 11 |
+
np.float32,0x3f7e2dba,0x3fc472f6,3
|
| 12 |
+
np.float32,0x3d9c4d74,0x3f805f7a,3
|
| 13 |
+
np.float32,0x7f18c665,0x7f800000,3
|
| 14 |
+
np.float32,0x7f003e23,0x7f800000,3
|
| 15 |
+
np.float32,0x3d936fa0,0x3f8054f3,3
|
| 16 |
+
np.float32,0x3f32034f,0x3fa0368e,3
|
| 17 |
+
np.float32,0xff087604,0x7f800000,3
|
| 18 |
+
np.float32,0x380a5,0x3f800000,3
|
| 19 |
+
np.float32,0x3f59694e,0x3fb10077,3
|
| 20 |
+
np.float32,0x3e63e648,0x3f832ee4,3
|
| 21 |
+
np.float32,0x80712f42,0x3f800000,3
|
| 22 |
+
np.float32,0x3e169908,0x3f816302,3
|
| 23 |
+
np.float32,0x3f2d766e,0x3f9e8692,3
|
| 24 |
+
np.float32,0x3d6412e0,0x3f8032d0,3
|
| 25 |
+
np.float32,0xbde689e8,0x3f80cfd4,3
|
| 26 |
+
np.float32,0x483e2e,0x3f800000,3
|
| 27 |
+
np.float32,0xff1ba2d0,0x7f800000,3
|
| 28 |
+
np.float32,0x80136bff,0x3f800000,3
|
| 29 |
+
np.float32,0x3f72534c,0x3fbdc1d4,3
|
| 30 |
+
np.float32,0x3e9eb381,0x3f8632c6,3
|
| 31 |
+
np.float32,0x3e142892,0x3f815795,3
|
| 32 |
+
np.float32,0x0,0x3f800000,3
|
| 33 |
+
np.float32,0x2f2528,0x3f800000,3
|
| 34 |
+
np.float32,0x7f38be13,0x7f800000,3
|
| 35 |
+
np.float32,0xfeee6896,0x7f800000,3
|
| 36 |
+
np.float32,0x7f09095d,0x7f800000,3
|
| 37 |
+
np.float32,0xbe94d,0x3f800000,3
|
| 38 |
+
np.float32,0xbedcf8d4,0x3f8c1b74,3
|
| 39 |
+
np.float32,0xbf694c02,0x3fb8ef07,3
|
| 40 |
+
np.float32,0x3e2261f8,0x3f819cde,3
|
| 41 |
+
np.float32,0xbf01d3ce,0x3f90d0e0,3
|
| 42 |
+
np.float32,0xbeb7b3a2,0x3f8853de,3
|
| 43 |
+
np.float32,0x8046de7b,0x3f800000,3
|
| 44 |
+
np.float32,0xbcb45ea0,0x3f8007f1,3
|
| 45 |
+
np.float32,0x3eef14af,0x3f8e35dd,3
|
| 46 |
+
np.float32,0xbf047316,0x3f91846e,3
|
| 47 |
+
np.float32,0x801cef45,0x3f800000,3
|
| 48 |
+
np.float32,0x3e9ad891,0x3f85e609,3
|
| 49 |
+
np.float32,0xff20e9cf,0x7f800000,3
|
| 50 |
+
np.float32,0x80068434,0x3f800000,3
|
| 51 |
+
np.float32,0xbe253020,0x3f81ab49,3
|
| 52 |
+
np.float32,0x3f13f4b8,0x3f95fac9,3
|
| 53 |
+
np.float32,0x804accd1,0x3f800000,3
|
| 54 |
+
np.float32,0x3dee3e10,0x3f80ddf7,3
|
| 55 |
+
np.float32,0xbe6c4690,0x3f836c29,3
|
| 56 |
+
np.float32,0xff30d431,0x7f800000,3
|
| 57 |
+
np.float32,0xbec82416,0x3f89e791,3
|
| 58 |
+
np.float32,0x3f30bbcb,0x3f9fbbcc,3
|
| 59 |
+
np.float32,0x3f5620a2,0x3faf72b8,3
|
| 60 |
+
np.float32,0x807a8130,0x3f800000,3
|
| 61 |
+
np.float32,0x3e3cb02d,0x3f822de0,3
|
| 62 |
+
np.float32,0xff4839ac,0x7f800000,3
|
| 63 |
+
np.float32,0x800a3e9c,0x3f800000,3
|
| 64 |
+
np.float32,0x3dffd65b,0x3f810002,3
|
| 65 |
+
np.float32,0xbf2b1492,0x3f9da987,3
|
| 66 |
+
np.float32,0xbf21602c,0x3f9a48fe,3
|
| 67 |
+
np.float32,0x512531,0x3f800000,3
|
| 68 |
+
np.float32,0x24b99a,0x3f800000,3
|
| 69 |
+
np.float32,0xbf53e345,0x3fae67b1,3
|
| 70 |
+
np.float32,0xff2126ec,0x7f800000,3
|
| 71 |
+
np.float32,0x7e79b49d,0x7f800000,3
|
| 72 |
+
np.float32,0x3ea3cf04,0x3f869b6f,3
|
| 73 |
+
np.float32,0x7f270059,0x7f800000,3
|
| 74 |
+
np.float32,0x3f625b2f,0x3fb561e1,3
|
| 75 |
+
np.float32,0xbf59947e,0x3fb11519,3
|
| 76 |
+
np.float32,0xfe0d1c64,0x7f800000,3
|
| 77 |
+
np.float32,0xbf3f3eae,0x3fa568e2,3
|
| 78 |
+
np.float32,0x7c04d1,0x3f800000,3
|
| 79 |
+
np.float32,0x7e66bd,0x3f800000,3
|
| 80 |
+
np.float32,0x8011880d,0x3f800000,3
|
| 81 |
+
np.float32,0x3f302f07,0x3f9f8759,3
|
| 82 |
+
np.float32,0x4e3375,0x3f800000,3
|
| 83 |
+
np.float32,0xfe67a134,0x7f800000,3
|
| 84 |
+
np.float32,0xff670249,0x7f800000,3
|
| 85 |
+
np.float32,0x7e19f27d,0x7f800000,3
|
| 86 |
+
np.float32,0xbf36ce12,0x3fa20b81,3
|
| 87 |
+
np.float32,0xbe6bcfc4,0x3f8368b5,3
|
| 88 |
+
np.float32,0x76fcba,0x3f800000,3
|
| 89 |
+
np.float32,0x7f30abaf,0x7f800000,3
|
| 90 |
+
np.float32,0x3f4c1f6d,0x3faae43c,3
|
| 91 |
+
np.float32,0x7f61f44a,0x7f800000,3
|
| 92 |
+
np.float32,0xbf4bb3c9,0x3faab4af,3
|
| 93 |
+
np.float32,0xbda15ee0,0x3f8065c6,3
|
| 94 |
+
np.float32,0xfbb4e800,0x7f800000,3
|
| 95 |
+
np.float32,0x7fa00000,0x7fe00000,3
|
| 96 |
+
np.float32,0x80568501,0x3f800000,3
|
| 97 |
+
np.float32,0xfeb285e4,0x7f800000,3
|
| 98 |
+
np.float32,0x804423a7,0x3f800000,3
|
| 99 |
+
np.float32,0x7e6c0f21,0x7f800000,3
|
| 100 |
+
np.float32,0x7f136b3c,0x7f800000,3
|
| 101 |
+
np.float32,0x3f2d08e6,0x3f9e5e9c,3
|
| 102 |
+
np.float32,0xbf6b454e,0x3fb9f7e6,3
|
| 103 |
+
np.float32,0x3e6bceb0,0x3f8368ad,3
|
| 104 |
+
np.float32,0xff1ad16a,0x7f800000,3
|
| 105 |
+
np.float32,0x7cce1a04,0x7f800000,3
|
| 106 |
+
np.float32,0xff7bcf95,0x7f800000,3
|
| 107 |
+
np.float32,0x8049788d,0x3f800000,3
|
| 108 |
+
np.float32,0x7ec45918,0x7f800000,3
|
| 109 |
+
np.float32,0xff7fffff,0x7f800000,3
|
| 110 |
+
np.float32,0x8039a1a0,0x3f800000,3
|
| 111 |
+
np.float32,0x7e90cd72,0x7f800000,3
|
| 112 |
+
np.float32,0xbf7dfd53,0x3fc456cc,3
|
| 113 |
+
np.float32,0x3eeeb664,0x3f8e2a76,3
|
| 114 |
+
np.float32,0x8055ef9b,0x3f800000,3
|
| 115 |
+
np.float32,0x7ee06ddd,0x7f800000,3
|
| 116 |
+
np.float32,0xba2cc000,0x3f800002,3
|
| 117 |
+
np.float32,0x806da632,0x3f800000,3
|
| 118 |
+
np.float32,0x7ecfaaf5,0x7f800000,3
|
| 119 |
+
np.float32,0x3ddd12e6,0x3f80bf19,3
|
| 120 |
+
np.float32,0xbf754394,0x3fbf60b1,3
|
| 121 |
+
np.float32,0x6f3f19,0x3f800000,3
|
| 122 |
+
np.float32,0x800a9af0,0x3f800000,3
|
| 123 |
+
np.float32,0xfeef13ea,0x7f800000,3
|
| 124 |
+
np.float32,0x7f74841f,0x7f800000,3
|
| 125 |
+
np.float32,0xbeb9a2f0,0x3f888181,3
|
| 126 |
+
np.float32,0x77cbb,0x3f800000,3
|
| 127 |
+
np.float32,0xbf587f84,0x3fb0911b,3
|
| 128 |
+
np.float32,0x210ba5,0x3f800000,3
|
| 129 |
+
np.float32,0x3ee60a28,0x3f8d2367,3
|
| 130 |
+
np.float32,0xbe3731ac,0x3f820dc7,3
|
| 131 |
+
np.float32,0xbee8cfee,0x3f8d765e,3
|
| 132 |
+
np.float32,0x7b2ef179,0x7f800000,3
|
| 133 |
+
np.float32,0xfe81377c,0x7f800000,3
|
| 134 |
+
np.float32,0x6ac98c,0x3f800000,3
|
| 135 |
+
np.float32,0x3f51f144,0x3fad8288,3
|
| 136 |
+
np.float32,0x80785750,0x3f800000,3
|
| 137 |
+
np.float32,0x3f46615a,0x3fa864ff,3
|
| 138 |
+
np.float32,0xbf35ac9e,0x3fa19b8e,3
|
| 139 |
+
np.float32,0x7f0982ac,0x7f800000,3
|
| 140 |
+
np.float32,0x1b2610,0x3f800000,3
|
| 141 |
+
np.float32,0x3ed8bb25,0x3f8ba3df,3
|
| 142 |
+
np.float32,0xbeb41bac,0x3f88006d,3
|
| 143 |
+
np.float32,0xff48e89d,0x7f800000,3
|
| 144 |
+
np.float32,0x3ed0ab8c,0x3f8ac755,3
|
| 145 |
+
np.float32,0xbe64671c,0x3f833282,3
|
| 146 |
+
np.float32,0x64bce4,0x3f800000,3
|
| 147 |
+
np.float32,0x284f79,0x3f800000,3
|
| 148 |
+
np.float32,0x7e09faa7,0x7f800000,3
|
| 149 |
+
np.float32,0x4376c1,0x3f800000,3
|
| 150 |
+
np.float32,0x805ca8c0,0x3f800000,3
|
| 151 |
+
np.float32,0xff0859d5,0x7f800000,3
|
| 152 |
+
np.float32,0xbed2f3b2,0x3f8b04dd,3
|
| 153 |
+
np.float32,0x8045bd0c,0x3f800000,3
|
| 154 |
+
np.float32,0x3f0e6216,0x3f94503f,3
|
| 155 |
+
np.float32,0x3f41e3ae,0x3fa68035,3
|
| 156 |
+
np.float32,0x80088ccc,0x3f800000,3
|
| 157 |
+
np.float32,0x3f37fc19,0x3fa2812f,3
|
| 158 |
+
np.float32,0x71c87d,0x3f800000,3
|
| 159 |
+
np.float32,0x8024f4b2,0x3f800000,3
|
| 160 |
+
np.float32,0xff78dd88,0x7f800000,3
|
| 161 |
+
np.float32,0xbda66c90,0x3f806c40,3
|
| 162 |
+
np.float32,0x7f33ef0d,0x7f800000,3
|
| 163 |
+
np.float32,0x46a343,0x3f800000,3
|
| 164 |
+
np.float32,0xff1dce38,0x7f800000,3
|
| 165 |
+
np.float32,0x1b935d,0x3f800000,3
|
| 166 |
+
np.float32,0x3ebec598,0x3f88fd0e,3
|
| 167 |
+
np.float32,0xff115530,0x7f800000,3
|
| 168 |
+
np.float32,0x803916aa,0x3f800000,3
|
| 169 |
+
np.float32,0xff60a3e2,0x7f800000,3
|
| 170 |
+
np.float32,0x3b8ddd48,0x3f80004f,3
|
| 171 |
+
np.float32,0x3f761b6e,0x3fbfd8ea,3
|
| 172 |
+
np.float32,0xbdf55b88,0x3f80eb70,3
|
| 173 |
+
np.float32,0x37374,0x3f800000,3
|
| 174 |
+
np.float32,0x3de150e0,0x3f80c682,3
|
| 175 |
+
np.float32,0x3f343278,0x3fa10a83,3
|
| 176 |
+
np.float32,0xbe9baefa,0x3f85f68b,3
|
| 177 |
+
np.float32,0x3d8d43,0x3f800000,3
|
| 178 |
+
np.float32,0x3e80994b,0x3f840f0c,3
|
| 179 |
+
np.float32,0xbe573c6c,0x3f82d685,3
|
| 180 |
+
np.float32,0x805b83b4,0x3f800000,3
|
| 181 |
+
np.float32,0x683d88,0x3f800000,3
|
| 182 |
+
np.float32,0x692465,0x3f800000,3
|
| 183 |
+
np.float32,0xbdc345f8,0x3f809511,3
|
| 184 |
+
np.float32,0x3f7c1c5a,0x3fc3406f,3
|
| 185 |
+
np.float32,0xbf40bef3,0x3fa606df,3
|
| 186 |
+
np.float32,0xff1e25b9,0x7f800000,3
|
| 187 |
+
np.float32,0x3e4481e0,0x3f825d37,3
|
| 188 |
+
np.float32,0x75d188,0x3f800000,3
|
| 189 |
+
np.float32,0x3ea53cec,0x3f86b956,3
|
| 190 |
+
np.float32,0xff105a54,0x7f800000,3
|
| 191 |
+
np.float32,0x7f800000,0x7f800000,3
|
| 192 |
+
np.float32,0x7f11f0b0,0x7f800000,3
|
| 193 |
+
np.float32,0xbf58a57d,0x3fb0a328,3
|
| 194 |
+
np.float32,0xbdd11e38,0x3f80aaf8,3
|
| 195 |
+
np.float32,0xbea94adc,0x3f870fa0,3
|
| 196 |
+
np.float32,0x3e9dd780,0x3f862180,3
|
| 197 |
+
np.float32,0xff1786b9,0x7f800000,3
|
| 198 |
+
np.float32,0xfec46aa2,0x7f800000,3
|
| 199 |
+
np.float32,0x7f4300c1,0x7f800000,3
|
| 200 |
+
np.float32,0x29ba2b,0x3f800000,3
|
| 201 |
+
np.float32,0x3f4112e2,0x3fa62993,3
|
| 202 |
+
np.float32,0xbe6c9224,0x3f836e5d,3
|
| 203 |
+
np.float32,0x7f0e42a3,0x7f800000,3
|
| 204 |
+
np.float32,0xff6390ad,0x7f800000,3
|
| 205 |
+
np.float32,0x3f54e374,0x3faede94,3
|
| 206 |
+
np.float32,0x7f2642a2,0x7f800000,3
|
| 207 |
+
np.float32,0x7f46b2be,0x7f800000,3
|
| 208 |
+
np.float32,0xfe59095c,0x7f800000,3
|
| 209 |
+
np.float32,0x7146a0,0x3f800000,3
|
| 210 |
+
np.float32,0x3f07763d,0x3f925786,3
|
| 211 |
+
np.float32,0x3d172780,0x3f801651,3
|
| 212 |
+
np.float32,0xff66f1c5,0x7f800000,3
|
| 213 |
+
np.float32,0xff025349,0x7f800000,3
|
| 214 |
+
np.float32,0x6ce99d,0x3f800000,3
|
| 215 |
+
np.float32,0xbf7e4f50,0x3fc48685,3
|
| 216 |
+
np.float32,0xbeff8ca2,0x3f904708,3
|
| 217 |
+
np.float32,0x3e6c8,0x3f800000,3
|
| 218 |
+
np.float32,0x7f7153dc,0x7f800000,3
|
| 219 |
+
np.float32,0xbedcf612,0x3f8c1b26,3
|
| 220 |
+
np.float32,0xbbc2f180,0x3f800094,3
|
| 221 |
+
np.float32,0xbf397399,0x3fa314b8,3
|
| 222 |
+
np.float32,0x6c6e35,0x3f800000,3
|
| 223 |
+
np.float32,0x7f50a88b,0x7f800000,3
|
| 224 |
+
np.float32,0xfe84093e,0x7f800000,3
|
| 225 |
+
np.float32,0x3f737b9d,0x3fbe6478,3
|
| 226 |
+
np.float32,0x7f6a5340,0x7f800000,3
|
| 227 |
+
np.float32,0xbde83c20,0x3f80d2e7,3
|
| 228 |
+
np.float32,0xff769ce9,0x7f800000,3
|
| 229 |
+
np.float32,0xfdd33c30,0x7f800000,3
|
| 230 |
+
np.float32,0xbc95cb60,0x3f80057a,3
|
| 231 |
+
np.float32,0x8007a40d,0x3f800000,3
|
| 232 |
+
np.float32,0x3f55d90c,0x3faf5132,3
|
| 233 |
+
np.float32,0x80282082,0x3f800000,3
|
| 234 |
+
np.float32,0xbf43b1f2,0x3fa7418c,3
|
| 235 |
+
np.float32,0x3f1dc7cb,0x3f991731,3
|
| 236 |
+
np.float32,0xbd4346a0,0x3f80253f,3
|
| 237 |
+
np.float32,0xbf5aa82a,0x3fb19946,3
|
| 238 |
+
np.float32,0x3f4b8c22,0x3faaa333,3
|
| 239 |
+
np.float32,0x3d13468c,0x3f80152f,3
|
| 240 |
+
np.float32,0x7db77097,0x7f800000,3
|
| 241 |
+
np.float32,0x4a00df,0x3f800000,3
|
| 242 |
+
np.float32,0xbedea5e0,0x3f8c4b64,3
|
| 243 |
+
np.float32,0x80482543,0x3f800000,3
|
| 244 |
+
np.float32,0xbef344fe,0x3f8eb8dd,3
|
| 245 |
+
np.float32,0x7ebd4044,0x7f800000,3
|
| 246 |
+
np.float32,0xbf512c0e,0x3fad287e,3
|
| 247 |
+
np.float32,0x3db28cce,0x3f807c9c,3
|
| 248 |
+
np.float32,0xbd0f5ae0,0x3f801412,3
|
| 249 |
+
np.float32,0xfe7ed9ac,0x7f800000,3
|
| 250 |
+
np.float32,0x3eb1aa82,0x3f87c8b4,3
|
| 251 |
+
np.float32,0xfef1679e,0x7f800000,3
|
| 252 |
+
np.float32,0xff3629f2,0x7f800000,3
|
| 253 |
+
np.float32,0xff3562b4,0x7f800000,3
|
| 254 |
+
np.float32,0x3dcafe1d,0x3f80a118,3
|
| 255 |
+
np.float32,0xfedf242a,0x7f800000,3
|
| 256 |
+
np.float32,0xbf43102a,0x3fa6fda4,3
|
| 257 |
+
np.float32,0x8028834e,0x3f800000,3
|
| 258 |
+
np.float32,0x805c8513,0x3f800000,3
|
| 259 |
+
np.float32,0x3f59306a,0x3fb0e550,3
|
| 260 |
+
np.float32,0x3eda2c9c,0x3f8bcc4a,3
|
| 261 |
+
np.float32,0x80023524,0x3f800000,3
|
| 262 |
+
np.float32,0x7ef72879,0x7f800000,3
|
| 263 |
+
np.float32,0x661c8a,0x3f800000,3
|
| 264 |
+
np.float32,0xfec3ba6c,0x7f800000,3
|
| 265 |
+
np.float32,0x805aaca6,0x3f800000,3
|
| 266 |
+
np.float32,0xff5c1f13,0x7f800000,3
|
| 267 |
+
np.float32,0x3f6ab3f4,0x3fb9ab6b,3
|
| 268 |
+
np.float32,0x3f014896,0x3f90ac20,3
|
| 269 |
+
np.float32,0x3f030584,0x3f91222a,3
|
| 270 |
+
np.float32,0xbf74853d,0x3fbef71d,3
|
| 271 |
+
np.float32,0xbf534ee0,0x3fae2323,3
|
| 272 |
+
np.float32,0x2c90c3,0x3f800000,3
|
| 273 |
+
np.float32,0x7f62ad25,0x7f800000,3
|
| 274 |
+
np.float32,0x1c8847,0x3f800000,3
|
| 275 |
+
np.float32,0x7e2a8d43,0x7f800000,3
|
| 276 |
+
np.float32,0x807a09cd,0x3f800000,3
|
| 277 |
+
np.float32,0x413871,0x3f800000,3
|
| 278 |
+
np.float32,0x80063692,0x3f800000,3
|
| 279 |
+
np.float32,0x3edaf29b,0x3f8be211,3
|
| 280 |
+
np.float32,0xbf64a7ab,0x3fb68b2d,3
|
| 281 |
+
np.float32,0xfe56a720,0x7f800000,3
|
| 282 |
+
np.float32,0xbf54a8d4,0x3faec350,3
|
| 283 |
+
np.float32,0x3ecbaef7,0x3f8a4350,3
|
| 284 |
+
np.float32,0x3f413714,0x3fa63890,3
|
| 285 |
+
np.float32,0x7d3aa8,0x3f800000,3
|
| 286 |
+
np.float32,0xbea9a13c,0x3f8716e7,3
|
| 287 |
+
np.float32,0x7ef7553e,0x7f800000,3
|
| 288 |
+
np.float32,0x8056f29f,0x3f800000,3
|
| 289 |
+
np.float32,0xff1f7ffe,0x7f800000,3
|
| 290 |
+
np.float32,0x3f41953b,0x3fa65f9c,3
|
| 291 |
+
np.float32,0x3daa2f,0x3f800000,3
|
| 292 |
+
np.float32,0xff0893e4,0x7f800000,3
|
| 293 |
+
np.float32,0xbefc7ec6,0x3f8fe207,3
|
| 294 |
+
np.float32,0xbb026800,0x3f800011,3
|
| 295 |
+
np.float32,0x341e4f,0x3f800000,3
|
| 296 |
+
np.float32,0x3e7b708a,0x3f83e0d1,3
|
| 297 |
+
np.float32,0xa18cb,0x3f800000,3
|
| 298 |
+
np.float32,0x7e290239,0x7f800000,3
|
| 299 |
+
np.float32,0xbf4254f2,0x3fa6af62,3
|
| 300 |
+
np.float32,0x80000000,0x3f800000,3
|
| 301 |
+
np.float32,0x3f0a6c,0x3f800000,3
|
| 302 |
+
np.float32,0xbec44d28,0x3f898609,3
|
| 303 |
+
np.float32,0xf841f,0x3f800000,3
|
| 304 |
+
np.float32,0x7f01a693,0x7f800000,3
|
| 305 |
+
np.float32,0x8053340b,0x3f800000,3
|
| 306 |
+
np.float32,0xfd4e7990,0x7f800000,3
|
| 307 |
+
np.float32,0xbf782f1f,0x3fc10356,3
|
| 308 |
+
np.float32,0xbe962118,0x3f858acc,3
|
| 309 |
+
np.float32,0xfe8cd702,0x7f800000,3
|
| 310 |
+
np.float32,0x7ecd986f,0x7f800000,3
|
| 311 |
+
np.float32,0x3ebe775f,0x3f88f59b,3
|
| 312 |
+
np.float32,0x8065524f,0x3f800000,3
|
| 313 |
+
np.float32,0x3ede7fc4,0x3f8c471e,3
|
| 314 |
+
np.float32,0x7f5e15ea,0x7f800000,3
|
| 315 |
+
np.float32,0xbe871ada,0x3f847b78,3
|
| 316 |
+
np.float32,0x3f21958b,0x3f9a5af7,3
|
| 317 |
+
np.float32,0x3f64d480,0x3fb6a1fa,3
|
| 318 |
+
np.float32,0xff18b0e9,0x7f800000,3
|
| 319 |
+
np.float32,0xbf0840dd,0x3f928fd9,3
|
| 320 |
+
np.float32,0x80104f5d,0x3f800000,3
|
| 321 |
+
np.float32,0x643b94,0x3f800000,3
|
| 322 |
+
np.float32,0xbc560a80,0x3f8002cc,3
|
| 323 |
+
np.float32,0x3f5c75d6,0x3fb2786e,3
|
| 324 |
+
np.float32,0x7f365fc9,0x7f800000,3
|
| 325 |
+
np.float32,0x54e965,0x3f800000,3
|
| 326 |
+
np.float32,0x6dcd4d,0x3f800000,3
|
| 327 |
+
np.float32,0x3f2057a0,0x3f99f04d,3
|
| 328 |
+
np.float32,0x272fa3,0x3f800000,3
|
| 329 |
+
np.float32,0xff423dc9,0x7f800000,3
|
| 330 |
+
np.float32,0x80273463,0x3f800000,3
|
| 331 |
+
np.float32,0xfe21cc78,0x7f800000,3
|
| 332 |
+
np.float32,0x7fc00000,0x7fc00000,3
|
| 333 |
+
np.float32,0x802feb65,0x3f800000,3
|
| 334 |
+
np.float32,0x3dc733d0,0x3f809b21,3
|
| 335 |
+
np.float32,0x65d56b,0x3f800000,3
|
| 336 |
+
np.float32,0x80351d8e,0x3f800000,3
|
| 337 |
+
np.float32,0xbf244247,0x3f9b43dd,3
|
| 338 |
+
np.float32,0x7f328e7e,0x7f800000,3
|
| 339 |
+
np.float32,0x7f4d9712,0x7f800000,3
|
| 340 |
+
np.float32,0x2c505d,0x3f800000,3
|
| 341 |
+
np.float32,0xbf232ebe,0x3f9ae5a0,3
|
| 342 |
+
np.float32,0x804a363a,0x3f800000,3
|
| 343 |
+
np.float32,0x80417102,0x3f800000,3
|
| 344 |
+
np.float32,0xbf48b170,0x3fa963d4,3
|
| 345 |
+
np.float32,0x7ea3e3b6,0x7f800000,3
|
| 346 |
+
np.float32,0xbf41415b,0x3fa63cd2,3
|
| 347 |
+
np.float32,0xfe3af7c8,0x7f800000,3
|
| 348 |
+
np.float32,0x7f478010,0x7f800000,3
|
| 349 |
+
np.float32,0x80143113,0x3f800000,3
|
| 350 |
+
np.float32,0x3f7626a7,0x3fbfdf2e,3
|
| 351 |
+
np.float32,0xfea20b0a,0x7f800000,3
|
| 352 |
+
np.float32,0x80144d64,0x3f800000,3
|
| 353 |
+
np.float32,0x7db9ba47,0x7f800000,3
|
| 354 |
+
np.float32,0x7f7fffff,0x7f800000,3
|
| 355 |
+
np.float32,0xbe410834,0x3f8247ef,3
|
| 356 |
+
np.float32,0x14a7af,0x3f800000,3
|
| 357 |
+
np.float32,0x7eaebf9e,0x7f800000,3
|
| 358 |
+
np.float32,0xff800000,0x7f800000,3
|
| 359 |
+
np.float32,0x3f0a7d8e,0x3f9330fd,3
|
| 360 |
+
np.float32,0x3ef780,0x3f800000,3
|
| 361 |
+
np.float32,0x3f62253e,0x3fb546d1,3
|
| 362 |
+
np.float32,0x3f4cbeac,0x3fab2acc,3
|
| 363 |
+
np.float32,0x25db1,0x3f800000,3
|
| 364 |
+
np.float32,0x65c54a,0x3f800000,3
|
| 365 |
+
np.float32,0x800f0645,0x3f800000,3
|
| 366 |
+
np.float32,0x3ed28c78,0x3f8af9f0,3
|
| 367 |
+
np.float32,0x8040c6ce,0x3f800000,3
|
| 368 |
+
np.float32,0x5e4e9a,0x3f800000,3
|
| 369 |
+
np.float32,0xbd3fd2b0,0x3f8023f1,3
|
| 370 |
+
np.float32,0xbf5d2d3f,0x3fb2d1b6,3
|
| 371 |
+
np.float32,0x7ead999f,0x7f800000,3
|
| 372 |
+
np.float32,0xbf30dc86,0x3f9fc805,3
|
| 373 |
+
np.float32,0xff2b0a62,0x7f800000,3
|
| 374 |
+
np.float32,0x3d5180e9,0x3f802adf,3
|
| 375 |
+
np.float32,0x3f62716f,0x3fb56d0d,3
|
| 376 |
+
np.float32,0x7e82ae9c,0x7f800000,3
|
| 377 |
+
np.float32,0xfe2d4bdc,0x7f800000,3
|
| 378 |
+
np.float32,0x805cc7d4,0x3f800000,3
|
| 379 |
+
np.float32,0xfb50f700,0x7f800000,3
|
| 380 |
+
np.float32,0xff57b684,0x7f800000,3
|
| 381 |
+
np.float32,0x80344f01,0x3f800000,3
|
| 382 |
+
np.float32,0x7f2af372,0x7f800000,3
|
| 383 |
+
np.float32,0xfeab6204,0x7f800000,3
|
| 384 |
+
np.float32,0x30b251,0x3f800000,3
|
| 385 |
+
np.float32,0x3eed8cc4,0x3f8e0698,3
|
| 386 |
+
np.float32,0x7eeb1c6a,0x7f800000,3
|
| 387 |
+
np.float32,0x3f17ece6,0x3f9735b0,3
|
| 388 |
+
np.float32,0x21e985,0x3f800000,3
|
| 389 |
+
np.float32,0x3f3a7df3,0x3fa37e34,3
|
| 390 |
+
np.float32,0x802a14a2,0x3f800000,3
|
| 391 |
+
np.float32,0x807d4d5b,0x3f800000,3
|
| 392 |
+
np.float32,0x7f6093ce,0x7f800000,3
|
| 393 |
+
np.float32,0x3f800000,0x3fc583ab,3
|
| 394 |
+
np.float32,0x3da2c26e,0x3f806789,3
|
| 395 |
+
np.float32,0xfe05f278,0x7f800000,3
|
| 396 |
+
np.float32,0x800000,0x3f800000,3
|
| 397 |
+
np.float32,0xbee63342,0x3f8d282e,3
|
| 398 |
+
np.float32,0xbf225586,0x3f9a9bd4,3
|
| 399 |
+
np.float32,0xbed60e86,0x3f8b59ba,3
|
| 400 |
+
np.float32,0xbec99484,0x3f8a0ca3,3
|
| 401 |
+
np.float32,0x3e967c71,0x3f859199,3
|
| 402 |
+
np.float32,0x7f26ab62,0x7f800000,3
|
| 403 |
+
np.float32,0xca7f4,0x3f800000,3
|
| 404 |
+
np.float32,0xbf543790,0x3fae8ebc,3
|
| 405 |
+
np.float32,0x3e4c1ed9,0x3f828d2d,3
|
| 406 |
+
np.float32,0xbdf37f88,0x3f80e7e1,3
|
| 407 |
+
np.float32,0xff0cc44e,0x7f800000,3
|
| 408 |
+
np.float32,0x5dea48,0x3f800000,3
|
| 409 |
+
np.float32,0x31023c,0x3f800000,3
|
| 410 |
+
np.float32,0x3ea10733,0x3f866208,3
|
| 411 |
+
np.float32,0x3e11e6f2,0x3f814d2e,3
|
| 412 |
+
np.float32,0x80641960,0x3f800000,3
|
| 413 |
+
np.float32,0x3ef779a8,0x3f8f3edb,3
|
| 414 |
+
np.float32,0x3f2a5062,0x3f9d632a,3
|
| 415 |
+
np.float32,0x2b7d34,0x3f800000,3
|
| 416 |
+
np.float32,0x3eeb95c5,0x3f8dca67,3
|
| 417 |
+
np.float32,0x805c1357,0x3f800000,3
|
| 418 |
+
np.float32,0x3db3a79d,0x3f807e29,3
|
| 419 |
+
np.float32,0xfded1900,0x7f800000,3
|
| 420 |
+
np.float32,0x45f362,0x3f800000,3
|
| 421 |
+
np.float32,0x451f38,0x3f800000,3
|
| 422 |
+
np.float32,0x801d3ae5,0x3f800000,3
|
| 423 |
+
np.float32,0x458d45,0x3f800000,3
|
| 424 |
+
np.float32,0xfda9d298,0x7f800000,3
|
| 425 |
+
np.float32,0x467439,0x3f800000,3
|
| 426 |
+
np.float32,0x7f66554a,0x7f800000,3
|
| 427 |
+
np.float32,0xfef2375a,0x7f800000,3
|
| 428 |
+
np.float32,0xbf33fc47,0x3fa0f5d7,3
|
| 429 |
+
np.float32,0x3f75ba69,0x3fbfa2d0,3
|
| 430 |
+
np.float32,0xfeb625b2,0x7f800000,3
|
| 431 |
+
np.float32,0x8066b371,0x3f800000,3
|
| 432 |
+
np.float32,0x3f5cb4e9,0x3fb29718,3
|
| 433 |
+
np.float32,0x7f3b6a58,0x7f800000,3
|
| 434 |
+
np.float32,0x7f6b35ea,0x7f800000,3
|
| 435 |
+
np.float32,0xbf6ee555,0x3fbbe5be,3
|
| 436 |
+
np.float32,0x3d836e21,0x3f804380,3
|
| 437 |
+
np.float32,0xff43cd0c,0x7f800000,3
|
| 438 |
+
np.float32,0xff55c1fa,0x7f800000,3
|
| 439 |
+
np.float32,0xbf0dfccc,0x3f9432a6,3
|
| 440 |
+
np.float32,0x3ed92121,0x3f8baf00,3
|
| 441 |
+
np.float32,0x80068cc1,0x3f800000,3
|
| 442 |
+
np.float32,0xff0103f9,0x7f800000,3
|
| 443 |
+
np.float32,0x7e51b175,0x7f800000,3
|
| 444 |
+
np.float32,0x8012f214,0x3f800000,3
|
| 445 |
+
np.float32,0x62d298,0x3f800000,3
|
| 446 |
+
np.float32,0xbf3e1525,0x3fa4ef8d,3
|
| 447 |
+
np.float32,0x806b4882,0x3f800000,3
|
| 448 |
+
np.float32,0xbf38c146,0x3fa2ce7c,3
|
| 449 |
+
np.float32,0xbed59c30,0x3f8b4d70,3
|
| 450 |
+
np.float32,0x3d1910c0,0x3f8016e2,3
|
| 451 |
+
np.float32,0x7f33d55b,0x7f800000,3
|
| 452 |
+
np.float32,0x7f5800e3,0x7f800000,3
|
| 453 |
+
np.float32,0x5b2c5d,0x3f800000,3
|
| 454 |
+
np.float32,0x807be750,0x3f800000,3
|
| 455 |
+
np.float32,0x7eb297c1,0x7f800000,3
|
| 456 |
+
np.float32,0x7dafee62,0x7f800000,3
|
| 457 |
+
np.float32,0x7d9e23f0,0x7f800000,3
|
| 458 |
+
np.float32,0x3e580537,0x3f82dbd8,3
|
| 459 |
+
np.float32,0xbf800000,0x3fc583ab,3
|
| 460 |
+
np.float32,0x7f40f880,0x7f800000,3
|
| 461 |
+
np.float32,0x775ad3,0x3f800000,3
|
| 462 |
+
np.float32,0xbedacd36,0x3f8bddf3,3
|
| 463 |
+
np.float32,0x2138f6,0x3f800000,3
|
| 464 |
+
np.float32,0x52c3b7,0x3f800000,3
|
| 465 |
+
np.float32,0x8041cfdd,0x3f800000,3
|
| 466 |
+
np.float32,0x7bf16791,0x7f800000,3
|
| 467 |
+
np.float32,0xbe95869c,0x3f857f55,3
|
| 468 |
+
np.float32,0xbf199796,0x3f97bcaf,3
|
| 469 |
+
np.float32,0x3ef8da38,0x3f8f6b45,3
|
| 470 |
+
np.float32,0x803f3648,0x3f800000,3
|
| 471 |
+
np.float32,0x80026fd2,0x3f800000,3
|
| 472 |
+
np.float32,0x7eb3ac26,0x7f800000,3
|
| 473 |
+
np.float32,0x3e49921b,0x3f827ce8,3
|
| 474 |
+
np.float32,0xbf689aed,0x3fb892de,3
|
| 475 |
+
np.float32,0x3f253509,0x3f9b9779,3
|
| 476 |
+
np.float32,0xff17894a,0x7f800000,3
|
| 477 |
+
np.float32,0x3cd12639,0x3f800aae,3
|
| 478 |
+
np.float32,0x1db14b,0x3f800000,3
|
| 479 |
+
np.float32,0x39a0bf,0x3f800000,3
|
| 480 |
+
np.float32,0xfdfe1d08,0x7f800000,3
|
| 481 |
+
np.float32,0xff416cd2,0x7f800000,3
|
| 482 |
+
np.float32,0x8070d818,0x3f800000,3
|
| 483 |
+
np.float32,0x3e516e12,0x3f82afb8,3
|
| 484 |
+
np.float32,0x80536651,0x3f800000,3
|
| 485 |
+
np.float32,0xbf2903d2,0x3f9cecb7,3
|
| 486 |
+
np.float32,0x3e896ae4,0x3f84a353,3
|
| 487 |
+
np.float32,0xbd6ba2c0,0x3f80363d,3
|
| 488 |
+
np.float32,0x80126d3e,0x3f800000,3
|
| 489 |
+
np.float32,0xfd9d43d0,0x7f800000,3
|
| 490 |
+
np.float32,0x7b56b6,0x3f800000,3
|
| 491 |
+
np.float32,0xff04718e,0x7f800000,3
|
| 492 |
+
np.float32,0x31440f,0x3f800000,3
|
| 493 |
+
np.float32,0xbf7a1313,0x3fc215c9,3
|
| 494 |
+
np.float32,0x7f43d6a0,0x7f800000,3
|
| 495 |
+
np.float32,0x3f566503,0x3faf92cc,3
|
| 496 |
+
np.float32,0xbf39eb0e,0x3fa343f1,3
|
| 497 |
+
np.float32,0xbe35fd70,0x3f8206df,3
|
| 498 |
+
np.float32,0x800c36ac,0x3f800000,3
|
| 499 |
+
np.float32,0x60d061,0x3f800000,3
|
| 500 |
+
np.float32,0x80453e12,0x3f800000,3
|
| 501 |
+
np.float32,0xfe17c36c,0x7f800000,3
|
| 502 |
+
np.float32,0x3d8c72,0x3f800000,3
|
| 503 |
+
np.float32,0xfe8e9134,0x7f800000,3
|
| 504 |
+
np.float32,0xff5d89de,0x7f800000,3
|
| 505 |
+
np.float32,0x7f45020e,0x7f800000,3
|
| 506 |
+
np.float32,0x3f28225e,0x3f9c9d01,3
|
| 507 |
+
np.float32,0xbf3b6900,0x3fa3dbdd,3
|
| 508 |
+
np.float32,0x80349023,0x3f800000,3
|
| 509 |
+
np.float32,0xbf14d780,0x3f964042,3
|
| 510 |
+
np.float32,0x3f56b5d2,0x3fafb8c3,3
|
| 511 |
+
np.float32,0x800c639c,0x3f800000,3
|
| 512 |
+
np.float32,0x7f7a19c8,0x7f800000,3
|
| 513 |
+
np.float32,0xbf7a0815,0x3fc20f86,3
|
| 514 |
+
np.float32,0xbec55926,0x3f89a06e,3
|
| 515 |
+
np.float32,0x4b2cd2,0x3f800000,3
|
| 516 |
+
np.float32,0xbf271eb2,0x3f9c41c8,3
|
| 517 |
+
np.float32,0xff26e168,0x7f800000,3
|
| 518 |
+
np.float32,0x800166b2,0x3f800000,3
|
| 519 |
+
np.float32,0xbde97e38,0x3f80d532,3
|
| 520 |
+
np.float32,0xbf1f93ec,0x3f99af1a,3
|
| 521 |
+
np.float32,0x7f2896ed,0x7f800000,3
|
| 522 |
+
np.float32,0x3da7d96d,0x3f806e1d,3
|
| 523 |
+
np.float32,0x802b7237,0x3f800000,3
|
| 524 |
+
np.float32,0xfdca6bc0,0x7f800000,3
|
| 525 |
+
np.float32,0xbed2e300,0x3f8b0318,3
|
| 526 |
+
np.float32,0x8079d9e8,0x3f800000,3
|
| 527 |
+
np.float32,0x3f388c81,0x3fa2b9c2,3
|
| 528 |
+
np.float32,0x3ed2607c,0x3f8af54a,3
|
| 529 |
+
np.float32,0xff287de6,0x7f800000,3
|
| 530 |
+
np.float32,0x3f55ed89,0x3faf5ac9,3
|
| 531 |
+
np.float32,0x7f5b6af7,0x7f800000,3
|
| 532 |
+
np.float32,0xbeb24730,0x3f87d698,3
|
| 533 |
+
np.float32,0x1,0x3f800000,3
|
| 534 |
+
np.float32,0x3f3a2350,0x3fa35a3b,3
|
| 535 |
+
np.float32,0x8013b422,0x3f800000,3
|
| 536 |
+
np.float32,0x3e9a6560,0x3f85dd35,3
|
| 537 |
+
np.float32,0x80510631,0x3f800000,3
|
| 538 |
+
np.float32,0xfeae39d6,0x7f800000,3
|
| 539 |
+
np.float32,0x7eb437ad,0x7f800000,3
|
| 540 |
+
np.float32,0x8047545b,0x3f800000,3
|
| 541 |
+
np.float32,0x806a1c71,0x3f800000,3
|
| 542 |
+
np.float32,0xbe5543f0,0x3f82c93b,3
|
| 543 |
+
np.float32,0x40e8d,0x3f800000,3
|
| 544 |
+
np.float32,0x63d18b,0x3f800000,3
|
| 545 |
+
np.float32,0x1fa1ea,0x3f800000,3
|
| 546 |
+
np.float32,0x801944e0,0x3f800000,3
|
| 547 |
+
np.float32,0xbf4c7ac6,0x3fab0cae,3
|
| 548 |
+
np.float32,0x7f2679d4,0x7f800000,3
|
| 549 |
+
np.float32,0x3f0102fc,0x3f9099d0,3
|
| 550 |
+
np.float32,0x7e44bdc1,0x7f800000,3
|
| 551 |
+
np.float32,0xbf2072f6,0x3f99f970,3
|
| 552 |
+
np.float32,0x5c7d38,0x3f800000,3
|
| 553 |
+
np.float32,0x30a2e6,0x3f800000,3
|
| 554 |
+
np.float32,0x805b9ca3,0x3f800000,3
|
| 555 |
+
np.float32,0x7cc24ad5,0x7f800000,3
|
| 556 |
+
np.float32,0x3f4f7920,0x3fac6357,3
|
| 557 |
+
np.float32,0x111d62,0x3f800000,3
|
| 558 |
+
np.float32,0xbf4de40a,0x3fabad77,3
|
| 559 |
+
np.float32,0x805d0354,0x3f800000,3
|
| 560 |
+
np.float32,0xbb3d2b00,0x3f800023,3
|
| 561 |
+
np.float32,0x3ef229e7,0x3f8e960b,3
|
| 562 |
+
np.float32,0x3f15754e,0x3f9670e0,3
|
| 563 |
+
np.float32,0xbf689c6b,0x3fb893a5,3
|
| 564 |
+
np.float32,0xbf3796c6,0x3fa2599b,3
|
| 565 |
+
np.float32,0xbe95303c,0x3f8578f2,3
|
| 566 |
+
np.float32,0xfee330de,0x7f800000,3
|
| 567 |
+
np.float32,0xff0d9705,0x7f800000,3
|
| 568 |
+
np.float32,0xbeb0ebd0,0x3f87b7dd,3
|
| 569 |
+
np.float32,0xbf4d5a13,0x3fab6fe7,3
|
| 570 |
+
np.float32,0x80142f5a,0x3f800000,3
|
| 571 |
+
np.float32,0x7e01a87b,0x7f800000,3
|
| 572 |
+
np.float32,0xbe45e5ec,0x3f8265d7,3
|
| 573 |
+
np.float32,0x7f4ac255,0x7f800000,3
|
| 574 |
+
np.float32,0x3ebf6a60,0x3f890ccb,3
|
| 575 |
+
np.float32,0x7f771e16,0x7f800000,3
|
| 576 |
+
np.float32,0x3f41834e,0x3fa6582b,3
|
| 577 |
+
np.float32,0x3f7f6f98,0x3fc52ef0,3
|
| 578 |
+
np.float32,0x7e4ad775,0x7f800000,3
|
| 579 |
+
np.float32,0x3eb39991,0x3f87f4c4,3
|
| 580 |
+
np.float32,0x1e3f4,0x3f800000,3
|
| 581 |
+
np.float32,0x7e84ba19,0x7f800000,3
|
| 582 |
+
np.float32,0x80640be4,0x3f800000,3
|
| 583 |
+
np.float32,0x3f459fc8,0x3fa81272,3
|
| 584 |
+
np.float32,0x3f554ed0,0x3faf109b,3
|
| 585 |
+
np.float32,0x3c6617,0x3f800000,3
|
| 586 |
+
np.float32,0x7f441158,0x7f800000,3
|
| 587 |
+
np.float32,0x7f66e6d8,0x7f800000,3
|
| 588 |
+
np.float32,0x7f565152,0x7f800000,3
|
| 589 |
+
np.float32,0x7f16d550,0x7f800000,3
|
| 590 |
+
np.float32,0xbd4f1950,0x3f8029e5,3
|
| 591 |
+
np.float32,0xcf722,0x3f800000,3
|
| 592 |
+
np.float32,0x3f37d6fd,0x3fa272ad,3
|
| 593 |
+
np.float32,0xff7324ea,0x7f800000,3
|
| 594 |
+
np.float32,0x804bc246,0x3f800000,3
|
| 595 |
+
np.float32,0x7f099ef8,0x7f800000,3
|
| 596 |
+
np.float32,0x5f838b,0x3f800000,3
|
| 597 |
+
np.float32,0x80523534,0x3f800000,3
|
| 598 |
+
np.float32,0x3f595e84,0x3fb0fb50,3
|
| 599 |
+
np.float32,0xfdef8ac8,0x7f800000,3
|
| 600 |
+
np.float32,0x3d9a07,0x3f800000,3
|
| 601 |
+
np.float32,0x410f61,0x3f800000,3
|
| 602 |
+
np.float32,0xbf715dbb,0x3fbd3bcb,3
|
| 603 |
+
np.float32,0xbedd4734,0x3f8c242f,3
|
| 604 |
+
np.float32,0x7e86739a,0x7f800000,3
|
| 605 |
+
np.float32,0x3e81f144,0x3f8424fe,3
|
| 606 |
+
np.float32,0x7f6342d1,0x7f800000,3
|
| 607 |
+
np.float32,0xff6919a3,0x7f800000,3
|
| 608 |
+
np.float32,0xff051878,0x7f800000,3
|
| 609 |
+
np.float32,0x800ba28f,0x3f800000,3
|
| 610 |
+
np.float32,0xfefab3d8,0x7f800000,3
|
| 611 |
+
np.float32,0xff612a84,0x7f800000,3
|
| 612 |
+
np.float32,0x800cd5ab,0x3f800000,3
|
| 613 |
+
np.float32,0x802a07ae,0x3f800000,3
|
| 614 |
+
np.float32,0xfef6ee3a,0x7f800000,3
|
| 615 |
+
np.float32,0x8037e896,0x3f800000,3
|
| 616 |
+
np.float32,0x3ef2d86f,0x3f8eab7d,3
|
| 617 |
+
np.float32,0x3eafe53d,0x3f87a0cb,3
|
| 618 |
+
np.float32,0xba591c00,0x3f800003,3
|
| 619 |
+
np.float32,0x3e9ed028,0x3f863508,3
|
| 620 |
+
np.float32,0x4a12a8,0x3f800000,3
|
| 621 |
+
np.float32,0xbee55c84,0x3f8d0f45,3
|
| 622 |
+
np.float32,0x8038a8d3,0x3f800000,3
|
| 623 |
+
np.float32,0xff055243,0x7f800000,3
|
| 624 |
+
np.float32,0xbf659067,0x3fb701ca,3
|
| 625 |
+
np.float32,0xbee36a86,0x3f8cd5e0,3
|
| 626 |
+
np.float32,0x7f1d74c1,0x7f800000,3
|
| 627 |
+
np.float32,0xbf7657df,0x3fbffaad,3
|
| 628 |
+
np.float32,0x7e37ee34,0x7f800000,3
|
| 629 |
+
np.float32,0xff04bc74,0x7f800000,3
|
| 630 |
+
np.float32,0x806d194e,0x3f800000,3
|
| 631 |
+
np.float32,0x7f5596c3,0x7f800000,3
|
| 632 |
+
np.float32,0xbe09d268,0x3f81293e,3
|
| 633 |
+
np.float32,0x79ff75,0x3f800000,3
|
| 634 |
+
np.float32,0xbf55479c,0x3faf0d3e,3
|
| 635 |
+
np.float32,0xbe5428ec,0x3f82c1d4,3
|
| 636 |
+
np.float32,0x3f624134,0x3fb554d7,3
|
| 637 |
+
np.float32,0x2ccb8a,0x3f800000,3
|
| 638 |
+
np.float32,0xfc082040,0x7f800000,3
|
| 639 |
+
np.float32,0xff315467,0x7f800000,3
|
| 640 |
+
np.float32,0x3e6ea2d2,0x3f837dd5,3
|
| 641 |
+
np.float32,0x8020fdd1,0x3f800000,3
|
| 642 |
+
np.float32,0x7f0416a1,0x7f800000,3
|
| 643 |
+
np.float32,0x710a1b,0x3f800000,3
|
| 644 |
+
np.float32,0x3dfcd050,0x3f80f9fc,3
|
| 645 |
+
np.float32,0xfe995e96,0x7f800000,3
|
| 646 |
+
np.float32,0x3f020d00,0x3f90e006,3
|
| 647 |
+
np.float32,0x8064263e,0x3f800000,3
|
| 648 |
+
np.float32,0xfcee4160,0x7f800000,3
|
| 649 |
+
np.float32,0x801b3a18,0x3f800000,3
|
| 650 |
+
np.float32,0x3f62c984,0x3fb59955,3
|
| 651 |
+
np.float32,0x806e8355,0x3f800000,3
|
| 652 |
+
np.float32,0x7e94f65d,0x7f800000,3
|
| 653 |
+
np.float32,0x1173de,0x3f800000,3
|
| 654 |
+
np.float32,0x3e3ff3b7,0x3f824166,3
|
| 655 |
+
np.float32,0x803b4aea,0x3f800000,3
|
| 656 |
+
np.float32,0x804c5bcc,0x3f800000,3
|
| 657 |
+
np.float32,0x509fe5,0x3f800000,3
|
| 658 |
+
np.float32,0xbf33b5ee,0x3fa0db0b,3
|
| 659 |
+
np.float32,0x3f2ac15c,0x3f9d8ba4,3
|
| 660 |
+
np.float32,0x7f2c54f8,0x7f800000,3
|
| 661 |
+
np.float32,0x7f33d933,0x7f800000,3
|
| 662 |
+
np.float32,0xbf09b2b4,0x3f92f795,3
|
| 663 |
+
np.float32,0x805db8d6,0x3f800000,3
|
| 664 |
+
np.float32,0x6d6e66,0x3f800000,3
|
| 665 |
+
np.float32,0x3ddfea92,0x3f80c40c,3
|
| 666 |
+
np.float32,0xfda719b8,0x7f800000,3
|
| 667 |
+
np.float32,0x5d657f,0x3f800000,3
|
| 668 |
+
np.float32,0xbf005ba3,0x3f906df6,3
|
| 669 |
+
np.float32,0xbf45e606,0x3fa8305c,3
|
| 670 |
+
np.float32,0x5e9fd1,0x3f800000,3
|
| 671 |
+
np.float32,0x8079dc45,0x3f800000,3
|
| 672 |
+
np.float32,0x7e9c40e3,0x7f800000,3
|
| 673 |
+
np.float32,0x6bd5f6,0x3f800000,3
|
| 674 |
+
np.float32,0xbea14a0e,0x3f866761,3
|
| 675 |
+
np.float32,0x7e7323f3,0x7f800000,3
|
| 676 |
+
np.float32,0x7f0c0a79,0x7f800000,3
|
| 677 |
+
np.float32,0xbf7d7aeb,0x3fc40b0f,3
|
| 678 |
+
np.float32,0x437588,0x3f800000,3
|
| 679 |
+
np.float32,0xbf356376,0x3fa17f63,3
|
| 680 |
+
np.float32,0x7f129921,0x7f800000,3
|
| 681 |
+
np.float32,0x7f47a52e,0x7f800000,3
|
| 682 |
+
np.float32,0xba8cb400,0x3f800005,3
|
| 683 |
+
np.float32,0x802284e0,0x3f800000,3
|
| 684 |
+
np.float32,0xbe820f56,0x3f8426ec,3
|
| 685 |
+
np.float32,0x7f2ef6cf,0x7f800000,3
|
| 686 |
+
np.float32,0xbf70a090,0x3fbcd501,3
|
| 687 |
+
np.float32,0xbf173fea,0x3f96ff6d,3
|
| 688 |
+
np.float32,0x3e19c489,0x3f817224,3
|
| 689 |
+
np.float32,0x7f429b30,0x7f800000,3
|
| 690 |
+
np.float32,0xbdae4118,0x3f8076af,3
|
| 691 |
+
np.float32,0x3e70ad30,0x3f838d41,3
|
| 692 |
+
np.float32,0x335fed,0x3f800000,3
|
| 693 |
+
np.float32,0xff5359cf,0x7f800000,3
|
| 694 |
+
np.float32,0xbf17e42b,0x3f9732f1,3
|
| 695 |
+
np.float32,0xff3a950b,0x7f800000,3
|
| 696 |
+
np.float32,0xbcca70c0,0x3f800a02,3
|
| 697 |
+
np.float32,0x3f2cda62,0x3f9e4dad,3
|
| 698 |
+
np.float32,0x3f50c185,0x3facf805,3
|
| 699 |
+
np.float32,0x80000001,0x3f800000,3
|
| 700 |
+
np.float32,0x807b86d2,0x3f800000,3
|
| 701 |
+
np.float32,0x8010c2cf,0x3f800000,3
|
| 702 |
+
np.float32,0x3f130fb8,0x3f95b519,3
|
| 703 |
+
np.float32,0x807dc546,0x3f800000,3
|
| 704 |
+
np.float32,0xbee20740,0x3f8cad3f,3
|
| 705 |
+
np.float32,0x80800000,0x3f800000,3
|
| 706 |
+
np.float32,0x3cbd90c0,0x3f8008c6,3
|
| 707 |
+
np.float32,0x3e693488,0x3f835571,3
|
| 708 |
+
np.float32,0xbe70cd44,0x3f838e35,3
|
| 709 |
+
np.float32,0xbe348dc8,0x3f81feb1,3
|
| 710 |
+
np.float32,0x3f31ea90,0x3fa02d3f,3
|
| 711 |
+
np.float32,0xfcd7e180,0x7f800000,3
|
| 712 |
+
np.float32,0xbe30a75c,0x3f81e8d0,3
|
| 713 |
+
np.float32,0x3e552c5a,0x3f82c89d,3
|
| 714 |
+
np.float32,0xff513f74,0x7f800000,3
|
| 715 |
+
np.float32,0xbdb16248,0x3f807afd,3
|
| 716 |
+
np.float64,0x7fbbf954e437f2a9,0x7ff0000000000000,2
|
| 717 |
+
np.float64,0x581bbf0cb0379,0x3ff0000000000000,2
|
| 718 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,2
|
| 719 |
+
np.float64,0xffb959a2a632b348,0x7ff0000000000000,2
|
| 720 |
+
np.float64,0xbfdbd6baebb7ad76,0x3ff189a5ca25a6e1,2
|
| 721 |
+
np.float64,0xbfd094ec9aa129da,0x3ff08a3f6b918065,2
|
| 722 |
+
np.float64,0x3fe236753f646cea,0x3ff2a982660b8b43,2
|
| 723 |
+
np.float64,0xbfe537fadfaa6ff6,0x3ff3a5f1c49c31bf,2
|
| 724 |
+
np.float64,0xbfe31fa7dc663f50,0x3ff2f175374aef0e,2
|
| 725 |
+
np.float64,0x3fc4b6569f296cb0,0x3ff035bde801bb53,2
|
| 726 |
+
np.float64,0x800ce3c00f99c780,0x3ff0000000000000,2
|
| 727 |
+
np.float64,0xbfebcde33e779bc6,0x3ff66de82cd30fc5,2
|
| 728 |
+
np.float64,0x800dc09d3b7b813b,0x3ff0000000000000,2
|
| 729 |
+
np.float64,0x80067d4c450cfa99,0x3ff0000000000000,2
|
| 730 |
+
np.float64,0x1f6ade203ed7,0x3ff0000000000000,2
|
| 731 |
+
np.float64,0xbfd4e311eca9c624,0x3ff0dc1383d6c3db,2
|
| 732 |
+
np.float64,0x800649b3a54c9368,0x3ff0000000000000,2
|
| 733 |
+
np.float64,0xcc14d1ab9829a,0x3ff0000000000000,2
|
| 734 |
+
np.float64,0x3fc290c5bb25218b,0x3ff02b290f46dd6d,2
|
| 735 |
+
np.float64,0x3fe78eb8376f1d70,0x3ff488f3bc259537,2
|
| 736 |
+
np.float64,0xffc60f58e82c1eb0,0x7ff0000000000000,2
|
| 737 |
+
np.float64,0x3fd35666ad26accd,0x3ff0bc6573da6bcd,2
|
| 738 |
+
np.float64,0x7fc20257a62404ae,0x7ff0000000000000,2
|
| 739 |
+
np.float64,0x80076d842e0edb09,0x3ff0000000000000,2
|
| 740 |
+
np.float64,0x3fd8e44b08b1c898,0x3ff139b9a1f8428e,2
|
| 741 |
+
np.float64,0x7fd6f6fc7a2dedf8,0x7ff0000000000000,2
|
| 742 |
+
np.float64,0x3fa01b9f0820373e,0x3ff00206f8ad0f1b,2
|
| 743 |
+
np.float64,0x69ed190ed3da4,0x3ff0000000000000,2
|
| 744 |
+
np.float64,0xbfd997eb34b32fd6,0x3ff14be65a5db4a0,2
|
| 745 |
+
np.float64,0x7feada2d0935b459,0x7ff0000000000000,2
|
| 746 |
+
np.float64,0xbf80987120213100,0x3ff000226d29a9fc,2
|
| 747 |
+
np.float64,0xbfef203e37fe407c,0x3ff82f51f04e8821,2
|
| 748 |
+
np.float64,0xffe3dcf91fa7b9f2,0x7ff0000000000000,2
|
| 749 |
+
np.float64,0x9a367283346cf,0x3ff0000000000000,2
|
| 750 |
+
np.float64,0x800feb09f7bfd614,0x3ff0000000000000,2
|
| 751 |
+
np.float64,0xbfe0319f9520633f,0x3ff217c5205c403f,2
|
| 752 |
+
np.float64,0xbfa91eabd4323d50,0x3ff004ee4347f627,2
|
| 753 |
+
np.float64,0x3fd19cbf7d23397f,0x3ff09c13e8e43571,2
|
| 754 |
+
np.float64,0xffeb8945f0b7128b,0x7ff0000000000000,2
|
| 755 |
+
np.float64,0x800a0eb4f2141d6a,0x3ff0000000000000,2
|
| 756 |
+
np.float64,0xffe83e7312f07ce6,0x7ff0000000000000,2
|
| 757 |
+
np.float64,0xffca53fee834a7fc,0x7ff0000000000000,2
|
| 758 |
+
np.float64,0x800881cbf1710398,0x3ff0000000000000,2
|
| 759 |
+
np.float64,0x80003e6abbe07cd6,0x3ff0000000000000,2
|
| 760 |
+
np.float64,0xbfef6a998afed533,0x3ff859b7852d1b4d,2
|
| 761 |
+
np.float64,0x3fd4eb7577a9d6eb,0x3ff0dcc601261aab,2
|
| 762 |
+
np.float64,0xbfc9c12811338250,0x3ff05331268b05c8,2
|
| 763 |
+
np.float64,0x7fddf84e5e3bf09c,0x7ff0000000000000,2
|
| 764 |
+
np.float64,0xbfd4d6fbbc29adf8,0x3ff0db12db19d187,2
|
| 765 |
+
np.float64,0x80077892bfaef126,0x3ff0000000000000,2
|
| 766 |
+
np.float64,0xffae9d49543d3a90,0x7ff0000000000000,2
|
| 767 |
+
np.float64,0xbfd8bef219317de4,0x3ff136034e5d2f1b,2
|
| 768 |
+
np.float64,0xffe89c74ddb138e9,0x7ff0000000000000,2
|
| 769 |
+
np.float64,0x8003b6bbb7e76d78,0x3ff0000000000000,2
|
| 770 |
+
np.float64,0x315a4e8462b4b,0x3ff0000000000000,2
|
| 771 |
+
np.float64,0x800ee616edddcc2e,0x3ff0000000000000,2
|
| 772 |
+
np.float64,0xdfb27f97bf650,0x3ff0000000000000,2
|
| 773 |
+
np.float64,0x8004723dc328e47c,0x3ff0000000000000,2
|
| 774 |
+
np.float64,0xbfe529500daa52a0,0x3ff3a0b9b33fc84c,2
|
| 775 |
+
np.float64,0xbfe4e46a7ce9c8d5,0x3ff3886ce0f92612,2
|
| 776 |
+
np.float64,0xbf52003680240000,0x3ff00000a203d61a,2
|
| 777 |
+
np.float64,0xffd3400458268008,0x7ff0000000000000,2
|
| 778 |
+
np.float64,0x80076deb444edbd7,0x3ff0000000000000,2
|
| 779 |
+
np.float64,0xa612f6c14c27,0x3ff0000000000000,2
|
| 780 |
+
np.float64,0xbfd41c74c9a838ea,0x3ff0cbe61e16aecf,2
|
| 781 |
+
np.float64,0x43f464a887e8d,0x3ff0000000000000,2
|
| 782 |
+
np.float64,0x800976e748b2edcf,0x3ff0000000000000,2
|
| 783 |
+
np.float64,0xffc79d6ba12f3ad8,0x7ff0000000000000,2
|
| 784 |
+
np.float64,0xffd6dbcb022db796,0x7ff0000000000000,2
|
| 785 |
+
np.float64,0xffd6a9672a2d52ce,0x7ff0000000000000,2
|
| 786 |
+
np.float64,0x3fe95dcfa632bb9f,0x3ff54bbad2ee919e,2
|
| 787 |
+
np.float64,0x3febadd2e1375ba6,0x3ff65e336c47c018,2
|
| 788 |
+
np.float64,0x7fd47c37d828f86f,0x7ff0000000000000,2
|
| 789 |
+
np.float64,0xbfd4ea59e0a9d4b4,0x3ff0dcae6af3e443,2
|
| 790 |
+
np.float64,0x2c112afc58226,0x3ff0000000000000,2
|
| 791 |
+
np.float64,0x8008122bced02458,0x3ff0000000000000,2
|
| 792 |
+
np.float64,0x7fe7105ab3ee20b4,0x7ff0000000000000,2
|
| 793 |
+
np.float64,0x80089634df312c6a,0x3ff0000000000000,2
|
| 794 |
+
np.float64,0x68e9fbc8d1d40,0x3ff0000000000000,2
|
| 795 |
+
np.float64,0xbfec1e1032f83c20,0x3ff69590b9f18ea8,2
|
| 796 |
+
np.float64,0xbfedf181623be303,0x3ff787ef48935dc6,2
|
| 797 |
+
np.float64,0xffe8600457f0c008,0x7ff0000000000000,2
|
| 798 |
+
np.float64,0x7a841ec6f5084,0x3ff0000000000000,2
|
| 799 |
+
np.float64,0x459a572e8b34c,0x3ff0000000000000,2
|
| 800 |
+
np.float64,0x3fe8a232bef14465,0x3ff4fac1780f731e,2
|
| 801 |
+
np.float64,0x3fcb37597d366eb3,0x3ff05cf08ab14ebd,2
|
| 802 |
+
np.float64,0xbfb0261d00204c38,0x3ff00826fb86ca8a,2
|
| 803 |
+
np.float64,0x3fc6e7a6dd2dcf4e,0x3ff041c1222ffa79,2
|
| 804 |
+
np.float64,0xee65dd03dccbc,0x3ff0000000000000,2
|
| 805 |
+
np.float64,0xffe26fdc23e4dfb8,0x7ff0000000000000,2
|
| 806 |
+
np.float64,0x7fe8d6c8cab1ad91,0x7ff0000000000000,2
|
| 807 |
+
np.float64,0xbfeb64bf2676c97e,0x3ff63abb8607828c,2
|
| 808 |
+
np.float64,0x3fd28417b425082f,0x3ff0ac9eb22a732b,2
|
| 809 |
+
np.float64,0xbfd26835b3a4d06c,0x3ff0aa94c48fb6d2,2
|
| 810 |
+
np.float64,0xffec617a01b8c2f3,0x7ff0000000000000,2
|
| 811 |
+
np.float64,0xe1bfff01c3800,0x3ff0000000000000,2
|
| 812 |
+
np.float64,0x3fd4def913a9bdf4,0x3ff0dbbc7271046f,2
|
| 813 |
+
np.float64,0x94f4c17129e98,0x3ff0000000000000,2
|
| 814 |
+
np.float64,0x8009b2eaa33365d6,0x3ff0000000000000,2
|
| 815 |
+
np.float64,0x3fd9633b41b2c678,0x3ff1468388bdfb65,2
|
| 816 |
+
np.float64,0xffe0ae5c80e15cb8,0x7ff0000000000000,2
|
| 817 |
+
np.float64,0x7fdfc35996bf86b2,0x7ff0000000000000,2
|
| 818 |
+
np.float64,0x3fcfc5bdc23f8b7c,0x3ff07ed5caa4545c,2
|
| 819 |
+
np.float64,0xd48b4907a9169,0x3ff0000000000000,2
|
| 820 |
+
np.float64,0xbfe0a2cc52614598,0x3ff2361665895d95,2
|
| 821 |
+
np.float64,0xbfe9068f90720d1f,0x3ff525b82491a1a5,2
|
| 822 |
+
np.float64,0x4238b9208472,0x3ff0000000000000,2
|
| 823 |
+
np.float64,0x800e6b2bf69cd658,0x3ff0000000000000,2
|
| 824 |
+
np.float64,0x7fb638b6ae2c716c,0x7ff0000000000000,2
|
| 825 |
+
np.float64,0x7fe267641764cec7,0x7ff0000000000000,2
|
| 826 |
+
np.float64,0xffc0933d3521267c,0x7ff0000000000000,2
|
| 827 |
+
np.float64,0x7fddfdfb533bfbf6,0x7ff0000000000000,2
|
| 828 |
+
np.float64,0xced2a8e99da55,0x3ff0000000000000,2
|
| 829 |
+
np.float64,0x2a80d5165501b,0x3ff0000000000000,2
|
| 830 |
+
np.float64,0xbfeead2ab63d5a55,0x3ff7eeb5cbcfdcab,2
|
| 831 |
+
np.float64,0x80097f6f92f2fee0,0x3ff0000000000000,2
|
| 832 |
+
np.float64,0x3fee1f29b77c3e54,0x3ff7a0a58c13df62,2
|
| 833 |
+
np.float64,0x3f9d06b8383a0d70,0x3ff001a54a2d8cf8,2
|
| 834 |
+
np.float64,0xbfc8b41d3f31683c,0x3ff04c85379dd6b0,2
|
| 835 |
+
np.float64,0xffd2a04c1e254098,0x7ff0000000000000,2
|
| 836 |
+
np.float64,0xbfb71c01e02e3800,0x3ff010b34220e838,2
|
| 837 |
+
np.float64,0xbfe69249ef6d2494,0x3ff425e48d1e938b,2
|
| 838 |
+
np.float64,0xffefffffffffffff,0x7ff0000000000000,2
|
| 839 |
+
np.float64,0x3feb1d52fbf63aa6,0x3ff618813ae922d7,2
|
| 840 |
+
np.float64,0x7fb8d1a77e31a34e,0x7ff0000000000000,2
|
| 841 |
+
np.float64,0xffc3cfc4ed279f88,0x7ff0000000000000,2
|
| 842 |
+
np.float64,0x2164b9fc42c98,0x3ff0000000000000,2
|
| 843 |
+
np.float64,0x3fbb868cee370d1a,0x3ff017b31b0d4d27,2
|
| 844 |
+
np.float64,0x3fcd6dea583adbd5,0x3ff06cbd16bf44a0,2
|
| 845 |
+
np.float64,0xbfecd041d479a084,0x3ff6efb25f61012d,2
|
| 846 |
+
np.float64,0xbfb0552e6e20aa60,0x3ff00856ca83834a,2
|
| 847 |
+
np.float64,0xe6293cbfcc528,0x3ff0000000000000,2
|
| 848 |
+
np.float64,0x7fba58394034b072,0x7ff0000000000000,2
|
| 849 |
+
np.float64,0x33bc96d467794,0x3ff0000000000000,2
|
| 850 |
+
np.float64,0xffe90ea86bf21d50,0x7ff0000000000000,2
|
| 851 |
+
np.float64,0xbfc626ea6d2c4dd4,0x3ff03d7e01ec3849,2
|
| 852 |
+
np.float64,0x65b56fe4cb6af,0x3ff0000000000000,2
|
| 853 |
+
np.float64,0x3fea409fb7f4813f,0x3ff5b171deab0ebd,2
|
| 854 |
+
np.float64,0x3fe849c1df709384,0x3ff4d59063ff98c4,2
|
| 855 |
+
np.float64,0x169073082d20f,0x3ff0000000000000,2
|
| 856 |
+
np.float64,0xcc8b6add9916e,0x3ff0000000000000,2
|
| 857 |
+
np.float64,0xbfef3d78d5fe7af2,0x3ff83fecc26abeea,2
|
| 858 |
+
np.float64,0x3fe8c65a4a718cb4,0x3ff50a23bfeac7df,2
|
| 859 |
+
np.float64,0x3fde9fa5c8bd3f4c,0x3ff1ddeb12b9d623,2
|
| 860 |
+
np.float64,0xffe2af536da55ea6,0x7ff0000000000000,2
|
| 861 |
+
np.float64,0x800186d0b0c30da2,0x3ff0000000000000,2
|
| 862 |
+
np.float64,0x3fe9ba3c1d737478,0x3ff574ab2bf3a560,2
|
| 863 |
+
np.float64,0xbfe1489c46a29138,0x3ff2641d36b30e21,2
|
| 864 |
+
np.float64,0xbfe4b6b7c0e96d70,0x3ff37880ac8b0540,2
|
| 865 |
+
np.float64,0x800e66ad82fccd5b,0x3ff0000000000000,2
|
| 866 |
+
np.float64,0x7ff0000000000000,0x7ff0000000000000,2
|
| 867 |
+
np.float64,0x7febb0fd477761fa,0x7ff0000000000000,2
|
| 868 |
+
np.float64,0xbfdc433f2eb8867e,0x3ff195ec2a6cce27,2
|
| 869 |
+
np.float64,0x3fe12c5a172258b4,0x3ff25c225b8a34bb,2
|
| 870 |
+
np.float64,0xbfef6f116c3ede23,0x3ff85c47eaed49a0,2
|
| 871 |
+
np.float64,0x800af6f60f35edec,0x3ff0000000000000,2
|
| 872 |
+
np.float64,0xffe567999a2acf32,0x7ff0000000000000,2
|
| 873 |
+
np.float64,0xbfc5ac5ae72b58b4,0x3ff03adb50ec04f3,2
|
| 874 |
+
np.float64,0x3fea1b57e23436b0,0x3ff5a06f98541767,2
|
| 875 |
+
np.float64,0x7fcc3e36fb387c6d,0x7ff0000000000000,2
|
| 876 |
+
np.float64,0x8000c8dc698191ba,0x3ff0000000000000,2
|
| 877 |
+
np.float64,0x3fee5085ed7ca10c,0x3ff7bb92f61245b8,2
|
| 878 |
+
np.float64,0x7fbb9f803a373eff,0x7ff0000000000000,2
|
| 879 |
+
np.float64,0xbfe1e5e806e3cbd0,0x3ff2918f2d773007,2
|
| 880 |
+
np.float64,0x8008f8c3f3b1f188,0x3ff0000000000000,2
|
| 881 |
+
np.float64,0x7fe53df515ea7be9,0x7ff0000000000000,2
|
| 882 |
+
np.float64,0x7fdbb87fb3b770fe,0x7ff0000000000000,2
|
| 883 |
+
np.float64,0x3fefcc0f50ff981f,0x3ff89210a6a04e6b,2
|
| 884 |
+
np.float64,0x3fe33f87d0267f10,0x3ff2fb989ea4f2bc,2
|
| 885 |
+
np.float64,0x1173992022e8,0x3ff0000000000000,2
|
| 886 |
+
np.float64,0x3fef534632bea68c,0x3ff84c5ca9713ff9,2
|
| 887 |
+
np.float64,0x3fc5991d552b3238,0x3ff03a72bfdb6e5f,2
|
| 888 |
+
np.float64,0x3fdad90dc1b5b21c,0x3ff16db868180034,2
|
| 889 |
+
np.float64,0xffe20b8078e41700,0x7ff0000000000000,2
|
| 890 |
+
np.float64,0x7fdf409a82be8134,0x7ff0000000000000,2
|
| 891 |
+
np.float64,0x3fccb7e691396fcd,0x3ff06786b6ccdbcb,2
|
| 892 |
+
np.float64,0xffe416e0b7282dc1,0x7ff0000000000000,2
|
| 893 |
+
np.float64,0xffe3a8a981275152,0x7ff0000000000000,2
|
| 894 |
+
np.float64,0x3fd9c8bd31b3917c,0x3ff150ee6f5f692f,2
|
| 895 |
+
np.float64,0xffeab6fef6356dfd,0x7ff0000000000000,2
|
| 896 |
+
np.float64,0x3fe9c5e3faf38bc8,0x3ff579e18c9bd548,2
|
| 897 |
+
np.float64,0x800b173e44762e7d,0x3ff0000000000000,2
|
| 898 |
+
np.float64,0xffe2719db764e33b,0x7ff0000000000000,2
|
| 899 |
+
np.float64,0x3fd1fcf31223f9e6,0x3ff0a2da7ad99856,2
|
| 900 |
+
np.float64,0x80082c4afcd05896,0x3ff0000000000000,2
|
| 901 |
+
np.float64,0xa56e5e4b4adcc,0x3ff0000000000000,2
|
| 902 |
+
np.float64,0xffbbbddab2377bb8,0x7ff0000000000000,2
|
| 903 |
+
np.float64,0x3b3927c076726,0x3ff0000000000000,2
|
| 904 |
+
np.float64,0x3fec03fd58f807fb,0x3ff6889b8a774728,2
|
| 905 |
+
np.float64,0xbfaa891fb4351240,0x3ff00580987bd914,2
|
| 906 |
+
np.float64,0x7fb4800c4a290018,0x7ff0000000000000,2
|
| 907 |
+
np.float64,0xffbb5d2b6036ba58,0x7ff0000000000000,2
|
| 908 |
+
np.float64,0x7fd6608076acc100,0x7ff0000000000000,2
|
| 909 |
+
np.float64,0x31267e4c624d1,0x3ff0000000000000,2
|
| 910 |
+
np.float64,0x33272266664e5,0x3ff0000000000000,2
|
| 911 |
+
np.float64,0x47bb37f28f768,0x3ff0000000000000,2
|
| 912 |
+
np.float64,0x3fe134bb4ee26977,0x3ff25e7ea647a928,2
|
| 913 |
+
np.float64,0xbfe2b5f42ba56be8,0x3ff2d05cbdc7344b,2
|
| 914 |
+
np.float64,0xbfe0e013fd61c028,0x3ff246dfce572914,2
|
| 915 |
+
np.float64,0x7fecedcda4f9db9a,0x7ff0000000000000,2
|
| 916 |
+
np.float64,0x8001816c2da302d9,0x3ff0000000000000,2
|
| 917 |
+
np.float64,0xffced8b65b3db16c,0x7ff0000000000000,2
|
| 918 |
+
np.float64,0xffdc1d4a0b383a94,0x7ff0000000000000,2
|
| 919 |
+
np.float64,0x7fe94e7339f29ce5,0x7ff0000000000000,2
|
| 920 |
+
np.float64,0x33fb846667f71,0x3ff0000000000000,2
|
| 921 |
+
np.float64,0x800a1380e9542702,0x3ff0000000000000,2
|
| 922 |
+
np.float64,0x800b74eaa776e9d6,0x3ff0000000000000,2
|
| 923 |
+
np.float64,0x5681784aad030,0x3ff0000000000000,2
|
| 924 |
+
np.float64,0xbfee0eb7917c1d6f,0x3ff797b949f7f6b4,2
|
| 925 |
+
np.float64,0xffe4ec5fd2a9d8bf,0x7ff0000000000000,2
|
| 926 |
+
np.float64,0xbfcd7401dd3ae804,0x3ff06cea52c792c0,2
|
| 927 |
+
np.float64,0x800587563beb0ead,0x3ff0000000000000,2
|
| 928 |
+
np.float64,0x3fc15c6f3322b8de,0x3ff025bbd030166d,2
|
| 929 |
+
np.float64,0x7feb6b4caf76d698,0x7ff0000000000000,2
|
| 930 |
+
np.float64,0x7fe136ef82a26dde,0x7ff0000000000000,2
|
| 931 |
+
np.float64,0xf592dac3eb25c,0x3ff0000000000000,2
|
| 932 |
+
np.float64,0x7fd300baf6a60175,0x7ff0000000000000,2
|
| 933 |
+
np.float64,0x7fc880de9e3101bc,0x7ff0000000000000,2
|
| 934 |
+
np.float64,0x7fe7a1aa5caf4354,0x7ff0000000000000,2
|
| 935 |
+
np.float64,0x2f9b8e0e5f373,0x3ff0000000000000,2
|
| 936 |
+
np.float64,0xffcc9071993920e4,0x7ff0000000000000,2
|
| 937 |
+
np.float64,0x8009e151b313c2a4,0x3ff0000000000000,2
|
| 938 |
+
np.float64,0xbfd46e2d18a8dc5a,0x3ff0d27a7b37c1ae,2
|
| 939 |
+
np.float64,0x3fe65c7961acb8f3,0x3ff4116946062a4c,2
|
| 940 |
+
np.float64,0x7fd31b371626366d,0x7ff0000000000000,2
|
| 941 |
+
np.float64,0x98dc924d31b93,0x3ff0000000000000,2
|
| 942 |
+
np.float64,0x268bef364d17f,0x3ff0000000000000,2
|
| 943 |
+
np.float64,0x7fd883ba56310774,0x7ff0000000000000,2
|
| 944 |
+
np.float64,0x3fc53f01a32a7e03,0x3ff0388dea9cd63e,2
|
| 945 |
+
np.float64,0xffe1ea8c0563d518,0x7ff0000000000000,2
|
| 946 |
+
np.float64,0x3fd0bf0e63a17e1d,0x3ff08d0577f5ffa6,2
|
| 947 |
+
np.float64,0x7fef42418f7e8482,0x7ff0000000000000,2
|
| 948 |
+
np.float64,0x8000bccd38c1799b,0x3ff0000000000000,2
|
| 949 |
+
np.float64,0xbfe6c48766ed890f,0x3ff43936fa4048c8,2
|
| 950 |
+
np.float64,0xbfb2a38f3a254720,0x3ff00adc7f7b2822,2
|
| 951 |
+
np.float64,0x3fd5262b2eaa4c56,0x3ff0e1af492c08f5,2
|
| 952 |
+
np.float64,0x80065b4691ecb68e,0x3ff0000000000000,2
|
| 953 |
+
np.float64,0xfb6b9e9ff6d74,0x3ff0000000000000,2
|
| 954 |
+
np.float64,0x8006c71e6ecd8e3e,0x3ff0000000000000,2
|
| 955 |
+
np.float64,0x3fd0a3e43ca147c8,0x3ff08b3ad7b42485,2
|
| 956 |
+
np.float64,0xbfc82d8607305b0c,0x3ff04949d6733ef6,2
|
| 957 |
+
np.float64,0xde048c61bc092,0x3ff0000000000000,2
|
| 958 |
+
np.float64,0xffcf73e0fa3ee7c0,0x7ff0000000000000,2
|
| 959 |
+
np.float64,0xbfe8639d7830c73b,0x3ff4e05f97948376,2
|
| 960 |
+
np.float64,0x8010000000000000,0x3ff0000000000000,2
|
| 961 |
+
np.float64,0x67f01a2acfe04,0x3ff0000000000000,2
|
| 962 |
+
np.float64,0x3fe222e803e445d0,0x3ff2a3a75e5f29d8,2
|
| 963 |
+
np.float64,0xffef84c6387f098b,0x7ff0000000000000,2
|
| 964 |
+
np.float64,0x3fe5969c1e6b2d38,0x3ff3c80130462bb2,2
|
| 965 |
+
np.float64,0x8009f56953d3ead3,0x3ff0000000000000,2
|
| 966 |
+
np.float64,0x3fe05c9b6360b937,0x3ff2232e1cba5617,2
|
| 967 |
+
np.float64,0x3fd8888d63b1111b,0x3ff130a5b788d52f,2
|
| 968 |
+
np.float64,0xffe3a9e6f26753ce,0x7ff0000000000000,2
|
| 969 |
+
np.float64,0x800e2aaa287c5554,0x3ff0000000000000,2
|
| 970 |
+
np.float64,0x3fea8d6c82351ad9,0x3ff5d4d8cde9a11d,2
|
| 971 |
+
np.float64,0x7feef700723dee00,0x7ff0000000000000,2
|
| 972 |
+
np.float64,0x3fa5cb77242b96e0,0x3ff003b62b3e50f1,2
|
| 973 |
+
np.float64,0x7fb68f0a862d1e14,0x7ff0000000000000,2
|
| 974 |
+
np.float64,0x7fb97ee83432fdcf,0x7ff0000000000000,2
|
| 975 |
+
np.float64,0x7fd74a78632e94f0,0x7ff0000000000000,2
|
| 976 |
+
np.float64,0x7fcfe577713fcaee,0x7ff0000000000000,2
|
| 977 |
+
np.float64,0xffe192ee5ea325dc,0x7ff0000000000000,2
|
| 978 |
+
np.float64,0x477d6ae48efae,0x3ff0000000000000,2
|
| 979 |
+
np.float64,0xffe34d5237669aa4,0x7ff0000000000000,2
|
| 980 |
+
np.float64,0x7fe3ce8395a79d06,0x7ff0000000000000,2
|
| 981 |
+
np.float64,0x80019c01ffa33805,0x3ff0000000000000,2
|
| 982 |
+
np.float64,0x74b5b56ce96b7,0x3ff0000000000000,2
|
| 983 |
+
np.float64,0x7fe05ecdeda0bd9b,0x7ff0000000000000,2
|
| 984 |
+
np.float64,0xffe9693eb232d27d,0x7ff0000000000000,2
|
| 985 |
+
np.float64,0xffd2be2c7da57c58,0x7ff0000000000000,2
|
| 986 |
+
np.float64,0x800dbd5cbc1b7aba,0x3ff0000000000000,2
|
| 987 |
+
np.float64,0xbfa36105d426c210,0x3ff002ef2e3a87f7,2
|
| 988 |
+
np.float64,0x800b2d69fb765ad4,0x3ff0000000000000,2
|
| 989 |
+
np.float64,0xbfdb81c9a9370394,0x3ff1802d409cbf7a,2
|
| 990 |
+
np.float64,0x7fd481d014a9039f,0x7ff0000000000000,2
|
| 991 |
+
np.float64,0xffe66c3c1fecd878,0x7ff0000000000000,2
|
| 992 |
+
np.float64,0x3fc55865192ab0c8,0x3ff03915b51e8839,2
|
| 993 |
+
np.float64,0xd6a78987ad4f1,0x3ff0000000000000,2
|
| 994 |
+
np.float64,0x800c6cc80d58d990,0x3ff0000000000000,2
|
| 995 |
+
np.float64,0x979435a12f29,0x3ff0000000000000,2
|
| 996 |
+
np.float64,0xbfbd971e7a3b2e40,0x3ff01b647e45f5a6,2
|
| 997 |
+
np.float64,0x80067565bfeceacc,0x3ff0000000000000,2
|
| 998 |
+
np.float64,0x8001ad689ce35ad2,0x3ff0000000000000,2
|
| 999 |
+
np.float64,0x7fa43253dc2864a7,0x7ff0000000000000,2
|
| 1000 |
+
np.float64,0xbfe3dda307e7bb46,0x3ff32ef99a2efe1d,2
|
| 1001 |
+
np.float64,0x3fe5d7b395ebaf68,0x3ff3dfd33cdc8ef4,2
|
| 1002 |
+
np.float64,0xd94cc9c3b2999,0x3ff0000000000000,2
|
| 1003 |
+
np.float64,0x3fee5a513fbcb4a2,0x3ff7c0f17b876ce5,2
|
| 1004 |
+
np.float64,0xffe27761fa64eec4,0x7ff0000000000000,2
|
| 1005 |
+
np.float64,0x3feb788119b6f102,0x3ff64446f67f4efa,2
|
| 1006 |
+
np.float64,0xbfed6e10dffadc22,0x3ff741d5ef610ca0,2
|
| 1007 |
+
np.float64,0x7fe73cf98b2e79f2,0x7ff0000000000000,2
|
| 1008 |
+
np.float64,0x7847d09af08fb,0x3ff0000000000000,2
|
| 1009 |
+
np.float64,0x29ded2da53bdb,0x3ff0000000000000,2
|
| 1010 |
+
np.float64,0xbfe51c1ec1aa383e,0x3ff39c0b7cf832e2,2
|
| 1011 |
+
np.float64,0xbfeafd5e65f5fabd,0x3ff609548a787f57,2
|
| 1012 |
+
np.float64,0x3fd872a26fb0e545,0x3ff12e7fbd95505c,2
|
| 1013 |
+
np.float64,0x7fed6b7c1b7ad6f7,0x7ff0000000000000,2
|
| 1014 |
+
np.float64,0xffe7ba9ec16f753d,0x7ff0000000000000,2
|
| 1015 |
+
np.float64,0x7f89b322f0336645,0x7ff0000000000000,2
|
| 1016 |
+
np.float64,0xbfad1677383a2cf0,0x3ff0069ca67e7baa,2
|
| 1017 |
+
np.float64,0x3fe0906d04a120da,0x3ff2311b04b7bfef,2
|
| 1018 |
+
np.float64,0xffe4b3c9d4296793,0x7ff0000000000000,2
|
| 1019 |
+
np.float64,0xbfe476bb0ce8ed76,0x3ff36277d2921a74,2
|
| 1020 |
+
np.float64,0x7fc35655cf26acab,0x7ff0000000000000,2
|
| 1021 |
+
np.float64,0x7fe9980f0373301d,0x7ff0000000000000,2
|
| 1022 |
+
np.float64,0x9e6e04cb3cdc1,0x3ff0000000000000,2
|
| 1023 |
+
np.float64,0x800b89e0afb713c2,0x3ff0000000000000,2
|
| 1024 |
+
np.float64,0x800bd951a3f7b2a4,0x3ff0000000000000,2
|
| 1025 |
+
np.float64,0x29644a9e52c8a,0x3ff0000000000000,2
|
| 1026 |
+
np.float64,0x3fe1be2843637c51,0x3ff285e90d8387e4,2
|
| 1027 |
+
np.float64,0x7fa233cce4246799,0x7ff0000000000000,2
|
| 1028 |
+
np.float64,0xbfcfb7bc2d3f6f78,0x3ff07e657de3e2ed,2
|
| 1029 |
+
np.float64,0xffd7c953e7af92a8,0x7ff0000000000000,2
|
| 1030 |
+
np.float64,0xbfc5bbaf772b7760,0x3ff03b2ee4febb1e,2
|
| 1031 |
+
np.float64,0x8007b7315a6f6e63,0x3ff0000000000000,2
|
| 1032 |
+
np.float64,0xbfe906d902320db2,0x3ff525d7e16acfe0,2
|
| 1033 |
+
np.float64,0x3fde33d8553c67b1,0x3ff1d09faa19aa53,2
|
| 1034 |
+
np.float64,0x61fe76a0c3fcf,0x3ff0000000000000,2
|
| 1035 |
+
np.float64,0xa75e355b4ebc7,0x3ff0000000000000,2
|
| 1036 |
+
np.float64,0x3fc9e6d86033cdb1,0x3ff05426299c7064,2
|
| 1037 |
+
np.float64,0x7fd83f489eb07e90,0x7ff0000000000000,2
|
| 1038 |
+
np.float64,0x8000000000000001,0x3ff0000000000000,2
|
| 1039 |
+
np.float64,0x80014434ae62886a,0x3ff0000000000000,2
|
| 1040 |
+
np.float64,0xbfe21af9686435f3,0x3ff2a149338bdefe,2
|
| 1041 |
+
np.float64,0x9354e6cd26a9d,0x3ff0000000000000,2
|
| 1042 |
+
np.float64,0xb42b95f768573,0x3ff0000000000000,2
|
| 1043 |
+
np.float64,0xbfecb4481bb96890,0x3ff6e15d269dd651,2
|
| 1044 |
+
np.float64,0x3f97842ae82f0840,0x3ff0011485156f28,2
|
| 1045 |
+
np.float64,0xffdef63d90bdec7c,0x7ff0000000000000,2
|
| 1046 |
+
np.float64,0x7fe511a8d36a2351,0x7ff0000000000000,2
|
| 1047 |
+
np.float64,0xbf8cb638a0396c80,0x3ff000670c318fb6,2
|
| 1048 |
+
np.float64,0x3fe467e1f668cfc4,0x3ff35d65f93ccac6,2
|
| 1049 |
+
np.float64,0xbfce7d88f03cfb10,0x3ff074c22475fe5b,2
|
| 1050 |
+
np.float64,0x6d0a4994da14a,0x3ff0000000000000,2
|
| 1051 |
+
np.float64,0xbfb3072580260e48,0x3ff00b51d3913e9f,2
|
| 1052 |
+
np.float64,0x8008fcde36b1f9bd,0x3ff0000000000000,2
|
| 1053 |
+
np.float64,0x3fd984df66b309c0,0x3ff149f29125eca4,2
|
| 1054 |
+
np.float64,0xffee2a10fe7c5421,0x7ff0000000000000,2
|
| 1055 |
+
np.float64,0x80039168ace722d2,0x3ff0000000000000,2
|
| 1056 |
+
np.float64,0xffda604379b4c086,0x7ff0000000000000,2
|
| 1057 |
+
np.float64,0xffdc6a405bb8d480,0x7ff0000000000000,2
|
| 1058 |
+
np.float64,0x3fe62888b26c5111,0x3ff3fdda754c4372,2
|
| 1059 |
+
np.float64,0x8008b452cb5168a6,0x3ff0000000000000,2
|
| 1060 |
+
np.float64,0x6165d540c2cbb,0x3ff0000000000000,2
|
| 1061 |
+
np.float64,0xbfee0c04d17c180a,0x3ff796431c64bcbe,2
|
| 1062 |
+
np.float64,0x800609b8448c1371,0x3ff0000000000000,2
|
| 1063 |
+
np.float64,0x800fc3fca59f87f9,0x3ff0000000000000,2
|
| 1064 |
+
np.float64,0x77f64848efeca,0x3ff0000000000000,2
|
| 1065 |
+
np.float64,0x8007cf522d8f9ea5,0x3ff0000000000000,2
|
| 1066 |
+
np.float64,0xbfe9fb0b93f3f617,0x3ff591cb0052e22c,2
|
| 1067 |
+
np.float64,0x7fd569d5f0aad3ab,0x7ff0000000000000,2
|
| 1068 |
+
np.float64,0x7fe5cf489d6b9e90,0x7ff0000000000000,2
|
| 1069 |
+
np.float64,0x7fd6e193e92dc327,0x7ff0000000000000,2
|
| 1070 |
+
np.float64,0xf78988a5ef131,0x3ff0000000000000,2
|
| 1071 |
+
np.float64,0x3fe8f97562b1f2eb,0x3ff5201080fbc12d,2
|
| 1072 |
+
np.float64,0x7febfd69d7b7fad3,0x7ff0000000000000,2
|
| 1073 |
+
np.float64,0xffc07b5c1720f6b8,0x7ff0000000000000,2
|
| 1074 |
+
np.float64,0xbfd966926832cd24,0x3ff146da9adf492e,2
|
| 1075 |
+
np.float64,0x7fef5bd9edfeb7b3,0x7ff0000000000000,2
|
| 1076 |
+
np.float64,0xbfd2afbc96255f7a,0x3ff0afd601febf44,2
|
| 1077 |
+
np.float64,0x7fdd4ea6293a9d4b,0x7ff0000000000000,2
|
| 1078 |
+
np.float64,0xbfe8a1e916b143d2,0x3ff4faa23c2793e5,2
|
| 1079 |
+
np.float64,0x800188fcd8c311fa,0x3ff0000000000000,2
|
| 1080 |
+
np.float64,0xbfe30803f1661008,0x3ff2e9fc729baaee,2
|
| 1081 |
+
np.float64,0x7fefffffffffffff,0x7ff0000000000000,2
|
| 1082 |
+
np.float64,0x3fd287bec3250f7e,0x3ff0ace34d3102f6,2
|
| 1083 |
+
np.float64,0x1f0ee9443e1de,0x3ff0000000000000,2
|
| 1084 |
+
np.float64,0xbfd92f73da325ee8,0x3ff14143e4fa2c5a,2
|
| 1085 |
+
np.float64,0x3fed7c9bdffaf938,0x3ff74984168734d3,2
|
| 1086 |
+
np.float64,0x8002c4d1696589a4,0x3ff0000000000000,2
|
| 1087 |
+
np.float64,0xfe03011bfc060,0x3ff0000000000000,2
|
| 1088 |
+
np.float64,0x7f7a391e6034723c,0x7ff0000000000000,2
|
| 1089 |
+
np.float64,0xffd6fd46f82dfa8e,0x7ff0000000000000,2
|
| 1090 |
+
np.float64,0xbfd7520a742ea414,0x3ff112f1ba5d4f91,2
|
| 1091 |
+
np.float64,0x8009389d8812713b,0x3ff0000000000000,2
|
| 1092 |
+
np.float64,0x7fefb846aaff708c,0x7ff0000000000000,2
|
| 1093 |
+
np.float64,0x3fd98a0983331413,0x3ff14a79efb8adbf,2
|
| 1094 |
+
np.float64,0xbfd897158db12e2c,0x3ff132137902cf3e,2
|
| 1095 |
+
np.float64,0xffc4048d5928091c,0x7ff0000000000000,2
|
| 1096 |
+
np.float64,0x80036ae46046d5ca,0x3ff0000000000000,2
|
| 1097 |
+
np.float64,0x7faba7ed3c374fd9,0x7ff0000000000000,2
|
| 1098 |
+
np.float64,0xbfec4265e1f884cc,0x3ff6a7b8602422c9,2
|
| 1099 |
+
np.float64,0xaa195e0b5432c,0x3ff0000000000000,2
|
| 1100 |
+
np.float64,0x3feac15d317582ba,0x3ff5ed115758145f,2
|
| 1101 |
+
np.float64,0x6c13a5bcd8275,0x3ff0000000000000,2
|
| 1102 |
+
np.float64,0xbfed20b8883a4171,0x3ff7194dbd0dc988,2
|
| 1103 |
+
np.float64,0x800cde65c899bccc,0x3ff0000000000000,2
|
| 1104 |
+
np.float64,0x7c72912af8e53,0x3ff0000000000000,2
|
| 1105 |
+
np.float64,0x3fe49d2bb4e93a57,0x3ff36fab3aba15d4,2
|
| 1106 |
+
np.float64,0xbfd598fa02ab31f4,0x3ff0eb72fc472025,2
|
| 1107 |
+
np.float64,0x8007a191712f4324,0x3ff0000000000000,2
|
| 1108 |
+
np.float64,0xbfdeb14872bd6290,0x3ff1e01ca83f35fd,2
|
| 1109 |
+
np.float64,0xbfe1da46b3e3b48e,0x3ff28e23ad2f5615,2
|
| 1110 |
+
np.float64,0x800a2f348e745e69,0x3ff0000000000000,2
|
| 1111 |
+
np.float64,0xbfee66928afccd25,0x3ff7c7ac7dbb3273,2
|
| 1112 |
+
np.float64,0xffd78a0a2b2f1414,0x7ff0000000000000,2
|
| 1113 |
+
np.float64,0x7fc5fa80b82bf500,0x7ff0000000000000,2
|
| 1114 |
+
np.float64,0x800e6d7260dcdae5,0x3ff0000000000000,2
|
| 1115 |
+
np.float64,0xbfd6cff2aaad9fe6,0x3ff106f78ee61642,2
|
| 1116 |
+
np.float64,0x7fe1041d1d220839,0x7ff0000000000000,2
|
| 1117 |
+
np.float64,0xbfdf75586cbeeab0,0x3ff1f8dbaa7e57f0,2
|
| 1118 |
+
np.float64,0xffdcaae410b955c8,0x7ff0000000000000,2
|
| 1119 |
+
np.float64,0x800fe5e0d1ffcbc2,0x3ff0000000000000,2
|
| 1120 |
+
np.float64,0x800d7999527af333,0x3ff0000000000000,2
|
| 1121 |
+
np.float64,0xbfe62c233bac5846,0x3ff3ff34220a204c,2
|
| 1122 |
+
np.float64,0x7fe99bbff8f3377f,0x7ff0000000000000,2
|
| 1123 |
+
np.float64,0x7feeaf471d3d5e8d,0x7ff0000000000000,2
|
| 1124 |
+
np.float64,0xd5904ff5ab20a,0x3ff0000000000000,2
|
| 1125 |
+
np.float64,0x3fd07aae3320f55c,0x3ff08888c227c968,2
|
| 1126 |
+
np.float64,0x7fea82b8dff50571,0x7ff0000000000000,2
|
| 1127 |
+
np.float64,0xffef2db9057e5b71,0x7ff0000000000000,2
|
| 1128 |
+
np.float64,0xbfe2077fef640f00,0x3ff29b7dd0d39d36,2
|
| 1129 |
+
np.float64,0xbfe09a4d7c61349b,0x3ff233c7e88881f4,2
|
| 1130 |
+
np.float64,0x3fda50c4cbb4a188,0x3ff15f28a71deee7,2
|
| 1131 |
+
np.float64,0x7fe7d9ee6b2fb3dc,0x7ff0000000000000,2
|
| 1132 |
+
np.float64,0x3febbf6faeb77edf,0x3ff666d13682ea93,2
|
| 1133 |
+
np.float64,0xc401a32988035,0x3ff0000000000000,2
|
| 1134 |
+
np.float64,0xbfeab30aa8f56615,0x3ff5e65dcc6603f8,2
|
| 1135 |
+
np.float64,0x92c8cea32591a,0x3ff0000000000000,2
|
| 1136 |
+
np.float64,0xbff0000000000000,0x3ff8b07551d9f550,2
|
| 1137 |
+
np.float64,0xbfbddfb4dc3bbf68,0x3ff01bebaec38faa,2
|
| 1138 |
+
np.float64,0xbfd8de3e2a31bc7c,0x3ff1391f4830d20b,2
|
| 1139 |
+
np.float64,0xffc83a8f8a307520,0x7ff0000000000000,2
|
| 1140 |
+
np.float64,0x3fee026ef53c04de,0x3ff7911337085827,2
|
| 1141 |
+
np.float64,0x7fbaf380b235e700,0x7ff0000000000000,2
|
| 1142 |
+
np.float64,0xffe5b89fa62b713f,0x7ff0000000000000,2
|
| 1143 |
+
np.float64,0xbfdc1ff54ab83fea,0x3ff191e8c0b60bb2,2
|
| 1144 |
+
np.float64,0x6ae3534cd5c6b,0x3ff0000000000000,2
|
| 1145 |
+
np.float64,0xbfea87e558750fcb,0x3ff5d24846013794,2
|
| 1146 |
+
np.float64,0xffe0f467bee1e8cf,0x7ff0000000000000,2
|
| 1147 |
+
np.float64,0x7fee3b0dc7bc761b,0x7ff0000000000000,2
|
| 1148 |
+
np.float64,0x3fed87521afb0ea4,0x3ff74f2f5cd36a5c,2
|
| 1149 |
+
np.float64,0x7b3c9882f6794,0x3ff0000000000000,2
|
| 1150 |
+
np.float64,0x7fdd1a62243a34c3,0x7ff0000000000000,2
|
| 1151 |
+
np.float64,0x800f1dc88d3e3b91,0x3ff0000000000000,2
|
| 1152 |
+
np.float64,0x7fc3213cfa264279,0x7ff0000000000000,2
|
| 1153 |
+
np.float64,0x3fe40e0f3d681c1e,0x3ff33f135e9d5ded,2
|
| 1154 |
+
np.float64,0x7febf14e51f7e29c,0x7ff0000000000000,2
|
| 1155 |
+
np.float64,0xffe96c630c72d8c5,0x7ff0000000000000,2
|
| 1156 |
+
np.float64,0x7fdd82fbe7bb05f7,0x7ff0000000000000,2
|
| 1157 |
+
np.float64,0xbf9a6a0b1034d420,0x3ff0015ce009f7d8,2
|
| 1158 |
+
np.float64,0xbfceb4f8153d69f0,0x3ff0766e3ecc77df,2
|
| 1159 |
+
np.float64,0x3fd9de31e633bc64,0x3ff15327b794a16e,2
|
| 1160 |
+
np.float64,0x3faa902a30352054,0x3ff00583848d1969,2
|
| 1161 |
+
np.float64,0x0,0x3ff0000000000000,2
|
| 1162 |
+
np.float64,0x3fbe3459c43c68b4,0x3ff01c8af6710ef6,2
|
| 1163 |
+
np.float64,0xbfa8df010031be00,0x3ff004d5632dc9f5,2
|
| 1164 |
+
np.float64,0x7fbcf6cf2a39ed9d,0x7ff0000000000000,2
|
| 1165 |
+
np.float64,0xffe4236202a846c4,0x7ff0000000000000,2
|
| 1166 |
+
np.float64,0x3fd35ed52e26bdaa,0x3ff0bd0b231f11f7,2
|
| 1167 |
+
np.float64,0x7fe7a2df532f45be,0x7ff0000000000000,2
|
| 1168 |
+
np.float64,0xffe32f8315665f06,0x7ff0000000000000,2
|
| 1169 |
+
np.float64,0x7fe1a69f03e34d3d,0x7ff0000000000000,2
|
| 1170 |
+
np.float64,0x7fa5542b742aa856,0x7ff0000000000000,2
|
| 1171 |
+
np.float64,0x3fe84e9f8ef09d3f,0x3ff4d79816359765,2
|
| 1172 |
+
np.float64,0x29076fe6520ef,0x3ff0000000000000,2
|
| 1173 |
+
np.float64,0xffd70894f7ae112a,0x7ff0000000000000,2
|
| 1174 |
+
np.float64,0x800188edcbe311dc,0x3ff0000000000000,2
|
| 1175 |
+
np.float64,0x3fe2c7acda258f5a,0x3ff2d5dad4617703,2
|
| 1176 |
+
np.float64,0x3f775d41a02ebb00,0x3ff000110f212445,2
|
| 1177 |
+
np.float64,0x7fe8a084d1714109,0x7ff0000000000000,2
|
| 1178 |
+
np.float64,0x3fe31562d8a62ac6,0x3ff2ee35055741cd,2
|
| 1179 |
+
np.float64,0xbfd195d4d1a32baa,0x3ff09b98a50c151b,2
|
| 1180 |
+
np.float64,0xffaae9ff0c35d400,0x7ff0000000000000,2
|
| 1181 |
+
np.float64,0xff819866502330c0,0x7ff0000000000000,2
|
| 1182 |
+
np.float64,0x7fddc64815bb8c8f,0x7ff0000000000000,2
|
| 1183 |
+
np.float64,0xbfd442b428288568,0x3ff0cef70aa73ae6,2
|
| 1184 |
+
np.float64,0x8002e7625aa5cec5,0x3ff0000000000000,2
|
| 1185 |
+
np.float64,0x7fe8d4f70e71a9ed,0x7ff0000000000000,2
|
| 1186 |
+
np.float64,0xbfc3bd015f277a04,0x3ff030cbf16f29d9,2
|
| 1187 |
+
np.float64,0x3fd315d5baa62bab,0x3ff0b77a551a5335,2
|
| 1188 |
+
np.float64,0x7fa638b4642c7168,0x7ff0000000000000,2
|
| 1189 |
+
np.float64,0x3fdea8b795bd516f,0x3ff1df0bb70cdb79,2
|
| 1190 |
+
np.float64,0xbfd78754762f0ea8,0x3ff117ee0f29abed,2
|
| 1191 |
+
np.float64,0x8009f6a37633ed47,0x3ff0000000000000,2
|
| 1192 |
+
np.float64,0x3fea1daf75343b5f,0x3ff5a1804789bf13,2
|
| 1193 |
+
np.float64,0x3fd044b6c0a0896e,0x3ff0850b7297d02f,2
|
| 1194 |
+
np.float64,0x8003547a9c86a8f6,0x3ff0000000000000,2
|
| 1195 |
+
np.float64,0x3fa6c2cd782d859b,0x3ff0040c4ac8f44a,2
|
| 1196 |
+
np.float64,0x3fe225baaae44b76,0x3ff2a47f5e1f5e85,2
|
| 1197 |
+
np.float64,0x8000000000000000,0x3ff0000000000000,2
|
| 1198 |
+
np.float64,0x3fcb53da8736a7b8,0x3ff05db45af470ac,2
|
| 1199 |
+
np.float64,0x80079f8f140f3f1f,0x3ff0000000000000,2
|
| 1200 |
+
np.float64,0xbfcd1d7e2b3a3afc,0x3ff06a6b6845d05f,2
|
| 1201 |
+
np.float64,0x96df93672dbf3,0x3ff0000000000000,2
|
| 1202 |
+
np.float64,0xdef86e43bdf0e,0x3ff0000000000000,2
|
| 1203 |
+
np.float64,0xbfec05a09db80b41,0x3ff6896b768eea08,2
|
| 1204 |
+
np.float64,0x7fe3ff91d267ff23,0x7ff0000000000000,2
|
| 1205 |
+
np.float64,0xffea3eaa07347d53,0x7ff0000000000000,2
|
| 1206 |
+
np.float64,0xbfebde1cc1f7bc3a,0x3ff675e34ac2afc2,2
|
| 1207 |
+
np.float64,0x629bcde8c537a,0x3ff0000000000000,2
|
| 1208 |
+
np.float64,0xbfdde4fcff3bc9fa,0x3ff1c7061d21f0fe,2
|
| 1209 |
+
np.float64,0x3fee60fd003cc1fa,0x3ff7c49af3878a51,2
|
| 1210 |
+
np.float64,0x3fe5c92ac32b9256,0x3ff3da7a7929588b,2
|
| 1211 |
+
np.float64,0xbfe249c78f64938f,0x3ff2af52a06f1a50,2
|
| 1212 |
+
np.float64,0xbfc6de9dbe2dbd3c,0x3ff0418d284ee29f,2
|
| 1213 |
+
np.float64,0xffc8ef094631de14,0x7ff0000000000000,2
|
| 1214 |
+
np.float64,0x3fdef05f423de0bf,0x3ff1e800caba8ab5,2
|
| 1215 |
+
np.float64,0xffc1090731221210,0x7ff0000000000000,2
|
| 1216 |
+
np.float64,0xbfedec9b5fbbd937,0x3ff7854b6792a24a,2
|
| 1217 |
+
np.float64,0xbfb873507630e6a0,0x3ff012b23b3b7a67,2
|
| 1218 |
+
np.float64,0xbfe3cd6692679acd,0x3ff3299d6936ec4b,2
|
| 1219 |
+
np.float64,0xbfb107c890220f90,0x3ff0091122162472,2
|
| 1220 |
+
np.float64,0xbfe4e6ee48e9cddc,0x3ff3894e5a5e70a6,2
|
| 1221 |
+
np.float64,0xffe6fa3413edf468,0x7ff0000000000000,2
|
| 1222 |
+
np.float64,0x3fe2faf79b65f5ef,0x3ff2e5e11fae8b54,2
|
| 1223 |
+
np.float64,0xbfdfeb8df9bfd71c,0x3ff208189691b15f,2
|
| 1224 |
+
np.float64,0x75d2d03ceba5b,0x3ff0000000000000,2
|
| 1225 |
+
np.float64,0x3feb48c182b69183,0x3ff62d4462eba6cb,2
|
| 1226 |
+
np.float64,0xffcda9f7ff3b53f0,0x7ff0000000000000,2
|
| 1227 |
+
np.float64,0x7fcafbdcbd35f7b8,0x7ff0000000000000,2
|
| 1228 |
+
np.float64,0xbfd1895523a312aa,0x3ff09aba642a78d9,2
|
| 1229 |
+
np.float64,0x3fe3129c3f662538,0x3ff2ed546bbfafcf,2
|
| 1230 |
+
np.float64,0x3fb444dee02889be,0x3ff00cd86273b964,2
|
| 1231 |
+
np.float64,0xbf73b32d7ee77,0x3ff0000000000000,2
|
| 1232 |
+
np.float64,0x3fae19904c3c3321,0x3ff00714865c498a,2
|
| 1233 |
+
np.float64,0x7fefbfaef5bf7f5d,0x7ff0000000000000,2
|
| 1234 |
+
np.float64,0x8000dc3816e1b871,0x3ff0000000000000,2
|
| 1235 |
+
np.float64,0x8003f957ba47f2b0,0x3ff0000000000000,2
|
| 1236 |
+
np.float64,0xbfe3563c7ea6ac79,0x3ff302dcebc92856,2
|
| 1237 |
+
np.float64,0xbfdc80fbae3901f8,0x3ff19cfe73e58092,2
|
| 1238 |
+
np.float64,0x8009223b04524476,0x3ff0000000000000,2
|
| 1239 |
+
np.float64,0x3fd95f431c32be86,0x3ff1461c21cb03f0,2
|
| 1240 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,2
|
| 1241 |
+
np.float64,0xbfe7c12ed3ef825e,0x3ff49d59c265efcd,2
|
| 1242 |
+
np.float64,0x10000000000000,0x3ff0000000000000,2
|
| 1243 |
+
np.float64,0x7fc5e2632f2bc4c5,0x7ff0000000000000,2
|
| 1244 |
+
np.float64,0xffd8f6b4c7b1ed6a,0x7ff0000000000000,2
|
| 1245 |
+
np.float64,0x80034b93d4069728,0x3ff0000000000000,2
|
| 1246 |
+
np.float64,0xffdf5d4c1dbeba98,0x7ff0000000000000,2
|
| 1247 |
+
np.float64,0x800bc63d70178c7b,0x3ff0000000000000,2
|
| 1248 |
+
np.float64,0xbfeba31ea0f7463d,0x3ff658fa27073d2b,2
|
| 1249 |
+
np.float64,0xbfeebeede97d7ddc,0x3ff7f89a8e80dec4,2
|
| 1250 |
+
np.float64,0x7feb0f1f91361e3e,0x7ff0000000000000,2
|
| 1251 |
+
np.float64,0xffec3158d0b862b1,0x7ff0000000000000,2
|
| 1252 |
+
np.float64,0x3fde51cbfbbca398,0x3ff1d44c2ff15b3d,2
|
| 1253 |
+
np.float64,0xd58fb2b3ab1f7,0x3ff0000000000000,2
|
| 1254 |
+
np.float64,0x80028b9e32e5173d,0x3ff0000000000000,2
|
| 1255 |
+
np.float64,0x7fea77a56c74ef4a,0x7ff0000000000000,2
|
| 1256 |
+
np.float64,0x3fdaabbd4a35577b,0x3ff168d82edf2fe0,2
|
| 1257 |
+
np.float64,0xbfe69c39cc2d3874,0x3ff429b2f4cdb362,2
|
| 1258 |
+
np.float64,0x3b78f5d876f20,0x3ff0000000000000,2
|
| 1259 |
+
np.float64,0x7fa47d116428fa22,0x7ff0000000000000,2
|
| 1260 |
+
np.float64,0xbfe4118b0ce82316,0x3ff3403d989f780f,2
|
| 1261 |
+
np.float64,0x800482e793c905d0,0x3ff0000000000000,2
|
| 1262 |
+
np.float64,0xbfe48e5728e91cae,0x3ff36a9020bf9d20,2
|
| 1263 |
+
np.float64,0x7fe078ba8860f174,0x7ff0000000000000,2
|
| 1264 |
+
np.float64,0x3fd80843e5b01088,0x3ff1242f401e67da,2
|
| 1265 |
+
np.float64,0x3feb1f6965f63ed3,0x3ff6197fc590e143,2
|
| 1266 |
+
np.float64,0xffa41946d8283290,0x7ff0000000000000,2
|
| 1267 |
+
np.float64,0xffe30de129661bc2,0x7ff0000000000000,2
|
| 1268 |
+
np.float64,0x3fec9c8e1ab9391c,0x3ff6d542ea2f49b4,2
|
| 1269 |
+
np.float64,0x3fdc3e4490387c89,0x3ff1955ae18cac37,2
|
| 1270 |
+
np.float64,0xffef49d9c77e93b3,0x7ff0000000000000,2
|
| 1271 |
+
np.float64,0xfff0000000000000,0x7ff0000000000000,2
|
| 1272 |
+
np.float64,0x3fe0442455608849,0x3ff21cab90067d5c,2
|
| 1273 |
+
np.float64,0xbfed86aebd3b0d5e,0x3ff74ed8d4b75f50,2
|
| 1274 |
+
np.float64,0xffe4600d2b28c01a,0x7ff0000000000000,2
|
| 1275 |
+
np.float64,0x7fc1e8ccff23d199,0x7ff0000000000000,2
|
| 1276 |
+
np.float64,0x8008d49b0091a936,0x3ff0000000000000,2
|
| 1277 |
+
np.float64,0xbfe4139df028273c,0x3ff340ef3c86227c,2
|
| 1278 |
+
np.float64,0xbfe9ab4542b3568a,0x3ff56dfe32061247,2
|
| 1279 |
+
np.float64,0xbfd76dd365aedba6,0x3ff11589bab5fe71,2
|
| 1280 |
+
np.float64,0x3fd42cf829a859f0,0x3ff0cd3844bb0e11,2
|
| 1281 |
+
np.float64,0x7fd077cf2e20ef9d,0x7ff0000000000000,2
|
| 1282 |
+
np.float64,0x3fd7505760aea0b0,0x3ff112c937b3f088,2
|
| 1283 |
+
np.float64,0x1f93341a3f267,0x3ff0000000000000,2
|
| 1284 |
+
np.float64,0x7fe3c3c1b0678782,0x7ff0000000000000,2
|
| 1285 |
+
np.float64,0x800f85cec97f0b9e,0x3ff0000000000000,2
|
| 1286 |
+
np.float64,0xd93ab121b2756,0x3ff0000000000000,2
|
| 1287 |
+
np.float64,0xbfef8066fd7f00ce,0x3ff8663ed7d15189,2
|
| 1288 |
+
np.float64,0xffe31dd4af663ba9,0x7ff0000000000000,2
|
| 1289 |
+
np.float64,0xbfd7ff05a6affe0c,0x3ff1234c09bb686d,2
|
| 1290 |
+
np.float64,0xbfe718c31fee3186,0x3ff45a0c2d0ef7b0,2
|
| 1291 |
+
np.float64,0x800484bf33e9097f,0x3ff0000000000000,2
|
| 1292 |
+
np.float64,0xffd409dad02813b6,0x7ff0000000000000,2
|
| 1293 |
+
np.float64,0x3fe59679896b2cf4,0x3ff3c7f49e4fbbd3,2
|
| 1294 |
+
np.float64,0xbfd830c54d30618a,0x3ff1281729861390,2
|
| 1295 |
+
np.float64,0x1d4fc81c3a9fa,0x3ff0000000000000,2
|
| 1296 |
+
np.float64,0x3fd334e4272669c8,0x3ff0b9d5d82894f0,2
|
| 1297 |
+
np.float64,0xffc827e65c304fcc,0x7ff0000000000000,2
|
| 1298 |
+
np.float64,0xffe2d1814aa5a302,0x7ff0000000000000,2
|
| 1299 |
+
np.float64,0xffd7b5b8d32f6b72,0x7ff0000000000000,2
|
| 1300 |
+
np.float64,0xbfdbc9f077b793e0,0x3ff18836b9106ad0,2
|
| 1301 |
+
np.float64,0x7fc724c2082e4983,0x7ff0000000000000,2
|
| 1302 |
+
np.float64,0x3fa39ed72c273da0,0x3ff00302051ce17e,2
|
| 1303 |
+
np.float64,0xbfe3c4c209678984,0x3ff326c4fd16b5cd,2
|
| 1304 |
+
np.float64,0x7fe91f6d00f23ed9,0x7ff0000000000000,2
|
| 1305 |
+
np.float64,0x8004ee93fea9dd29,0x3ff0000000000000,2
|
| 1306 |
+
np.float64,0xbfe7c32d0eaf865a,0x3ff49e290ed2ca0e,2
|
| 1307 |
+
np.float64,0x800ea996b29d532d,0x3ff0000000000000,2
|
| 1308 |
+
np.float64,0x2df9ec1c5bf3e,0x3ff0000000000000,2
|
| 1309 |
+
np.float64,0xabb175df5762f,0x3ff0000000000000,2
|
| 1310 |
+
np.float64,0xffe3fc9c8e27f938,0x7ff0000000000000,2
|
| 1311 |
+
np.float64,0x7fb358a62826b14b,0x7ff0000000000000,2
|
| 1312 |
+
np.float64,0x800aedcccaf5db9a,0x3ff0000000000000,2
|
| 1313 |
+
np.float64,0xffca530c5234a618,0x7ff0000000000000,2
|
| 1314 |
+
np.float64,0x40f91e9681f24,0x3ff0000000000000,2
|
| 1315 |
+
np.float64,0x80098f4572f31e8b,0x3ff0000000000000,2
|
| 1316 |
+
np.float64,0xbfdc58c21fb8b184,0x3ff1986115f8fe92,2
|
| 1317 |
+
np.float64,0xbfebeafd40b7d5fa,0x3ff67c3cf34036e3,2
|
| 1318 |
+
np.float64,0x7fd108861a22110b,0x7ff0000000000000,2
|
| 1319 |
+
np.float64,0xff8e499ae03c9340,0x7ff0000000000000,2
|
| 1320 |
+
np.float64,0xbfd2f58caa25eb1a,0x3ff0b50b1bffafdf,2
|
| 1321 |
+
np.float64,0x3fa040c9bc208193,0x3ff002105e95aefa,2
|
| 1322 |
+
np.float64,0xbfd2ebc0a5a5d782,0x3ff0b44ed5a11584,2
|
| 1323 |
+
np.float64,0xffe237bc93a46f78,0x7ff0000000000000,2
|
| 1324 |
+
np.float64,0x3fd557c5eeaaaf8c,0x3ff0e5e0a575e1ba,2
|
| 1325 |
+
np.float64,0x7abb419ef5769,0x3ff0000000000000,2
|
| 1326 |
+
np.float64,0xffefa1fe353f43fb,0x7ff0000000000000,2
|
| 1327 |
+
np.float64,0x3fa6f80ba02df017,0x3ff0041f51fa0d76,2
|
| 1328 |
+
np.float64,0xbfdce79488b9cf2a,0x3ff1a8e32877beb4,2
|
| 1329 |
+
np.float64,0x2285f3e4450bf,0x3ff0000000000000,2
|
| 1330 |
+
np.float64,0x3bf7eb7277efe,0x3ff0000000000000,2
|
| 1331 |
+
np.float64,0xbfd5925fd3ab24c0,0x3ff0eae1c2ac2e78,2
|
| 1332 |
+
np.float64,0xbfed6325227ac64a,0x3ff73c14a2ad5bfe,2
|
| 1333 |
+
np.float64,0x8000429c02408539,0x3ff0000000000000,2
|
| 1334 |
+
np.float64,0xb67c21e76cf84,0x3ff0000000000000,2
|
| 1335 |
+
np.float64,0x3fec3d3462f87a69,0x3ff6a51e4c027eb7,2
|
| 1336 |
+
np.float64,0x3feae69cbcf5cd3a,0x3ff5fe9387314afd,2
|
| 1337 |
+
np.float64,0x7fd0c9a0ec219341,0x7ff0000000000000,2
|
| 1338 |
+
np.float64,0x8004adb7f6295b71,0x3ff0000000000000,2
|
| 1339 |
+
np.float64,0xffd61fe8bb2c3fd2,0x7ff0000000000000,2
|
| 1340 |
+
np.float64,0xffe7fb3834aff670,0x7ff0000000000000,2
|
| 1341 |
+
np.float64,0x7fd1eef163a3dde2,0x7ff0000000000000,2
|
| 1342 |
+
np.float64,0x2e84547a5d08b,0x3ff0000000000000,2
|
| 1343 |
+
np.float64,0x8002d8875ee5b10f,0x3ff0000000000000,2
|
| 1344 |
+
np.float64,0x3fe1d1c5f763a38c,0x3ff28ba524fb6de8,2
|
| 1345 |
+
np.float64,0x8001dea0bc43bd42,0x3ff0000000000000,2
|
| 1346 |
+
np.float64,0xfecfad91fd9f6,0x3ff0000000000000,2
|
| 1347 |
+
np.float64,0xffed7965fa3af2cb,0x7ff0000000000000,2
|
| 1348 |
+
np.float64,0xbfe6102ccc2c205a,0x3ff3f4c082506686,2
|
| 1349 |
+
np.float64,0x3feff75b777feeb6,0x3ff8ab6222578e0c,2
|
| 1350 |
+
np.float64,0x3fb8a97bd43152f8,0x3ff013057f0a9d89,2
|
| 1351 |
+
np.float64,0xffe234b5e964696c,0x7ff0000000000000,2
|
| 1352 |
+
np.float64,0x984d9137309b2,0x3ff0000000000000,2
|
| 1353 |
+
np.float64,0xbfe42e9230e85d24,0x3ff349fb7d1a7560,2
|
| 1354 |
+
np.float64,0xbfecc8b249f99165,0x3ff6ebd0fea0ea72,2
|
| 1355 |
+
np.float64,0x8000840910410813,0x3ff0000000000000,2
|
| 1356 |
+
np.float64,0xbfd81db9e7303b74,0x3ff126402d3539ec,2
|
| 1357 |
+
np.float64,0x800548eb7fea91d8,0x3ff0000000000000,2
|
| 1358 |
+
np.float64,0xbfe4679ad0e8cf36,0x3ff35d4db89296a3,2
|
| 1359 |
+
np.float64,0x3fd4c55b5a298ab7,0x3ff0d99da31081f9,2
|
| 1360 |
+
np.float64,0xbfa8f5b38c31eb60,0x3ff004de3a23b32d,2
|
| 1361 |
+
np.float64,0x80005d348e80ba6a,0x3ff0000000000000,2
|
| 1362 |
+
np.float64,0x800c348d6118691b,0x3ff0000000000000,2
|
| 1363 |
+
np.float64,0xffd6b88f84ad7120,0x7ff0000000000000,2
|
| 1364 |
+
np.float64,0x3fc1aaaa82235555,0x3ff027136afd08e0,2
|
| 1365 |
+
np.float64,0x7fca7d081b34fa0f,0x7ff0000000000000,2
|
| 1366 |
+
np.float64,0x1,0x3ff0000000000000,2
|
| 1367 |
+
np.float64,0xbfdc810d1139021a,0x3ff19d007408cfe3,2
|
| 1368 |
+
np.float64,0xbfe5dce05f2bb9c0,0x3ff3e1bb9234617b,2
|
| 1369 |
+
np.float64,0xffecfe2c32b9fc58,0x7ff0000000000000,2
|
| 1370 |
+
np.float64,0x95b2891b2b651,0x3ff0000000000000,2
|
| 1371 |
+
np.float64,0x8000b60c6c616c1a,0x3ff0000000000000,2
|
| 1372 |
+
np.float64,0x4944f0889289f,0x3ff0000000000000,2
|
| 1373 |
+
np.float64,0x3fe6e508696dca10,0x3ff445d1b94863e9,2
|
| 1374 |
+
np.float64,0xbfe63355d0ec66ac,0x3ff401e74f16d16f,2
|
| 1375 |
+
np.float64,0xbfe9b9595af372b3,0x3ff57445e1b4d670,2
|
| 1376 |
+
np.float64,0x800e16f7313c2dee,0x3ff0000000000000,2
|
| 1377 |
+
np.float64,0xffe898f5f0b131eb,0x7ff0000000000000,2
|
| 1378 |
+
np.float64,0x3fe91ac651f2358d,0x3ff52e787c21c004,2
|
| 1379 |
+
np.float64,0x7fbfaac6783f558c,0x7ff0000000000000,2
|
| 1380 |
+
np.float64,0xd8ef3dfbb1de8,0x3ff0000000000000,2
|
| 1381 |
+
np.float64,0xbfc58c13a52b1828,0x3ff03a2c19d65019,2
|
| 1382 |
+
np.float64,0xbfbde55e8a3bcac0,0x3ff01bf648a3e0a7,2
|
| 1383 |
+
np.float64,0xffc3034930260694,0x7ff0000000000000,2
|
| 1384 |
+
np.float64,0xea77a64dd4ef5,0x3ff0000000000000,2
|
| 1385 |
+
np.float64,0x800cfe7e7739fcfd,0x3ff0000000000000,2
|
| 1386 |
+
np.float64,0x4960f31a92c1f,0x3ff0000000000000,2
|
| 1387 |
+
np.float64,0x3fd9552c94b2aa58,0x3ff14515a29add09,2
|
| 1388 |
+
np.float64,0xffe8b3244c316648,0x7ff0000000000000,2
|
| 1389 |
+
np.float64,0x3fe8201e6a70403d,0x3ff4c444fa679cce,2
|
| 1390 |
+
np.float64,0xffe9ab7c20f356f8,0x7ff0000000000000,2
|
| 1391 |
+
np.float64,0x3fed8bba5f7b1774,0x3ff751853c4c95c5,2
|
| 1392 |
+
np.float64,0x8007639cb76ec73a,0x3ff0000000000000,2
|
| 1393 |
+
np.float64,0xbfe396db89672db7,0x3ff317bfd1d6fa8c,2
|
| 1394 |
+
np.float64,0xbfeb42f888f685f1,0x3ff62a7e0eee56b1,2
|
| 1395 |
+
np.float64,0x3fe894827c712904,0x3ff4f4f561d9ea13,2
|
| 1396 |
+
np.float64,0xb66b3caf6cd68,0x3ff0000000000000,2
|
| 1397 |
+
np.float64,0x800f8907fdbf1210,0x3ff0000000000000,2
|
| 1398 |
+
np.float64,0x7fe9b0cddb73619b,0x7ff0000000000000,2
|
| 1399 |
+
np.float64,0xbfda70c0e634e182,0x3ff1628c6fdffc53,2
|
| 1400 |
+
np.float64,0x3fe0b5f534a16bea,0x3ff23b4ed4c2b48e,2
|
| 1401 |
+
np.float64,0xbfe8eee93671ddd2,0x3ff51b85b3c50ae4,2
|
| 1402 |
+
np.float64,0xbfe8c22627f1844c,0x3ff50858787a3bfe,2
|
| 1403 |
+
np.float64,0x37bb83c86f771,0x3ff0000000000000,2
|
| 1404 |
+
np.float64,0xffb7827ffe2f0500,0x7ff0000000000000,2
|
| 1405 |
+
np.float64,0x64317940c864,0x3ff0000000000000,2
|
| 1406 |
+
np.float64,0x800430ecee6861db,0x3ff0000000000000,2
|
| 1407 |
+
np.float64,0x3fa4291fbc285240,0x3ff0032d0204f6dd,2
|
| 1408 |
+
np.float64,0xffec69f76af8d3ee,0x7ff0000000000000,2
|
| 1409 |
+
np.float64,0x3ff0000000000000,0x3ff8b07551d9f550,2
|
| 1410 |
+
np.float64,0x3fc4cf3c42299e79,0x3ff0363fb1d3c254,2
|
| 1411 |
+
np.float64,0x7fe0223a77e04474,0x7ff0000000000000,2
|
| 1412 |
+
np.float64,0x800a3d4fa4347aa0,0x3ff0000000000000,2
|
| 1413 |
+
np.float64,0x3fdd273f94ba4e7f,0x3ff1b05b686e6879,2
|
| 1414 |
+
np.float64,0x3feca79052f94f20,0x3ff6dadedfa283aa,2
|
| 1415 |
+
np.float64,0x5e7f6f80bcfef,0x3ff0000000000000,2
|
| 1416 |
+
np.float64,0xbfef035892fe06b1,0x3ff81efb39cbeba2,2
|
| 1417 |
+
np.float64,0x3fee6c08e07cd812,0x3ff7caad952860a1,2
|
| 1418 |
+
np.float64,0xffeda715877b4e2a,0x7ff0000000000000,2
|
| 1419 |
+
np.float64,0x800580286b0b0052,0x3ff0000000000000,2
|
| 1420 |
+
np.float64,0x800703a73fee074f,0x3ff0000000000000,2
|
| 1421 |
+
np.float64,0xbfccf96a6639f2d4,0x3ff0696330a60832,2
|
| 1422 |
+
np.float64,0x7feb408442368108,0x7ff0000000000000,2
|
| 1423 |
+
np.float64,0x3fedc87a46fb90f5,0x3ff771e3635649a9,2
|
| 1424 |
+
np.float64,0x3fd8297b773052f7,0x3ff12762bc0cea76,2
|
| 1425 |
+
np.float64,0x3fee41bb03fc8376,0x3ff7b37b2da48ab4,2
|
| 1426 |
+
np.float64,0xbfe2b05a226560b4,0x3ff2cea17ae7c528,2
|
| 1427 |
+
np.float64,0xbfd2e92cf2a5d25a,0x3ff0b41d605ced61,2
|
| 1428 |
+
np.float64,0x4817f03a902ff,0x3ff0000000000000,2
|
| 1429 |
+
np.float64,0x8c9d4f0d193aa,0x3ff0000000000000,2
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-exp.csv
ADDED
|
@@ -0,0 +1,412 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
## +ve denormals ##
|
| 3 |
+
np.float32,0x004b4716,0x3f800000,3
|
| 4 |
+
np.float32,0x007b2490,0x3f800000,3
|
| 5 |
+
np.float32,0x007c99fa,0x3f800000,3
|
| 6 |
+
np.float32,0x00734a0c,0x3f800000,3
|
| 7 |
+
np.float32,0x0070de24,0x3f800000,3
|
| 8 |
+
np.float32,0x00495d65,0x3f800000,3
|
| 9 |
+
np.float32,0x006894f6,0x3f800000,3
|
| 10 |
+
np.float32,0x00555a76,0x3f800000,3
|
| 11 |
+
np.float32,0x004e1fb8,0x3f800000,3
|
| 12 |
+
np.float32,0x00687de9,0x3f800000,3
|
| 13 |
+
## -ve denormals ##
|
| 14 |
+
np.float32,0x805b59af,0x3f800000,3
|
| 15 |
+
np.float32,0x807ed8ed,0x3f800000,3
|
| 16 |
+
np.float32,0x807142ad,0x3f800000,3
|
| 17 |
+
np.float32,0x80772002,0x3f800000,3
|
| 18 |
+
np.float32,0x8062abcb,0x3f800000,3
|
| 19 |
+
np.float32,0x8045e31c,0x3f800000,3
|
| 20 |
+
np.float32,0x805f01c2,0x3f800000,3
|
| 21 |
+
np.float32,0x80506432,0x3f800000,3
|
| 22 |
+
np.float32,0x8060089d,0x3f800000,3
|
| 23 |
+
np.float32,0x8071292f,0x3f800000,3
|
| 24 |
+
## floats that output a denormal ##
|
| 25 |
+
np.float32,0xc2cf3fc1,0x00000001,3
|
| 26 |
+
np.float32,0xc2c79726,0x00000021,3
|
| 27 |
+
np.float32,0xc2cb295d,0x00000005,3
|
| 28 |
+
np.float32,0xc2b49e6b,0x00068c4c,3
|
| 29 |
+
np.float32,0xc2ca8116,0x00000008,3
|
| 30 |
+
np.float32,0xc2c23f82,0x000001d7,3
|
| 31 |
+
np.float32,0xc2cb69c0,0x00000005,3
|
| 32 |
+
np.float32,0xc2cc1f4d,0x00000003,3
|
| 33 |
+
np.float32,0xc2ae094e,0x00affc4c,3
|
| 34 |
+
np.float32,0xc2c86c44,0x00000015,3
|
| 35 |
+
## random floats between -87.0f and 88.0f ##
|
| 36 |
+
np.float32,0x4030d7e0,0x417d9a05,3
|
| 37 |
+
np.float32,0x426f60e8,0x6aa1be2c,3
|
| 38 |
+
np.float32,0x41a1b220,0x4e0efc11,3
|
| 39 |
+
np.float32,0xc20cc722,0x26159da7,3
|
| 40 |
+
np.float32,0x41c492bc,0x512ec79d,3
|
| 41 |
+
np.float32,0x40980210,0x42e73a0e,3
|
| 42 |
+
np.float32,0xbf1f7b80,0x3f094de3,3
|
| 43 |
+
np.float32,0x42a678a4,0x7b87a383,3
|
| 44 |
+
np.float32,0xc20f3cfd,0x25a1c304,3
|
| 45 |
+
np.float32,0x423ff34c,0x6216467f,3
|
| 46 |
+
np.float32,0x00000000,0x3f800000,3
|
| 47 |
+
## floats that cause an overflow ##
|
| 48 |
+
np.float32,0x7f06d8c1,0x7f800000,3
|
| 49 |
+
np.float32,0x7f451912,0x7f800000,3
|
| 50 |
+
np.float32,0x7ecceac3,0x7f800000,3
|
| 51 |
+
np.float32,0x7f643b45,0x7f800000,3
|
| 52 |
+
np.float32,0x7e910ea0,0x7f800000,3
|
| 53 |
+
np.float32,0x7eb4756b,0x7f800000,3
|
| 54 |
+
np.float32,0x7f4ec708,0x7f800000,3
|
| 55 |
+
np.float32,0x7f6b4551,0x7f800000,3
|
| 56 |
+
np.float32,0x7d8edbda,0x7f800000,3
|
| 57 |
+
np.float32,0x7f730718,0x7f800000,3
|
| 58 |
+
np.float32,0x42b17217,0x7f7fff84,3
|
| 59 |
+
np.float32,0x42b17218,0x7f800000,3
|
| 60 |
+
np.float32,0x42b17219,0x7f800000,3
|
| 61 |
+
np.float32,0xfef2b0bc,0x00000000,3
|
| 62 |
+
np.float32,0xff69f83e,0x00000000,3
|
| 63 |
+
np.float32,0xff4ecb12,0x00000000,3
|
| 64 |
+
np.float32,0xfeac6d86,0x00000000,3
|
| 65 |
+
np.float32,0xfde0cdb8,0x00000000,3
|
| 66 |
+
np.float32,0xff26aef4,0x00000000,3
|
| 67 |
+
np.float32,0xff6f9277,0x00000000,3
|
| 68 |
+
np.float32,0xff7adfc4,0x00000000,3
|
| 69 |
+
np.float32,0xff0ad40e,0x00000000,3
|
| 70 |
+
np.float32,0xff6fd8f3,0x00000000,3
|
| 71 |
+
np.float32,0xc2cff1b4,0x00000001,3
|
| 72 |
+
np.float32,0xc2cff1b5,0x00000000,3
|
| 73 |
+
np.float32,0xc2cff1b6,0x00000000,3
|
| 74 |
+
np.float32,0x7f800000,0x7f800000,3
|
| 75 |
+
np.float32,0xff800000,0x00000000,3
|
| 76 |
+
np.float32,0x4292f27c,0x7480000a,3
|
| 77 |
+
np.float32,0x42a920be,0x7c7fff94,3
|
| 78 |
+
np.float32,0x41c214c9,0x50ffffd9,3
|
| 79 |
+
np.float32,0x41abe686,0x4effffd9,3
|
| 80 |
+
np.float32,0x4287db5a,0x707fffd3,3
|
| 81 |
+
np.float32,0x41902cbb,0x4c800078,3
|
| 82 |
+
np.float32,0x42609466,0x67ffffeb,3
|
| 83 |
+
np.float32,0x41a65af5,0x4e7fffd1,3
|
| 84 |
+
np.float32,0x417f13ff,0x4affffc9,3
|
| 85 |
+
np.float32,0x426d0e6c,0x6a3504f2,3
|
| 86 |
+
np.float32,0x41bc8934,0x507fff51,3
|
| 87 |
+
np.float32,0x42a7bdde,0x7c0000d6,3
|
| 88 |
+
np.float32,0x4120cf66,0x46b504f6,3
|
| 89 |
+
np.float32,0x4244da8f,0x62ffff1a,3
|
| 90 |
+
np.float32,0x41a0cf69,0x4e000034,3
|
| 91 |
+
np.float32,0x41cd2bec,0x52000005,3
|
| 92 |
+
np.float32,0x42893e41,0x7100009e,3
|
| 93 |
+
np.float32,0x41b437e1,0x4fb50502,3
|
| 94 |
+
np.float32,0x41d8430f,0x5300001d,3
|
| 95 |
+
np.float32,0x4244da92,0x62ffffda,3
|
| 96 |
+
np.float32,0x41a0cf63,0x4dffffa9,3
|
| 97 |
+
np.float32,0x3eb17218,0x3fb504f3,3
|
| 98 |
+
np.float32,0x428729e8,0x703504dc,3
|
| 99 |
+
np.float32,0x41a0cf67,0x4e000014,3
|
| 100 |
+
np.float32,0x4252b77d,0x65800011,3
|
| 101 |
+
np.float32,0x41902cb9,0x4c800058,3
|
| 102 |
+
np.float32,0x42a0cf67,0x79800052,3
|
| 103 |
+
np.float32,0x4152b77b,0x48ffffe9,3
|
| 104 |
+
np.float32,0x41265af3,0x46ffffc8,3
|
| 105 |
+
np.float32,0x42187e0b,0x5affff9a,3
|
| 106 |
+
np.float32,0xc0d2b77c,0x3ab504f6,3
|
| 107 |
+
np.float32,0xc283b2ac,0x10000072,3
|
| 108 |
+
np.float32,0xc1cff1b4,0x2cb504f5,3
|
| 109 |
+
np.float32,0xc05dce9e,0x3d000000,3
|
| 110 |
+
np.float32,0xc28ec9d2,0x0bfffea5,3
|
| 111 |
+
np.float32,0xc23c893a,0x1d7fffde,3
|
| 112 |
+
np.float32,0xc2a920c0,0x027fff6c,3
|
| 113 |
+
np.float32,0xc1f9886f,0x2900002b,3
|
| 114 |
+
np.float32,0xc2c42920,0x000000b5,3
|
| 115 |
+
np.float32,0xc2893e41,0x0dfffec5,3
|
| 116 |
+
np.float32,0xc2c4da93,0x00000080,3
|
| 117 |
+
np.float32,0xc17f1401,0x3400000c,3
|
| 118 |
+
np.float32,0xc1902cb6,0x327fffaf,3
|
| 119 |
+
np.float32,0xc27c4e3b,0x11ffffc5,3
|
| 120 |
+
np.float32,0xc268e5c5,0x157ffe9d,3
|
| 121 |
+
np.float32,0xc2b4e953,0x0005a826,3
|
| 122 |
+
np.float32,0xc287db5a,0x0e800016,3
|
| 123 |
+
np.float32,0xc207db5a,0x2700000b,3
|
| 124 |
+
np.float32,0xc2b2d4fe,0x000ffff1,3
|
| 125 |
+
np.float32,0xc268e5c0,0x157fffdd,3
|
| 126 |
+
np.float32,0xc22920bd,0x2100003b,3
|
| 127 |
+
np.float32,0xc2902caf,0x0b80011e,3
|
| 128 |
+
np.float32,0xc1902cba,0x327fff2f,3
|
| 129 |
+
np.float32,0xc2ca6625,0x00000008,3
|
| 130 |
+
np.float32,0xc280ece8,0x10fffeb5,3
|
| 131 |
+
np.float32,0xc2918f94,0x0b0000ea,3
|
| 132 |
+
np.float32,0xc29b43d5,0x077ffffc,3
|
| 133 |
+
np.float32,0xc1e61ff7,0x2ab504f5,3
|
| 134 |
+
np.float32,0xc2867878,0x0effff15,3
|
| 135 |
+
np.float32,0xc2a2324a,0x04fffff4,3
|
| 136 |
+
#float64
|
| 137 |
+
## near zero ##
|
| 138 |
+
np.float64,0x8000000000000000,0x3ff0000000000000,2
|
| 139 |
+
np.float64,0x8010000000000000,0x3ff0000000000000,2
|
| 140 |
+
np.float64,0x8000000000000001,0x3ff0000000000000,2
|
| 141 |
+
np.float64,0x8360000000000000,0x3ff0000000000000,2
|
| 142 |
+
np.float64,0x9a70000000000000,0x3ff0000000000000,2
|
| 143 |
+
np.float64,0xb9b0000000000000,0x3ff0000000000000,2
|
| 144 |
+
np.float64,0xb810000000000000,0x3ff0000000000000,2
|
| 145 |
+
np.float64,0xbc30000000000000,0x3ff0000000000000,2
|
| 146 |
+
np.float64,0xb6a0000000000000,0x3ff0000000000000,2
|
| 147 |
+
np.float64,0x0000000000000000,0x3ff0000000000000,2
|
| 148 |
+
np.float64,0x0010000000000000,0x3ff0000000000000,2
|
| 149 |
+
np.float64,0x0000000000000001,0x3ff0000000000000,2
|
| 150 |
+
np.float64,0x0360000000000000,0x3ff0000000000000,2
|
| 151 |
+
np.float64,0x1a70000000000000,0x3ff0000000000000,2
|
| 152 |
+
np.float64,0x3c30000000000000,0x3ff0000000000000,2
|
| 153 |
+
np.float64,0x36a0000000000000,0x3ff0000000000000,2
|
| 154 |
+
np.float64,0x39b0000000000000,0x3ff0000000000000,2
|
| 155 |
+
np.float64,0x3810000000000000,0x3ff0000000000000,2
|
| 156 |
+
## underflow ##
|
| 157 |
+
np.float64,0xc0c6276800000000,0x0000000000000000,2
|
| 158 |
+
np.float64,0xc0c62d918ce2421d,0x0000000000000000,2
|
| 159 |
+
np.float64,0xc0c62d918ce2421e,0x0000000000000000,2
|
| 160 |
+
np.float64,0xc0c62d91a0000000,0x0000000000000000,2
|
| 161 |
+
np.float64,0xc0c62d9180000000,0x0000000000000000,2
|
| 162 |
+
np.float64,0xc0c62dea45ee3e06,0x0000000000000000,2
|
| 163 |
+
np.float64,0xc0c62dea45ee3e07,0x0000000000000000,2
|
| 164 |
+
np.float64,0xc0c62dea40000000,0x0000000000000000,2
|
| 165 |
+
np.float64,0xc0c62dea60000000,0x0000000000000000,2
|
| 166 |
+
np.float64,0xc0875f1120000000,0x0000000000000000,2
|
| 167 |
+
np.float64,0xc0875f113c30b1c8,0x0000000000000000,2
|
| 168 |
+
np.float64,0xc0875f1140000000,0x0000000000000000,2
|
| 169 |
+
np.float64,0xc093480000000000,0x0000000000000000,2
|
| 170 |
+
np.float64,0xffefffffffffffff,0x0000000000000000,2
|
| 171 |
+
np.float64,0xc7efffffe0000000,0x0000000000000000,2
|
| 172 |
+
## overflow ##
|
| 173 |
+
np.float64,0x40862e52fefa39ef,0x7ff0000000000000,2
|
| 174 |
+
np.float64,0x40872e42fefa39ef,0x7ff0000000000000,2
|
| 175 |
+
## +/- INF, +/- NAN ##
|
| 176 |
+
np.float64,0x7ff0000000000000,0x7ff0000000000000,2
|
| 177 |
+
np.float64,0xfff0000000000000,0x0000000000000000,2
|
| 178 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,2
|
| 179 |
+
np.float64,0xfff8000000000000,0xfff8000000000000,2
|
| 180 |
+
## output denormal ##
|
| 181 |
+
np.float64,0xc087438520000000,0x0000000000000001,2
|
| 182 |
+
np.float64,0xc08743853f2f4461,0x0000000000000001,2
|
| 183 |
+
np.float64,0xc08743853f2f4460,0x0000000000000001,2
|
| 184 |
+
np.float64,0xc087438540000000,0x0000000000000001,2
|
| 185 |
+
## between -745.13321910 and 709.78271289 ##
|
| 186 |
+
np.float64,0xbff760cd14774bd9,0x3fcdb14ced00ceb6,2
|
| 187 |
+
np.float64,0xbff760cd20000000,0x3fcdb14cd7993879,2
|
| 188 |
+
np.float64,0xbff760cd00000000,0x3fcdb14d12fbd264,2
|
| 189 |
+
np.float64,0xc07f1cf360000000,0x130c1b369af14fda,2
|
| 190 |
+
np.float64,0xbeb0000000000000,0x3feffffe00001000,2
|
| 191 |
+
np.float64,0xbd70000000000000,0x3fefffffffffe000,2
|
| 192 |
+
np.float64,0xc084fd46e5c84952,0x0360000000000139,2
|
| 193 |
+
np.float64,0xc084fd46e5c84953,0x035ffffffffffe71,2
|
| 194 |
+
np.float64,0xc084fd46e0000000,0x0360000b9096d32c,2
|
| 195 |
+
np.float64,0xc084fd4700000000,0x035fff9721d12104,2
|
| 196 |
+
np.float64,0xc086232bc0000000,0x0010003af5e64635,2
|
| 197 |
+
np.float64,0xc086232bdd7abcd2,0x001000000000007c,2
|
| 198 |
+
np.float64,0xc086232bdd7abcd3,0x000ffffffffffe7c,2
|
| 199 |
+
np.float64,0xc086232be0000000,0x000ffffaf57a6fc9,2
|
| 200 |
+
np.float64,0xc086233920000000,0x000fe590e3b45eb0,2
|
| 201 |
+
np.float64,0xc086233938000000,0x000fe56133493c57,2
|
| 202 |
+
np.float64,0xc086233940000000,0x000fe5514deffbbc,2
|
| 203 |
+
np.float64,0xc086234c98000000,0x000fbf1024c32ccb,2
|
| 204 |
+
np.float64,0xc086234ca0000000,0x000fbf0065bae78d,2
|
| 205 |
+
np.float64,0xc086234c80000000,0x000fbf3f623a7724,2
|
| 206 |
+
np.float64,0xc086234ec0000000,0x000fbad237c846f9,2
|
| 207 |
+
np.float64,0xc086234ec8000000,0x000fbac27cfdec97,2
|
| 208 |
+
np.float64,0xc086234ee0000000,0x000fba934cfd3dc2,2
|
| 209 |
+
np.float64,0xc086234ef0000000,0x000fba73d7f618d9,2
|
| 210 |
+
np.float64,0xc086234f00000000,0x000fba54632dddc0,2
|
| 211 |
+
np.float64,0xc0862356e0000000,0x000faae0945b761a,2
|
| 212 |
+
np.float64,0xc0862356f0000000,0x000faac13eb9a310,2
|
| 213 |
+
np.float64,0xc086235700000000,0x000faaa1e9567b0a,2
|
| 214 |
+
np.float64,0xc086236020000000,0x000f98cd75c11ed7,2
|
| 215 |
+
np.float64,0xc086236ca0000000,0x000f8081b4d93f89,2
|
| 216 |
+
np.float64,0xc086236cb0000000,0x000f8062b3f4d6c5,2
|
| 217 |
+
np.float64,0xc086236cc0000000,0x000f8043b34e6f8c,2
|
| 218 |
+
np.float64,0xc086238d98000000,0x000f41220d9b0d2c,2
|
| 219 |
+
np.float64,0xc086238da0000000,0x000f4112cc80a01f,2
|
| 220 |
+
np.float64,0xc086238d80000000,0x000f414fd145db5b,2
|
| 221 |
+
np.float64,0xc08624fd00000000,0x000cbfce8ea1e6c4,2
|
| 222 |
+
np.float64,0xc086256080000000,0x000c250747fcd46e,2
|
| 223 |
+
np.float64,0xc08626c480000000,0x000a34f4bd975193,2
|
| 224 |
+
np.float64,0xbf50000000000000,0x3feff800ffeaac00,2
|
| 225 |
+
np.float64,0xbe10000000000000,0x3fefffffff800000,2
|
| 226 |
+
np.float64,0xbcd0000000000000,0x3feffffffffffff8,2
|
| 227 |
+
np.float64,0xc055d589e0000000,0x38100004bf94f63e,2
|
| 228 |
+
np.float64,0xc055d58a00000000,0x380ffff97f292ce8,2
|
| 229 |
+
np.float64,0xbfd962d900000000,0x3fe585a4b00110e1,2
|
| 230 |
+
np.float64,0x3ff4bed280000000,0x400d411e7a58a303,2
|
| 231 |
+
np.float64,0x3fff0b3620000000,0x401bd7737ffffcf3,2
|
| 232 |
+
np.float64,0x3ff0000000000000,0x4005bf0a8b145769,2
|
| 233 |
+
np.float64,0x3eb0000000000000,0x3ff0000100000800,2
|
| 234 |
+
np.float64,0x3d70000000000000,0x3ff0000000001000,2
|
| 235 |
+
np.float64,0x40862e42e0000000,0x7fefff841808287f,2
|
| 236 |
+
np.float64,0x40862e42fefa39ef,0x7fefffffffffff2a,2
|
| 237 |
+
np.float64,0x40862e0000000000,0x7feef85a11e73f2d,2
|
| 238 |
+
np.float64,0x4000000000000000,0x401d8e64b8d4ddae,2
|
| 239 |
+
np.float64,0x4009242920000000,0x40372a52c383a488,2
|
| 240 |
+
np.float64,0x4049000000000000,0x44719103e4080b45,2
|
| 241 |
+
np.float64,0x4008000000000000,0x403415e5bf6fb106,2
|
| 242 |
+
np.float64,0x3f50000000000000,0x3ff00400800aab55,2
|
| 243 |
+
np.float64,0x3e10000000000000,0x3ff0000000400000,2
|
| 244 |
+
np.float64,0x3cd0000000000000,0x3ff0000000000004,2
|
| 245 |
+
np.float64,0x40562e40a0000000,0x47effed088821c3f,2
|
| 246 |
+
np.float64,0x40562e42e0000000,0x47effff082e6c7ff,2
|
| 247 |
+
np.float64,0x40562e4300000000,0x47f00000417184b8,2
|
| 248 |
+
np.float64,0x3fe8000000000000,0x4000ef9db467dcf8,2
|
| 249 |
+
np.float64,0x402b12e8d4f33589,0x412718f68c71a6fe,2
|
| 250 |
+
np.float64,0x402b12e8d4f3358a,0x412718f68c71a70a,2
|
| 251 |
+
np.float64,0x402b12e8c0000000,0x412718f59a7f472e,2
|
| 252 |
+
np.float64,0x402b12e8e0000000,0x412718f70c0eac62,2
|
| 253 |
+
##use 1th entry
|
| 254 |
+
np.float64,0x40631659AE147CB4,0x4db3a95025a4890f,2
|
| 255 |
+
np.float64,0xC061B87D2E85A4E2,0x332640c8e2de2c51,2
|
| 256 |
+
np.float64,0x405A4A50BE243AF4,0x496a45e4b7f0339a,2
|
| 257 |
+
np.float64,0xC0839898B98EC5C6,0x0764027828830df4,2
|
| 258 |
+
#use 2th entry
|
| 259 |
+
np.float64,0xC072428C44B6537C,0x2596ade838b96f3e,2
|
| 260 |
+
np.float64,0xC053057C5E1AE9BF,0x3912c8fad18fdadf,2
|
| 261 |
+
np.float64,0x407E89C78328BAA3,0x6bfe35d5b9a1a194,2
|
| 262 |
+
np.float64,0x4083501B6DD87112,0x77a855503a38924e,2
|
| 263 |
+
#use 3th entry
|
| 264 |
+
np.float64,0x40832C6195F24540,0x7741e73c80e5eb2f,2
|
| 265 |
+
np.float64,0xC083D4CD557C2EC9,0x06b61727c2d2508e,2
|
| 266 |
+
np.float64,0x400C48F5F67C99BD,0x404128820f02b92e,2
|
| 267 |
+
np.float64,0x4056E36D9B2DF26A,0x4830f52ff34a8242,2
|
| 268 |
+
#use 4th entry
|
| 269 |
+
np.float64,0x4080FF700D8CBD06,0x70fa70df9bc30f20,2
|
| 270 |
+
np.float64,0x406C276D39E53328,0x543eb8e20a8f4741,2
|
| 271 |
+
np.float64,0xC070D6159BBD8716,0x27a4a0548c904a75,2
|
| 272 |
+
np.float64,0xC052EBCF8ED61F83,0x391c0e92368d15e4,2
|
| 273 |
+
#use 5th entry
|
| 274 |
+
np.float64,0xC061F892A8AC5FBE,0x32f807a89efd3869,2
|
| 275 |
+
np.float64,0x4021D885D2DBA085,0x40bd4dc86d3e3270,2
|
| 276 |
+
np.float64,0x40767AEEEE7D4FCF,0x605e22851ee2afb7,2
|
| 277 |
+
np.float64,0xC0757C5D75D08C80,0x20f0751599b992a2,2
|
| 278 |
+
#use 6th entry
|
| 279 |
+
np.float64,0x405ACF7A284C4CE3,0x499a4e0b7a27027c,2
|
| 280 |
+
np.float64,0xC085A6C9E80D7AF5,0x0175914009d62ec2,2
|
| 281 |
+
np.float64,0xC07E4C02F86F1DAE,0x1439269b29a9231e,2
|
| 282 |
+
np.float64,0x4080D80F9691CC87,0x7088a6cdafb041de,2
|
| 283 |
+
#use 7th entry
|
| 284 |
+
np.float64,0x407FDFD84FBA0AC1,0x6deb1ae6f9bc4767,2
|
| 285 |
+
np.float64,0x40630C06A1A2213D,0x4dac7a9d51a838b7,2
|
| 286 |
+
np.float64,0x40685FDB30BB8B4F,0x5183f5cc2cac9e79,2
|
| 287 |
+
np.float64,0x408045A2208F77F4,0x6ee299e08e2aa2f0,2
|
| 288 |
+
#use 8th entry
|
| 289 |
+
np.float64,0xC08104E391F5078B,0x0ed397b7cbfbd230,2
|
| 290 |
+
np.float64,0xC031501CAEFAE395,0x3e6040fd1ea35085,2
|
| 291 |
+
np.float64,0xC079229124F6247C,0x1babf4f923306b1e,2
|
| 292 |
+
np.float64,0x407FB65F44600435,0x6db03beaf2512b8a,2
|
| 293 |
+
#use 9th entry
|
| 294 |
+
np.float64,0xC07EDEE8E8E8A5AC,0x136536cec9cbef48,2
|
| 295 |
+
np.float64,0x4072BB4086099A14,0x5af4d3c3008b56cc,2
|
| 296 |
+
np.float64,0x4050442A2EC42CB4,0x45cd393bd8fad357,2
|
| 297 |
+
np.float64,0xC06AC28FB3D419B4,0x2ca1b9d3437df85f,2
|
| 298 |
+
#use 10th entry
|
| 299 |
+
np.float64,0x40567FC6F0A68076,0x480c977fd5f3122e,2
|
| 300 |
+
np.float64,0x40620A2F7EDA59BB,0x4cf278e96f4ce4d7,2
|
| 301 |
+
np.float64,0xC085044707CD557C,0x034aad6c968a045a,2
|
| 302 |
+
np.float64,0xC07374EA5AC516AA,0x23dd6afdc03e83d5,2
|
| 303 |
+
#use 11th entry
|
| 304 |
+
np.float64,0x4073CC95332619C1,0x5c804b1498bbaa54,2
|
| 305 |
+
np.float64,0xC0799FEBBE257F31,0x1af6a954c43b87d2,2
|
| 306 |
+
np.float64,0x408159F19EA424F6,0x7200858efcbfc84d,2
|
| 307 |
+
np.float64,0x404A81F6F24C0792,0x44b664a07ce5bbfa,2
|
| 308 |
+
#use 12th entry
|
| 309 |
+
np.float64,0x40295FF1EFB9A741,0x4113c0e74c52d7b0,2
|
| 310 |
+
np.float64,0x4073975F4CC411DA,0x5c32be40b4fec2c1,2
|
| 311 |
+
np.float64,0x406E9DE52E82A77E,0x56049c9a3f1ae089,2
|
| 312 |
+
np.float64,0x40748C2F52560ED9,0x5d93bc14fd4cd23b,2
|
| 313 |
+
#use 13th entry
|
| 314 |
+
np.float64,0x4062A553CDC4D04C,0x4d6266bfde301318,2
|
| 315 |
+
np.float64,0xC079EC1D63598AB7,0x1a88cb184dab224c,2
|
| 316 |
+
np.float64,0xC0725C1CB3167427,0x25725b46f8a081f6,2
|
| 317 |
+
np.float64,0x407888771D9B45F9,0x6353b1ec6bd7ce80,2
|
| 318 |
+
#use 14th entry
|
| 319 |
+
np.float64,0xC082CBA03AA89807,0x09b383723831ce56,2
|
| 320 |
+
np.float64,0xC083A8961BB67DD7,0x0735b118d5275552,2
|
| 321 |
+
np.float64,0xC076BC6ECA12E7E3,0x1f2222679eaef615,2
|
| 322 |
+
np.float64,0xC072752503AA1A5B,0x254eb832242c77e1,2
|
| 323 |
+
#use 15th entry
|
| 324 |
+
np.float64,0xC058800792125DEC,0x371882372a0b48d4,2
|
| 325 |
+
np.float64,0x4082909FD863E81C,0x7580d5f386920142,2
|
| 326 |
+
np.float64,0xC071616F8FB534F9,0x26dbe20ef64a412b,2
|
| 327 |
+
np.float64,0x406D1AB571CAA747,0x54ee0d55cb38ac20,2
|
| 328 |
+
#use 16th entry
|
| 329 |
+
np.float64,0x406956428B7DAD09,0x52358682c271237f,2
|
| 330 |
+
np.float64,0xC07EFC2D9D17B621,0x133b3e77c27a4d45,2
|
| 331 |
+
np.float64,0xC08469BAC5BA3CCA,0x050863e5f42cc52f,2
|
| 332 |
+
np.float64,0x407189D9626386A5,0x593cb1c0b3b5c1d3,2
|
| 333 |
+
#use 17th entry
|
| 334 |
+
np.float64,0x4077E652E3DEB8C6,0x6269a10dcbd3c752,2
|
| 335 |
+
np.float64,0x407674C97DB06878,0x605485dcc2426ec2,2
|
| 336 |
+
np.float64,0xC07CE9969CF4268D,0x16386cf8996669f2,2
|
| 337 |
+
np.float64,0x40780EE32D5847C4,0x62a436bd1abe108d,2
|
| 338 |
+
#use 18th entry
|
| 339 |
+
np.float64,0x4076C3AA5E1E8DA1,0x60c62f56a5e72e24,2
|
| 340 |
+
np.float64,0xC0730AFC7239B9BE,0x24758ead095cec1e,2
|
| 341 |
+
np.float64,0xC085CC2B9C420DDB,0x0109cdaa2e5694c1,2
|
| 342 |
+
np.float64,0x406D0765CB6D7AA4,0x54e06f8dd91bd945,2
|
| 343 |
+
#use 19th entry
|
| 344 |
+
np.float64,0xC082D011F3B495E7,0x09a6647661d279c2,2
|
| 345 |
+
np.float64,0xC072826AF8F6AFBC,0x253acd3cd224507e,2
|
| 346 |
+
np.float64,0x404EB9C4810CEA09,0x457933dbf07e8133,2
|
| 347 |
+
np.float64,0x408284FBC97C58CE,0x755f6eb234aa4b98,2
|
| 348 |
+
#use 20th entry
|
| 349 |
+
np.float64,0x40856008CF6EDC63,0x7d9c0b3c03f4f73c,2
|
| 350 |
+
np.float64,0xC077CB2E9F013B17,0x1d9b3d3a166a55db,2
|
| 351 |
+
np.float64,0xC0479CA3C20AD057,0x3bad40e081555b99,2
|
| 352 |
+
np.float64,0x40844CD31107332A,0x7a821d70aea478e2,2
|
| 353 |
+
#use 21th entry
|
| 354 |
+
np.float64,0xC07C8FCC0BFCC844,0x16ba1cc8c539d19b,2
|
| 355 |
+
np.float64,0xC085C4E9A3ABA488,0x011ff675ba1a2217,2
|
| 356 |
+
np.float64,0x4074D538B32966E5,0x5dfd9d78043c6ad9,2
|
| 357 |
+
np.float64,0xC0630CA16902AD46,0x3231a446074cede6,2
|
| 358 |
+
#use 22th entry
|
| 359 |
+
np.float64,0xC06C826733D7D0B7,0x2b5f1078314d41e1,2
|
| 360 |
+
np.float64,0xC0520DF55B2B907F,0x396c13a6ce8e833e,2
|
| 361 |
+
np.float64,0xC080712072B0F437,0x107eae02d11d98ea,2
|
| 362 |
+
np.float64,0x40528A6150E19EFB,0x469fdabda02228c5,2
|
| 363 |
+
#use 23th entry
|
| 364 |
+
np.float64,0xC07B1D74B6586451,0x18d1253883ae3b48,2
|
| 365 |
+
np.float64,0x4045AFD7867DAEC0,0x43d7d634fc4c5d98,2
|
| 366 |
+
np.float64,0xC07A08B91F9ED3E2,0x1a60973e6397fc37,2
|
| 367 |
+
np.float64,0x407B3ECF0AE21C8C,0x673e03e9d98d7235,2
|
| 368 |
+
#use 24th entry
|
| 369 |
+
np.float64,0xC078AEB6F30CEABF,0x1c530b93ab54a1b3,2
|
| 370 |
+
np.float64,0x4084495006A41672,0x7a775b6dc7e63064,2
|
| 371 |
+
np.float64,0x40830B1C0EBF95DD,0x76e1e6eed77cfb89,2
|
| 372 |
+
np.float64,0x407D93E8F33D8470,0x6a9adbc9e1e4f1e5,2
|
| 373 |
+
#use 25th entry
|
| 374 |
+
np.float64,0x4066B11A09EFD9E8,0x504dd528065c28a7,2
|
| 375 |
+
np.float64,0x408545823723AEEB,0x7d504a9b1844f594,2
|
| 376 |
+
np.float64,0xC068C711F2CA3362,0x2e104f3496ea118e,2
|
| 377 |
+
np.float64,0x407F317FCC3CA873,0x6cf0732c9948ebf4,2
|
| 378 |
+
#use 26th entry
|
| 379 |
+
np.float64,0x407AFB3EBA2ED50F,0x66dc28a129c868d5,2
|
| 380 |
+
np.float64,0xC075377037708ADE,0x21531a329f3d793e,2
|
| 381 |
+
np.float64,0xC07C30066A1F3246,0x174448baa16ded2b,2
|
| 382 |
+
np.float64,0xC06689A75DE2ABD3,0x2fad70662fae230b,2
|
| 383 |
+
#use 27th entry
|
| 384 |
+
np.float64,0x4081514E9FCCF1E0,0x71e673b9efd15f44,2
|
| 385 |
+
np.float64,0xC0762C710AF68460,0x1ff1ed7d8947fe43,2
|
| 386 |
+
np.float64,0xC0468102FF70D9C4,0x3be0c3a8ff3419a3,2
|
| 387 |
+
np.float64,0xC07EA4CEEF02A83E,0x13b908f085102c61,2
|
| 388 |
+
#use 28th entry
|
| 389 |
+
np.float64,0xC06290B04AE823C4,0x328a83da3c2e3351,2
|
| 390 |
+
np.float64,0xC0770EB1D1C395FB,0x1eab281c1f1db5fe,2
|
| 391 |
+
np.float64,0xC06F5D4D838A5BAE,0x29500ea32fb474ea,2
|
| 392 |
+
np.float64,0x40723B3133B54C5D,0x5a3c82c7c3a2b848,2
|
| 393 |
+
#use 29th entry
|
| 394 |
+
np.float64,0x4085E6454CE3B4AA,0x7f20319b9638d06a,2
|
| 395 |
+
np.float64,0x408389F2A0585D4B,0x7850667c58aab3d0,2
|
| 396 |
+
np.float64,0xC0382798F9C8AE69,0x3dc1c79fe8739d6d,2
|
| 397 |
+
np.float64,0xC08299D827608418,0x0a4335f76cdbaeb5,2
|
| 398 |
+
#use 30th entry
|
| 399 |
+
np.float64,0xC06F3DED43301BF1,0x2965670ae46750a8,2
|
| 400 |
+
np.float64,0xC070CAF6BDD577D9,0x27b4aa4ffdd29981,2
|
| 401 |
+
np.float64,0x4078529AD4B2D9F2,0x6305c12755d5e0a6,2
|
| 402 |
+
np.float64,0xC055B14E75A31B96,0x381c2eda6d111e5d,2
|
| 403 |
+
#use 31th entry
|
| 404 |
+
np.float64,0x407B13EE414FA931,0x6700772c7544564d,2
|
| 405 |
+
np.float64,0x407EAFDE9DE3EC54,0x6c346a0e49724a3c,2
|
| 406 |
+
np.float64,0xC08362F398B9530D,0x07ffeddbadf980cb,2
|
| 407 |
+
np.float64,0x407E865CDD9EEB86,0x6bf866cac5e0d126,2
|
| 408 |
+
#use 32th entry
|
| 409 |
+
np.float64,0x407FB62DBC794C86,0x6db009f708ac62cb,2
|
| 410 |
+
np.float64,0xC063D0BAA68CDDDE,0x31a3b2a51ce50430,2
|
| 411 |
+
np.float64,0xC05E7706A2231394,0x34f24bead6fab5c9,2
|
| 412 |
+
np.float64,0x4083E3A06FDE444E,0x79527b7a386d1937,2
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-exp2.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0xbdfe94b0,0x3f6adda6,2
|
| 3 |
+
np.float32,0x3f20f8f8,0x3fc5ec69,2
|
| 4 |
+
np.float32,0x7040b5,0x3f800000,2
|
| 5 |
+
np.float32,0x30ec5,0x3f800000,2
|
| 6 |
+
np.float32,0x3eb63070,0x3fa3ce29,2
|
| 7 |
+
np.float32,0xff4dda3d,0x0,2
|
| 8 |
+
np.float32,0x805b832f,0x3f800000,2
|
| 9 |
+
np.float32,0x3e883fb7,0x3f99ed8c,2
|
| 10 |
+
np.float32,0x3f14d71f,0x3fbf8708,2
|
| 11 |
+
np.float32,0xff7b1e55,0x0,2
|
| 12 |
+
np.float32,0xbf691ac6,0x3f082fa2,2
|
| 13 |
+
np.float32,0x7ee3e6ab,0x7f800000,2
|
| 14 |
+
np.float32,0xbec6e2b4,0x3f439248,2
|
| 15 |
+
np.float32,0xbf5f5ec2,0x3f0bd2c0,2
|
| 16 |
+
np.float32,0x8025cc2c,0x3f800000,2
|
| 17 |
+
np.float32,0x7e0d7672,0x7f800000,2
|
| 18 |
+
np.float32,0xff4bbc5c,0x0,2
|
| 19 |
+
np.float32,0xbd94fb30,0x3f73696b,2
|
| 20 |
+
np.float32,0x6cc079,0x3f800000,2
|
| 21 |
+
np.float32,0x803cf080,0x3f800000,2
|
| 22 |
+
np.float32,0x71d418,0x3f800000,2
|
| 23 |
+
np.float32,0xbf24a442,0x3f23ec1e,2
|
| 24 |
+
np.float32,0xbe6c9510,0x3f5a1e1d,2
|
| 25 |
+
np.float32,0xbe8fb284,0x3f52be38,2
|
| 26 |
+
np.float32,0x7ea64754,0x7f800000,2
|
| 27 |
+
np.float32,0x7fc00000,0x7fc00000,2
|
| 28 |
+
np.float32,0x80620cfd,0x3f800000,2
|
| 29 |
+
np.float32,0x3f3e20e8,0x3fd62e72,2
|
| 30 |
+
np.float32,0x3f384600,0x3fd2d00e,2
|
| 31 |
+
np.float32,0xff362150,0x0,2
|
| 32 |
+
np.float32,0xbf349fa8,0x3f1cfaef,2
|
| 33 |
+
np.float32,0xbf776cf2,0x3f0301a6,2
|
| 34 |
+
np.float32,0x8021fc60,0x3f800000,2
|
| 35 |
+
np.float32,0xbdb75280,0x3f70995c,2
|
| 36 |
+
np.float32,0x7e9363a6,0x7f800000,2
|
| 37 |
+
np.float32,0x7e728422,0x7f800000,2
|
| 38 |
+
np.float32,0xfe91edc2,0x0,2
|
| 39 |
+
np.float32,0x3f5f438c,0x3fea491d,2
|
| 40 |
+
np.float32,0x3f2afae9,0x3fcb5c1f,2
|
| 41 |
+
np.float32,0xbef8e766,0x3f36c448,2
|
| 42 |
+
np.float32,0xba522c00,0x3f7fdb97,2
|
| 43 |
+
np.float32,0xff18ee8c,0x0,2
|
| 44 |
+
np.float32,0xbee8c5f4,0x3f3acd44,2
|
| 45 |
+
np.float32,0x3e790448,0x3f97802c,2
|
| 46 |
+
np.float32,0x3e8c9541,0x3f9ad571,2
|
| 47 |
+
np.float32,0xbf03fa9f,0x3f331460,2
|
| 48 |
+
np.float32,0x801ee053,0x3f800000,2
|
| 49 |
+
np.float32,0xbf773230,0x3f03167f,2
|
| 50 |
+
np.float32,0x356fd9,0x3f800000,2
|
| 51 |
+
np.float32,0x8009cd88,0x3f800000,2
|
| 52 |
+
np.float32,0x7f2bac51,0x7f800000,2
|
| 53 |
+
np.float32,0x4d9eeb,0x3f800000,2
|
| 54 |
+
np.float32,0x3133,0x3f800000,2
|
| 55 |
+
np.float32,0x7f4290e0,0x7f800000,2
|
| 56 |
+
np.float32,0xbf5e6523,0x3f0c3161,2
|
| 57 |
+
np.float32,0x3f19182e,0x3fc1bf10,2
|
| 58 |
+
np.float32,0x7e1248bb,0x7f800000,2
|
| 59 |
+
np.float32,0xff5f7aae,0x0,2
|
| 60 |
+
np.float32,0x7e8557b5,0x7f800000,2
|
| 61 |
+
np.float32,0x26fc7f,0x3f800000,2
|
| 62 |
+
np.float32,0x80397d61,0x3f800000,2
|
| 63 |
+
np.float32,0x3cb1825d,0x3f81efe0,2
|
| 64 |
+
np.float32,0x3ed808d0,0x3fab7c45,2
|
| 65 |
+
np.float32,0xbf6f668a,0x3f05e259,2
|
| 66 |
+
np.float32,0x3e3c7802,0x3f916abd,2
|
| 67 |
+
np.float32,0xbd5ac5a0,0x3f76b21b,2
|
| 68 |
+
np.float32,0x805aa6c9,0x3f800000,2
|
| 69 |
+
np.float32,0xbe4d6f68,0x3f5ec3e1,2
|
| 70 |
+
np.float32,0x3f3108b2,0x3fceb87f,2
|
| 71 |
+
np.float32,0x3ec385cc,0x3fa6c9fb,2
|
| 72 |
+
np.float32,0xbe9fc1ce,0x3f4e35e8,2
|
| 73 |
+
np.float32,0x43b68,0x3f800000,2
|
| 74 |
+
np.float32,0x3ef0cdcc,0x3fb15557,2
|
| 75 |
+
np.float32,0x3e3f729b,0x3f91b5e1,2
|
| 76 |
+
np.float32,0x7f52a4df,0x7f800000,2
|
| 77 |
+
np.float32,0xbf56da96,0x3f0f15b9,2
|
| 78 |
+
np.float32,0xbf161d2b,0x3f2a7faf,2
|
| 79 |
+
np.float32,0x3e8df763,0x3f9b1fbe,2
|
| 80 |
+
np.float32,0xff4f0780,0x0,2
|
| 81 |
+
np.float32,0x8048f594,0x3f800000,2
|
| 82 |
+
np.float32,0x3e62bb1d,0x3f953b7e,2
|
| 83 |
+
np.float32,0xfe58e764,0x0,2
|
| 84 |
+
np.float32,0x3dd2c922,0x3f897718,2
|
| 85 |
+
np.float32,0x7fa00000,0x7fe00000,2
|
| 86 |
+
np.float32,0xff07b4b2,0x0,2
|
| 87 |
+
np.float32,0x7f6231a0,0x7f800000,2
|
| 88 |
+
np.float32,0xb8d1d,0x3f800000,2
|
| 89 |
+
np.float32,0x3ee01d24,0x3fad5f16,2
|
| 90 |
+
np.float32,0xbf43f59f,0x3f169869,2
|
| 91 |
+
np.float32,0x801f5257,0x3f800000,2
|
| 92 |
+
np.float32,0x803c15d8,0x3f800000,2
|
| 93 |
+
np.float32,0x3f171a08,0x3fc0b42a,2
|
| 94 |
+
np.float32,0x127aef,0x3f800000,2
|
| 95 |
+
np.float32,0xfd1c6,0x3f800000,2
|
| 96 |
+
np.float32,0x3f1ed13e,0x3fc4c59a,2
|
| 97 |
+
np.float32,0x57fd4f,0x3f800000,2
|
| 98 |
+
np.float32,0x6e8c61,0x3f800000,2
|
| 99 |
+
np.float32,0x804019ab,0x3f800000,2
|
| 100 |
+
np.float32,0x3ef4e5c6,0x3fb251a1,2
|
| 101 |
+
np.float32,0x5044c3,0x3f800000,2
|
| 102 |
+
np.float32,0x3f04460f,0x3fb7204b,2
|
| 103 |
+
np.float32,0x7e326b47,0x7f800000,2
|
| 104 |
+
np.float32,0x800a7e4c,0x3f800000,2
|
| 105 |
+
np.float32,0xbf47ec82,0x3f14fccc,2
|
| 106 |
+
np.float32,0xbedb1b3e,0x3f3e4a4d,2
|
| 107 |
+
np.float32,0x3f741d86,0x3ff7e4b0,2
|
| 108 |
+
np.float32,0xbe249d20,0x3f6501a6,2
|
| 109 |
+
np.float32,0xbf2ea152,0x3f1f8c68,2
|
| 110 |
+
np.float32,0x3ec6dbcc,0x3fa78b3f,2
|
| 111 |
+
np.float32,0x7ebd9bb4,0x7f800000,2
|
| 112 |
+
np.float32,0x3f61b574,0x3febd77a,2
|
| 113 |
+
np.float32,0x3f3dfb2b,0x3fd61891,2
|
| 114 |
+
np.float32,0x3c7d95,0x3f800000,2
|
| 115 |
+
np.float32,0x8071e840,0x3f800000,2
|
| 116 |
+
np.float32,0x15c6fe,0x3f800000,2
|
| 117 |
+
np.float32,0xbf096601,0x3f307893,2
|
| 118 |
+
np.float32,0x7f5c2ef9,0x7f800000,2
|
| 119 |
+
np.float32,0xbe79f750,0x3f582689,2
|
| 120 |
+
np.float32,0x1eb692,0x3f800000,2
|
| 121 |
+
np.float32,0xbd8024f0,0x3f75226d,2
|
| 122 |
+
np.float32,0xbf5a8be8,0x3f0da950,2
|
| 123 |
+
np.float32,0xbf4d28f3,0x3f12e3e1,2
|
| 124 |
+
np.float32,0x7f800000,0x7f800000,2
|
| 125 |
+
np.float32,0xfea8a758,0x0,2
|
| 126 |
+
np.float32,0x8075d2cf,0x3f800000,2
|
| 127 |
+
np.float32,0xfd99af58,0x0,2
|
| 128 |
+
np.float32,0x9e6a,0x3f800000,2
|
| 129 |
+
np.float32,0x2fa19f,0x3f800000,2
|
| 130 |
+
np.float32,0x3e9f4206,0x3f9ecc56,2
|
| 131 |
+
np.float32,0xbee0b666,0x3f3cd9fc,2
|
| 132 |
+
np.float32,0xbec558c4,0x3f43fab1,2
|
| 133 |
+
np.float32,0x7e9a77df,0x7f800000,2
|
| 134 |
+
np.float32,0xff3a9694,0x0,2
|
| 135 |
+
np.float32,0x3f3b3708,0x3fd47f9a,2
|
| 136 |
+
np.float32,0x807cd6d4,0x3f800000,2
|
| 137 |
+
np.float32,0x804aa422,0x3f800000,2
|
| 138 |
+
np.float32,0xfead7a70,0x0,2
|
| 139 |
+
np.float32,0x3f08c610,0x3fb95efe,2
|
| 140 |
+
np.float32,0xff390126,0x0,2
|
| 141 |
+
np.float32,0x5d2d47,0x3f800000,2
|
| 142 |
+
np.float32,0x8006849c,0x3f800000,2
|
| 143 |
+
np.float32,0x654f6e,0x3f800000,2
|
| 144 |
+
np.float32,0xff478a16,0x0,2
|
| 145 |
+
np.float32,0x3f480b0c,0x3fdc024c,2
|
| 146 |
+
np.float32,0xbc3b96c0,0x3f7df9f4,2
|
| 147 |
+
np.float32,0xbcc96460,0x3f7bacb5,2
|
| 148 |
+
np.float32,0x7f349f30,0x7f800000,2
|
| 149 |
+
np.float32,0xbe08fa98,0x3f6954a1,2
|
| 150 |
+
np.float32,0x4f3a13,0x3f800000,2
|
| 151 |
+
np.float32,0x7f6a5ab4,0x7f800000,2
|
| 152 |
+
np.float32,0x7eb85247,0x7f800000,2
|
| 153 |
+
np.float32,0xbf287246,0x3f223e08,2
|
| 154 |
+
np.float32,0x801584d0,0x3f800000,2
|
| 155 |
+
np.float32,0x7ec25371,0x7f800000,2
|
| 156 |
+
np.float32,0x3f002165,0x3fb51552,2
|
| 157 |
+
np.float32,0x3e1108a8,0x3f8d3429,2
|
| 158 |
+
np.float32,0x4f0f88,0x3f800000,2
|
| 159 |
+
np.float32,0x7f67c1ce,0x7f800000,2
|
| 160 |
+
np.float32,0xbf4348f8,0x3f16dedf,2
|
| 161 |
+
np.float32,0xbe292b64,0x3f644d24,2
|
| 162 |
+
np.float32,0xbf2bfa36,0x3f20b2d6,2
|
| 163 |
+
np.float32,0xbf2a6e58,0x3f215f71,2
|
| 164 |
+
np.float32,0x3e97d5d3,0x3f9d35df,2
|
| 165 |
+
np.float32,0x31f597,0x3f800000,2
|
| 166 |
+
np.float32,0x100544,0x3f800000,2
|
| 167 |
+
np.float32,0x10a197,0x3f800000,2
|
| 168 |
+
np.float32,0x3f44df50,0x3fda20d2,2
|
| 169 |
+
np.float32,0x59916d,0x3f800000,2
|
| 170 |
+
np.float32,0x707472,0x3f800000,2
|
| 171 |
+
np.float32,0x8054194e,0x3f800000,2
|
| 172 |
+
np.float32,0x80627b01,0x3f800000,2
|
| 173 |
+
np.float32,0x7f4d5a5b,0x7f800000,2
|
| 174 |
+
np.float32,0xbcecad00,0x3f7aeca5,2
|
| 175 |
+
np.float32,0xff69c541,0x0,2
|
| 176 |
+
np.float32,0xbe164e20,0x3f673c3a,2
|
| 177 |
+
np.float32,0x3dd321de,0x3f897b39,2
|
| 178 |
+
np.float32,0x3c9c4900,0x3f81b431,2
|
| 179 |
+
np.float32,0x7f0efae3,0x7f800000,2
|
| 180 |
+
np.float32,0xbf1b3ee6,0x3f282567,2
|
| 181 |
+
np.float32,0x3ee858ac,0x3faf5083,2
|
| 182 |
+
np.float32,0x3f0e6a39,0x3fbc3965,2
|
| 183 |
+
np.float32,0x7f0c06d8,0x7f800000,2
|
| 184 |
+
np.float32,0x801dd236,0x3f800000,2
|
| 185 |
+
np.float32,0x564245,0x3f800000,2
|
| 186 |
+
np.float32,0x7e99d3ad,0x7f800000,2
|
| 187 |
+
np.float32,0xff3b0164,0x0,2
|
| 188 |
+
np.float32,0x3f386f18,0x3fd2e785,2
|
| 189 |
+
np.float32,0x7f603c39,0x7f800000,2
|
| 190 |
+
np.float32,0x3cbd9b00,0x3f8211f0,2
|
| 191 |
+
np.float32,0x2178e2,0x3f800000,2
|
| 192 |
+
np.float32,0x5db226,0x3f800000,2
|
| 193 |
+
np.float32,0xfec78d62,0x0,2
|
| 194 |
+
np.float32,0x7f40bc1e,0x7f800000,2
|
| 195 |
+
np.float32,0x80325064,0x3f800000,2
|
| 196 |
+
np.float32,0x3f6068dc,0x3feb0377,2
|
| 197 |
+
np.float32,0xfe8b95c6,0x0,2
|
| 198 |
+
np.float32,0xbe496894,0x3f5f5f87,2
|
| 199 |
+
np.float32,0xbf18722a,0x3f296cf4,2
|
| 200 |
+
np.float32,0x332d0e,0x3f800000,2
|
| 201 |
+
np.float32,0x3f6329dc,0x3fecc5c0,2
|
| 202 |
+
np.float32,0x807d1802,0x3f800000,2
|
| 203 |
+
np.float32,0x3e8afcee,0x3f9a7ff1,2
|
| 204 |
+
np.float32,0x26a0a7,0x3f800000,2
|
| 205 |
+
np.float32,0x7f13085d,0x7f800000,2
|
| 206 |
+
np.float32,0x68d547,0x3f800000,2
|
| 207 |
+
np.float32,0x7e9b04ae,0x7f800000,2
|
| 208 |
+
np.float32,0x3f3ecdfe,0x3fd692ea,2
|
| 209 |
+
np.float32,0x805256f4,0x3f800000,2
|
| 210 |
+
np.float32,0x3f312dc8,0x3fcecd42,2
|
| 211 |
+
np.float32,0x23ca15,0x3f800000,2
|
| 212 |
+
np.float32,0x3f53c455,0x3fe31ad6,2
|
| 213 |
+
np.float32,0xbf21186c,0x3f2580fd,2
|
| 214 |
+
np.float32,0x803b9bb1,0x3f800000,2
|
| 215 |
+
np.float32,0xff6ae1fc,0x0,2
|
| 216 |
+
np.float32,0x2103cf,0x3f800000,2
|
| 217 |
+
np.float32,0xbedcec6c,0x3f3dd29d,2
|
| 218 |
+
np.float32,0x7f520afa,0x7f800000,2
|
| 219 |
+
np.float32,0x7e8b44f2,0x7f800000,2
|
| 220 |
+
np.float32,0xfef7f6ce,0x0,2
|
| 221 |
+
np.float32,0xbd5e7c30,0x3f768a6f,2
|
| 222 |
+
np.float32,0xfeb36848,0x0,2
|
| 223 |
+
np.float32,0xff49effb,0x0,2
|
| 224 |
+
np.float32,0xbec207c0,0x3f44dc74,2
|
| 225 |
+
np.float32,0x3e91147f,0x3f9bc77f,2
|
| 226 |
+
np.float32,0xfe784cd4,0x0,2
|
| 227 |
+
np.float32,0xfd1a7250,0x0,2
|
| 228 |
+
np.float32,0xff3b3f48,0x0,2
|
| 229 |
+
np.float32,0x3f685db5,0x3ff0219f,2
|
| 230 |
+
np.float32,0x3f370976,0x3fd21bae,2
|
| 231 |
+
np.float32,0xfed4cc20,0x0,2
|
| 232 |
+
np.float32,0xbf41e337,0x3f17714a,2
|
| 233 |
+
np.float32,0xbf4e8638,0x3f12593a,2
|
| 234 |
+
np.float32,0x3edaf0f1,0x3fac295e,2
|
| 235 |
+
np.float32,0x803cbb4f,0x3f800000,2
|
| 236 |
+
np.float32,0x7f492043,0x7f800000,2
|
| 237 |
+
np.float32,0x2cabcf,0x3f800000,2
|
| 238 |
+
np.float32,0x17f8ac,0x3f800000,2
|
| 239 |
+
np.float32,0x3e846478,0x3f99205a,2
|
| 240 |
+
np.float32,0x76948f,0x3f800000,2
|
| 241 |
+
np.float32,0x1,0x3f800000,2
|
| 242 |
+
np.float32,0x7ea6419e,0x7f800000,2
|
| 243 |
+
np.float32,0xa5315,0x3f800000,2
|
| 244 |
+
np.float32,0xff3a8e32,0x0,2
|
| 245 |
+
np.float32,0xbe5714e8,0x3f5d50b7,2
|
| 246 |
+
np.float32,0xfeadf960,0x0,2
|
| 247 |
+
np.float32,0x3ebbd1a8,0x3fa50efc,2
|
| 248 |
+
np.float32,0x7f31dce7,0x7f800000,2
|
| 249 |
+
np.float32,0x80314999,0x3f800000,2
|
| 250 |
+
np.float32,0x8017f41b,0x3f800000,2
|
| 251 |
+
np.float32,0x7ed6d051,0x7f800000,2
|
| 252 |
+
np.float32,0x7f525688,0x7f800000,2
|
| 253 |
+
np.float32,0x7f7fffff,0x7f800000,2
|
| 254 |
+
np.float32,0x3e8b0461,0x3f9a8180,2
|
| 255 |
+
np.float32,0x3d9fe46e,0x3f871e1f,2
|
| 256 |
+
np.float32,0x5e6d8f,0x3f800000,2
|
| 257 |
+
np.float32,0xbf09ae55,0x3f305608,2
|
| 258 |
+
np.float32,0xfe7028c4,0x0,2
|
| 259 |
+
np.float32,0x7f3ade56,0x7f800000,2
|
| 260 |
+
np.float32,0xff4c9ef9,0x0,2
|
| 261 |
+
np.float32,0x7e3199cf,0x7f800000,2
|
| 262 |
+
np.float32,0x8048652f,0x3f800000,2
|
| 263 |
+
np.float32,0x805e1237,0x3f800000,2
|
| 264 |
+
np.float32,0x189ed8,0x3f800000,2
|
| 265 |
+
np.float32,0xbea7c094,0x3f4bfd98,2
|
| 266 |
+
np.float32,0xbf2f109c,0x3f1f5c5c,2
|
| 267 |
+
np.float32,0xbf0e7f4c,0x3f2e0d2c,2
|
| 268 |
+
np.float32,0x8005981f,0x3f800000,2
|
| 269 |
+
np.float32,0xbf762005,0x3f0377f3,2
|
| 270 |
+
np.float32,0xbf0f60ab,0x3f2da317,2
|
| 271 |
+
np.float32,0xbf4aa3e7,0x3f13e54e,2
|
| 272 |
+
np.float32,0xbf348fd2,0x3f1d01aa,2
|
| 273 |
+
np.float32,0x3e530b50,0x3f93a7fb,2
|
| 274 |
+
np.float32,0xbf0b05a4,0x3f2fb26a,2
|
| 275 |
+
np.float32,0x3eea416c,0x3fafc4aa,2
|
| 276 |
+
np.float32,0x805ad04d,0x3f800000,2
|
| 277 |
+
np.float32,0xbf6328d8,0x3f0a655e,2
|
| 278 |
+
np.float32,0x3f7347b9,0x3ff75558,2
|
| 279 |
+
np.float32,0xfda3ca68,0x0,2
|
| 280 |
+
np.float32,0x80497d21,0x3f800000,2
|
| 281 |
+
np.float32,0x3e740452,0x3f96fd22,2
|
| 282 |
+
np.float32,0x3e528e57,0x3f939b7e,2
|
| 283 |
+
np.float32,0x3e9e19fa,0x3f9e8cbd,2
|
| 284 |
+
np.float32,0x8078060b,0x3f800000,2
|
| 285 |
+
np.float32,0x3f3fea7a,0x3fd73872,2
|
| 286 |
+
np.float32,0xfcfa30a0,0x0,2
|
| 287 |
+
np.float32,0x7f4eb4bf,0x7f800000,2
|
| 288 |
+
np.float32,0x3f712618,0x3ff5e900,2
|
| 289 |
+
np.float32,0xbf668f0e,0x3f0920c6,2
|
| 290 |
+
np.float32,0x3f3001e9,0x3fce259d,2
|
| 291 |
+
np.float32,0xbe9b6fac,0x3f4f6b9c,2
|
| 292 |
+
np.float32,0xbf61fcf3,0x3f0ad5ec,2
|
| 293 |
+
np.float32,0xff08a55c,0x0,2
|
| 294 |
+
np.float32,0x3e805014,0x3f984872,2
|
| 295 |
+
np.float32,0x6ce04c,0x3f800000,2
|
| 296 |
+
np.float32,0x7f7cbc07,0x7f800000,2
|
| 297 |
+
np.float32,0x3c87dc,0x3f800000,2
|
| 298 |
+
np.float32,0x3f2ee498,0x3fcd869a,2
|
| 299 |
+
np.float32,0x4b1116,0x3f800000,2
|
| 300 |
+
np.float32,0x3d382d06,0x3f840d5f,2
|
| 301 |
+
np.float32,0xff7de21e,0x0,2
|
| 302 |
+
np.float32,0x3f2f1d6d,0x3fcda63c,2
|
| 303 |
+
np.float32,0xbf1c1618,0x3f27c38a,2
|
| 304 |
+
np.float32,0xff4264b1,0x0,2
|
| 305 |
+
np.float32,0x8026e5e7,0x3f800000,2
|
| 306 |
+
np.float32,0xbe6fa180,0x3f59ab02,2
|
| 307 |
+
np.float32,0xbe923c02,0x3f52053b,2
|
| 308 |
+
np.float32,0xff3aa453,0x0,2
|
| 309 |
+
np.float32,0x3f77a7ac,0x3ffa47d0,2
|
| 310 |
+
np.float32,0xbed15f36,0x3f40d08a,2
|
| 311 |
+
np.float32,0xa62d,0x3f800000,2
|
| 312 |
+
np.float32,0xbf342038,0x3f1d3123,2
|
| 313 |
+
np.float32,0x7f2f7f80,0x7f800000,2
|
| 314 |
+
np.float32,0x7f2b6fc1,0x7f800000,2
|
| 315 |
+
np.float32,0xff323540,0x0,2
|
| 316 |
+
np.float32,0x3f1a2b6e,0x3fc24faa,2
|
| 317 |
+
np.float32,0x800cc1d2,0x3f800000,2
|
| 318 |
+
np.float32,0xff38fa01,0x0,2
|
| 319 |
+
np.float32,0x80800000,0x3f800000,2
|
| 320 |
+
np.float32,0xbf3d22e0,0x3f196745,2
|
| 321 |
+
np.float32,0x7f40fd62,0x7f800000,2
|
| 322 |
+
np.float32,0x7e1785c7,0x7f800000,2
|
| 323 |
+
np.float32,0x807408c4,0x3f800000,2
|
| 324 |
+
np.float32,0xbf300192,0x3f1ef485,2
|
| 325 |
+
np.float32,0x351e3d,0x3f800000,2
|
| 326 |
+
np.float32,0x7f5ab736,0x7f800000,2
|
| 327 |
+
np.float32,0x2f1696,0x3f800000,2
|
| 328 |
+
np.float32,0x806ac5d7,0x3f800000,2
|
| 329 |
+
np.float32,0x42ec59,0x3f800000,2
|
| 330 |
+
np.float32,0x7f79f52d,0x7f800000,2
|
| 331 |
+
np.float32,0x44ad28,0x3f800000,2
|
| 332 |
+
np.float32,0xbf49dc9c,0x3f143532,2
|
| 333 |
+
np.float32,0x3f6c1f1f,0x3ff295e7,2
|
| 334 |
+
np.float32,0x1589b3,0x3f800000,2
|
| 335 |
+
np.float32,0x3f49b44e,0x3fdd0031,2
|
| 336 |
+
np.float32,0x7f5942c9,0x7f800000,2
|
| 337 |
+
np.float32,0x3f2dab28,0x3fccd877,2
|
| 338 |
+
np.float32,0xff7fffff,0x0,2
|
| 339 |
+
np.float32,0x80578eb2,0x3f800000,2
|
| 340 |
+
np.float32,0x3f39ba67,0x3fd3a50b,2
|
| 341 |
+
np.float32,0x8020340d,0x3f800000,2
|
| 342 |
+
np.float32,0xbf6025b2,0x3f0b8783,2
|
| 343 |
+
np.float32,0x8015ccfe,0x3f800000,2
|
| 344 |
+
np.float32,0x3f6b9762,0x3ff23cd0,2
|
| 345 |
+
np.float32,0xfeeb0c86,0x0,2
|
| 346 |
+
np.float32,0x802779bc,0x3f800000,2
|
| 347 |
+
np.float32,0xbf32bf64,0x3f1dc796,2
|
| 348 |
+
np.float32,0xbf577eb6,0x3f0ed631,2
|
| 349 |
+
np.float32,0x0,0x3f800000,2
|
| 350 |
+
np.float32,0xfe99de6c,0x0,2
|
| 351 |
+
np.float32,0x7a4e53,0x3f800000,2
|
| 352 |
+
np.float32,0x1a15d3,0x3f800000,2
|
| 353 |
+
np.float32,0x8035fe16,0x3f800000,2
|
| 354 |
+
np.float32,0x3e845784,0x3f991dab,2
|
| 355 |
+
np.float32,0x43d688,0x3f800000,2
|
| 356 |
+
np.float32,0xbd447cc0,0x3f77a0b7,2
|
| 357 |
+
np.float32,0x3f83fa,0x3f800000,2
|
| 358 |
+
np.float32,0x3f141df2,0x3fbf2719,2
|
| 359 |
+
np.float32,0x805c586a,0x3f800000,2
|
| 360 |
+
np.float32,0x14c47e,0x3f800000,2
|
| 361 |
+
np.float32,0x3d3bed00,0x3f8422d4,2
|
| 362 |
+
np.float32,0x7f6f4ecd,0x7f800000,2
|
| 363 |
+
np.float32,0x3f0a5e5a,0x3fba2c5c,2
|
| 364 |
+
np.float32,0x523ecf,0x3f800000,2
|
| 365 |
+
np.float32,0xbef4a6e8,0x3f37d262,2
|
| 366 |
+
np.float32,0xff54eb58,0x0,2
|
| 367 |
+
np.float32,0xff3fc875,0x0,2
|
| 368 |
+
np.float32,0x8067c392,0x3f800000,2
|
| 369 |
+
np.float32,0xfedae910,0x0,2
|
| 370 |
+
np.float32,0x80595979,0x3f800000,2
|
| 371 |
+
np.float32,0x3ee87d1d,0x3faf5929,2
|
| 372 |
+
np.float32,0x7f5bad33,0x7f800000,2
|
| 373 |
+
np.float32,0xbf45b868,0x3f15e109,2
|
| 374 |
+
np.float32,0x3ef2277d,0x3fb1a868,2
|
| 375 |
+
np.float32,0x3ca5a950,0x3f81ce8c,2
|
| 376 |
+
np.float32,0x3e70f4e6,0x3f96ad25,2
|
| 377 |
+
np.float32,0xfe3515bc,0x0,2
|
| 378 |
+
np.float32,0xfe4af088,0x0,2
|
| 379 |
+
np.float32,0xff3c78b2,0x0,2
|
| 380 |
+
np.float32,0x7f50f51a,0x7f800000,2
|
| 381 |
+
np.float32,0x3e3a232a,0x3f913009,2
|
| 382 |
+
np.float32,0x7dfec6ff,0x7f800000,2
|
| 383 |
+
np.float32,0x3e1bbaec,0x3f8e3ad6,2
|
| 384 |
+
np.float32,0xbd658fa0,0x3f763ee7,2
|
| 385 |
+
np.float32,0xfe958684,0x0,2
|
| 386 |
+
np.float32,0x503670,0x3f800000,2
|
| 387 |
+
np.float32,0x3f800000,0x40000000,2
|
| 388 |
+
np.float32,0x1bbec6,0x3f800000,2
|
| 389 |
+
np.float32,0xbea7bb7c,0x3f4bff00,2
|
| 390 |
+
np.float32,0xff3a24a2,0x0,2
|
| 391 |
+
np.float32,0xbf416240,0x3f17a635,2
|
| 392 |
+
np.float32,0xbf800000,0x3f000000,2
|
| 393 |
+
np.float32,0xff0c965c,0x0,2
|
| 394 |
+
np.float32,0x80000000,0x3f800000,2
|
| 395 |
+
np.float32,0xbec2c69a,0x3f44a99e,2
|
| 396 |
+
np.float32,0x5b68d4,0x3f800000,2
|
| 397 |
+
np.float32,0xb9a93000,0x3f7ff158,2
|
| 398 |
+
np.float32,0x3d5a0dd8,0x3f84cfbc,2
|
| 399 |
+
np.float32,0xbeaf7a28,0x3f49de4e,2
|
| 400 |
+
np.float32,0x3ee83555,0x3faf4820,2
|
| 401 |
+
np.float32,0xfd320330,0x0,2
|
| 402 |
+
np.float32,0xe1af2,0x3f800000,2
|
| 403 |
+
np.float32,0x7cf28caf,0x7f800000,2
|
| 404 |
+
np.float32,0x80781009,0x3f800000,2
|
| 405 |
+
np.float32,0xbf1e0baf,0x3f26e04d,2
|
| 406 |
+
np.float32,0x7edb05b1,0x7f800000,2
|
| 407 |
+
np.float32,0x3de004,0x3f800000,2
|
| 408 |
+
np.float32,0xff436af6,0x0,2
|
| 409 |
+
np.float32,0x802a9408,0x3f800000,2
|
| 410 |
+
np.float32,0x7ed82205,0x7f800000,2
|
| 411 |
+
np.float32,0x3e3f8212,0x3f91b767,2
|
| 412 |
+
np.float32,0x16a2b2,0x3f800000,2
|
| 413 |
+
np.float32,0xff1e5af3,0x0,2
|
| 414 |
+
np.float32,0xbf1c860c,0x3f2790b7,2
|
| 415 |
+
np.float32,0x3f3bc5da,0x3fd4d1d6,2
|
| 416 |
+
np.float32,0x7f5f7085,0x7f800000,2
|
| 417 |
+
np.float32,0x7f68e409,0x7f800000,2
|
| 418 |
+
np.float32,0x7f4b3388,0x7f800000,2
|
| 419 |
+
np.float32,0x7ecaf440,0x7f800000,2
|
| 420 |
+
np.float32,0x80078785,0x3f800000,2
|
| 421 |
+
np.float32,0x3ebd800d,0x3fa56f45,2
|
| 422 |
+
np.float32,0xbe39a140,0x3f61c58e,2
|
| 423 |
+
np.float32,0x803b587e,0x3f800000,2
|
| 424 |
+
np.float32,0xbeaaa418,0x3f4b31c4,2
|
| 425 |
+
np.float32,0xff7e2b9f,0x0,2
|
| 426 |
+
np.float32,0xff5180a3,0x0,2
|
| 427 |
+
np.float32,0xbf291394,0x3f21f73c,2
|
| 428 |
+
np.float32,0x7f7b9698,0x7f800000,2
|
| 429 |
+
np.float32,0x4218da,0x3f800000,2
|
| 430 |
+
np.float32,0x7f135262,0x7f800000,2
|
| 431 |
+
np.float32,0x804c10e8,0x3f800000,2
|
| 432 |
+
np.float32,0xbf1c2a54,0x3f27ba5a,2
|
| 433 |
+
np.float32,0x7f41fd32,0x7f800000,2
|
| 434 |
+
np.float32,0x3e5cc464,0x3f94a195,2
|
| 435 |
+
np.float32,0xff7a2fa7,0x0,2
|
| 436 |
+
np.float32,0x3e05dc30,0x3f8c23c9,2
|
| 437 |
+
np.float32,0x7f206d99,0x7f800000,2
|
| 438 |
+
np.float32,0xbe9ae520,0x3f4f9287,2
|
| 439 |
+
np.float32,0xfe4f4d58,0x0,2
|
| 440 |
+
np.float32,0xbf44db42,0x3f163ae3,2
|
| 441 |
+
np.float32,0x3f65ac48,0x3fee6300,2
|
| 442 |
+
np.float32,0x3ebfaf36,0x3fa5ecb0,2
|
| 443 |
+
np.float32,0x3f466719,0x3fdb08b0,2
|
| 444 |
+
np.float32,0x80000001,0x3f800000,2
|
| 445 |
+
np.float32,0xff4b3c7b,0x0,2
|
| 446 |
+
np.float32,0x3df44374,0x3f8b0819,2
|
| 447 |
+
np.float32,0xfea4b540,0x0,2
|
| 448 |
+
np.float32,0x7f358e3d,0x7f800000,2
|
| 449 |
+
np.float32,0x801f5e63,0x3f800000,2
|
| 450 |
+
np.float32,0x804ae77e,0x3f800000,2
|
| 451 |
+
np.float32,0xdbb5,0x3f800000,2
|
| 452 |
+
np.float32,0x7f0a7e3b,0x7f800000,2
|
| 453 |
+
np.float32,0xbe4152e4,0x3f609953,2
|
| 454 |
+
np.float32,0x4b9579,0x3f800000,2
|
| 455 |
+
np.float32,0x3ece0bd4,0x3fa92ea5,2
|
| 456 |
+
np.float32,0x7e499d9a,0x7f800000,2
|
| 457 |
+
np.float32,0x80637d8a,0x3f800000,2
|
| 458 |
+
np.float32,0x3e50a425,0x3f936a8b,2
|
| 459 |
+
np.float32,0xbf0e8cb0,0x3f2e06dd,2
|
| 460 |
+
np.float32,0x802763e2,0x3f800000,2
|
| 461 |
+
np.float32,0xff73041b,0x0,2
|
| 462 |
+
np.float32,0xfea466da,0x0,2
|
| 463 |
+
np.float32,0x80064c73,0x3f800000,2
|
| 464 |
+
np.float32,0xbef29222,0x3f385728,2
|
| 465 |
+
np.float32,0x8029c215,0x3f800000,2
|
| 466 |
+
np.float32,0xbd3994e0,0x3f7815d1,2
|
| 467 |
+
np.float32,0xbe6ac9e4,0x3f5a61f3,2
|
| 468 |
+
np.float32,0x804b58b0,0x3f800000,2
|
| 469 |
+
np.float32,0xbdb83be0,0x3f70865c,2
|
| 470 |
+
np.float32,0x7ee18da2,0x7f800000,2
|
| 471 |
+
np.float32,0xfd4ca010,0x0,2
|
| 472 |
+
np.float32,0x807c668b,0x3f800000,2
|
| 473 |
+
np.float32,0xbd40ed90,0x3f77c6e9,2
|
| 474 |
+
np.float32,0x7efc6881,0x7f800000,2
|
| 475 |
+
np.float32,0xfe633bfc,0x0,2
|
| 476 |
+
np.float32,0x803ce363,0x3f800000,2
|
| 477 |
+
np.float32,0x7ecba81e,0x7f800000,2
|
| 478 |
+
np.float32,0xfdcb2378,0x0,2
|
| 479 |
+
np.float32,0xbebc5524,0x3f4662b2,2
|
| 480 |
+
np.float32,0xfaa30000,0x0,2
|
| 481 |
+
np.float32,0x805d451b,0x3f800000,2
|
| 482 |
+
np.float32,0xbee85600,0x3f3ae996,2
|
| 483 |
+
np.float32,0xfefb0a54,0x0,2
|
| 484 |
+
np.float32,0xbdfc6690,0x3f6b0a08,2
|
| 485 |
+
np.float32,0x58a57,0x3f800000,2
|
| 486 |
+
np.float32,0x3b41b7,0x3f800000,2
|
| 487 |
+
np.float32,0x7c99812d,0x7f800000,2
|
| 488 |
+
np.float32,0xbd3ae740,0x3f78079d,2
|
| 489 |
+
np.float32,0xbf4a48a7,0x3f1409dd,2
|
| 490 |
+
np.float32,0xfdeaad58,0x0,2
|
| 491 |
+
np.float32,0xbe9aa65a,0x3f4fa42c,2
|
| 492 |
+
np.float32,0x3f79d78c,0x3ffbc458,2
|
| 493 |
+
np.float32,0x805e7389,0x3f800000,2
|
| 494 |
+
np.float32,0x7ebb3612,0x7f800000,2
|
| 495 |
+
np.float32,0x2e27dc,0x3f800000,2
|
| 496 |
+
np.float32,0x80726dec,0x3f800000,2
|
| 497 |
+
np.float32,0xfe8fb738,0x0,2
|
| 498 |
+
np.float32,0xff1ff3bd,0x0,2
|
| 499 |
+
np.float32,0x7f5264a2,0x7f800000,2
|
| 500 |
+
np.float32,0x3f5a6893,0x3fe739ca,2
|
| 501 |
+
np.float32,0xbec4029c,0x3f44558d,2
|
| 502 |
+
np.float32,0xbef65cfa,0x3f37657e,2
|
| 503 |
+
np.float32,0x63aba1,0x3f800000,2
|
| 504 |
+
np.float32,0xfbb6e200,0x0,2
|
| 505 |
+
np.float32,0xbf3466fc,0x3f1d1307,2
|
| 506 |
+
np.float32,0x3f258844,0x3fc861d7,2
|
| 507 |
+
np.float32,0xbf5f29a7,0x3f0be6dc,2
|
| 508 |
+
np.float32,0x802b51cd,0x3f800000,2
|
| 509 |
+
np.float32,0xbe9094dc,0x3f527dae,2
|
| 510 |
+
np.float32,0xfec2e68c,0x0,2
|
| 511 |
+
np.float32,0x807b38bd,0x3f800000,2
|
| 512 |
+
np.float32,0xbf594662,0x3f0e2663,2
|
| 513 |
+
np.float32,0x7cbcf747,0x7f800000,2
|
| 514 |
+
np.float32,0xbe4b88f0,0x3f5f0d47,2
|
| 515 |
+
np.float32,0x3c53c4,0x3f800000,2
|
| 516 |
+
np.float32,0xbe883562,0x3f54e3f7,2
|
| 517 |
+
np.float32,0xbf1efaf0,0x3f267456,2
|
| 518 |
+
np.float32,0x3e22cd3e,0x3f8ee98b,2
|
| 519 |
+
np.float32,0x80434875,0x3f800000,2
|
| 520 |
+
np.float32,0xbf000b44,0x3f34ff6e,2
|
| 521 |
+
np.float32,0x7f311c3a,0x7f800000,2
|
| 522 |
+
np.float32,0x802f7f3f,0x3f800000,2
|
| 523 |
+
np.float32,0x805155fe,0x3f800000,2
|
| 524 |
+
np.float32,0x7f5d7485,0x7f800000,2
|
| 525 |
+
np.float32,0x80119197,0x3f800000,2
|
| 526 |
+
np.float32,0x3f445b8b,0x3fd9d30d,2
|
| 527 |
+
np.float32,0xbf638eb3,0x3f0a3f38,2
|
| 528 |
+
np.float32,0x402410,0x3f800000,2
|
| 529 |
+
np.float32,0xbc578a40,0x3f7dad1d,2
|
| 530 |
+
np.float32,0xbeecbf8a,0x3f39cc9e,2
|
| 531 |
+
np.float32,0x7f2935a4,0x7f800000,2
|
| 532 |
+
np.float32,0x3f570fea,0x3fe523e2,2
|
| 533 |
+
np.float32,0xbf06bffa,0x3f31bdb6,2
|
| 534 |
+
np.float32,0xbf2afdfd,0x3f2120ba,2
|
| 535 |
+
np.float32,0x7f76f7ab,0x7f800000,2
|
| 536 |
+
np.float32,0xfee2d1e8,0x0,2
|
| 537 |
+
np.float32,0x800b026d,0x3f800000,2
|
| 538 |
+
np.float32,0xff0eda75,0x0,2
|
| 539 |
+
np.float32,0x3d4c,0x3f800000,2
|
| 540 |
+
np.float32,0xbed538a2,0x3f3fcffb,2
|
| 541 |
+
np.float32,0x3f73f4f9,0x3ff7c979,2
|
| 542 |
+
np.float32,0x2aa9fc,0x3f800000,2
|
| 543 |
+
np.float32,0x806a45b3,0x3f800000,2
|
| 544 |
+
np.float32,0xff770d35,0x0,2
|
| 545 |
+
np.float32,0x7e999be3,0x7f800000,2
|
| 546 |
+
np.float32,0x80741128,0x3f800000,2
|
| 547 |
+
np.float32,0xff6aac34,0x0,2
|
| 548 |
+
np.float32,0x470f74,0x3f800000,2
|
| 549 |
+
np.float32,0xff423b7b,0x0,2
|
| 550 |
+
np.float32,0x17dfdd,0x3f800000,2
|
| 551 |
+
np.float32,0x7f029e12,0x7f800000,2
|
| 552 |
+
np.float32,0x803fcb9d,0x3f800000,2
|
| 553 |
+
np.float32,0x3f3dc3,0x3f800000,2
|
| 554 |
+
np.float32,0x7f3a27bc,0x7f800000,2
|
| 555 |
+
np.float32,0x3e473108,0x3f9279ec,2
|
| 556 |
+
np.float32,0x7f4add5d,0x7f800000,2
|
| 557 |
+
np.float32,0xfd9736e0,0x0,2
|
| 558 |
+
np.float32,0x805f1df2,0x3f800000,2
|
| 559 |
+
np.float32,0x6c49c1,0x3f800000,2
|
| 560 |
+
np.float32,0x7ec733c7,0x7f800000,2
|
| 561 |
+
np.float32,0x804c1abf,0x3f800000,2
|
| 562 |
+
np.float32,0x3de2e887,0x3f8a37a5,2
|
| 563 |
+
np.float32,0x3f51630a,0x3fe1a561,2
|
| 564 |
+
np.float32,0x3de686a8,0x3f8a62ff,2
|
| 565 |
+
np.float32,0xbedb3538,0x3f3e439c,2
|
| 566 |
+
np.float32,0xbf3aa892,0x3f1a6f9e,2
|
| 567 |
+
np.float32,0x7ee5fb32,0x7f800000,2
|
| 568 |
+
np.float32,0x7e916c9b,0x7f800000,2
|
| 569 |
+
np.float32,0x3f033f1c,0x3fb69e19,2
|
| 570 |
+
np.float32,0x25324b,0x3f800000,2
|
| 571 |
+
np.float32,0x3f348d1d,0x3fd0b2e2,2
|
| 572 |
+
np.float32,0x3f5797e8,0x3fe57851,2
|
| 573 |
+
np.float32,0xbf69c316,0x3f07f1a0,2
|
| 574 |
+
np.float32,0xbe8b7fb0,0x3f53f1bf,2
|
| 575 |
+
np.float32,0xbdbbc190,0x3f703d00,2
|
| 576 |
+
np.float32,0xff6c4fc0,0x0,2
|
| 577 |
+
np.float32,0x7f29fcbe,0x7f800000,2
|
| 578 |
+
np.float32,0x3f678d19,0x3fef9a23,2
|
| 579 |
+
np.float32,0x73d140,0x3f800000,2
|
| 580 |
+
np.float32,0x3e25bdd2,0x3f8f326b,2
|
| 581 |
+
np.float32,0xbeb775ec,0x3f47b2c6,2
|
| 582 |
+
np.float32,0xff451c4d,0x0,2
|
| 583 |
+
np.float32,0x8072c466,0x3f800000,2
|
| 584 |
+
np.float32,0x3f65e836,0x3fee89b2,2
|
| 585 |
+
np.float32,0x52ca7a,0x3f800000,2
|
| 586 |
+
np.float32,0x62cfed,0x3f800000,2
|
| 587 |
+
np.float32,0xbf583dd0,0x3f0e8c5c,2
|
| 588 |
+
np.float32,0xbf683842,0x3f088342,2
|
| 589 |
+
np.float32,0x3f1a7828,0x3fc2780c,2
|
| 590 |
+
np.float32,0x800ea979,0x3f800000,2
|
| 591 |
+
np.float32,0xbeb9133c,0x3f474328,2
|
| 592 |
+
np.float32,0x3ef09fc7,0x3fb14a4b,2
|
| 593 |
+
np.float32,0x7ebbcb75,0x7f800000,2
|
| 594 |
+
np.float32,0xff316c0e,0x0,2
|
| 595 |
+
np.float32,0x805b84e3,0x3f800000,2
|
| 596 |
+
np.float32,0x3d6a55e0,0x3f852d8a,2
|
| 597 |
+
np.float32,0x3e755788,0x3f971fd1,2
|
| 598 |
+
np.float32,0x3ee7aacb,0x3faf2743,2
|
| 599 |
+
np.float32,0x7f714039,0x7f800000,2
|
| 600 |
+
np.float32,0xff70bad8,0x0,2
|
| 601 |
+
np.float32,0xbe0b74c8,0x3f68f08c,2
|
| 602 |
+
np.float32,0xbf6cb170,0x3f06de86,2
|
| 603 |
+
np.float32,0x7ec1fbff,0x7f800000,2
|
| 604 |
+
np.float32,0x8014b1f6,0x3f800000,2
|
| 605 |
+
np.float32,0xfe8b45fe,0x0,2
|
| 606 |
+
np.float32,0x6e2220,0x3f800000,2
|
| 607 |
+
np.float32,0x3ed1777d,0x3fa9f7ab,2
|
| 608 |
+
np.float32,0xff48e467,0x0,2
|
| 609 |
+
np.float32,0xff76c5aa,0x0,2
|
| 610 |
+
np.float32,0x3e9bd330,0x3f9e0fd7,2
|
| 611 |
+
np.float32,0x3f17de4f,0x3fc11aae,2
|
| 612 |
+
np.float32,0x7eeaa2fd,0x7f800000,2
|
| 613 |
+
np.float32,0xbf572746,0x3f0ef806,2
|
| 614 |
+
np.float32,0x7e235554,0x7f800000,2
|
| 615 |
+
np.float32,0xfe24fc1c,0x0,2
|
| 616 |
+
np.float32,0x7daf71ad,0x7f800000,2
|
| 617 |
+
np.float32,0x800d4a6b,0x3f800000,2
|
| 618 |
+
np.float32,0xbf6fc31d,0x3f05c0ce,2
|
| 619 |
+
np.float32,0x1c4d93,0x3f800000,2
|
| 620 |
+
np.float32,0x7ee9200c,0x7f800000,2
|
| 621 |
+
np.float32,0x3f54b4da,0x3fe3aeec,2
|
| 622 |
+
np.float32,0x2b37b1,0x3f800000,2
|
| 623 |
+
np.float32,0x3f7468bd,0x3ff81731,2
|
| 624 |
+
np.float32,0x3f2850ea,0x3fc9e5f4,2
|
| 625 |
+
np.float32,0xbe0d47ac,0x3f68a6f9,2
|
| 626 |
+
np.float32,0x314877,0x3f800000,2
|
| 627 |
+
np.float32,0x802700c3,0x3f800000,2
|
| 628 |
+
np.float32,0x7e2c915f,0x7f800000,2
|
| 629 |
+
np.float32,0x800d0059,0x3f800000,2
|
| 630 |
+
np.float32,0x3f7f3c25,0x3fff7862,2
|
| 631 |
+
np.float32,0xff735d31,0x0,2
|
| 632 |
+
np.float32,0xff7e339e,0x0,2
|
| 633 |
+
np.float32,0xbef96cf0,0x3f36a340,2
|
| 634 |
+
np.float32,0x3db6ea21,0x3f882cb2,2
|
| 635 |
+
np.float32,0x67cb3d,0x3f800000,2
|
| 636 |
+
np.float32,0x801f349d,0x3f800000,2
|
| 637 |
+
np.float32,0x3f1390ec,0x3fbede29,2
|
| 638 |
+
np.float32,0x7f13644a,0x7f800000,2
|
| 639 |
+
np.float32,0x804a369b,0x3f800000,2
|
| 640 |
+
np.float32,0x80262666,0x3f800000,2
|
| 641 |
+
np.float32,0x7e850fbc,0x7f800000,2
|
| 642 |
+
np.float32,0x18b002,0x3f800000,2
|
| 643 |
+
np.float32,0x8051f1ed,0x3f800000,2
|
| 644 |
+
np.float32,0x3eba48f6,0x3fa4b753,2
|
| 645 |
+
np.float32,0xbf3f4130,0x3f1886a9,2
|
| 646 |
+
np.float32,0xbedac006,0x3f3e61cf,2
|
| 647 |
+
np.float32,0xbf097c70,0x3f306ddc,2
|
| 648 |
+
np.float32,0x4aba6d,0x3f800000,2
|
| 649 |
+
np.float32,0x580078,0x3f800000,2
|
| 650 |
+
np.float32,0x3f64d82e,0x3fedda40,2
|
| 651 |
+
np.float32,0x7f781fd6,0x7f800000,2
|
| 652 |
+
np.float32,0x6aff3d,0x3f800000,2
|
| 653 |
+
np.float32,0xff25e074,0x0,2
|
| 654 |
+
np.float32,0x7ea9ec89,0x7f800000,2
|
| 655 |
+
np.float32,0xbf63b816,0x3f0a2fbb,2
|
| 656 |
+
np.float32,0x133f07,0x3f800000,2
|
| 657 |
+
np.float32,0xff800000,0x0,2
|
| 658 |
+
np.float32,0x8013dde7,0x3f800000,2
|
| 659 |
+
np.float32,0xff770b95,0x0,2
|
| 660 |
+
np.float32,0x806154e8,0x3f800000,2
|
| 661 |
+
np.float32,0x3f1e7bce,0x3fc4981a,2
|
| 662 |
+
np.float32,0xff262c78,0x0,2
|
| 663 |
+
np.float32,0x3f59a652,0x3fe6c04c,2
|
| 664 |
+
np.float32,0x7f220166,0x7f800000,2
|
| 665 |
+
np.float32,0x7eb24939,0x7f800000,2
|
| 666 |
+
np.float32,0xbed58bb0,0x3f3fba6a,2
|
| 667 |
+
np.float32,0x3c2ad000,0x3f80eda7,2
|
| 668 |
+
np.float32,0x2adb2e,0x3f800000,2
|
| 669 |
+
np.float32,0xfe8b213e,0x0,2
|
| 670 |
+
np.float32,0xbf2e0c1e,0x3f1fccea,2
|
| 671 |
+
np.float32,0x7e1716be,0x7f800000,2
|
| 672 |
+
np.float32,0x80184e73,0x3f800000,2
|
| 673 |
+
np.float32,0xbf254743,0x3f23a3d5,2
|
| 674 |
+
np.float32,0x8063a722,0x3f800000,2
|
| 675 |
+
np.float32,0xbe50adf0,0x3f5e46c7,2
|
| 676 |
+
np.float32,0x3f614158,0x3feb8d60,2
|
| 677 |
+
np.float32,0x8014bbc8,0x3f800000,2
|
| 678 |
+
np.float32,0x283bc7,0x3f800000,2
|
| 679 |
+
np.float32,0x3ffb5c,0x3f800000,2
|
| 680 |
+
np.float32,0xfe8de6bc,0x0,2
|
| 681 |
+
np.float32,0xbea6e086,0x3f4c3b82,2
|
| 682 |
+
np.float32,0xfee64b92,0x0,2
|
| 683 |
+
np.float32,0x506c1a,0x3f800000,2
|
| 684 |
+
np.float32,0xff342af8,0x0,2
|
| 685 |
+
np.float32,0x6b6f4c,0x3f800000,2
|
| 686 |
+
np.float32,0xfeb42b1e,0x0,2
|
| 687 |
+
np.float32,0x3e49384a,0x3f92ad71,2
|
| 688 |
+
np.float32,0x152d08,0x3f800000,2
|
| 689 |
+
np.float32,0x804c8f09,0x3f800000,2
|
| 690 |
+
np.float32,0xff5e927d,0x0,2
|
| 691 |
+
np.float32,0x6374da,0x3f800000,2
|
| 692 |
+
np.float32,0x3f48f011,0x3fdc8ae4,2
|
| 693 |
+
np.float32,0xbf446a30,0x3f1668e8,2
|
| 694 |
+
np.float32,0x3ee77073,0x3faf196e,2
|
| 695 |
+
np.float32,0xff4caa40,0x0,2
|
| 696 |
+
np.float32,0x7efc9363,0x7f800000,2
|
| 697 |
+
np.float32,0xbf706dcc,0x3f05830d,2
|
| 698 |
+
np.float32,0xfe29c7e8,0x0,2
|
| 699 |
+
np.float32,0x803cfe58,0x3f800000,2
|
| 700 |
+
np.float32,0x3ec34c7c,0x3fa6bd0a,2
|
| 701 |
+
np.float32,0x3eb85b62,0x3fa44968,2
|
| 702 |
+
np.float32,0xfda1b9d8,0x0,2
|
| 703 |
+
np.float32,0x802932cd,0x3f800000,2
|
| 704 |
+
np.float32,0xbf5cde78,0x3f0cc5fa,2
|
| 705 |
+
np.float32,0x3f31bf44,0x3fcf1ec8,2
|
| 706 |
+
np.float32,0x803a0882,0x3f800000,2
|
| 707 |
+
np.float32,0x800000,0x3f800000,2
|
| 708 |
+
np.float32,0x3f54110e,0x3fe34a08,2
|
| 709 |
+
np.float32,0x80645ea9,0x3f800000,2
|
| 710 |
+
np.float32,0xbd8c1070,0x3f7425c3,2
|
| 711 |
+
np.float32,0x801a006a,0x3f800000,2
|
| 712 |
+
np.float32,0x7f5d161e,0x7f800000,2
|
| 713 |
+
np.float32,0x805b5df3,0x3f800000,2
|
| 714 |
+
np.float32,0xbf71a7c0,0x3f0511be,2
|
| 715 |
+
np.float32,0xbe9a55c0,0x3f4fbad6,2
|
| 716 |
+
np.float64,0xde7e2fd9bcfc6,0x3ff0000000000000,2
|
| 717 |
+
np.float64,0xbfd8cd88eb319b12,0x3fe876349efbfa2b,2
|
| 718 |
+
np.float64,0x3fe4fa13ace9f428,0x3ff933fbb117d196,2
|
| 719 |
+
np.float64,0x475b3d048eb68,0x3ff0000000000000,2
|
| 720 |
+
np.float64,0x7fef39ed07be73d9,0x7ff0000000000000,2
|
| 721 |
+
np.float64,0x80026b84d904d70a,0x3ff0000000000000,2
|
| 722 |
+
np.float64,0xebd60627d7ac1,0x3ff0000000000000,2
|
| 723 |
+
np.float64,0xbfd7cbefdbaf97e0,0x3fe8bad30f6cf8e1,2
|
| 724 |
+
np.float64,0x7fc17c605a22f8c0,0x7ff0000000000000,2
|
| 725 |
+
np.float64,0x8cdac05119b58,0x3ff0000000000000,2
|
| 726 |
+
np.float64,0x3fc45cd60a28b9ac,0x3ff1dd8028ec3f41,2
|
| 727 |
+
np.float64,0x7fef4fce137e9f9b,0x7ff0000000000000,2
|
| 728 |
+
np.float64,0xe5a2b819cb457,0x3ff0000000000000,2
|
| 729 |
+
np.float64,0xe3bcfd4dc77a0,0x3ff0000000000000,2
|
| 730 |
+
np.float64,0x68f0b670d1e17,0x3ff0000000000000,2
|
| 731 |
+
np.float64,0xae69a6455cd35,0x3ff0000000000000,2
|
| 732 |
+
np.float64,0xffe7007a0c6e00f4,0x0,2
|
| 733 |
+
np.float64,0x59fc57a8b3f8c,0x3ff0000000000000,2
|
| 734 |
+
np.float64,0xbfeee429c0bdc854,0x3fe0638fa62bed9f,2
|
| 735 |
+
np.float64,0x80030bb6e206176f,0x3ff0000000000000,2
|
| 736 |
+
np.float64,0x8006967a36ad2cf5,0x3ff0000000000000,2
|
| 737 |
+
np.float64,0x3fe128176a22502f,0x3ff73393301e5dc8,2
|
| 738 |
+
np.float64,0x218de20c431bd,0x3ff0000000000000,2
|
| 739 |
+
np.float64,0x3fe7dbc48aafb789,0x3ffad38989b5955c,2
|
| 740 |
+
np.float64,0xffda1ef411343de8,0x0,2
|
| 741 |
+
np.float64,0xc6b392838d673,0x3ff0000000000000,2
|
| 742 |
+
np.float64,0x7fe6d080c1ada101,0x7ff0000000000000,2
|
| 743 |
+
np.float64,0xbfed36dd67fa6dbb,0x3fe0fec342c4ee89,2
|
| 744 |
+
np.float64,0x3fee2bb6a3fc576e,0x3ffec1c149f1f092,2
|
| 745 |
+
np.float64,0xbfd1f785eb23ef0c,0x3fea576eb01233cb,2
|
| 746 |
+
np.float64,0x7fdad29a1f35a533,0x7ff0000000000000,2
|
| 747 |
+
np.float64,0xffe8928c4fb12518,0x0,2
|
| 748 |
+
np.float64,0x7fb123160022462b,0x7ff0000000000000,2
|
| 749 |
+
np.float64,0x8007ab56cfaf56ae,0x3ff0000000000000,2
|
| 750 |
+
np.float64,0x7fda342d6634685a,0x7ff0000000000000,2
|
| 751 |
+
np.float64,0xbfe3b7e42c676fc8,0x3fe4e05cf8685b8a,2
|
| 752 |
+
np.float64,0xffa708be7c2e1180,0x0,2
|
| 753 |
+
np.float64,0xbfe8ffbece31ff7e,0x3fe29eb84077a34a,2
|
| 754 |
+
np.float64,0xbf91002008220040,0x3fefa245058f05cb,2
|
| 755 |
+
np.float64,0x8000281f0ee0503f,0x3ff0000000000000,2
|
| 756 |
+
np.float64,0x8005617adc2ac2f6,0x3ff0000000000000,2
|
| 757 |
+
np.float64,0x7fa84fec60309fd8,0x7ff0000000000000,2
|
| 758 |
+
np.float64,0x8d00c0231a018,0x3ff0000000000000,2
|
| 759 |
+
np.float64,0xbfdfe52ca63fca5a,0x3fe6a7324cc00d57,2
|
| 760 |
+
np.float64,0x7fcc81073d39020d,0x7ff0000000000000,2
|
| 761 |
+
np.float64,0x800134ff5a6269ff,0x3ff0000000000000,2
|
| 762 |
+
np.float64,0xffc7fff98d2ffff4,0x0,2
|
| 763 |
+
np.float64,0x8000925ce50124bb,0x3ff0000000000000,2
|
| 764 |
+
np.float64,0xffe2530c66a4a618,0x0,2
|
| 765 |
+
np.float64,0x7fc99070673320e0,0x7ff0000000000000,2
|
| 766 |
+
np.float64,0xbfddd5c1f13bab84,0x3fe72a0c80f8df39,2
|
| 767 |
+
np.float64,0x3fe1c220fee38442,0x3ff7817ec66aa55b,2
|
| 768 |
+
np.float64,0x3fb9a1e1043343c2,0x3ff1265e575e6404,2
|
| 769 |
+
np.float64,0xffef72e0833ee5c0,0x0,2
|
| 770 |
+
np.float64,0x3fe710c0416e2181,0x3ffa5e93588aaa69,2
|
| 771 |
+
np.float64,0xbfd8d23cbab1a47a,0x3fe874f5b9d99885,2
|
| 772 |
+
np.float64,0x7fe9628ebd72c51c,0x7ff0000000000000,2
|
| 773 |
+
np.float64,0xdd5fa611babf5,0x3ff0000000000000,2
|
| 774 |
+
np.float64,0x8002bafac86575f6,0x3ff0000000000000,2
|
| 775 |
+
np.float64,0x68acea44d159e,0x3ff0000000000000,2
|
| 776 |
+
np.float64,0xffd776695eaeecd2,0x0,2
|
| 777 |
+
np.float64,0x80059b59bb4b36b4,0x3ff0000000000000,2
|
| 778 |
+
np.float64,0xbdcdd2af7b9bb,0x3ff0000000000000,2
|
| 779 |
+
np.float64,0x8002b432ee856867,0x3ff0000000000000,2
|
| 780 |
+
np.float64,0xcbc72f09978e6,0x3ff0000000000000,2
|
| 781 |
+
np.float64,0xbfee8f4bf6fd1e98,0x3fe081cc0318b170,2
|
| 782 |
+
np.float64,0xffc6e2892d2dc514,0x0,2
|
| 783 |
+
np.float64,0x7feb682e4db6d05c,0x7ff0000000000000,2
|
| 784 |
+
np.float64,0x8004b70a04296e15,0x3ff0000000000000,2
|
| 785 |
+
np.float64,0x42408a4284812,0x3ff0000000000000,2
|
| 786 |
+
np.float64,0xbfe9b8b197f37163,0x3fe254b4c003ce0a,2
|
| 787 |
+
np.float64,0x3fcaadf5f5355bec,0x3ff27ca7876a8d20,2
|
| 788 |
+
np.float64,0xfff0000000000000,0x0,2
|
| 789 |
+
np.float64,0x7fea8376d33506ed,0x7ff0000000000000,2
|
| 790 |
+
np.float64,0xffef73c2d63ee785,0x0,2
|
| 791 |
+
np.float64,0xffe68b2bae2d1657,0x0,2
|
| 792 |
+
np.float64,0x3fd8339cb2306739,0x3ff4cb774d616f90,2
|
| 793 |
+
np.float64,0xbfc6d1db4d2da3b8,0x3fec47bb873a309c,2
|
| 794 |
+
np.float64,0x7fe858016230b002,0x7ff0000000000000,2
|
| 795 |
+
np.float64,0x7fe74cb99d2e9972,0x7ff0000000000000,2
|
| 796 |
+
np.float64,0xffec2e96dc385d2d,0x0,2
|
| 797 |
+
np.float64,0xb762a9876ec55,0x3ff0000000000000,2
|
| 798 |
+
np.float64,0x3feca230c5794462,0x3ffdbfe62a572f52,2
|
| 799 |
+
np.float64,0xbfb5ebad3a2bd758,0x3fee27eed86dcc39,2
|
| 800 |
+
np.float64,0x471c705a8e38f,0x3ff0000000000000,2
|
| 801 |
+
np.float64,0x7fc79bb5cf2f376b,0x7ff0000000000000,2
|
| 802 |
+
np.float64,0xbfe53d6164ea7ac3,0x3fe4331b3beb73bd,2
|
| 803 |
+
np.float64,0xbfe375a3f766eb48,0x3fe4fe67edb516e6,2
|
| 804 |
+
np.float64,0x3fe1c7686ca38ed1,0x3ff7842f04770ba9,2
|
| 805 |
+
np.float64,0x242e74dc485cf,0x3ff0000000000000,2
|
| 806 |
+
np.float64,0x8009c06ab71380d6,0x3ff0000000000000,2
|
| 807 |
+
np.float64,0x3fd08505efa10a0c,0x3ff3227b735b956d,2
|
| 808 |
+
np.float64,0xffe3dfcecda7bf9d,0x0,2
|
| 809 |
+
np.float64,0x8001f079bbc3e0f4,0x3ff0000000000000,2
|
| 810 |
+
np.float64,0x3fddc706b6bb8e0c,0x3ff616d927987363,2
|
| 811 |
+
np.float64,0xbfd151373ea2a26e,0x3fea870ba53ec126,2
|
| 812 |
+
np.float64,0x7fe89533bfb12a66,0x7ff0000000000000,2
|
| 813 |
+
np.float64,0xffed302cbc3a6059,0x0,2
|
| 814 |
+
np.float64,0x3fd871cc28b0e398,0x3ff4d97d58c16ae2,2
|
| 815 |
+
np.float64,0x7fbe9239683d2472,0x7ff0000000000000,2
|
| 816 |
+
np.float64,0x848a445909149,0x3ff0000000000000,2
|
| 817 |
+
np.float64,0x8007b104ce2f620a,0x3ff0000000000000,2
|
| 818 |
+
np.float64,0x7fc2cd6259259ac4,0x7ff0000000000000,2
|
| 819 |
+
np.float64,0xbfeadb640df5b6c8,0x3fe1e2b068de10af,2
|
| 820 |
+
np.float64,0x800033b2f1a06767,0x3ff0000000000000,2
|
| 821 |
+
np.float64,0x7fe54e5b7caa9cb6,0x7ff0000000000000,2
|
| 822 |
+
np.float64,0x4f928f209f26,0x3ff0000000000000,2
|
| 823 |
+
np.float64,0x8003c3dc6f2787ba,0x3ff0000000000000,2
|
| 824 |
+
np.float64,0xbfd55a59daaab4b4,0x3fe9649d57b32b5d,2
|
| 825 |
+
np.float64,0xffe3e2968d67c52c,0x0,2
|
| 826 |
+
np.float64,0x80087434d550e86a,0x3ff0000000000000,2
|
| 827 |
+
np.float64,0xffdde800083bd000,0x0,2
|
| 828 |
+
np.float64,0xffe291f0542523e0,0x0,2
|
| 829 |
+
np.float64,0xbfe1419bc3e28338,0x3fe6051d4f95a34a,2
|
| 830 |
+
np.float64,0x3fd9d00ee1b3a01e,0x3ff5292bb8d5f753,2
|
| 831 |
+
np.float64,0x3fdb720b60b6e417,0x3ff589d133625374,2
|
| 832 |
+
np.float64,0xbfe3e21f0967c43e,0x3fe4cd4d02e3ef9a,2
|
| 833 |
+
np.float64,0x7fd7e27f3dafc4fd,0x7ff0000000000000,2
|
| 834 |
+
np.float64,0x3fd1cc2620a3984c,0x3ff366befbc38e3e,2
|
| 835 |
+
np.float64,0x3fe78d05436f1a0b,0x3ffaa5ee4ea54b79,2
|
| 836 |
+
np.float64,0x7e2acc84fc55a,0x3ff0000000000000,2
|
| 837 |
+
np.float64,0x800ffb861c5ff70c,0x3ff0000000000000,2
|
| 838 |
+
np.float64,0xffb2b0db1a2561b8,0x0,2
|
| 839 |
+
np.float64,0xbfe80c2363701847,0x3fe301fdfe789576,2
|
| 840 |
+
np.float64,0x7fe383c1c3e70783,0x7ff0000000000000,2
|
| 841 |
+
np.float64,0xbfeefc02e6fdf806,0x3fe05b1a8528bf6c,2
|
| 842 |
+
np.float64,0xbfe42c9268285925,0x3fe4abdc14793cb8,2
|
| 843 |
+
np.float64,0x1,0x3ff0000000000000,2
|
| 844 |
+
np.float64,0xa71c7ce94e390,0x3ff0000000000000,2
|
| 845 |
+
np.float64,0x800ed4e6777da9cd,0x3ff0000000000000,2
|
| 846 |
+
np.float64,0x3fde11b35d3c2367,0x3ff628bdc6dd1b78,2
|
| 847 |
+
np.float64,0x3fef3964dbfe72ca,0x3fff777cae357608,2
|
| 848 |
+
np.float64,0x3fefe369b7ffc6d4,0x3fffec357be508a3,2
|
| 849 |
+
np.float64,0xbfdef1855f3de30a,0x3fe6e348c58e3fed,2
|
| 850 |
+
np.float64,0x3fee0e2bc13c1c58,0x3ffeae1909c1b973,2
|
| 851 |
+
np.float64,0xbfd31554ffa62aaa,0x3fea06628b2f048a,2
|
| 852 |
+
np.float64,0x800dc56bcc7b8ad8,0x3ff0000000000000,2
|
| 853 |
+
np.float64,0x7fbba01b8e374036,0x7ff0000000000000,2
|
| 854 |
+
np.float64,0x7fd9737a92b2e6f4,0x7ff0000000000000,2
|
| 855 |
+
np.float64,0x3feeae0fac3d5c1f,0x3fff1913705f1f07,2
|
| 856 |
+
np.float64,0x3fdcc64fcdb98ca0,0x3ff5d9c3e5862972,2
|
| 857 |
+
np.float64,0x3fdad9f83db5b3f0,0x3ff56674e81c1bd1,2
|
| 858 |
+
np.float64,0x32b8797065710,0x3ff0000000000000,2
|
| 859 |
+
np.float64,0x3fd20deae6241bd6,0x3ff37495bc057394,2
|
| 860 |
+
np.float64,0x7fc899f0763133e0,0x7ff0000000000000,2
|
| 861 |
+
np.float64,0x80045805fc08b00d,0x3ff0000000000000,2
|
| 862 |
+
np.float64,0xbfcd8304cb3b0608,0x3feb4611f1eaa30c,2
|
| 863 |
+
np.float64,0x3fd632a2fcac6544,0x3ff4592e1ea14fb0,2
|
| 864 |
+
np.float64,0xffeeb066007d60cb,0x0,2
|
| 865 |
+
np.float64,0x800bb12a42b76255,0x3ff0000000000000,2
|
| 866 |
+
np.float64,0xbfe060fe1760c1fc,0x3fe6714640ab2574,2
|
| 867 |
+
np.float64,0x80067ed737acfdaf,0x3ff0000000000000,2
|
| 868 |
+
np.float64,0x3fd5ec3211abd864,0x3ff449adea82e73e,2
|
| 869 |
+
np.float64,0x7fc4b2fdc22965fb,0x7ff0000000000000,2
|
| 870 |
+
np.float64,0xff656afd002ad600,0x0,2
|
| 871 |
+
np.float64,0xffeadefcdcb5bdf9,0x0,2
|
| 872 |
+
np.float64,0x80052f18610a5e32,0x3ff0000000000000,2
|
| 873 |
+
np.float64,0xbfd5b75c78ab6eb8,0x3fe94b15e0f39194,2
|
| 874 |
+
np.float64,0xa4d3de2b49a7c,0x3ff0000000000000,2
|
| 875 |
+
np.float64,0xbfe321c93de64392,0x3fe524ac7bbee401,2
|
| 876 |
+
np.float64,0x3feb32f5def665ec,0x3ffcd6e4e5f9c271,2
|
| 877 |
+
np.float64,0x7fe6b07e4ced60fc,0x7ff0000000000000,2
|
| 878 |
+
np.float64,0x3fe013bb2de02776,0x3ff6aa4c32ab5ba4,2
|
| 879 |
+
np.float64,0xbfeadd81d375bb04,0x3fe1e1de89b4aebf,2
|
| 880 |
+
np.float64,0xffece7678079cece,0x0,2
|
| 881 |
+
np.float64,0x3fe3d87b8467b0f8,0x3ff897cf22505e4d,2
|
| 882 |
+
np.float64,0xffc4e3a05129c740,0x0,2
|
| 883 |
+
np.float64,0xbfddee6b03bbdcd6,0x3fe723dd83ab49bd,2
|
| 884 |
+
np.float64,0x3fcc4e2672389c4d,0x3ff2a680db769116,2
|
| 885 |
+
np.float64,0x3fd8ed221ab1da44,0x3ff4f569aec8b850,2
|
| 886 |
+
np.float64,0x80000a3538a0146b,0x3ff0000000000000,2
|
| 887 |
+
np.float64,0x8004832eb109065e,0x3ff0000000000000,2
|
| 888 |
+
np.float64,0xffdca83c60395078,0x0,2
|
| 889 |
+
np.float64,0xffef551cda3eaa39,0x0,2
|
| 890 |
+
np.float64,0x800fd95dd65fb2bc,0x3ff0000000000000,2
|
| 891 |
+
np.float64,0x3ff0000000000000,0x4000000000000000,2
|
| 892 |
+
np.float64,0xbfc06f5c4f20deb8,0x3fed466c17305ad8,2
|
| 893 |
+
np.float64,0xbfeb01b5f476036c,0x3fe1d3de0f4211f4,2
|
| 894 |
+
np.float64,0xbfdb2b9284365726,0x3fe7d7b02f790b05,2
|
| 895 |
+
np.float64,0xff76ba83202d7500,0x0,2
|
| 896 |
+
np.float64,0x3fd3f1c59ea7e38c,0x3ff3db96b3a0aaad,2
|
| 897 |
+
np.float64,0x8b99ff6d17340,0x3ff0000000000000,2
|
| 898 |
+
np.float64,0xbfeb383aa0f67075,0x3fe1bedcf2531c08,2
|
| 899 |
+
np.float64,0x3fe321e35fa643c7,0x3ff83749a5d686ee,2
|
| 900 |
+
np.float64,0xbfd863eb2130c7d6,0x3fe8923fcc39bac7,2
|
| 901 |
+
np.float64,0x9e71dd333ce3c,0x3ff0000000000000,2
|
| 902 |
+
np.float64,0x9542962b2a853,0x3ff0000000000000,2
|
| 903 |
+
np.float64,0xba2c963b74593,0x3ff0000000000000,2
|
| 904 |
+
np.float64,0x80019f4d0ca33e9b,0x3ff0000000000000,2
|
| 905 |
+
np.float64,0xffde3e39a73c7c74,0x0,2
|
| 906 |
+
np.float64,0x800258ae02c4b15d,0x3ff0000000000000,2
|
| 907 |
+
np.float64,0xbfd99a535a3334a6,0x3fe8402f3a0662a5,2
|
| 908 |
+
np.float64,0xe6c62143cd8c4,0x3ff0000000000000,2
|
| 909 |
+
np.float64,0x7fbcc828f0399051,0x7ff0000000000000,2
|
| 910 |
+
np.float64,0xbfe42e3596285c6b,0x3fe4ab2066d66071,2
|
| 911 |
+
np.float64,0xffe2ee42d365dc85,0x0,2
|
| 912 |
+
np.float64,0x3fe1f98abea3f315,0x3ff79dc68002a80b,2
|
| 913 |
+
np.float64,0x7fd7225891ae44b0,0x7ff0000000000000,2
|
| 914 |
+
np.float64,0x477177408ee30,0x3ff0000000000000,2
|
| 915 |
+
np.float64,0xbfe16a7e2162d4fc,0x3fe5f1a5c745385d,2
|
| 916 |
+
np.float64,0xbf98aaee283155e0,0x3fef785952e9c089,2
|
| 917 |
+
np.float64,0x7fd7c14a8daf8294,0x7ff0000000000000,2
|
| 918 |
+
np.float64,0xf7e7713defcee,0x3ff0000000000000,2
|
| 919 |
+
np.float64,0x800769aa11aed355,0x3ff0000000000000,2
|
| 920 |
+
np.float64,0xbfed30385e3a6071,0x3fe10135a3bd9ae6,2
|
| 921 |
+
np.float64,0x3fe6dd7205edbae4,0x3ffa4155899efd70,2
|
| 922 |
+
np.float64,0x800d705d26bae0ba,0x3ff0000000000000,2
|
| 923 |
+
np.float64,0xa443ac1f48876,0x3ff0000000000000,2
|
| 924 |
+
np.float64,0xbfec8cfec43919fe,0x3fe13dbf966e6633,2
|
| 925 |
+
np.float64,0x7fd246efaa248dde,0x7ff0000000000000,2
|
| 926 |
+
np.float64,0x800f2ad14afe55a3,0x3ff0000000000000,2
|
| 927 |
+
np.float64,0x800487a894c90f52,0x3ff0000000000000,2
|
| 928 |
+
np.float64,0x80014c4f19e2989f,0x3ff0000000000000,2
|
| 929 |
+
np.float64,0x3fc11f265f223e4d,0x3ff18def05c971e5,2
|
| 930 |
+
np.float64,0xffeb6d565776daac,0x0,2
|
| 931 |
+
np.float64,0x7fd5ca5df8ab94bb,0x7ff0000000000000,2
|
| 932 |
+
np.float64,0xbfe33de4fde67bca,0x3fe517d0e212cd1c,2
|
| 933 |
+
np.float64,0xbfd1c738e5a38e72,0x3fea6539e9491693,2
|
| 934 |
+
np.float64,0xbfec1d8c33b83b18,0x3fe16790fbca0c65,2
|
| 935 |
+
np.float64,0xbfeecb464b7d968d,0x3fe06c67e2aefa55,2
|
| 936 |
+
np.float64,0xbfd621dbf1ac43b8,0x3fe92dfa32d93846,2
|
| 937 |
+
np.float64,0x80069a02860d3406,0x3ff0000000000000,2
|
| 938 |
+
np.float64,0xbfe84f650e309eca,0x3fe2e661300f1975,2
|
| 939 |
+
np.float64,0x7fc1d2cec523a59d,0x7ff0000000000000,2
|
| 940 |
+
np.float64,0x3fd7706d79aee0db,0x3ff49fb033353dfe,2
|
| 941 |
+
np.float64,0xffd94ba458329748,0x0,2
|
| 942 |
+
np.float64,0x7fea98ba1a753173,0x7ff0000000000000,2
|
| 943 |
+
np.float64,0xbfe756ba092ead74,0x3fe34d428d1857bc,2
|
| 944 |
+
np.float64,0xffecfbd836b9f7b0,0x0,2
|
| 945 |
+
np.float64,0x3fd211fbe5a423f8,0x3ff375711a3641e0,2
|
| 946 |
+
np.float64,0x7fee24f7793c49ee,0x7ff0000000000000,2
|
| 947 |
+
np.float64,0x7fe6a098886d4130,0x7ff0000000000000,2
|
| 948 |
+
np.float64,0xbfd4ade909a95bd2,0x3fe99436524db1f4,2
|
| 949 |
+
np.float64,0xbfeb704e6476e09d,0x3fe1a95be4a21bc6,2
|
| 950 |
+
np.float64,0xffefc0f6627f81ec,0x0,2
|
| 951 |
+
np.float64,0x7feff3f896ffe7f0,0x7ff0000000000000,2
|
| 952 |
+
np.float64,0xa3f74edb47eea,0x3ff0000000000000,2
|
| 953 |
+
np.float64,0xbfe0a551cf214aa4,0x3fe65027a7ff42e3,2
|
| 954 |
+
np.float64,0x3fe164b23622c964,0x3ff7521c6225f51d,2
|
| 955 |
+
np.float64,0x7fc258752324b0e9,0x7ff0000000000000,2
|
| 956 |
+
np.float64,0x4739b3348e737,0x3ff0000000000000,2
|
| 957 |
+
np.float64,0xb0392b1d60726,0x3ff0000000000000,2
|
| 958 |
+
np.float64,0x7fe26f42e5e4de85,0x7ff0000000000000,2
|
| 959 |
+
np.float64,0x8004601f87e8c040,0x3ff0000000000000,2
|
| 960 |
+
np.float64,0xffe92ce37b3259c6,0x0,2
|
| 961 |
+
np.float64,0x3fe620da3a6c41b4,0x3ff9d6ee3d005466,2
|
| 962 |
+
np.float64,0x3fd850cfa2b0a1a0,0x3ff4d20bd249d411,2
|
| 963 |
+
np.float64,0xffdcdfdfb5b9bfc0,0x0,2
|
| 964 |
+
np.float64,0x800390297d672054,0x3ff0000000000000,2
|
| 965 |
+
np.float64,0x3fde5864f6bcb0ca,0x3ff639bb9321f5ef,2
|
| 966 |
+
np.float64,0x3fee484cec7c909a,0x3ffed4d2c6274219,2
|
| 967 |
+
np.float64,0x7fe9b9a064b37340,0x7ff0000000000000,2
|
| 968 |
+
np.float64,0xffe50028b8aa0051,0x0,2
|
| 969 |
+
np.float64,0x3fe37774ade6eee9,0x3ff864558498a9a8,2
|
| 970 |
+
np.float64,0x7fef83c724bf078d,0x7ff0000000000000,2
|
| 971 |
+
np.float64,0xbfeb58450fb6b08a,0x3fe1b290556be73d,2
|
| 972 |
+
np.float64,0x7fd7161475ae2c28,0x7ff0000000000000,2
|
| 973 |
+
np.float64,0x3fece09621f9c12c,0x3ffde836a583bbdd,2
|
| 974 |
+
np.float64,0x3fd045790ea08af2,0x3ff31554778fd4e2,2
|
| 975 |
+
np.float64,0xbfe7c7dd6cef8fbb,0x3fe31e2eeda857fc,2
|
| 976 |
+
np.float64,0xffe9632f5372c65e,0x0,2
|
| 977 |
+
np.float64,0x800d4f3a703a9e75,0x3ff0000000000000,2
|
| 978 |
+
np.float64,0xffea880e4df5101c,0x0,2
|
| 979 |
+
np.float64,0xbfeb7edc4ff6fdb8,0x3fe1a3cb5dc33594,2
|
| 980 |
+
np.float64,0xbfcaae4bab355c98,0x3febb1ee65e16b58,2
|
| 981 |
+
np.float64,0xbfde598a19bcb314,0x3fe709145eafaaf8,2
|
| 982 |
+
np.float64,0x3feefb6d78fdf6db,0x3fff4d5c8c68e39a,2
|
| 983 |
+
np.float64,0x13efc75427dfa,0x3ff0000000000000,2
|
| 984 |
+
np.float64,0xffe26f65c064decb,0x0,2
|
| 985 |
+
np.float64,0xbfed5c1addfab836,0x3fe0f1133bd2189a,2
|
| 986 |
+
np.float64,0x7fe7a7cf756f4f9e,0x7ff0000000000000,2
|
| 987 |
+
np.float64,0xffc681702e2d02e0,0x0,2
|
| 988 |
+
np.float64,0x8003d6ab5067ad57,0x3ff0000000000000,2
|
| 989 |
+
np.float64,0xffa695f1342d2be0,0x0,2
|
| 990 |
+
np.float64,0xbfcf8857db3f10b0,0x3feafa14da8c29a4,2
|
| 991 |
+
np.float64,0xbfe8ca06be71940e,0x3fe2b46f6d2c64b4,2
|
| 992 |
+
np.float64,0x3451c74468a3a,0x3ff0000000000000,2
|
| 993 |
+
np.float64,0x3fde47d5f6bc8fac,0x3ff635bf8e024716,2
|
| 994 |
+
np.float64,0xffda159d5db42b3a,0x0,2
|
| 995 |
+
np.float64,0x7fef9fecaa3f3fd8,0x7ff0000000000000,2
|
| 996 |
+
np.float64,0x3fd4e745e3a9ce8c,0x3ff410a9cb6fd8bf,2
|
| 997 |
+
np.float64,0xffef57019b3eae02,0x0,2
|
| 998 |
+
np.float64,0xbfe6604f4f6cc09e,0x3fe3b55de43c626d,2
|
| 999 |
+
np.float64,0xffe066a424a0cd48,0x0,2
|
| 1000 |
+
np.float64,0x3fd547de85aa8fbc,0x3ff425b2a7a16675,2
|
| 1001 |
+
np.float64,0xffb3c69280278d28,0x0,2
|
| 1002 |
+
np.float64,0xffebe0b759f7c16e,0x0,2
|
| 1003 |
+
np.float64,0x3fefc84106ff9082,0x3fffd973687337d8,2
|
| 1004 |
+
np.float64,0x501c42a4a0389,0x3ff0000000000000,2
|
| 1005 |
+
np.float64,0x7feb45d13eb68ba1,0x7ff0000000000000,2
|
| 1006 |
+
np.float64,0xbfb16a8c2e22d518,0x3fee86a9c0f9291a,2
|
| 1007 |
+
np.float64,0x3be327b877c66,0x3ff0000000000000,2
|
| 1008 |
+
np.float64,0x7fe4a58220694b03,0x7ff0000000000000,2
|
| 1009 |
+
np.float64,0x3fe0286220a050c4,0x3ff6b472157ab8f2,2
|
| 1010 |
+
np.float64,0x3fc9381825327030,0x3ff2575fbea2bf5d,2
|
| 1011 |
+
np.float64,0xbfd1af7ee8a35efe,0x3fea6c032cf7e669,2
|
| 1012 |
+
np.float64,0xbfea9b0f39b5361e,0x3fe1fbae14b40b4d,2
|
| 1013 |
+
np.float64,0x39efe4aa73dfd,0x3ff0000000000000,2
|
| 1014 |
+
np.float64,0xffeb06fdc8360dfb,0x0,2
|
| 1015 |
+
np.float64,0xbfda481e72b4903c,0x3fe812b4b08d4884,2
|
| 1016 |
+
np.float64,0xbfd414ba5ba82974,0x3fe9bec9474bdfe6,2
|
| 1017 |
+
np.float64,0x7fe707177b6e0e2e,0x7ff0000000000000,2
|
| 1018 |
+
np.float64,0x8000000000000001,0x3ff0000000000000,2
|
| 1019 |
+
np.float64,0xbfede6a75bbbcd4f,0x3fe0be874cccd399,2
|
| 1020 |
+
np.float64,0x8006cdb577cd9b6c,0x3ff0000000000000,2
|
| 1021 |
+
np.float64,0x800051374f20a26f,0x3ff0000000000000,2
|
| 1022 |
+
np.float64,0x3fe5cba8c96b9752,0x3ff9a76b3adcc122,2
|
| 1023 |
+
np.float64,0xbfee3933487c7267,0x3fe0a0b190f9609a,2
|
| 1024 |
+
np.float64,0x3fd574b8d8aae970,0x3ff42f7e83de1af9,2
|
| 1025 |
+
np.float64,0xba5db72b74bb7,0x3ff0000000000000,2
|
| 1026 |
+
np.float64,0x3fa9bf512c337ea0,0x3ff0914a7f743a94,2
|
| 1027 |
+
np.float64,0xffe8cb736c3196e6,0x0,2
|
| 1028 |
+
np.float64,0x3761b2f06ec37,0x3ff0000000000000,2
|
| 1029 |
+
np.float64,0x8b4d4433169a9,0x3ff0000000000000,2
|
| 1030 |
+
np.float64,0x800f0245503e048b,0x3ff0000000000000,2
|
| 1031 |
+
np.float64,0x7fb20d54ac241aa8,0x7ff0000000000000,2
|
| 1032 |
+
np.float64,0x3fdf26666b3e4ccd,0x3ff66b8995142017,2
|
| 1033 |
+
np.float64,0xbfcbf2a83737e550,0x3feb8173a7b9d6b5,2
|
| 1034 |
+
np.float64,0x3fd31572a0a62ae5,0x3ff3ac6c94313dcd,2
|
| 1035 |
+
np.float64,0x7fb6c2807a2d8500,0x7ff0000000000000,2
|
| 1036 |
+
np.float64,0x800799758f2f32ec,0x3ff0000000000000,2
|
| 1037 |
+
np.float64,0xe72f1f6bce5e4,0x3ff0000000000000,2
|
| 1038 |
+
np.float64,0x3fe0e0f223a1c1e4,0x3ff70fed5b761673,2
|
| 1039 |
+
np.float64,0x3fe6d4f133eda9e2,0x3ffa3c8000c169eb,2
|
| 1040 |
+
np.float64,0xbfe1ccc3d8639988,0x3fe5c32148bedbda,2
|
| 1041 |
+
np.float64,0x3fea71c53574e38a,0x3ffc5f31201fe9be,2
|
| 1042 |
+
np.float64,0x9e0323eb3c065,0x3ff0000000000000,2
|
| 1043 |
+
np.float64,0x8005cc79a5cb98f4,0x3ff0000000000000,2
|
| 1044 |
+
np.float64,0x1dace1f83b59d,0x3ff0000000000000,2
|
| 1045 |
+
np.float64,0x10000000000000,0x3ff0000000000000,2
|
| 1046 |
+
np.float64,0xbfdef50830bdea10,0x3fe6e269fc17ebef,2
|
| 1047 |
+
np.float64,0x8010000000000000,0x3ff0000000000000,2
|
| 1048 |
+
np.float64,0xbfdfa82192bf5044,0x3fe6b6313ee0a095,2
|
| 1049 |
+
np.float64,0x3fd9398fe2b27320,0x3ff506ca2093c060,2
|
| 1050 |
+
np.float64,0x8002721fe664e441,0x3ff0000000000000,2
|
| 1051 |
+
np.float64,0x800c04166ad8082d,0x3ff0000000000000,2
|
| 1052 |
+
np.float64,0xffec3918b3387230,0x0,2
|
| 1053 |
+
np.float64,0x3fec62d5dfb8c5ac,0x3ffd972ea4a54b32,2
|
| 1054 |
+
np.float64,0x3fe7e42a0b6fc854,0x3ffad86b0443181d,2
|
| 1055 |
+
np.float64,0x3fc0aff5f3215fec,0x3ff1836058d4d210,2
|
| 1056 |
+
np.float64,0xbf82ff68a025fec0,0x3fefcb7f06862dce,2
|
| 1057 |
+
np.float64,0xae2e35195c5c7,0x3ff0000000000000,2
|
| 1058 |
+
np.float64,0x3fece3bddf79c77c,0x3ffdea41fb1ba8fa,2
|
| 1059 |
+
np.float64,0xbfa97b947832f730,0x3feeea34ebedbbd2,2
|
| 1060 |
+
np.float64,0xbfdfb1b1ce3f6364,0x3fe6b3d72871335c,2
|
| 1061 |
+
np.float64,0xbfe61a4f24ac349e,0x3fe3d356bf991b06,2
|
| 1062 |
+
np.float64,0x7fe23117a5e4622e,0x7ff0000000000000,2
|
| 1063 |
+
np.float64,0x800552a8cccaa552,0x3ff0000000000000,2
|
| 1064 |
+
np.float64,0x625b4d0ac4b6a,0x3ff0000000000000,2
|
| 1065 |
+
np.float64,0x3f86cf15702d9e00,0x3ff01fbe0381676d,2
|
| 1066 |
+
np.float64,0x800d7d1b685afa37,0x3ff0000000000000,2
|
| 1067 |
+
np.float64,0x3fe2cb6e40a596dd,0x3ff80a1a562f7fc9,2
|
| 1068 |
+
np.float64,0x3fe756eb8e2eadd7,0x3ffa86c638aad07d,2
|
| 1069 |
+
np.float64,0x800dc9a5513b934b,0x3ff0000000000000,2
|
| 1070 |
+
np.float64,0xbfbbdd118a37ba20,0x3fedacb4624f3cee,2
|
| 1071 |
+
np.float64,0x800de01f8efbc03f,0x3ff0000000000000,2
|
| 1072 |
+
np.float64,0x800da1a3fe9b4348,0x3ff0000000000000,2
|
| 1073 |
+
np.float64,0xbf87d8c7602fb180,0x3fefbe2614998ab6,2
|
| 1074 |
+
np.float64,0xbfdfff6141bffec2,0x3fe6a0c54d9f1bc8,2
|
| 1075 |
+
np.float64,0xee8fbba5dd1f8,0x3ff0000000000000,2
|
| 1076 |
+
np.float64,0x3fe79dc93e6f3b92,0x3ffaaf9d7d955b2c,2
|
| 1077 |
+
np.float64,0xffedd4b3d07ba967,0x0,2
|
| 1078 |
+
np.float64,0x800905dfc1720bc0,0x3ff0000000000000,2
|
| 1079 |
+
np.float64,0x3fd9e483b8b3c907,0x3ff52ddc6c950e7f,2
|
| 1080 |
+
np.float64,0xe34ffefdc6a00,0x3ff0000000000000,2
|
| 1081 |
+
np.float64,0x2168e62242d1e,0x3ff0000000000000,2
|
| 1082 |
+
np.float64,0x800349950e26932b,0x3ff0000000000000,2
|
| 1083 |
+
np.float64,0x7fc50da8532a1b50,0x7ff0000000000000,2
|
| 1084 |
+
np.float64,0xae1a4d115c34a,0x3ff0000000000000,2
|
| 1085 |
+
np.float64,0xa020f0b74041e,0x3ff0000000000000,2
|
| 1086 |
+
np.float64,0x3fd2aa2f77a5545f,0x3ff3959f09519a25,2
|
| 1087 |
+
np.float64,0x3fbfefc3223fdf86,0x3ff171f3df2d408b,2
|
| 1088 |
+
np.float64,0xbfea9fc340b53f86,0x3fe1f9d92b712654,2
|
| 1089 |
+
np.float64,0xffe9b920a5337240,0x0,2
|
| 1090 |
+
np.float64,0xbfe2eb0265e5d605,0x3fe53dd195782de3,2
|
| 1091 |
+
np.float64,0x7fb932c70e32658d,0x7ff0000000000000,2
|
| 1092 |
+
np.float64,0x3fda816bfcb502d8,0x3ff551f8d5c84c82,2
|
| 1093 |
+
np.float64,0x3fed68cbe9fad198,0x3ffe40f6692d5693,2
|
| 1094 |
+
np.float64,0x32df077665be2,0x3ff0000000000000,2
|
| 1095 |
+
np.float64,0x7fdc9c2f3539385d,0x7ff0000000000000,2
|
| 1096 |
+
np.float64,0x7fe71091a2ee2122,0x7ff0000000000000,2
|
| 1097 |
+
np.float64,0xbfe68106c46d020e,0x3fe3a76b56024c2c,2
|
| 1098 |
+
np.float64,0xffcf0572823e0ae4,0x0,2
|
| 1099 |
+
np.float64,0xbfeeab341fbd5668,0x3fe077d496941cda,2
|
| 1100 |
+
np.float64,0x7fe7ada0d2af5b41,0x7ff0000000000000,2
|
| 1101 |
+
np.float64,0xffacdef2a439bde0,0x0,2
|
| 1102 |
+
np.float64,0x3fe4200f3128401e,0x3ff8be0ddf30fd1e,2
|
| 1103 |
+
np.float64,0xffd9022a69320454,0x0,2
|
| 1104 |
+
np.float64,0xbfe8e06914f1c0d2,0x3fe2ab5fe7fffb5a,2
|
| 1105 |
+
np.float64,0x3fc4b976602972ed,0x3ff1e6786fa7a890,2
|
| 1106 |
+
np.float64,0xbfd784c105af0982,0x3fe8cdeb1cdbd57e,2
|
| 1107 |
+
np.float64,0x7feb20a20eb64143,0x7ff0000000000000,2
|
| 1108 |
+
np.float64,0xbfc87dd83630fbb0,0x3fec067c1e7e6983,2
|
| 1109 |
+
np.float64,0x7fe5400cbe6a8018,0x7ff0000000000000,2
|
| 1110 |
+
np.float64,0xbfb4a1f5e22943e8,0x3fee42e6c81559a9,2
|
| 1111 |
+
np.float64,0x3fe967c575f2cf8a,0x3ffbbd8bc0d5c50d,2
|
| 1112 |
+
np.float64,0xbfeb059cf4760b3a,0x3fe1d25c592c4dab,2
|
| 1113 |
+
np.float64,0xbfeef536d5bdea6e,0x3fe05d832c15c64a,2
|
| 1114 |
+
np.float64,0x3fa90b3f6432167f,0x3ff08d410dd732cc,2
|
| 1115 |
+
np.float64,0xbfeaff265e75fe4d,0x3fe1d4db3fb3208d,2
|
| 1116 |
+
np.float64,0x6d93d688db27b,0x3ff0000000000000,2
|
| 1117 |
+
np.float64,0x800ab9b4ea55736a,0x3ff0000000000000,2
|
| 1118 |
+
np.float64,0x3fd444b39d288967,0x3ff3ed749d48d444,2
|
| 1119 |
+
np.float64,0xbfd5f2c0d0abe582,0x3fe93ad6124d88e7,2
|
| 1120 |
+
np.float64,0x3fea8fd915f51fb2,0x3ffc71b32cb92d60,2
|
| 1121 |
+
np.float64,0xbfd23d6491a47aca,0x3fea43875709b0f0,2
|
| 1122 |
+
np.float64,0xffe76f75ce6edeeb,0x0,2
|
| 1123 |
+
np.float64,0x1f5670da3eacf,0x3ff0000000000000,2
|
| 1124 |
+
np.float64,0x8000d89c9621b13a,0x3ff0000000000000,2
|
| 1125 |
+
np.float64,0x3fedb51c52bb6a39,0x3ffe732279c228ff,2
|
| 1126 |
+
np.float64,0x7f99215ac83242b5,0x7ff0000000000000,2
|
| 1127 |
+
np.float64,0x742a6864e854e,0x3ff0000000000000,2
|
| 1128 |
+
np.float64,0xbfe02fb340205f66,0x3fe689495f9164e3,2
|
| 1129 |
+
np.float64,0x7fef4c12b0fe9824,0x7ff0000000000000,2
|
| 1130 |
+
np.float64,0x3fd40e17c2a81c30,0x3ff3e1aee8ed972f,2
|
| 1131 |
+
np.float64,0x7fdcd264e939a4c9,0x7ff0000000000000,2
|
| 1132 |
+
np.float64,0x3fdb675838b6ceb0,0x3ff587526241c550,2
|
| 1133 |
+
np.float64,0x3fdf1a4081be3480,0x3ff66896a18c2385,2
|
| 1134 |
+
np.float64,0xbfea5082b874a106,0x3fe218cf8f11be13,2
|
| 1135 |
+
np.float64,0xffe1a0ebf7e341d8,0x0,2
|
| 1136 |
+
np.float64,0x3fed0a2222ba1444,0x3ffe032ce928ae7d,2
|
| 1137 |
+
np.float64,0xffeae036da75c06d,0x0,2
|
| 1138 |
+
np.float64,0x5b05fc8ab60c0,0x3ff0000000000000,2
|
| 1139 |
+
np.float64,0x7fd8aae5f03155cb,0x7ff0000000000000,2
|
| 1140 |
+
np.float64,0xbfd0b4d9fda169b4,0x3feab41e58b6ccb7,2
|
| 1141 |
+
np.float64,0xffdcaffa57395ff4,0x0,2
|
| 1142 |
+
np.float64,0xbfcbf1455437e28c,0x3feb81a884182c5d,2
|
| 1143 |
+
np.float64,0x3f9d6700b83ace01,0x3ff0525657db35d4,2
|
| 1144 |
+
np.float64,0x4fd5b0b29fab7,0x3ff0000000000000,2
|
| 1145 |
+
np.float64,0x3fe9af2df5b35e5c,0x3ffbe895684df916,2
|
| 1146 |
+
np.float64,0x800dfd41f9dbfa84,0x3ff0000000000000,2
|
| 1147 |
+
np.float64,0xbf2a30457e546,0x3ff0000000000000,2
|
| 1148 |
+
np.float64,0x7fc6be37182d7c6d,0x7ff0000000000000,2
|
| 1149 |
+
np.float64,0x800e0f9788dc1f2f,0x3ff0000000000000,2
|
| 1150 |
+
np.float64,0x8006890c704d121a,0x3ff0000000000000,2
|
| 1151 |
+
np.float64,0xffecb1a7cbb9634f,0x0,2
|
| 1152 |
+
np.float64,0xffb35c330426b868,0x0,2
|
| 1153 |
+
np.float64,0x7fe8f2ba8a71e574,0x7ff0000000000000,2
|
| 1154 |
+
np.float64,0xf3ccff8fe79a0,0x3ff0000000000000,2
|
| 1155 |
+
np.float64,0x3fdf19a84e3e3351,0x3ff66871b17474c1,2
|
| 1156 |
+
np.float64,0x80049a662d0934cd,0x3ff0000000000000,2
|
| 1157 |
+
np.float64,0xdf5bb4bbbeb77,0x3ff0000000000000,2
|
| 1158 |
+
np.float64,0x8005eca030cbd941,0x3ff0000000000000,2
|
| 1159 |
+
np.float64,0xffe5f239586be472,0x0,2
|
| 1160 |
+
np.float64,0xbfc4526a0728a4d4,0x3fecaa52fbf5345e,2
|
| 1161 |
+
np.float64,0xbfe8f1ecda31e3da,0x3fe2a44c080848b3,2
|
| 1162 |
+
np.float64,0x3feebd32f4bd7a66,0x3fff234788938c3e,2
|
| 1163 |
+
np.float64,0xffd6ca04e9ad940a,0x0,2
|
| 1164 |
+
np.float64,0x7ff0000000000000,0x7ff0000000000000,2
|
| 1165 |
+
np.float64,0xbfd4c560a9a98ac2,0x3fe98db6d97442fc,2
|
| 1166 |
+
np.float64,0x8005723471cae46a,0x3ff0000000000000,2
|
| 1167 |
+
np.float64,0xbfeb278299764f05,0x3fe1c54b48f8ba4b,2
|
| 1168 |
+
np.float64,0x8007907b376f20f7,0x3ff0000000000000,2
|
| 1169 |
+
np.float64,0x7fe9c2fd01b385f9,0x7ff0000000000000,2
|
| 1170 |
+
np.float64,0x7fdaa37368b546e6,0x7ff0000000000000,2
|
| 1171 |
+
np.float64,0xbfe6d0f3786da1e7,0x3fe38582271cada7,2
|
| 1172 |
+
np.float64,0xbfea9b77823536ef,0x3fe1fb8575cd1b7d,2
|
| 1173 |
+
np.float64,0xbfe90ac38bf21587,0x3fe29a471b47a2e8,2
|
| 1174 |
+
np.float64,0xbfe9c51844738a30,0x3fe24fc8de03ea84,2
|
| 1175 |
+
np.float64,0x3fe45a9013a8b520,0x3ff8dd7c80f1cf75,2
|
| 1176 |
+
np.float64,0xbfe5780551eaf00a,0x3fe419832a6a4c56,2
|
| 1177 |
+
np.float64,0xffefffffffffffff,0x0,2
|
| 1178 |
+
np.float64,0x7fe3778c84a6ef18,0x7ff0000000000000,2
|
| 1179 |
+
np.float64,0xbfdc8a60413914c0,0x3fe77dc55b85028f,2
|
| 1180 |
+
np.float64,0xef47ae2fde8f6,0x3ff0000000000000,2
|
| 1181 |
+
np.float64,0x8001269fa4c24d40,0x3ff0000000000000,2
|
| 1182 |
+
np.float64,0x3fe9d2d39e73a5a7,0x3ffbfe2a66c4148e,2
|
| 1183 |
+
np.float64,0xffee61f528fcc3e9,0x0,2
|
| 1184 |
+
np.float64,0x3fe8a259ab7144b3,0x3ffb47e797a34bd2,2
|
| 1185 |
+
np.float64,0x3f906d610820dac0,0x3ff02dccda8e1a75,2
|
| 1186 |
+
np.float64,0x3fe70739f32e0e74,0x3ffa59232f4fcd07,2
|
| 1187 |
+
np.float64,0x3fe6b7f5e6ad6fec,0x3ffa2c0cc54f2c16,2
|
| 1188 |
+
np.float64,0x95a91a792b524,0x3ff0000000000000,2
|
| 1189 |
+
np.float64,0xbfedf6fcf57bedfa,0x3fe0b89bb40081cc,2
|
| 1190 |
+
np.float64,0xbfa4d2de9c29a5c0,0x3fef1c485678d657,2
|
| 1191 |
+
np.float64,0x3fe130470d22608e,0x3ff737b0be409a38,2
|
| 1192 |
+
np.float64,0x3fcf8035423f006b,0x3ff2f9d7c3c6a302,2
|
| 1193 |
+
np.float64,0xffe5995a3eab32b4,0x0,2
|
| 1194 |
+
np.float64,0xffca68c63034d18c,0x0,2
|
| 1195 |
+
np.float64,0xff9d53af903aa760,0x0,2
|
| 1196 |
+
np.float64,0x800563f1de6ac7e4,0x3ff0000000000000,2
|
| 1197 |
+
np.float64,0x7fce284fa63c509e,0x7ff0000000000000,2
|
| 1198 |
+
np.float64,0x7fb2a3959a25472a,0x7ff0000000000000,2
|
| 1199 |
+
np.float64,0x7fdbe2652f37c4c9,0x7ff0000000000000,2
|
| 1200 |
+
np.float64,0x800d705bbc1ae0b8,0x3ff0000000000000,2
|
| 1201 |
+
np.float64,0x7fd9bd2347b37a46,0x7ff0000000000000,2
|
| 1202 |
+
np.float64,0x3fcac3c0fb358782,0x3ff27ed62d6c8221,2
|
| 1203 |
+
np.float64,0x800110691ec220d3,0x3ff0000000000000,2
|
| 1204 |
+
np.float64,0x3fef79a8157ef350,0x3fffa368513eb909,2
|
| 1205 |
+
np.float64,0x7fe8bd2f0e317a5d,0x7ff0000000000000,2
|
| 1206 |
+
np.float64,0x7fd3040e60a6081c,0x7ff0000000000000,2
|
| 1207 |
+
np.float64,0xffea50723234a0e4,0x0,2
|
| 1208 |
+
np.float64,0xbfe6220054ac4400,0x3fe3d00961238a93,2
|
| 1209 |
+
np.float64,0x3f9eddd8c83dbbc0,0x3ff0567b0c73005a,2
|
| 1210 |
+
np.float64,0xbfa4a062c42940c0,0x3fef1e68badde324,2
|
| 1211 |
+
np.float64,0xbfd077ad4720ef5a,0x3feac5d577581d07,2
|
| 1212 |
+
np.float64,0x7fdfd4b025bfa95f,0x7ff0000000000000,2
|
| 1213 |
+
np.float64,0xd00d3cf3a01a8,0x3ff0000000000000,2
|
| 1214 |
+
np.float64,0x7fe3010427260207,0x7ff0000000000000,2
|
| 1215 |
+
np.float64,0x22ea196645d44,0x3ff0000000000000,2
|
| 1216 |
+
np.float64,0x7fd747e8cd2e8fd1,0x7ff0000000000000,2
|
| 1217 |
+
np.float64,0xd50665e7aa0cd,0x3ff0000000000000,2
|
| 1218 |
+
np.float64,0x7fe1da580ae3b4af,0x7ff0000000000000,2
|
| 1219 |
+
np.float64,0xffeb218ecfb6431d,0x0,2
|
| 1220 |
+
np.float64,0xbf887d0dd030fa00,0x3fefbc6252c8b354,2
|
| 1221 |
+
np.float64,0x3fcaa31067354621,0x3ff27b904c07e07f,2
|
| 1222 |
+
np.float64,0x7fe698cc4ded3198,0x7ff0000000000000,2
|
| 1223 |
+
np.float64,0x1c40191a38804,0x3ff0000000000000,2
|
| 1224 |
+
np.float64,0x80086fd20e30dfa4,0x3ff0000000000000,2
|
| 1225 |
+
np.float64,0x7fed34d5eaba69ab,0x7ff0000000000000,2
|
| 1226 |
+
np.float64,0xffd00b52622016a4,0x0,2
|
| 1227 |
+
np.float64,0x3f80abcdb021579b,0x3ff0172d27945851,2
|
| 1228 |
+
np.float64,0x3fe614cfd66c29a0,0x3ff9d031e1839191,2
|
| 1229 |
+
np.float64,0x80021d71c8843ae4,0x3ff0000000000000,2
|
| 1230 |
+
np.float64,0x800bc2adc657855c,0x3ff0000000000000,2
|
| 1231 |
+
np.float64,0x6b9fec1cd73fe,0x3ff0000000000000,2
|
| 1232 |
+
np.float64,0xffd9093b5f321276,0x0,2
|
| 1233 |
+
np.float64,0x800d3c6c77fa78d9,0x3ff0000000000000,2
|
| 1234 |
+
np.float64,0xffe80fc1cbf01f83,0x0,2
|
| 1235 |
+
np.float64,0xffbffbaf2a3ff760,0x0,2
|
| 1236 |
+
np.float64,0x3fea1ed29eb43da5,0x3ffc2c64ec0e17a3,2
|
| 1237 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,2
|
| 1238 |
+
np.float64,0x3fd944a052328941,0x3ff5094f4c43ecca,2
|
| 1239 |
+
np.float64,0x800b1f9416163f29,0x3ff0000000000000,2
|
| 1240 |
+
np.float64,0x800f06bf33de0d7e,0x3ff0000000000000,2
|
| 1241 |
+
np.float64,0xbfdbf0d226b7e1a4,0x3fe7a4f73793d95b,2
|
| 1242 |
+
np.float64,0xffe7306c30ae60d8,0x0,2
|
| 1243 |
+
np.float64,0x7fe991accfb32359,0x7ff0000000000000,2
|
| 1244 |
+
np.float64,0x3fcc0040d2380082,0x3ff29ea47e4f07d4,2
|
| 1245 |
+
np.float64,0x7fefffffffffffff,0x7ff0000000000000,2
|
| 1246 |
+
np.float64,0x0,0x3ff0000000000000,2
|
| 1247 |
+
np.float64,0x3fe1423f7be2847e,0x3ff740bc1d3b20f8,2
|
| 1248 |
+
np.float64,0xbfeae3a3cab5c748,0x3fe1df7e936f8504,2
|
| 1249 |
+
np.float64,0x800b2da7d6165b50,0x3ff0000000000000,2
|
| 1250 |
+
np.float64,0x800b2404fcd6480a,0x3ff0000000000000,2
|
| 1251 |
+
np.float64,0x6fcbcf88df97b,0x3ff0000000000000,2
|
| 1252 |
+
np.float64,0xa248c0e14492,0x3ff0000000000000,2
|
| 1253 |
+
np.float64,0xffd255776824aaee,0x0,2
|
| 1254 |
+
np.float64,0x80057b3effeaf67f,0x3ff0000000000000,2
|
| 1255 |
+
np.float64,0x3feb0b07d7761610,0x3ffcbdfe1be5a594,2
|
| 1256 |
+
np.float64,0x924e1019249c2,0x3ff0000000000000,2
|
| 1257 |
+
np.float64,0x80074307e80e8611,0x3ff0000000000000,2
|
| 1258 |
+
np.float64,0xffb207fa46240ff8,0x0,2
|
| 1259 |
+
np.float64,0x95ac388d2b587,0x3ff0000000000000,2
|
| 1260 |
+
np.float64,0xbff0000000000000,0x3fe0000000000000,2
|
| 1261 |
+
np.float64,0x3fd38b6a492716d5,0x3ff3c59f62b5add5,2
|
| 1262 |
+
np.float64,0x7fe49362c3e926c5,0x7ff0000000000000,2
|
| 1263 |
+
np.float64,0x7fe842889db08510,0x7ff0000000000000,2
|
| 1264 |
+
np.float64,0xbfba6003e834c008,0x3fedcb620a2d9856,2
|
| 1265 |
+
np.float64,0xffe7e782bd6fcf05,0x0,2
|
| 1266 |
+
np.float64,0x7fd9b93d9433727a,0x7ff0000000000000,2
|
| 1267 |
+
np.float64,0x7fc8fcb61d31f96b,0x7ff0000000000000,2
|
| 1268 |
+
np.float64,0xbfef9be8db3f37d2,0x3fe022d603b81dc2,2
|
| 1269 |
+
np.float64,0x6f4fc766de9fa,0x3ff0000000000000,2
|
| 1270 |
+
np.float64,0xbfe93016f132602e,0x3fe28b42d782d949,2
|
| 1271 |
+
np.float64,0x3fe10e52b8e21ca5,0x3ff726a38b0bb895,2
|
| 1272 |
+
np.float64,0x3fbbba0ae6377416,0x3ff13f56084a9da3,2
|
| 1273 |
+
np.float64,0x3fe09e42ece13c86,0x3ff6eeb57e775e24,2
|
| 1274 |
+
np.float64,0x800942e39fb285c8,0x3ff0000000000000,2
|
| 1275 |
+
np.float64,0xffe5964370eb2c86,0x0,2
|
| 1276 |
+
np.float64,0x3fde479f32bc8f3e,0x3ff635b2619ba53a,2
|
| 1277 |
+
np.float64,0x3fe826e187f04dc3,0x3ffaff52b79c3a08,2
|
| 1278 |
+
np.float64,0x3febcbf1eab797e4,0x3ffd37152e5e2598,2
|
| 1279 |
+
np.float64,0x3fa0816a202102d4,0x3ff05c8e6a8b00d5,2
|
| 1280 |
+
np.float64,0xbd005ccb7a00c,0x3ff0000000000000,2
|
| 1281 |
+
np.float64,0x44c12fdc89827,0x3ff0000000000000,2
|
| 1282 |
+
np.float64,0xffc8fdffa431fc00,0x0,2
|
| 1283 |
+
np.float64,0xffeb4f5a87b69eb4,0x0,2
|
| 1284 |
+
np.float64,0xbfb07e7f8420fd00,0x3fee9a32924fe6a0,2
|
| 1285 |
+
np.float64,0xbfbd9d1bb63b3a38,0x3fed88ca81e5771c,2
|
| 1286 |
+
np.float64,0x8008682a74f0d055,0x3ff0000000000000,2
|
| 1287 |
+
np.float64,0x3fdeedbc7b3ddb79,0x3ff65dcb7c55f4dc,2
|
| 1288 |
+
np.float64,0x8009e889c613d114,0x3ff0000000000000,2
|
| 1289 |
+
np.float64,0x3faea831f43d5064,0x3ff0ad935e890e49,2
|
| 1290 |
+
np.float64,0xf0af1703e15e3,0x3ff0000000000000,2
|
| 1291 |
+
np.float64,0xffec06c4a5f80d88,0x0,2
|
| 1292 |
+
np.float64,0x53a1cc0ca743a,0x3ff0000000000000,2
|
| 1293 |
+
np.float64,0x7fd10c9eea22193d,0x7ff0000000000000,2
|
| 1294 |
+
np.float64,0xbfd48a6bf0a914d8,0x3fe99e0d109f2bac,2
|
| 1295 |
+
np.float64,0x3fd6dfe931adbfd4,0x3ff47f81c2dfc5d3,2
|
| 1296 |
+
np.float64,0x3fed20e86b7a41d0,0x3ffe11fecc7bc686,2
|
| 1297 |
+
np.float64,0xbfea586818b4b0d0,0x3fe215b7747d5cb8,2
|
| 1298 |
+
np.float64,0xbfd4ad3e20295a7c,0x3fe99465ab8c3275,2
|
| 1299 |
+
np.float64,0x3fd6619ee4acc33e,0x3ff4638b7b80c08a,2
|
| 1300 |
+
np.float64,0x3fdf6fcb63bedf97,0x3ff67d62fd3d560c,2
|
| 1301 |
+
np.float64,0x800a9191e7152324,0x3ff0000000000000,2
|
| 1302 |
+
np.float64,0x3fd2ff3c0da5fe78,0x3ff3a7b17e892a28,2
|
| 1303 |
+
np.float64,0x8003dbf1f327b7e5,0x3ff0000000000000,2
|
| 1304 |
+
np.float64,0xffea6b89a934d712,0x0,2
|
| 1305 |
+
np.float64,0x7fcfb879043f70f1,0x7ff0000000000000,2
|
| 1306 |
+
np.float64,0xea6a84dbd4d51,0x3ff0000000000000,2
|
| 1307 |
+
np.float64,0x800ec97a815d92f5,0x3ff0000000000000,2
|
| 1308 |
+
np.float64,0xffe304c3a8660987,0x0,2
|
| 1309 |
+
np.float64,0xbfefe24dd3ffc49c,0x3fe00a4e065be96d,2
|
| 1310 |
+
np.float64,0xffd3cc8c00a79918,0x0,2
|
| 1311 |
+
np.float64,0x95be8b7b2b7d2,0x3ff0000000000000,2
|
| 1312 |
+
np.float64,0x7fe20570cba40ae1,0x7ff0000000000000,2
|
| 1313 |
+
np.float64,0x7f97a06da02f40da,0x7ff0000000000000,2
|
| 1314 |
+
np.float64,0xffe702b9522e0572,0x0,2
|
| 1315 |
+
np.float64,0x3fada2d8543b45b1,0x3ff0a7adc4201e08,2
|
| 1316 |
+
np.float64,0x235e6acc46bce,0x3ff0000000000000,2
|
| 1317 |
+
np.float64,0x3fea6bc28ef4d786,0x3ffc5b7fc68fddac,2
|
| 1318 |
+
np.float64,0xffdbc9f505b793ea,0x0,2
|
| 1319 |
+
np.float64,0xffe98b137ff31626,0x0,2
|
| 1320 |
+
np.float64,0x800e26c6721c4d8d,0x3ff0000000000000,2
|
| 1321 |
+
np.float64,0x80080de445301bc9,0x3ff0000000000000,2
|
| 1322 |
+
np.float64,0x37e504a86fca1,0x3ff0000000000000,2
|
| 1323 |
+
np.float64,0x8002f5f60325ebed,0x3ff0000000000000,2
|
| 1324 |
+
np.float64,0x5c8772feb90ef,0x3ff0000000000000,2
|
| 1325 |
+
np.float64,0xbfe021abb4604358,0x3fe69023a51d22b8,2
|
| 1326 |
+
np.float64,0x3fde744f8fbce8a0,0x3ff64074dc84edd7,2
|
| 1327 |
+
np.float64,0xbfdd92899f3b2514,0x3fe73aefd9701858,2
|
| 1328 |
+
np.float64,0x7fc1ad5c51235ab8,0x7ff0000000000000,2
|
| 1329 |
+
np.float64,0xaae2f98955c5f,0x3ff0000000000000,2
|
| 1330 |
+
np.float64,0x7f9123d5782247aa,0x7ff0000000000000,2
|
| 1331 |
+
np.float64,0xbfe3f8e94b67f1d2,0x3fe4c30ab28e9cb7,2
|
| 1332 |
+
np.float64,0x7fdaba8b4cb57516,0x7ff0000000000000,2
|
| 1333 |
+
np.float64,0x7fefc85cfeff90b9,0x7ff0000000000000,2
|
| 1334 |
+
np.float64,0xffb83b4f523076a0,0x0,2
|
| 1335 |
+
np.float64,0xbfe888a68c71114d,0x3fe2ceff17c203d1,2
|
| 1336 |
+
np.float64,0x800de1dac4bbc3b6,0x3ff0000000000000,2
|
| 1337 |
+
np.float64,0xbfe4f27f09e9e4fe,0x3fe453f9af407eac,2
|
| 1338 |
+
np.float64,0xffe3d2713467a4e2,0x0,2
|
| 1339 |
+
np.float64,0xbfebaab840375570,0x3fe1931131b98842,2
|
| 1340 |
+
np.float64,0x93892a1b27126,0x3ff0000000000000,2
|
| 1341 |
+
np.float64,0x1e8e7f983d1d1,0x3ff0000000000000,2
|
| 1342 |
+
np.float64,0x3fecc950627992a0,0x3ffdd926f036add0,2
|
| 1343 |
+
np.float64,0xbfd41dfb1aa83bf6,0x3fe9bc34ece35b94,2
|
| 1344 |
+
np.float64,0x800aebfc6555d7f9,0x3ff0000000000000,2
|
| 1345 |
+
np.float64,0x7fe33ba52ca67749,0x7ff0000000000000,2
|
| 1346 |
+
np.float64,0xffe57c9b3feaf936,0x0,2
|
| 1347 |
+
np.float64,0x3fdd12464fba248c,0x3ff5ebc5598e6bd0,2
|
| 1348 |
+
np.float64,0xffe06d7f0fe0dafe,0x0,2
|
| 1349 |
+
np.float64,0x800e55b7fe9cab70,0x3ff0000000000000,2
|
| 1350 |
+
np.float64,0x3fd33803c8267008,0x3ff3b3cb78b2d642,2
|
| 1351 |
+
np.float64,0xe9cab8a1d3957,0x3ff0000000000000,2
|
| 1352 |
+
np.float64,0x3fb38ac166271580,0x3ff0de906947c0f0,2
|
| 1353 |
+
np.float64,0xbfd67aa552acf54a,0x3fe915cf64a389fd,2
|
| 1354 |
+
np.float64,0x1db96daa3b72f,0x3ff0000000000000,2
|
| 1355 |
+
np.float64,0xbfee9f08f4fd3e12,0x3fe07c2c615add3c,2
|
| 1356 |
+
np.float64,0xf14f6d65e29ee,0x3ff0000000000000,2
|
| 1357 |
+
np.float64,0x800bce089e179c12,0x3ff0000000000000,2
|
| 1358 |
+
np.float64,0xffc42dcc37285b98,0x0,2
|
| 1359 |
+
np.float64,0x7fd5f37063abe6e0,0x7ff0000000000000,2
|
| 1360 |
+
np.float64,0xbfd943c2cbb28786,0x3fe856f6452ec753,2
|
| 1361 |
+
np.float64,0x8ddfbc091bbf8,0x3ff0000000000000,2
|
| 1362 |
+
np.float64,0xbfe153491e22a692,0x3fe5fcb075dbbd5d,2
|
| 1363 |
+
np.float64,0xffe7933999ef2672,0x0,2
|
| 1364 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,2
|
| 1365 |
+
np.float64,0x8000000000000000,0x3ff0000000000000,2
|
| 1366 |
+
np.float64,0xbfe9154580b22a8b,0x3fe2960bac3a8220,2
|
| 1367 |
+
np.float64,0x800dc6dda21b8dbb,0x3ff0000000000000,2
|
| 1368 |
+
np.float64,0xbfb26225a824c448,0x3fee7239a457df81,2
|
| 1369 |
+
np.float64,0xbfd7b68c83af6d1a,0x3fe8c08e351ab468,2
|
| 1370 |
+
np.float64,0xffde01f7213c03ee,0x0,2
|
| 1371 |
+
np.float64,0x3fe54cbe0faa997c,0x3ff9614527191d72,2
|
| 1372 |
+
np.float64,0xbfd6bec3732d7d86,0x3fe90354909493de,2
|
| 1373 |
+
np.float64,0xbfef3c85bd7e790b,0x3fe0444f8c489ca6,2
|
| 1374 |
+
np.float64,0x899501b7132a0,0x3ff0000000000000,2
|
| 1375 |
+
np.float64,0xbfe17a456462f48b,0x3fe5ea2719a9a84b,2
|
| 1376 |
+
np.float64,0xffe34003b8668007,0x0,2
|
| 1377 |
+
np.float64,0x7feff6a3633fed46,0x7ff0000000000000,2
|
| 1378 |
+
np.float64,0x3fba597ecc34b2fe,0x3ff12ee72e4de474,2
|
| 1379 |
+
np.float64,0x4084c7b68109a,0x3ff0000000000000,2
|
| 1380 |
+
np.float64,0x3fad23bf4c3a4780,0x3ff0a4d06193ff6d,2
|
| 1381 |
+
np.float64,0xffd0fe2707a1fc4e,0x0,2
|
| 1382 |
+
np.float64,0xb96cb43f72d97,0x3ff0000000000000,2
|
| 1383 |
+
np.float64,0x7fc4d684d829ad09,0x7ff0000000000000,2
|
| 1384 |
+
np.float64,0x7fdc349226b86923,0x7ff0000000000000,2
|
| 1385 |
+
np.float64,0x7fd82851cd3050a3,0x7ff0000000000000,2
|
| 1386 |
+
np.float64,0x800cde0041b9bc01,0x3ff0000000000000,2
|
| 1387 |
+
np.float64,0x4e8caa1e9d196,0x3ff0000000000000,2
|
| 1388 |
+
np.float64,0xbfed06a6d2fa0d4e,0x3fe1108c3682b05a,2
|
| 1389 |
+
np.float64,0xffe8908122312102,0x0,2
|
| 1390 |
+
np.float64,0xffe56ed6d9aaddad,0x0,2
|
| 1391 |
+
np.float64,0x3fedd6db00fbadb6,0x3ffe896c68c4b26e,2
|
| 1392 |
+
np.float64,0x3fde31f9b4bc63f4,0x3ff6307e08f8b6ba,2
|
| 1393 |
+
np.float64,0x6bb963c2d772d,0x3ff0000000000000,2
|
| 1394 |
+
np.float64,0x787b7142f0f6f,0x3ff0000000000000,2
|
| 1395 |
+
np.float64,0x3fe6e4147c6dc829,0x3ffa451bbdece240,2
|
| 1396 |
+
np.float64,0x8003857401470ae9,0x3ff0000000000000,2
|
| 1397 |
+
np.float64,0xbfeae82c3c75d058,0x3fe1ddbd66e65aab,2
|
| 1398 |
+
np.float64,0x7fe174707c62e8e0,0x7ff0000000000000,2
|
| 1399 |
+
np.float64,0x80008d2545e11a4b,0x3ff0000000000000,2
|
| 1400 |
+
np.float64,0xbfecc2dce17985ba,0x3fe129ad4325985a,2
|
| 1401 |
+
np.float64,0xbfe1fa1daf63f43c,0x3fe5adcb0731a44b,2
|
| 1402 |
+
np.float64,0x7fcf2530203e4a5f,0x7ff0000000000000,2
|
| 1403 |
+
np.float64,0xbfea5cefe874b9e0,0x3fe213f134b61f4a,2
|
| 1404 |
+
np.float64,0x800103729f2206e6,0x3ff0000000000000,2
|
| 1405 |
+
np.float64,0xbfe8442ff7708860,0x3fe2eaf850faa169,2
|
| 1406 |
+
np.float64,0x8006c78e19ed8f1d,0x3ff0000000000000,2
|
| 1407 |
+
np.float64,0x3fc259589c24b2b1,0x3ff1abe6a4d28816,2
|
| 1408 |
+
np.float64,0xffed02b7b5ba056e,0x0,2
|
| 1409 |
+
np.float64,0xbfce0aa4fe3c1548,0x3feb32115d92103e,2
|
| 1410 |
+
np.float64,0x7fec06e78bf80dce,0x7ff0000000000000,2
|
| 1411 |
+
np.float64,0xbfe0960bbc612c18,0x3fe6578ab29b70d4,2
|
| 1412 |
+
np.float64,0x3fee45841cbc8b08,0x3ffed2f6ca808ad3,2
|
| 1413 |
+
np.float64,0xbfeb0f8ebef61f1e,0x3fe1ce86003044cd,2
|
| 1414 |
+
np.float64,0x8002c357358586af,0x3ff0000000000000,2
|
| 1415 |
+
np.float64,0x3fe9aa10cc735422,0x3ffbe57e294ce68b,2
|
| 1416 |
+
np.float64,0x800256c0a544ad82,0x3ff0000000000000,2
|
| 1417 |
+
np.float64,0x4de6e1449bcdd,0x3ff0000000000000,2
|
| 1418 |
+
np.float64,0x65e9bc9ccbd38,0x3ff0000000000000,2
|
| 1419 |
+
np.float64,0xbfe53b0fa9aa7620,0x3fe4341f0aa29bbc,2
|
| 1420 |
+
np.float64,0xbfcdd94cd13bb298,0x3feb3956acd2e2dd,2
|
| 1421 |
+
np.float64,0x8004a49b65a94938,0x3ff0000000000000,2
|
| 1422 |
+
np.float64,0x800d3d05deba7a0c,0x3ff0000000000000,2
|
| 1423 |
+
np.float64,0x3fe4e05bce69c0b8,0x3ff925f55602a7e0,2
|
| 1424 |
+
np.float64,0xffe391e3256723c6,0x0,2
|
| 1425 |
+
np.float64,0xbfe92f0f37b25e1e,0x3fe28bacc76ae753,2
|
| 1426 |
+
np.float64,0x3f990238d8320472,0x3ff045edd36e2d62,2
|
| 1427 |
+
np.float64,0xffed8d15307b1a2a,0x0,2
|
| 1428 |
+
np.float64,0x3fee82e01afd05c0,0x3ffefc09e8b9c2b7,2
|
| 1429 |
+
np.float64,0xffb2d94b2225b298,0x0,2
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-expm1.csv
ADDED
|
@@ -0,0 +1,1429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0x80606724,0x80606724,3
|
| 3 |
+
np.float32,0xbf16790f,0xbee38e14,3
|
| 4 |
+
np.float32,0xbf1778a1,0xbee4a97f,3
|
| 5 |
+
np.float32,0x7d4fc610,0x7f800000,3
|
| 6 |
+
np.float32,0xbec30a20,0xbea230d5,3
|
| 7 |
+
np.float32,0x3eae8a36,0x3ecffac5,3
|
| 8 |
+
np.float32,0xbf1f08f1,0xbeece93c,3
|
| 9 |
+
np.float32,0x80374376,0x80374376,3
|
| 10 |
+
np.float32,0x3f2e04ca,0x3f793115,3
|
| 11 |
+
np.float32,0x7e2c7e36,0x7f800000,3
|
| 12 |
+
np.float32,0xbf686cae,0xbf18bcf0,3
|
| 13 |
+
np.float32,0xbf5518cd,0xbf10a3da,3
|
| 14 |
+
np.float32,0x807e233c,0x807e233c,3
|
| 15 |
+
np.float32,0x7f4edd54,0x7f800000,3
|
| 16 |
+
np.float32,0x7ed70088,0x7f800000,3
|
| 17 |
+
np.float32,0x801675da,0x801675da,3
|
| 18 |
+
np.float32,0x806735d5,0x806735d5,3
|
| 19 |
+
np.float32,0xfe635fec,0xbf800000,3
|
| 20 |
+
np.float32,0xfed88a0a,0xbf800000,3
|
| 21 |
+
np.float32,0xff52c052,0xbf800000,3
|
| 22 |
+
np.float32,0x7fc00000,0x7fc00000,3
|
| 23 |
+
np.float32,0xff4f65f9,0xbf800000,3
|
| 24 |
+
np.float32,0xfe0f6c20,0xbf800000,3
|
| 25 |
+
np.float32,0x80322b30,0x80322b30,3
|
| 26 |
+
np.float32,0xfb757000,0xbf800000,3
|
| 27 |
+
np.float32,0x3c81e0,0x3c81e0,3
|
| 28 |
+
np.float32,0x79d56a,0x79d56a,3
|
| 29 |
+
np.float32,0x8029d7af,0x8029d7af,3
|
| 30 |
+
np.float32,0x8058a593,0x8058a593,3
|
| 31 |
+
np.float32,0x3f3a13c7,0x3f88c75c,3
|
| 32 |
+
np.float32,0x2a6b05,0x2a6b05,3
|
| 33 |
+
np.float32,0xbd64c960,0xbd5e83ae,3
|
| 34 |
+
np.float32,0x80471052,0x80471052,3
|
| 35 |
+
np.float32,0xbe5dd950,0xbe47766c,3
|
| 36 |
+
np.float32,0xfd8f88f0,0xbf800000,3
|
| 37 |
+
np.float32,0x75a4b7,0x75a4b7,3
|
| 38 |
+
np.float32,0x3f726f2e,0x3fc9fb7d,3
|
| 39 |
+
np.float32,0x3ed6795c,0x3f053115,3
|
| 40 |
+
np.float32,0x17d7f5,0x17d7f5,3
|
| 41 |
+
np.float32,0xbf4cf19b,0xbf0d094f,3
|
| 42 |
+
np.float32,0x3e0ec532,0x3e1933c6,3
|
| 43 |
+
np.float32,0xff084016,0xbf800000,3
|
| 44 |
+
np.float32,0x800829aa,0x800829aa,3
|
| 45 |
+
np.float32,0x806d7302,0x806d7302,3
|
| 46 |
+
np.float32,0x7f59d9da,0x7f800000,3
|
| 47 |
+
np.float32,0x15f8b9,0x15f8b9,3
|
| 48 |
+
np.float32,0x803befb3,0x803befb3,3
|
| 49 |
+
np.float32,0x525043,0x525043,3
|
| 50 |
+
np.float32,0x51a647,0x51a647,3
|
| 51 |
+
np.float32,0xbf1cfce4,0xbeeab3d9,3
|
| 52 |
+
np.float32,0x3f1f27a4,0x3f5cb1d2,3
|
| 53 |
+
np.float32,0xbebc3a04,0xbe9d8142,3
|
| 54 |
+
np.float32,0xbeea548c,0xbebc07e5,3
|
| 55 |
+
np.float32,0x3f47401c,0x3f96c2a3,3
|
| 56 |
+
np.float32,0x806b1ea3,0x806b1ea3,3
|
| 57 |
+
np.float32,0x3ea56bb8,0x3ec3450c,3
|
| 58 |
+
np.float32,0x3f7b4963,0x3fd597b5,3
|
| 59 |
+
np.float32,0x7f051fa0,0x7f800000,3
|
| 60 |
+
np.float32,0x1d411c,0x1d411c,3
|
| 61 |
+
np.float32,0xff0b6a35,0xbf800000,3
|
| 62 |
+
np.float32,0xbead63c0,0xbe9314f7,3
|
| 63 |
+
np.float32,0x3738be,0x3738be,3
|
| 64 |
+
np.float32,0x3f138cc8,0x3f479155,3
|
| 65 |
+
np.float32,0x800a539f,0x800a539f,3
|
| 66 |
+
np.float32,0x801b0ebd,0x801b0ebd,3
|
| 67 |
+
np.float32,0x318fcd,0x318fcd,3
|
| 68 |
+
np.float32,0x3ed67556,0x3f052e06,3
|
| 69 |
+
np.float32,0x702886,0x702886,3
|
| 70 |
+
np.float32,0x80000001,0x80000001,3
|
| 71 |
+
np.float32,0x70a174,0x70a174,3
|
| 72 |
+
np.float32,0x4f9c66,0x4f9c66,3
|
| 73 |
+
np.float32,0x3e3e1927,0x3e50e351,3
|
| 74 |
+
np.float32,0x7eac9a4d,0x7f800000,3
|
| 75 |
+
np.float32,0x4b7407,0x4b7407,3
|
| 76 |
+
np.float32,0x7f5bd2fd,0x7f800000,3
|
| 77 |
+
np.float32,0x3eaafc58,0x3ecaffbd,3
|
| 78 |
+
np.float32,0xbc989360,0xbc9729e2,3
|
| 79 |
+
np.float32,0x3f470e5c,0x3f968c7b,3
|
| 80 |
+
np.float32,0x4c5672,0x4c5672,3
|
| 81 |
+
np.float32,0xff2b2ee2,0xbf800000,3
|
| 82 |
+
np.float32,0xbf28a104,0xbef7079b,3
|
| 83 |
+
np.float32,0x2c6175,0x2c6175,3
|
| 84 |
+
np.float32,0x3d7e4fb0,0x3d832f9f,3
|
| 85 |
+
np.float32,0x763276,0x763276,3
|
| 86 |
+
np.float32,0x3cf364,0x3cf364,3
|
| 87 |
+
np.float32,0xbf7ace75,0xbf1fe48c,3
|
| 88 |
+
np.float32,0xff19e858,0xbf800000,3
|
| 89 |
+
np.float32,0x80504c70,0x80504c70,3
|
| 90 |
+
np.float32,0xff390210,0xbf800000,3
|
| 91 |
+
np.float32,0x8046a743,0x8046a743,3
|
| 92 |
+
np.float32,0x80000000,0x80000000,3
|
| 93 |
+
np.float32,0x806c51da,0x806c51da,3
|
| 94 |
+
np.float32,0x806ab38f,0x806ab38f,3
|
| 95 |
+
np.float32,0x3f3de863,0x3f8cc538,3
|
| 96 |
+
np.float32,0x7f6d45bb,0x7f800000,3
|
| 97 |
+
np.float32,0xfd16ec60,0xbf800000,3
|
| 98 |
+
np.float32,0x80513cba,0x80513cba,3
|
| 99 |
+
np.float32,0xbf68996b,0xbf18cefa,3
|
| 100 |
+
np.float32,0xfe039f2c,0xbf800000,3
|
| 101 |
+
np.float32,0x3f013207,0x3f280c55,3
|
| 102 |
+
np.float32,0x7ef4bc07,0x7f800000,3
|
| 103 |
+
np.float32,0xbe8b65ac,0xbe741069,3
|
| 104 |
+
np.float32,0xbf7a8186,0xbf1fc7a6,3
|
| 105 |
+
np.float32,0x802532e5,0x802532e5,3
|
| 106 |
+
np.float32,0x32c7df,0x32c7df,3
|
| 107 |
+
np.float32,0x3ce4dceb,0x3ce81701,3
|
| 108 |
+
np.float32,0xfe801118,0xbf800000,3
|
| 109 |
+
np.float32,0x3d905f20,0x3d9594fb,3
|
| 110 |
+
np.float32,0xbe11ed28,0xbe080168,3
|
| 111 |
+
np.float32,0x59e773,0x59e773,3
|
| 112 |
+
np.float32,0x3e9a2547,0x3eb3dd57,3
|
| 113 |
+
np.float32,0x7ecb7c67,0x7f800000,3
|
| 114 |
+
np.float32,0x7f69a67e,0x7f800000,3
|
| 115 |
+
np.float32,0xff121e11,0xbf800000,3
|
| 116 |
+
np.float32,0x3f7917cb,0x3fd2ad8c,3
|
| 117 |
+
np.float32,0xbf1a7da8,0xbee7fc0c,3
|
| 118 |
+
np.float32,0x3f077e66,0x3f329c40,3
|
| 119 |
+
np.float32,0x3ce8e040,0x3cec37b3,3
|
| 120 |
+
np.float32,0xbf3f0b8e,0xbf069f4d,3
|
| 121 |
+
np.float32,0x3f52f194,0x3fa3c9d6,3
|
| 122 |
+
np.float32,0xbf0e7422,0xbeda80f2,3
|
| 123 |
+
np.float32,0xfd67e230,0xbf800000,3
|
| 124 |
+
np.float32,0xff14d9a9,0xbf800000,3
|
| 125 |
+
np.float32,0x3f3546e3,0x3f83dc2b,3
|
| 126 |
+
np.float32,0x3e152e3a,0x3e20983d,3
|
| 127 |
+
np.float32,0x4a89a3,0x4a89a3,3
|
| 128 |
+
np.float32,0x63217,0x63217,3
|
| 129 |
+
np.float32,0xbeb9e2a8,0xbe9be153,3
|
| 130 |
+
np.float32,0x7e9fa049,0x7f800000,3
|
| 131 |
+
np.float32,0x7f58110c,0x7f800000,3
|
| 132 |
+
np.float32,0x3e88290c,0x3e9bfba9,3
|
| 133 |
+
np.float32,0xbf2cb206,0xbefb3494,3
|
| 134 |
+
np.float32,0xff5880c4,0xbf800000,3
|
| 135 |
+
np.float32,0x7ecff3ac,0x7f800000,3
|
| 136 |
+
np.float32,0x3f4b3de6,0x3f9b23fd,3
|
| 137 |
+
np.float32,0xbebd2048,0xbe9e208c,3
|
| 138 |
+
np.float32,0xff08f7a2,0xbf800000,3
|
| 139 |
+
np.float32,0xff473330,0xbf800000,3
|
| 140 |
+
np.float32,0x1,0x1,3
|
| 141 |
+
np.float32,0xbf5dc239,0xbf14584b,3
|
| 142 |
+
np.float32,0x458e3f,0x458e3f,3
|
| 143 |
+
np.float32,0xbdb8a650,0xbdb091f8,3
|
| 144 |
+
np.float32,0xff336ffc,0xbf800000,3
|
| 145 |
+
np.float32,0x3c60bd00,0x3c624966,3
|
| 146 |
+
np.float32,0xbe16a4f8,0xbe0c1664,3
|
| 147 |
+
np.float32,0x3f214246,0x3f60a0f0,3
|
| 148 |
+
np.float32,0x7fa00000,0x7fe00000,3
|
| 149 |
+
np.float32,0x7e08737e,0x7f800000,3
|
| 150 |
+
np.float32,0x3f70574c,0x3fc74b8e,3
|
| 151 |
+
np.float32,0xbed5745c,0xbeae8c77,3
|
| 152 |
+
np.float32,0x361752,0x361752,3
|
| 153 |
+
np.float32,0x3eb276d6,0x3ed584ea,3
|
| 154 |
+
np.float32,0x3f03fc1e,0x3f2cb1a5,3
|
| 155 |
+
np.float32,0x3fafd1,0x3fafd1,3
|
| 156 |
+
np.float32,0x7e50d74c,0x7f800000,3
|
| 157 |
+
np.float32,0x3eeca5,0x3eeca5,3
|
| 158 |
+
np.float32,0x5dc963,0x5dc963,3
|
| 159 |
+
np.float32,0x7f0e63ae,0x7f800000,3
|
| 160 |
+
np.float32,0x8021745f,0x8021745f,3
|
| 161 |
+
np.float32,0xbf5881a9,0xbf121d07,3
|
| 162 |
+
np.float32,0x7dadc7fd,0x7f800000,3
|
| 163 |
+
np.float32,0xbf2c0798,0xbefa86bb,3
|
| 164 |
+
np.float32,0x3e635f50,0x3e7e97a9,3
|
| 165 |
+
np.float32,0xbf2053fa,0xbeee4c0e,3
|
| 166 |
+
np.float32,0x3e8eee2b,0x3ea4dfcc,3
|
| 167 |
+
np.float32,0xfc8a03c0,0xbf800000,3
|
| 168 |
+
np.float32,0xfd9e4948,0xbf800000,3
|
| 169 |
+
np.float32,0x801e817e,0x801e817e,3
|
| 170 |
+
np.float32,0xbf603a27,0xbf1560c3,3
|
| 171 |
+
np.float32,0x7f729809,0x7f800000,3
|
| 172 |
+
np.float32,0x3f5a1864,0x3fac0e04,3
|
| 173 |
+
np.float32,0x3e7648b8,0x3e8b3677,3
|
| 174 |
+
np.float32,0x3edade24,0x3f088bc1,3
|
| 175 |
+
np.float32,0x65e16e,0x65e16e,3
|
| 176 |
+
np.float32,0x3f24aa50,0x3f671117,3
|
| 177 |
+
np.float32,0x803cb1d0,0x803cb1d0,3
|
| 178 |
+
np.float32,0xbe7b1858,0xbe5eadcc,3
|
| 179 |
+
np.float32,0xbf19bb27,0xbee726fb,3
|
| 180 |
+
np.float32,0xfd1f6e60,0xbf800000,3
|
| 181 |
+
np.float32,0xfeb0de60,0xbf800000,3
|
| 182 |
+
np.float32,0xff511a52,0xbf800000,3
|
| 183 |
+
np.float32,0xff7757f7,0xbf800000,3
|
| 184 |
+
np.float32,0x463ff5,0x463ff5,3
|
| 185 |
+
np.float32,0x3f770d12,0x3fcffcc2,3
|
| 186 |
+
np.float32,0xbf208562,0xbeee80dc,3
|
| 187 |
+
np.float32,0x6df204,0x6df204,3
|
| 188 |
+
np.float32,0xbf62d24f,0xbf1673fb,3
|
| 189 |
+
np.float32,0x3dfcf210,0x3e069d5f,3
|
| 190 |
+
np.float32,0xbef26002,0xbec114d7,3
|
| 191 |
+
np.float32,0x7f800000,0x7f800000,3
|
| 192 |
+
np.float32,0x7f30fb85,0x7f800000,3
|
| 193 |
+
np.float32,0x7ee5dfef,0x7f800000,3
|
| 194 |
+
np.float32,0x3f317829,0x3f800611,3
|
| 195 |
+
np.float32,0x3f4b0bbd,0x3f9aec88,3
|
| 196 |
+
np.float32,0x7edf708c,0x7f800000,3
|
| 197 |
+
np.float32,0xff071260,0xbf800000,3
|
| 198 |
+
np.float32,0x3e7b8c30,0x3e8e9198,3
|
| 199 |
+
np.float32,0x3f33778b,0x3f82077f,3
|
| 200 |
+
np.float32,0x3e8cd11d,0x3ea215fd,3
|
| 201 |
+
np.float32,0x8004483d,0x8004483d,3
|
| 202 |
+
np.float32,0x801633e3,0x801633e3,3
|
| 203 |
+
np.float32,0x7e76eb15,0x7f800000,3
|
| 204 |
+
np.float32,0x3c1571,0x3c1571,3
|
| 205 |
+
np.float32,0x7de3de52,0x7f800000,3
|
| 206 |
+
np.float32,0x804ae906,0x804ae906,3
|
| 207 |
+
np.float32,0x7f3a2616,0x7f800000,3
|
| 208 |
+
np.float32,0xff7fffff,0xbf800000,3
|
| 209 |
+
np.float32,0xff5d17e4,0xbf800000,3
|
| 210 |
+
np.float32,0xbeaa6704,0xbe90f252,3
|
| 211 |
+
np.float32,0x7e6a43af,0x7f800000,3
|
| 212 |
+
np.float32,0x2a0f35,0x2a0f35,3
|
| 213 |
+
np.float32,0xfd8fece0,0xbf800000,3
|
| 214 |
+
np.float32,0xfeef2e2a,0xbf800000,3
|
| 215 |
+
np.float32,0xff800000,0xbf800000,3
|
| 216 |
+
np.float32,0xbeefcc52,0xbebf78e4,3
|
| 217 |
+
np.float32,0x3db6c490,0x3dbf2bd5,3
|
| 218 |
+
np.float32,0x8290f,0x8290f,3
|
| 219 |
+
np.float32,0xbeace648,0xbe92bb7f,3
|
| 220 |
+
np.float32,0x801fea79,0x801fea79,3
|
| 221 |
+
np.float32,0x3ea6c230,0x3ec51ebf,3
|
| 222 |
+
np.float32,0x3e5f2ca3,0x3e795c8a,3
|
| 223 |
+
np.float32,0x3eb6f634,0x3edbeb9f,3
|
| 224 |
+
np.float32,0xff790b45,0xbf800000,3
|
| 225 |
+
np.float32,0x3d82e240,0x3d872816,3
|
| 226 |
+
np.float32,0x3f0d6a57,0x3f3cc7db,3
|
| 227 |
+
np.float32,0x7f08531a,0x7f800000,3
|
| 228 |
+
np.float32,0x702b6d,0x702b6d,3
|
| 229 |
+
np.float32,0x7d3a3c38,0x7f800000,3
|
| 230 |
+
np.float32,0x3d0a7fb3,0x3d0cddf3,3
|
| 231 |
+
np.float32,0xff28084c,0xbf800000,3
|
| 232 |
+
np.float32,0xfeee8804,0xbf800000,3
|
| 233 |
+
np.float32,0x804094eb,0x804094eb,3
|
| 234 |
+
np.float32,0x7acb39,0x7acb39,3
|
| 235 |
+
np.float32,0x3f01c07a,0x3f28f88c,3
|
| 236 |
+
np.float32,0x3e05c500,0x3e0ee674,3
|
| 237 |
+
np.float32,0xbe6f7c38,0xbe558ac1,3
|
| 238 |
+
np.float32,0x803b1f4b,0x803b1f4b,3
|
| 239 |
+
np.float32,0xbf76561f,0xbf1e332b,3
|
| 240 |
+
np.float32,0xff30d368,0xbf800000,3
|
| 241 |
+
np.float32,0x7e2e1f38,0x7f800000,3
|
| 242 |
+
np.float32,0x3ee085b8,0x3f0ce7c0,3
|
| 243 |
+
np.float32,0x8064c4a7,0x8064c4a7,3
|
| 244 |
+
np.float32,0xa7c1d,0xa7c1d,3
|
| 245 |
+
np.float32,0x3f27498a,0x3f6c14bc,3
|
| 246 |
+
np.float32,0x137ca,0x137ca,3
|
| 247 |
+
np.float32,0x3d0a5c60,0x3d0cb969,3
|
| 248 |
+
np.float32,0x80765f1f,0x80765f1f,3
|
| 249 |
+
np.float32,0x80230a71,0x80230a71,3
|
| 250 |
+
np.float32,0x3f321ed2,0x3f80acf4,3
|
| 251 |
+
np.float32,0x7d61e7f4,0x7f800000,3
|
| 252 |
+
np.float32,0xbf39f7f2,0xbf0430f7,3
|
| 253 |
+
np.float32,0xbe2503f8,0xbe1867e8,3
|
| 254 |
+
np.float32,0x29333d,0x29333d,3
|
| 255 |
+
np.float32,0x7edc5a0e,0x7f800000,3
|
| 256 |
+
np.float32,0xbe81a8a2,0xbe651663,3
|
| 257 |
+
np.float32,0x7f76ab6d,0x7f800000,3
|
| 258 |
+
np.float32,0x7f46111f,0x7f800000,3
|
| 259 |
+
np.float32,0xff0fc888,0xbf800000,3
|
| 260 |
+
np.float32,0x805ece89,0x805ece89,3
|
| 261 |
+
np.float32,0xc390b,0xc390b,3
|
| 262 |
+
np.float32,0xff64bdee,0xbf800000,3
|
| 263 |
+
np.float32,0x3dd07e4e,0x3ddb79bd,3
|
| 264 |
+
np.float32,0xfecc1f10,0xbf800000,3
|
| 265 |
+
np.float32,0x803f5177,0x803f5177,3
|
| 266 |
+
np.float32,0x802a24d2,0x802a24d2,3
|
| 267 |
+
np.float32,0x7f27d0cc,0x7f800000,3
|
| 268 |
+
np.float32,0x3ef57c98,0x3f1d7e88,3
|
| 269 |
+
np.float32,0x7b848d,0x7b848d,3
|
| 270 |
+
np.float32,0x7f7fffff,0x7f800000,3
|
| 271 |
+
np.float32,0xfe889c46,0xbf800000,3
|
| 272 |
+
np.float32,0xff2d6dc5,0xbf800000,3
|
| 273 |
+
np.float32,0x3f53a186,0x3fa492a6,3
|
| 274 |
+
np.float32,0xbf239c94,0xbef1c90c,3
|
| 275 |
+
np.float32,0xff7c0f4e,0xbf800000,3
|
| 276 |
+
np.float32,0x3e7c69a9,0x3e8f1f3a,3
|
| 277 |
+
np.float32,0xbf47c9e9,0xbf0ab2a9,3
|
| 278 |
+
np.float32,0xbc1eaf00,0xbc1deae9,3
|
| 279 |
+
np.float32,0x3f4a6d39,0x3f9a3d8e,3
|
| 280 |
+
np.float32,0x3f677930,0x3fbc26eb,3
|
| 281 |
+
np.float32,0x3f45eea1,0x3f955418,3
|
| 282 |
+
np.float32,0x7f61a1f8,0x7f800000,3
|
| 283 |
+
np.float32,0xff58c7c6,0xbf800000,3
|
| 284 |
+
np.float32,0x80239801,0x80239801,3
|
| 285 |
+
np.float32,0xff56e616,0xbf800000,3
|
| 286 |
+
np.float32,0xff62052c,0xbf800000,3
|
| 287 |
+
np.float32,0x8009b615,0x8009b615,3
|
| 288 |
+
np.float32,0x293d6b,0x293d6b,3
|
| 289 |
+
np.float32,0xfe9e585c,0xbf800000,3
|
| 290 |
+
np.float32,0x7f58ff4b,0x7f800000,3
|
| 291 |
+
np.float32,0x10937c,0x10937c,3
|
| 292 |
+
np.float32,0x7f5cc13f,0x7f800000,3
|
| 293 |
+
np.float32,0x110c5d,0x110c5d,3
|
| 294 |
+
np.float32,0x805e51fc,0x805e51fc,3
|
| 295 |
+
np.float32,0xbedcf70a,0xbeb3766c,3
|
| 296 |
+
np.float32,0x3f4d5e42,0x3f9d8091,3
|
| 297 |
+
np.float32,0xff5925a0,0xbf800000,3
|
| 298 |
+
np.float32,0x7e87cafa,0x7f800000,3
|
| 299 |
+
np.float32,0xbf6474b2,0xbf171fee,3
|
| 300 |
+
np.float32,0x4b39b2,0x4b39b2,3
|
| 301 |
+
np.float32,0x8020cc28,0x8020cc28,3
|
| 302 |
+
np.float32,0xff004ed8,0xbf800000,3
|
| 303 |
+
np.float32,0xbf204cf5,0xbeee448d,3
|
| 304 |
+
np.float32,0x3e30cf10,0x3e40fdb1,3
|
| 305 |
+
np.float32,0x80202bee,0x80202bee,3
|
| 306 |
+
np.float32,0xbf55a985,0xbf10e2bc,3
|
| 307 |
+
np.float32,0xbe297dd8,0xbe1c351c,3
|
| 308 |
+
np.float32,0x5780d9,0x5780d9,3
|
| 309 |
+
np.float32,0x7ef729fa,0x7f800000,3
|
| 310 |
+
np.float32,0x8039a3b5,0x8039a3b5,3
|
| 311 |
+
np.float32,0x7cdd3f,0x7cdd3f,3
|
| 312 |
+
np.float32,0x7ef0145a,0x7f800000,3
|
| 313 |
+
np.float32,0x807ad7ae,0x807ad7ae,3
|
| 314 |
+
np.float32,0x7f6c2643,0x7f800000,3
|
| 315 |
+
np.float32,0xbec56124,0xbea3c929,3
|
| 316 |
+
np.float32,0x512c3b,0x512c3b,3
|
| 317 |
+
np.float32,0xbed3effe,0xbead8c1e,3
|
| 318 |
+
np.float32,0x7f5e0a4d,0x7f800000,3
|
| 319 |
+
np.float32,0x3f315316,0x3f7fc200,3
|
| 320 |
+
np.float32,0x7eca5727,0x7f800000,3
|
| 321 |
+
np.float32,0x7f4834f3,0x7f800000,3
|
| 322 |
+
np.float32,0x8004af6d,0x8004af6d,3
|
| 323 |
+
np.float32,0x3f223ca4,0x3f6277e3,3
|
| 324 |
+
np.float32,0x7eea4fdd,0x7f800000,3
|
| 325 |
+
np.float32,0x3e7143e8,0x3e880763,3
|
| 326 |
+
np.float32,0xbf737008,0xbf1d160e,3
|
| 327 |
+
np.float32,0xfc408b00,0xbf800000,3
|
| 328 |
+
np.float32,0x803912ca,0x803912ca,3
|
| 329 |
+
np.float32,0x7db31f4e,0x7f800000,3
|
| 330 |
+
np.float32,0xff578b54,0xbf800000,3
|
| 331 |
+
np.float32,0x3f068ec4,0x3f31062b,3
|
| 332 |
+
np.float32,0x35f64f,0x35f64f,3
|
| 333 |
+
np.float32,0x80437df4,0x80437df4,3
|
| 334 |
+
np.float32,0x568059,0x568059,3
|
| 335 |
+
np.float32,0x8005f8ba,0x8005f8ba,3
|
| 336 |
+
np.float32,0x6824ad,0x6824ad,3
|
| 337 |
+
np.float32,0xff3fdf30,0xbf800000,3
|
| 338 |
+
np.float32,0xbf6f7682,0xbf1b89d6,3
|
| 339 |
+
np.float32,0x3dcea8a0,0x3dd971f5,3
|
| 340 |
+
np.float32,0x3ee32a62,0x3f0ef5a9,3
|
| 341 |
+
np.float32,0xbf735bcd,0xbf1d0e3d,3
|
| 342 |
+
np.float32,0x7e8c7c28,0x7f800000,3
|
| 343 |
+
np.float32,0x3ed552bc,0x3f045161,3
|
| 344 |
+
np.float32,0xfed90a8a,0xbf800000,3
|
| 345 |
+
np.float32,0xbe454368,0xbe336d2a,3
|
| 346 |
+
np.float32,0xbf171d26,0xbee4442d,3
|
| 347 |
+
np.float32,0x80652bf9,0x80652bf9,3
|
| 348 |
+
np.float32,0xbdbaaa20,0xbdb26914,3
|
| 349 |
+
np.float32,0x3f56063d,0x3fa7522e,3
|
| 350 |
+
np.float32,0x3d3d4fd3,0x3d41c13f,3
|
| 351 |
+
np.float32,0x80456040,0x80456040,3
|
| 352 |
+
np.float32,0x3dc15586,0x3dcac0ef,3
|
| 353 |
+
np.float32,0x7f753060,0x7f800000,3
|
| 354 |
+
np.float32,0x7f7d8039,0x7f800000,3
|
| 355 |
+
np.float32,0xfdebf280,0xbf800000,3
|
| 356 |
+
np.float32,0xbf1892c3,0xbee5e116,3
|
| 357 |
+
np.float32,0xbf0f1468,0xbedb3878,3
|
| 358 |
+
np.float32,0x40d85c,0x40d85c,3
|
| 359 |
+
np.float32,0x3f93dd,0x3f93dd,3
|
| 360 |
+
np.float32,0xbf5730fd,0xbf118c24,3
|
| 361 |
+
np.float32,0xfe17aa44,0xbf800000,3
|
| 362 |
+
np.float32,0x3dc0baf4,0x3dca1716,3
|
| 363 |
+
np.float32,0xbf3433d8,0xbf015efb,3
|
| 364 |
+
np.float32,0x1c59f5,0x1c59f5,3
|
| 365 |
+
np.float32,0x802b1540,0x802b1540,3
|
| 366 |
+
np.float32,0xbe47df6c,0xbe35936e,3
|
| 367 |
+
np.float32,0xbe8e7070,0xbe78af32,3
|
| 368 |
+
np.float32,0xfe7057f4,0xbf800000,3
|
| 369 |
+
np.float32,0x80668b69,0x80668b69,3
|
| 370 |
+
np.float32,0xbe677810,0xbe4f2c2d,3
|
| 371 |
+
np.float32,0xbe7a2f1c,0xbe5df733,3
|
| 372 |
+
np.float32,0xfeb79e3c,0xbf800000,3
|
| 373 |
+
np.float32,0xbeb6e320,0xbe99c9e8,3
|
| 374 |
+
np.float32,0xfea188f2,0xbf800000,3
|
| 375 |
+
np.float32,0x7dcaeb15,0x7f800000,3
|
| 376 |
+
np.float32,0x1be567,0x1be567,3
|
| 377 |
+
np.float32,0xbf4041cc,0xbf07320d,3
|
| 378 |
+
np.float32,0x3f721aa7,0x3fc98e9a,3
|
| 379 |
+
np.float32,0x7f5aa835,0x7f800000,3
|
| 380 |
+
np.float32,0x15180e,0x15180e,3
|
| 381 |
+
np.float32,0x3f73d739,0x3fcbccdb,3
|
| 382 |
+
np.float32,0xbeecd380,0xbebd9b36,3
|
| 383 |
+
np.float32,0x3f2caec7,0x3f768fea,3
|
| 384 |
+
np.float32,0xbeaf65f2,0xbe9482bb,3
|
| 385 |
+
np.float32,0xfe6aa384,0xbf800000,3
|
| 386 |
+
np.float32,0xbf4f2c0a,0xbf0e085e,3
|
| 387 |
+
np.float32,0xbf2b5907,0xbef9d431,3
|
| 388 |
+
np.float32,0x3e855e0d,0x3e985960,3
|
| 389 |
+
np.float32,0x8056cc64,0x8056cc64,3
|
| 390 |
+
np.float32,0xff746bb5,0xbf800000,3
|
| 391 |
+
np.float32,0x3e0332f6,0x3e0bf986,3
|
| 392 |
+
np.float32,0xff637720,0xbf800000,3
|
| 393 |
+
np.float32,0xbf330676,0xbf00c990,3
|
| 394 |
+
np.float32,0x3ec449a1,0x3eef3862,3
|
| 395 |
+
np.float32,0x766541,0x766541,3
|
| 396 |
+
np.float32,0xfe2edf6c,0xbf800000,3
|
| 397 |
+
np.float32,0xbebb28ca,0xbe9cc3e2,3
|
| 398 |
+
np.float32,0x3f16c930,0x3f4d5ce4,3
|
| 399 |
+
np.float32,0x7f1a9a4a,0x7f800000,3
|
| 400 |
+
np.float32,0x3e9ba1,0x3e9ba1,3
|
| 401 |
+
np.float32,0xbf73d5f6,0xbf1d3d69,3
|
| 402 |
+
np.float32,0xfdc8a8b0,0xbf800000,3
|
| 403 |
+
np.float32,0x50f051,0x50f051,3
|
| 404 |
+
np.float32,0xff0add02,0xbf800000,3
|
| 405 |
+
np.float32,0x1e50bf,0x1e50bf,3
|
| 406 |
+
np.float32,0x3f04d287,0x3f2e1948,3
|
| 407 |
+
np.float32,0x7f1e50,0x7f1e50,3
|
| 408 |
+
np.float32,0x2affb3,0x2affb3,3
|
| 409 |
+
np.float32,0x80039f07,0x80039f07,3
|
| 410 |
+
np.float32,0x804ba79e,0x804ba79e,3
|
| 411 |
+
np.float32,0x7b5a8eed,0x7f800000,3
|
| 412 |
+
np.float32,0x3e1a8b28,0x3e26d0a7,3
|
| 413 |
+
np.float32,0x3ea95f29,0x3ec8bfa4,3
|
| 414 |
+
np.float32,0x7e09fa55,0x7f800000,3
|
| 415 |
+
np.float32,0x7eacb1b3,0x7f800000,3
|
| 416 |
+
np.float32,0x3e8ad7c0,0x3e9f7dec,3
|
| 417 |
+
np.float32,0x7e0e997c,0x7f800000,3
|
| 418 |
+
np.float32,0x3f4422b4,0x3f936398,3
|
| 419 |
+
np.float32,0x806bd222,0x806bd222,3
|
| 420 |
+
np.float32,0x677ae6,0x677ae6,3
|
| 421 |
+
np.float32,0x62cf68,0x62cf68,3
|
| 422 |
+
np.float32,0x7e4e594e,0x7f800000,3
|
| 423 |
+
np.float32,0x80445fd1,0x80445fd1,3
|
| 424 |
+
np.float32,0xff3a0d04,0xbf800000,3
|
| 425 |
+
np.float32,0x8052b256,0x8052b256,3
|
| 426 |
+
np.float32,0x3cb34440,0x3cb53e11,3
|
| 427 |
+
np.float32,0xbf0e3865,0xbeda3c6d,3
|
| 428 |
+
np.float32,0x3f49f5df,0x3f99ba17,3
|
| 429 |
+
np.float32,0xbed75a22,0xbeafcc09,3
|
| 430 |
+
np.float32,0xbf7aec64,0xbf1fefc8,3
|
| 431 |
+
np.float32,0x7f35a62d,0x7f800000,3
|
| 432 |
+
np.float32,0xbf787b03,0xbf1f03fc,3
|
| 433 |
+
np.float32,0x8006a62a,0x8006a62a,3
|
| 434 |
+
np.float32,0x3f6419e7,0x3fb803c7,3
|
| 435 |
+
np.float32,0x3ecea2e5,0x3efe8f01,3
|
| 436 |
+
np.float32,0x80603577,0x80603577,3
|
| 437 |
+
np.float32,0xff73198c,0xbf800000,3
|
| 438 |
+
np.float32,0x7def110a,0x7f800000,3
|
| 439 |
+
np.float32,0x544efd,0x544efd,3
|
| 440 |
+
np.float32,0x3f052340,0x3f2ea0fc,3
|
| 441 |
+
np.float32,0xff306666,0xbf800000,3
|
| 442 |
+
np.float32,0xbf800000,0xbf21d2a7,3
|
| 443 |
+
np.float32,0xbed3e150,0xbead826a,3
|
| 444 |
+
np.float32,0x3f430c99,0x3f92390f,3
|
| 445 |
+
np.float32,0xbf4bffa4,0xbf0c9c73,3
|
| 446 |
+
np.float32,0xfd97a710,0xbf800000,3
|
| 447 |
+
np.float32,0x3cadf0fe,0x3cafcd1a,3
|
| 448 |
+
np.float32,0x807af7b4,0x807af7b4,3
|
| 449 |
+
np.float32,0xbc508600,0xbc4f33bc,3
|
| 450 |
+
np.float32,0x7f3e0ec7,0x7f800000,3
|
| 451 |
+
np.float32,0xbe51334c,0xbe3d36f7,3
|
| 452 |
+
np.float32,0xfe7b7fb4,0xbf800000,3
|
| 453 |
+
np.float32,0xfed9c45e,0xbf800000,3
|
| 454 |
+
np.float32,0x3da024eb,0x3da6926a,3
|
| 455 |
+
np.float32,0x7eed9e76,0x7f800000,3
|
| 456 |
+
np.float32,0xbf2b8f1f,0xbefa0b91,3
|
| 457 |
+
np.float32,0x3f2b9286,0x3f746318,3
|
| 458 |
+
np.float32,0xfe8af49c,0xbf800000,3
|
| 459 |
+
np.float32,0x9c4f7,0x9c4f7,3
|
| 460 |
+
np.float32,0x801d7543,0x801d7543,3
|
| 461 |
+
np.float32,0xbf66474a,0xbf17de66,3
|
| 462 |
+
np.float32,0xbf562155,0xbf1116b1,3
|
| 463 |
+
np.float32,0x46a8de,0x46a8de,3
|
| 464 |
+
np.float32,0x8053fe6b,0x8053fe6b,3
|
| 465 |
+
np.float32,0xbf6ee842,0xbf1b51f3,3
|
| 466 |
+
np.float32,0xbf6ad78e,0xbf19b565,3
|
| 467 |
+
np.float32,0xbf012574,0xbecad7ff,3
|
| 468 |
+
np.float32,0x748364,0x748364,3
|
| 469 |
+
np.float32,0x8073f59b,0x8073f59b,3
|
| 470 |
+
np.float32,0xff526825,0xbf800000,3
|
| 471 |
+
np.float32,0xfeb02dc4,0xbf800000,3
|
| 472 |
+
np.float32,0x8033eb1c,0x8033eb1c,3
|
| 473 |
+
np.float32,0x3f3685ea,0x3f8520cc,3
|
| 474 |
+
np.float32,0x7f657902,0x7f800000,3
|
| 475 |
+
np.float32,0xbf75eac4,0xbf1e0a1f,3
|
| 476 |
+
np.float32,0xfe67f384,0xbf800000,3
|
| 477 |
+
np.float32,0x3f56d3cc,0x3fa83faf,3
|
| 478 |
+
np.float32,0x44a4ce,0x44a4ce,3
|
| 479 |
+
np.float32,0x1dc4b3,0x1dc4b3,3
|
| 480 |
+
np.float32,0x4fb3b2,0x4fb3b2,3
|
| 481 |
+
np.float32,0xbea904a4,0xbe8ff3ed,3
|
| 482 |
+
np.float32,0x7e668f16,0x7f800000,3
|
| 483 |
+
np.float32,0x7f538378,0x7f800000,3
|
| 484 |
+
np.float32,0x80541709,0x80541709,3
|
| 485 |
+
np.float32,0x80228040,0x80228040,3
|
| 486 |
+
np.float32,0x7ef9694e,0x7f800000,3
|
| 487 |
+
np.float32,0x3f5fca9b,0x3fb2ce54,3
|
| 488 |
+
np.float32,0xbe9c43c2,0xbe86ab84,3
|
| 489 |
+
np.float32,0xfecee000,0xbf800000,3
|
| 490 |
+
np.float32,0x5a65c2,0x5a65c2,3
|
| 491 |
+
np.float32,0x3f736572,0x3fcb3985,3
|
| 492 |
+
np.float32,0xbf2a03f7,0xbef87600,3
|
| 493 |
+
np.float32,0xfe96b488,0xbf800000,3
|
| 494 |
+
np.float32,0xfedd8800,0xbf800000,3
|
| 495 |
+
np.float32,0x80411804,0x80411804,3
|
| 496 |
+
np.float32,0x7edcb0a6,0x7f800000,3
|
| 497 |
+
np.float32,0x2bb882,0x2bb882,3
|
| 498 |
+
np.float32,0x3f800000,0x3fdbf0a9,3
|
| 499 |
+
np.float32,0x764b27,0x764b27,3
|
| 500 |
+
np.float32,0x7e92035d,0x7f800000,3
|
| 501 |
+
np.float32,0x3e80facb,0x3e92ae1d,3
|
| 502 |
+
np.float32,0x8040b81a,0x8040b81a,3
|
| 503 |
+
np.float32,0x7f487fe4,0x7f800000,3
|
| 504 |
+
np.float32,0xbc641780,0xbc6282ed,3
|
| 505 |
+
np.float32,0x804b0bb9,0x804b0bb9,3
|
| 506 |
+
np.float32,0x7d0b7c39,0x7f800000,3
|
| 507 |
+
np.float32,0xff072080,0xbf800000,3
|
| 508 |
+
np.float32,0xbed7aff8,0xbeb00462,3
|
| 509 |
+
np.float32,0x35e247,0x35e247,3
|
| 510 |
+
np.float32,0xbf7edd19,0xbf216766,3
|
| 511 |
+
np.float32,0x8004a539,0x8004a539,3
|
| 512 |
+
np.float32,0xfdfc1790,0xbf800000,3
|
| 513 |
+
np.float32,0x8037a841,0x8037a841,3
|
| 514 |
+
np.float32,0xfed0a8a8,0xbf800000,3
|
| 515 |
+
np.float32,0x7f1f1697,0x7f800000,3
|
| 516 |
+
np.float32,0x3f2ccc6e,0x3f76ca23,3
|
| 517 |
+
np.float32,0x35eada,0x35eada,3
|
| 518 |
+
np.float32,0xff111f42,0xbf800000,3
|
| 519 |
+
np.float32,0x3ee1ab7f,0x3f0dcbbe,3
|
| 520 |
+
np.float32,0xbf6e89ee,0xbf1b2cd4,3
|
| 521 |
+
np.float32,0x3f58611c,0x3faa0cdc,3
|
| 522 |
+
np.float32,0x1ac6a6,0x1ac6a6,3
|
| 523 |
+
np.float32,0xbf1286fa,0xbedf2312,3
|
| 524 |
+
np.float32,0x7e451137,0x7f800000,3
|
| 525 |
+
np.float32,0xbe92c326,0xbe7f3405,3
|
| 526 |
+
np.float32,0x3f2fdd16,0x3f7cd87b,3
|
| 527 |
+
np.float32,0xbe5c0ea0,0xbe4604c2,3
|
| 528 |
+
np.float32,0xbdb29968,0xbdab0883,3
|
| 529 |
+
np.float32,0x3964,0x3964,3
|
| 530 |
+
np.float32,0x3f0dc236,0x3f3d60a0,3
|
| 531 |
+
np.float32,0x7c3faf06,0x7f800000,3
|
| 532 |
+
np.float32,0xbef41f7a,0xbec22b16,3
|
| 533 |
+
np.float32,0x3f4c0289,0x3f9bfdcc,3
|
| 534 |
+
np.float32,0x806084e9,0x806084e9,3
|
| 535 |
+
np.float32,0x3ed1d8dd,0x3f01b0c1,3
|
| 536 |
+
np.float32,0x806d8d8b,0x806d8d8b,3
|
| 537 |
+
np.float32,0x3f052180,0x3f2e9e0a,3
|
| 538 |
+
np.float32,0x803d85d5,0x803d85d5,3
|
| 539 |
+
np.float32,0x3e0afd70,0x3e14dd48,3
|
| 540 |
+
np.float32,0x2fbc63,0x2fbc63,3
|
| 541 |
+
np.float32,0x2e436f,0x2e436f,3
|
| 542 |
+
np.float32,0xbf7b19e6,0xbf2000da,3
|
| 543 |
+
np.float32,0x3f34022e,0x3f829362,3
|
| 544 |
+
np.float32,0x3d2b40e0,0x3d2ee246,3
|
| 545 |
+
np.float32,0x3f5298b4,0x3fa3649b,3
|
| 546 |
+
np.float32,0xbdb01328,0xbda8b7de,3
|
| 547 |
+
np.float32,0x7f693c81,0x7f800000,3
|
| 548 |
+
np.float32,0xbeb1abc0,0xbe961edc,3
|
| 549 |
+
np.float32,0x801d9b5d,0x801d9b5d,3
|
| 550 |
+
np.float32,0x80628668,0x80628668,3
|
| 551 |
+
np.float32,0x800f57dd,0x800f57dd,3
|
| 552 |
+
np.float32,0x8017c94f,0x8017c94f,3
|
| 553 |
+
np.float32,0xbf16f5f4,0xbee418b8,3
|
| 554 |
+
np.float32,0x3e686476,0x3e827022,3
|
| 555 |
+
np.float32,0xbf256796,0xbef3abd9,3
|
| 556 |
+
np.float32,0x7f1b4485,0x7f800000,3
|
| 557 |
+
np.float32,0xbea0b3cc,0xbe89ed21,3
|
| 558 |
+
np.float32,0xfee08b2e,0xbf800000,3
|
| 559 |
+
np.float32,0x523cb4,0x523cb4,3
|
| 560 |
+
np.float32,0x3daf2cb2,0x3db6e273,3
|
| 561 |
+
np.float32,0xbd531c40,0xbd4dc323,3
|
| 562 |
+
np.float32,0x80078fe5,0x80078fe5,3
|
| 563 |
+
np.float32,0x80800000,0x80800000,3
|
| 564 |
+
np.float32,0x3f232438,0x3f642d1a,3
|
| 565 |
+
np.float32,0x3ec29446,0x3eecb7c0,3
|
| 566 |
+
np.float32,0x3dbcd2a4,0x3dc5cd1d,3
|
| 567 |
+
np.float32,0x7f045b0d,0x7f800000,3
|
| 568 |
+
np.float32,0x7f22e6d1,0x7f800000,3
|
| 569 |
+
np.float32,0xbf5d3430,0xbf141c80,3
|
| 570 |
+
np.float32,0xbe03ec70,0xbdf78ee6,3
|
| 571 |
+
np.float32,0x3e93ec9a,0x3eab822f,3
|
| 572 |
+
np.float32,0x7f3b9262,0x7f800000,3
|
| 573 |
+
np.float32,0x65ac6a,0x65ac6a,3
|
| 574 |
+
np.float32,0x3db9a8,0x3db9a8,3
|
| 575 |
+
np.float32,0xbf37ab59,0xbf031306,3
|
| 576 |
+
np.float32,0x33c40e,0x33c40e,3
|
| 577 |
+
np.float32,0x7f7a478f,0x7f800000,3
|
| 578 |
+
np.float32,0xbe8532d0,0xbe6a906f,3
|
| 579 |
+
np.float32,0x801c081d,0x801c081d,3
|
| 580 |
+
np.float32,0xbe4212a0,0xbe30ca73,3
|
| 581 |
+
np.float32,0xff0b603e,0xbf800000,3
|
| 582 |
+
np.float32,0x4554dc,0x4554dc,3
|
| 583 |
+
np.float32,0x3dd324be,0x3dde695e,3
|
| 584 |
+
np.float32,0x3f224c44,0x3f629557,3
|
| 585 |
+
np.float32,0x8003cd79,0x8003cd79,3
|
| 586 |
+
np.float32,0xbf31351c,0xbeffc2fd,3
|
| 587 |
+
np.float32,0x8034603a,0x8034603a,3
|
| 588 |
+
np.float32,0xbf6fcb70,0xbf1bab24,3
|
| 589 |
+
np.float32,0x804eb67e,0x804eb67e,3
|
| 590 |
+
np.float32,0xff05c00e,0xbf800000,3
|
| 591 |
+
np.float32,0x3eb5b36f,0x3eda1ec7,3
|
| 592 |
+
np.float32,0x3f1ed7f9,0x3f5c1d90,3
|
| 593 |
+
np.float32,0x3f052d8a,0x3f2eb24b,3
|
| 594 |
+
np.float32,0x5ddf51,0x5ddf51,3
|
| 595 |
+
np.float32,0x7e50c11c,0x7f800000,3
|
| 596 |
+
np.float32,0xff74f55a,0xbf800000,3
|
| 597 |
+
np.float32,0x4322d,0x4322d,3
|
| 598 |
+
np.float32,0x3f16f8a9,0x3f4db27a,3
|
| 599 |
+
np.float32,0x3f4f23d6,0x3f9f7c2c,3
|
| 600 |
+
np.float32,0xbf706c1e,0xbf1bea0a,3
|
| 601 |
+
np.float32,0x3f2cbd52,0x3f76ac77,3
|
| 602 |
+
np.float32,0xf3043,0xf3043,3
|
| 603 |
+
np.float32,0xfee79de0,0xbf800000,3
|
| 604 |
+
np.float32,0x7e942f69,0x7f800000,3
|
| 605 |
+
np.float32,0x180139,0x180139,3
|
| 606 |
+
np.float32,0xff69c678,0xbf800000,3
|
| 607 |
+
np.float32,0x3f46773f,0x3f95e840,3
|
| 608 |
+
np.float32,0x804aae1c,0x804aae1c,3
|
| 609 |
+
np.float32,0x3eb383b4,0x3ed7024c,3
|
| 610 |
+
np.float32,0x8032624e,0x8032624e,3
|
| 611 |
+
np.float32,0xbd0a0f80,0xbd07c27d,3
|
| 612 |
+
np.float32,0xbf1c9b98,0xbeea4a61,3
|
| 613 |
+
np.float32,0x7f370999,0x7f800000,3
|
| 614 |
+
np.float32,0x801931f9,0x801931f9,3
|
| 615 |
+
np.float32,0x3f6f45ce,0x3fc5eea0,3
|
| 616 |
+
np.float32,0xff0ab4cc,0xbf800000,3
|
| 617 |
+
np.float32,0x4c043d,0x4c043d,3
|
| 618 |
+
np.float32,0x8002a599,0x8002a599,3
|
| 619 |
+
np.float32,0xbc4a6080,0xbc4921d7,3
|
| 620 |
+
np.float32,0x3f008d14,0x3f26fb72,3
|
| 621 |
+
np.float32,0x7f48b3d9,0x7f800000,3
|
| 622 |
+
np.float32,0x7cb2ec7e,0x7f800000,3
|
| 623 |
+
np.float32,0xbf1338bd,0xbedfeb61,3
|
| 624 |
+
np.float32,0x0,0x0,3
|
| 625 |
+
np.float32,0xbf2f5b64,0xbefde71c,3
|
| 626 |
+
np.float32,0xbe422974,0xbe30dd56,3
|
| 627 |
+
np.float32,0x3f776be8,0x3fd07950,3
|
| 628 |
+
np.float32,0xbf3e97a1,0xbf06684a,3
|
| 629 |
+
np.float32,0x7d28cb26,0x7f800000,3
|
| 630 |
+
np.float32,0x801618d2,0x801618d2,3
|
| 631 |
+
np.float32,0x807e4f83,0x807e4f83,3
|
| 632 |
+
np.float32,0x8006b07d,0x8006b07d,3
|
| 633 |
+
np.float32,0xfea1c042,0xbf800000,3
|
| 634 |
+
np.float32,0xff24ef74,0xbf800000,3
|
| 635 |
+
np.float32,0xfef7ab16,0xbf800000,3
|
| 636 |
+
np.float32,0x70b771,0x70b771,3
|
| 637 |
+
np.float32,0x7daeb64e,0x7f800000,3
|
| 638 |
+
np.float32,0xbe66e378,0xbe4eb59c,3
|
| 639 |
+
np.float32,0xbead1534,0xbe92dcf7,3
|
| 640 |
+
np.float32,0x7e6769b8,0x7f800000,3
|
| 641 |
+
np.float32,0x7ecd0890,0x7f800000,3
|
| 642 |
+
np.float32,0xbe7380d8,0xbe58b747,3
|
| 643 |
+
np.float32,0x3efa6f2f,0x3f218265,3
|
| 644 |
+
np.float32,0x3f59dada,0x3fabc5eb,3
|
| 645 |
+
np.float32,0xff0f2d20,0xbf800000,3
|
| 646 |
+
np.float32,0x8060210e,0x8060210e,3
|
| 647 |
+
np.float32,0x3ef681e8,0x3f1e51c8,3
|
| 648 |
+
np.float32,0x77a6dd,0x77a6dd,3
|
| 649 |
+
np.float32,0xbebfdd0e,0xbea00399,3
|
| 650 |
+
np.float32,0xfe889b72,0xbf800000,3
|
| 651 |
+
np.float32,0x8049ed2c,0x8049ed2c,3
|
| 652 |
+
np.float32,0x3b089dc4,0x3b08c23e,3
|
| 653 |
+
np.float32,0xbf13c7c4,0xbee08c28,3
|
| 654 |
+
np.float32,0x3efa13b9,0x3f2137d7,3
|
| 655 |
+
np.float32,0x3e9385dc,0x3eaaf914,3
|
| 656 |
+
np.float32,0x7e0e6a43,0x7f800000,3
|
| 657 |
+
np.float32,0x7df6d63f,0x7f800000,3
|
| 658 |
+
np.float32,0x3f3efead,0x3f8dea03,3
|
| 659 |
+
np.float32,0xff52548c,0xbf800000,3
|
| 660 |
+
np.float32,0x803ff9d8,0x803ff9d8,3
|
| 661 |
+
np.float32,0x3c825823,0x3c836303,3
|
| 662 |
+
np.float32,0xfc9e97a0,0xbf800000,3
|
| 663 |
+
np.float32,0xfe644f48,0xbf800000,3
|
| 664 |
+
np.float32,0x802f5017,0x802f5017,3
|
| 665 |
+
np.float32,0x3d5753b9,0x3d5d1661,3
|
| 666 |
+
np.float32,0x7f2a55d2,0x7f800000,3
|
| 667 |
+
np.float32,0x7f4dabfe,0x7f800000,3
|
| 668 |
+
np.float32,0x3f49492a,0x3f98fc47,3
|
| 669 |
+
np.float32,0x3f4d1589,0x3f9d2f82,3
|
| 670 |
+
np.float32,0xff016208,0xbf800000,3
|
| 671 |
+
np.float32,0xbf571cb7,0xbf118365,3
|
| 672 |
+
np.float32,0xbf1ef297,0xbeecd136,3
|
| 673 |
+
np.float32,0x36266b,0x36266b,3
|
| 674 |
+
np.float32,0xbed07b0e,0xbeab4129,3
|
| 675 |
+
np.float32,0x7f553365,0x7f800000,3
|
| 676 |
+
np.float32,0xfe9bb8c6,0xbf800000,3
|
| 677 |
+
np.float32,0xbeb497d6,0xbe982e19,3
|
| 678 |
+
np.float32,0xbf27af6c,0xbef60d16,3
|
| 679 |
+
np.float32,0x55cf51,0x55cf51,3
|
| 680 |
+
np.float32,0x3eab1db0,0x3ecb2e4f,3
|
| 681 |
+
np.float32,0x3e777603,0x3e8bf62f,3
|
| 682 |
+
np.float32,0x7f10e374,0x7f800000,3
|
| 683 |
+
np.float32,0xbf1f6480,0xbeed4b8d,3
|
| 684 |
+
np.float32,0x40479d,0x40479d,3
|
| 685 |
+
np.float32,0x156259,0x156259,3
|
| 686 |
+
np.float32,0x3d852e30,0x3d899b2d,3
|
| 687 |
+
np.float32,0x80014ff3,0x80014ff3,3
|
| 688 |
+
np.float32,0xbd812fa8,0xbd7a645c,3
|
| 689 |
+
np.float32,0x800ab780,0x800ab780,3
|
| 690 |
+
np.float32,0x3ea02ff4,0x3ebc13bd,3
|
| 691 |
+
np.float32,0x7e858b8e,0x7f800000,3
|
| 692 |
+
np.float32,0x75d63b,0x75d63b,3
|
| 693 |
+
np.float32,0xbeb15c94,0xbe95e6e3,3
|
| 694 |
+
np.float32,0x3da0cee0,0x3da74a39,3
|
| 695 |
+
np.float32,0xff21c01c,0xbf800000,3
|
| 696 |
+
np.float32,0x8049b5eb,0x8049b5eb,3
|
| 697 |
+
np.float32,0x80177ab0,0x80177ab0,3
|
| 698 |
+
np.float32,0xff137a50,0xbf800000,3
|
| 699 |
+
np.float32,0x3f7febba,0x3fdbd51c,3
|
| 700 |
+
np.float32,0x8041e4dd,0x8041e4dd,3
|
| 701 |
+
np.float32,0x99b8c,0x99b8c,3
|
| 702 |
+
np.float32,0x5621ba,0x5621ba,3
|
| 703 |
+
np.float32,0x14b534,0x14b534,3
|
| 704 |
+
np.float32,0xbe2eb3a8,0xbe209c95,3
|
| 705 |
+
np.float32,0x7e510c28,0x7f800000,3
|
| 706 |
+
np.float32,0x804ec2f2,0x804ec2f2,3
|
| 707 |
+
np.float32,0x3f662406,0x3fba82b0,3
|
| 708 |
+
np.float32,0x800000,0x800000,3
|
| 709 |
+
np.float32,0x3f3120d6,0x3f7f5d96,3
|
| 710 |
+
np.float32,0x7f179b8e,0x7f800000,3
|
| 711 |
+
np.float32,0x7f65278e,0x7f800000,3
|
| 712 |
+
np.float32,0xfeb50f52,0xbf800000,3
|
| 713 |
+
np.float32,0x7f051bd1,0x7f800000,3
|
| 714 |
+
np.float32,0x7ea0558d,0x7f800000,3
|
| 715 |
+
np.float32,0xbd0a96c0,0xbd08453f,3
|
| 716 |
+
np.float64,0xee82da5ddd05c,0xee82da5ddd05c,3
|
| 717 |
+
np.float64,0x800c3a22d7f87446,0x800c3a22d7f87446,3
|
| 718 |
+
np.float64,0xbfd34b20eaa69642,0xbfd0a825e7688d3e,3
|
| 719 |
+
np.float64,0x3fd6a0f2492d41e5,0x3fdb253b906057b3,3
|
| 720 |
+
np.float64,0xbfda13d8783427b0,0xbfd56b1d76684332,3
|
| 721 |
+
np.float64,0xbfe50b5a99ea16b5,0xbfded7dd82c6f746,3
|
| 722 |
+
np.float64,0x3f82468fc0248d20,0x3f825b7fa9378ee9,3
|
| 723 |
+
np.float64,0x7ff0000000000000,0x7ff0000000000000,3
|
| 724 |
+
np.float64,0x856e50290adca,0x856e50290adca,3
|
| 725 |
+
np.float64,0x7fde55a5fa3cab4b,0x7ff0000000000000,3
|
| 726 |
+
np.float64,0x7fcf2c8dd93e591b,0x7ff0000000000000,3
|
| 727 |
+
np.float64,0x8001b3a0e3236743,0x8001b3a0e3236743,3
|
| 728 |
+
np.float64,0x8000fdb14821fb63,0x8000fdb14821fb63,3
|
| 729 |
+
np.float64,0xbfe3645e08e6c8bc,0xbfdd161362a5e9ef,3
|
| 730 |
+
np.float64,0x7feb34d28b3669a4,0x7ff0000000000000,3
|
| 731 |
+
np.float64,0x80099dd810933bb1,0x80099dd810933bb1,3
|
| 732 |
+
np.float64,0xbfedbcc1097b7982,0xbfe35d86414d53dc,3
|
| 733 |
+
np.float64,0x7fdc406fbdb880de,0x7ff0000000000000,3
|
| 734 |
+
np.float64,0x800c4bf85ab897f1,0x800c4bf85ab897f1,3
|
| 735 |
+
np.float64,0x3fd8f7b0e0b1ef60,0x3fde89b497ae20d8,3
|
| 736 |
+
np.float64,0xffe4fced5c69f9da,0xbff0000000000000,3
|
| 737 |
+
np.float64,0xbfe54d421fea9a84,0xbfdf1be0cbfbfcba,3
|
| 738 |
+
np.float64,0x800af72f3535ee5f,0x800af72f3535ee5f,3
|
| 739 |
+
np.float64,0x3fe24e6570e49ccb,0x3fe8b3a86d970411,3
|
| 740 |
+
np.float64,0xbfdd7b22d0baf646,0xbfd79fac2e4f7558,3
|
| 741 |
+
np.float64,0xbfe6a7654c6d4eca,0xbfe03c1f13f3b409,3
|
| 742 |
+
np.float64,0x3fe2c3eb662587d7,0x3fe98566e625d4f5,3
|
| 743 |
+
np.float64,0x3b1ef71e763e0,0x3b1ef71e763e0,3
|
| 744 |
+
np.float64,0xffed03c6baba078d,0xbff0000000000000,3
|
| 745 |
+
np.float64,0x3febac19d0b75834,0x3ff5fdacc9d51bcd,3
|
| 746 |
+
np.float64,0x800635d6794c6bae,0x800635d6794c6bae,3
|
| 747 |
+
np.float64,0xbfe8cafc827195f9,0xbfe1411438608ae1,3
|
| 748 |
+
np.float64,0x7feeb616a83d6c2c,0x7ff0000000000000,3
|
| 749 |
+
np.float64,0x3fd52d62a2aa5ac5,0x3fd91a07a7f18f44,3
|
| 750 |
+
np.float64,0x80036996b8a6d32e,0x80036996b8a6d32e,3
|
| 751 |
+
np.float64,0x2b1945965632a,0x2b1945965632a,3
|
| 752 |
+
np.float64,0xbfecb5e8c9796bd2,0xbfe2f40fca276aa2,3
|
| 753 |
+
np.float64,0x3fe8669ed4f0cd3e,0x3ff24c89fc9cdbff,3
|
| 754 |
+
np.float64,0x71e9f65ee3d3f,0x71e9f65ee3d3f,3
|
| 755 |
+
np.float64,0xbfd5ab262bab564c,0xbfd261ae108ef79e,3
|
| 756 |
+
np.float64,0xbfe7091342ee1226,0xbfe06bf5622d75f6,3
|
| 757 |
+
np.float64,0x49e888d093d12,0x49e888d093d12,3
|
| 758 |
+
np.float64,0x2272f3dc44e5f,0x2272f3dc44e5f,3
|
| 759 |
+
np.float64,0x7fe98736e0b30e6d,0x7ff0000000000000,3
|
| 760 |
+
np.float64,0x30fa9cde61f54,0x30fa9cde61f54,3
|
| 761 |
+
np.float64,0x7fdc163fc0382c7f,0x7ff0000000000000,3
|
| 762 |
+
np.float64,0xffb40d04ee281a08,0xbff0000000000000,3
|
| 763 |
+
np.float64,0xffe624617f2c48c2,0xbff0000000000000,3
|
| 764 |
+
np.float64,0x3febb582bd376b05,0x3ff608da584d1716,3
|
| 765 |
+
np.float64,0xfc30a5a5f8615,0xfc30a5a5f8615,3
|
| 766 |
+
np.float64,0x3fef202efd7e405e,0x3ffa52009319b069,3
|
| 767 |
+
np.float64,0x8004d0259829a04c,0x8004d0259829a04c,3
|
| 768 |
+
np.float64,0x800622dc71ec45ba,0x800622dc71ec45ba,3
|
| 769 |
+
np.float64,0xffefffffffffffff,0xbff0000000000000,3
|
| 770 |
+
np.float64,0x800e89113c9d1223,0x800e89113c9d1223,3
|
| 771 |
+
np.float64,0x7fba7fde3034ffbb,0x7ff0000000000000,3
|
| 772 |
+
np.float64,0xbfeea31e807d463d,0xbfe3b7369b725915,3
|
| 773 |
+
np.float64,0x3feb7c9589f6f92c,0x3ff5c56cf71b0dff,3
|
| 774 |
+
np.float64,0x3fd52d3b59aa5a77,0x3fd919d0f683fd07,3
|
| 775 |
+
np.float64,0x800de90a43fbd215,0x800de90a43fbd215,3
|
| 776 |
+
np.float64,0x3fe7eb35a9efd66b,0x3ff1c940dbfc6ef9,3
|
| 777 |
+
np.float64,0xbda0adcb7b416,0xbda0adcb7b416,3
|
| 778 |
+
np.float64,0x7fc5753e3a2aea7b,0x7ff0000000000000,3
|
| 779 |
+
np.float64,0xffdd101d103a203a,0xbff0000000000000,3
|
| 780 |
+
np.float64,0x7fcb54f56836a9ea,0x7ff0000000000000,3
|
| 781 |
+
np.float64,0xbfd61c8d6eac391a,0xbfd2b23bc0a2cef4,3
|
| 782 |
+
np.float64,0x3feef55de37deabc,0x3ffa198639a0161d,3
|
| 783 |
+
np.float64,0x7fe4ffbfaea9ff7e,0x7ff0000000000000,3
|
| 784 |
+
np.float64,0x9d1071873a20e,0x9d1071873a20e,3
|
| 785 |
+
np.float64,0x3fef1ecb863e3d97,0x3ffa502a81e09cfc,3
|
| 786 |
+
np.float64,0xad2da12b5a5b4,0xad2da12b5a5b4,3
|
| 787 |
+
np.float64,0xffe614b74c6c296e,0xbff0000000000000,3
|
| 788 |
+
np.float64,0xffe60d3f286c1a7e,0xbff0000000000000,3
|
| 789 |
+
np.float64,0x7fda7d91f4b4fb23,0x7ff0000000000000,3
|
| 790 |
+
np.float64,0x800023f266a047e6,0x800023f266a047e6,3
|
| 791 |
+
np.float64,0x7fdf5f9ad23ebf35,0x7ff0000000000000,3
|
| 792 |
+
np.float64,0x3fa7459f002e8b3e,0x3fa7cf178dcf0af6,3
|
| 793 |
+
np.float64,0x3fe9938d61f3271b,0x3ff39516a13caec3,3
|
| 794 |
+
np.float64,0xbfd59314c3ab262a,0xbfd250830f73efd2,3
|
| 795 |
+
np.float64,0xbfc7e193f72fc328,0xbfc5c924339dd7a8,3
|
| 796 |
+
np.float64,0x7fec1965f17832cb,0x7ff0000000000000,3
|
| 797 |
+
np.float64,0xbfd932908eb26522,0xbfd4d4312d272580,3
|
| 798 |
+
np.float64,0xbfdf2d08e2be5a12,0xbfd8add1413b0b1b,3
|
| 799 |
+
np.float64,0x7fdcf7cc74b9ef98,0x7ff0000000000000,3
|
| 800 |
+
np.float64,0x7fc79300912f2600,0x7ff0000000000000,3
|
| 801 |
+
np.float64,0xffd4bd8f23297b1e,0xbff0000000000000,3
|
| 802 |
+
np.float64,0x41869ce0830e,0x41869ce0830e,3
|
| 803 |
+
np.float64,0x3fe5dcec91ebb9da,0x3fef5e213598cbd4,3
|
| 804 |
+
np.float64,0x800815d9c2902bb4,0x800815d9c2902bb4,3
|
| 805 |
+
np.float64,0x800ba1a4b877434a,0x800ba1a4b877434a,3
|
| 806 |
+
np.float64,0x80069d7bdc4d3af8,0x80069d7bdc4d3af8,3
|
| 807 |
+
np.float64,0xcf00d4339e01b,0xcf00d4339e01b,3
|
| 808 |
+
np.float64,0x80072b71bd4e56e4,0x80072b71bd4e56e4,3
|
| 809 |
+
np.float64,0x80059ca6fbab394f,0x80059ca6fbab394f,3
|
| 810 |
+
np.float64,0x3fe522fc092a45f8,0x3fedf212682bf894,3
|
| 811 |
+
np.float64,0x7fe17f384ea2fe70,0x7ff0000000000000,3
|
| 812 |
+
np.float64,0x0,0x0,3
|
| 813 |
+
np.float64,0x3f72bb4c20257698,0x3f72c64766b52069,3
|
| 814 |
+
np.float64,0x7fbc97c940392f92,0x7ff0000000000000,3
|
| 815 |
+
np.float64,0xffc5904ebd2b209c,0xbff0000000000000,3
|
| 816 |
+
np.float64,0xbfe34fb55b669f6a,0xbfdcff81dd30a49d,3
|
| 817 |
+
np.float64,0x8007ccda006f99b5,0x8007ccda006f99b5,3
|
| 818 |
+
np.float64,0x3fee50e4c8fca1ca,0x3ff9434c7750ad0f,3
|
| 819 |
+
np.float64,0x7fee7b07c67cf60f,0x7ff0000000000000,3
|
| 820 |
+
np.float64,0x3fdcce4a5a399c95,0x3fe230c83f28218a,3
|
| 821 |
+
np.float64,0x7fee5187b37ca30e,0x7ff0000000000000,3
|
| 822 |
+
np.float64,0x3fc48f6a97291ed8,0x3fc64db6200a9833,3
|
| 823 |
+
np.float64,0xc7fec3498ffd9,0xc7fec3498ffd9,3
|
| 824 |
+
np.float64,0x800769c59d2ed38c,0x800769c59d2ed38c,3
|
| 825 |
+
np.float64,0xffe69ede782d3dbc,0xbff0000000000000,3
|
| 826 |
+
np.float64,0x3fecd9770979b2ee,0x3ff76a1f2f0f08f2,3
|
| 827 |
+
np.float64,0x5aa358a8b546c,0x5aa358a8b546c,3
|
| 828 |
+
np.float64,0xbfe795a0506f2b40,0xbfe0afcc52c0166b,3
|
| 829 |
+
np.float64,0xffd4ada1e8a95b44,0xbff0000000000000,3
|
| 830 |
+
np.float64,0xffcac1dc213583b8,0xbff0000000000000,3
|
| 831 |
+
np.float64,0xffe393c15fa72782,0xbff0000000000000,3
|
| 832 |
+
np.float64,0xbfcd6a3c113ad478,0xbfca47a2157b9cdd,3
|
| 833 |
+
np.float64,0xffedde20647bbc40,0xbff0000000000000,3
|
| 834 |
+
np.float64,0x3fd0d011b1a1a024,0x3fd33a57945559f4,3
|
| 835 |
+
np.float64,0x3fef27e29f7e4fc6,0x3ffa5c314e0e3d69,3
|
| 836 |
+
np.float64,0xffe96ff71f72dfee,0xbff0000000000000,3
|
| 837 |
+
np.float64,0xffe762414f2ec482,0xbff0000000000000,3
|
| 838 |
+
np.float64,0x3fc2dcfd3d25b9fa,0x3fc452f41682a12e,3
|
| 839 |
+
np.float64,0xbfbdb125b63b6248,0xbfbc08e6553296d4,3
|
| 840 |
+
np.float64,0x7b915740f724,0x7b915740f724,3
|
| 841 |
+
np.float64,0x60b502b2c16a1,0x60b502b2c16a1,3
|
| 842 |
+
np.float64,0xbfeb38b0be367162,0xbfe254f6782cfc47,3
|
| 843 |
+
np.float64,0x800dc39a3edb8735,0x800dc39a3edb8735,3
|
| 844 |
+
np.float64,0x3fea4fb433349f68,0x3ff468b97cf699f5,3
|
| 845 |
+
np.float64,0xbfd49967962932d0,0xbfd19ceb41ff4cd0,3
|
| 846 |
+
np.float64,0xbfebf75cd377eeba,0xbfe2a576bdbccccc,3
|
| 847 |
+
np.float64,0xbfb653d65c2ca7b0,0xbfb561ab8fcb3f26,3
|
| 848 |
+
np.float64,0xffe3f34b8727e696,0xbff0000000000000,3
|
| 849 |
+
np.float64,0x3fdd798064baf301,0x3fe2b7c130a6fc63,3
|
| 850 |
+
np.float64,0x3febe027e6b7c050,0x3ff63bac1b22e12d,3
|
| 851 |
+
np.float64,0x7fcaa371af3546e2,0x7ff0000000000000,3
|
| 852 |
+
np.float64,0xbfe6ee980a2ddd30,0xbfe05f0bc5dc80d2,3
|
| 853 |
+
np.float64,0xc559c33f8ab39,0xc559c33f8ab39,3
|
| 854 |
+
np.float64,0x84542c2b08a86,0x84542c2b08a86,3
|
| 855 |
+
np.float64,0xbfe5645e046ac8bc,0xbfdf3398dc3cc1bd,3
|
| 856 |
+
np.float64,0x3fee8c48ae7d1892,0x3ff9902899480526,3
|
| 857 |
+
np.float64,0x3fb706471c2e0c8e,0x3fb817787aace8db,3
|
| 858 |
+
np.float64,0x7fefe78f91ffcf1e,0x7ff0000000000000,3
|
| 859 |
+
np.float64,0xbfcf6d560b3edaac,0xbfcbddc72a2130df,3
|
| 860 |
+
np.float64,0x7fd282bfd925057f,0x7ff0000000000000,3
|
| 861 |
+
np.float64,0x3fb973dbee32e7b8,0x3fbac2c87cbd0215,3
|
| 862 |
+
np.float64,0x3fd1ce38ff239c72,0x3fd4876de5164420,3
|
| 863 |
+
np.float64,0x8008ac2e3c31585d,0x8008ac2e3c31585d,3
|
| 864 |
+
np.float64,0x3fa05e06dc20bc00,0x3fa0a1b7de904dce,3
|
| 865 |
+
np.float64,0x7fd925f215324be3,0x7ff0000000000000,3
|
| 866 |
+
np.float64,0x3f949d95d0293b2c,0x3f94d31197d51874,3
|
| 867 |
+
np.float64,0xffdded9e67bbdb3c,0xbff0000000000000,3
|
| 868 |
+
np.float64,0x3fed390dcfba721c,0x3ff7e08c7a709240,3
|
| 869 |
+
np.float64,0x7fe6e62300adcc45,0x7ff0000000000000,3
|
| 870 |
+
np.float64,0xbfd779bc312ef378,0xbfd3a6cb64bb0181,3
|
| 871 |
+
np.float64,0x3fe43e9877287d31,0x3fec3e100ef935fd,3
|
| 872 |
+
np.float64,0x210b68e44216e,0x210b68e44216e,3
|
| 873 |
+
np.float64,0x3fcdffc1e73bff84,0x3fd0e729d02ec539,3
|
| 874 |
+
np.float64,0xcea10c0f9d422,0xcea10c0f9d422,3
|
| 875 |
+
np.float64,0x7feb97a82d772f4f,0x7ff0000000000000,3
|
| 876 |
+
np.float64,0x9b4b4d953696a,0x9b4b4d953696a,3
|
| 877 |
+
np.float64,0x3fd1bd8e95237b1d,0x3fd4716dd34cf828,3
|
| 878 |
+
np.float64,0x800fc273841f84e7,0x800fc273841f84e7,3
|
| 879 |
+
np.float64,0xbfd2aef167255de2,0xbfd0340f30d82f18,3
|
| 880 |
+
np.float64,0x800d021a551a0435,0x800d021a551a0435,3
|
| 881 |
+
np.float64,0xffebf934a8b7f268,0xbff0000000000000,3
|
| 882 |
+
np.float64,0x3fd819849fb03308,0x3fdd43bca0aac749,3
|
| 883 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,3
|
| 884 |
+
np.float64,0x27c34b064f86a,0x27c34b064f86a,3
|
| 885 |
+
np.float64,0x7fef4f5a373e9eb3,0x7ff0000000000000,3
|
| 886 |
+
np.float64,0x7fd92fccce325f99,0x7ff0000000000000,3
|
| 887 |
+
np.float64,0x800520869d6a410e,0x800520869d6a410e,3
|
| 888 |
+
np.float64,0x3fccbcaddf397958,0x3fd01bf6b0c4d97f,3
|
| 889 |
+
np.float64,0x80039ebfc4273d80,0x80039ebfc4273d80,3
|
| 890 |
+
np.float64,0xbfed1f0b3c7a3e16,0xbfe31ea6e4c69141,3
|
| 891 |
+
np.float64,0x7fee1bb7c4bc376f,0x7ff0000000000000,3
|
| 892 |
+
np.float64,0xbfa8bee1d8317dc0,0xbfa8283b7dbf95a9,3
|
| 893 |
+
np.float64,0x3fe797db606f2fb6,0x3ff171b1c2bc8fe5,3
|
| 894 |
+
np.float64,0xbfee2ecfdbbc5da0,0xbfe38a3f0a43d14e,3
|
| 895 |
+
np.float64,0x3fe815c7f1302b90,0x3ff1f65165c45d71,3
|
| 896 |
+
np.float64,0xbfbb265c94364cb8,0xbfb9c27ec61a9a1d,3
|
| 897 |
+
np.float64,0x3fcf1cab5d3e3957,0x3fd19c07444642f9,3
|
| 898 |
+
np.float64,0xbfe6ae753f6d5cea,0xbfe03f99666dbe17,3
|
| 899 |
+
np.float64,0xbfd18a2a73a31454,0xbfceaee204aca016,3
|
| 900 |
+
np.float64,0x3fb8a1dffc3143c0,0x3fb9db38341ab1a3,3
|
| 901 |
+
np.float64,0x7fd2a0376025406e,0x7ff0000000000000,3
|
| 902 |
+
np.float64,0x7fe718c0e3ae3181,0x7ff0000000000000,3
|
| 903 |
+
np.float64,0x3fb264d42424c9a8,0x3fb3121f071d4db4,3
|
| 904 |
+
np.float64,0xd27190a7a4e32,0xd27190a7a4e32,3
|
| 905 |
+
np.float64,0xbfe467668c68cecd,0xbfde2c4616738d5e,3
|
| 906 |
+
np.float64,0x800ab9a2b9357346,0x800ab9a2b9357346,3
|
| 907 |
+
np.float64,0x7fcbd108d537a211,0x7ff0000000000000,3
|
| 908 |
+
np.float64,0x3fb79bba6e2f3770,0x3fb8bb2c140d3445,3
|
| 909 |
+
np.float64,0xffefa7165e3f4e2c,0xbff0000000000000,3
|
| 910 |
+
np.float64,0x7fb40185a428030a,0x7ff0000000000000,3
|
| 911 |
+
np.float64,0xbfe9e3d58e73c7ab,0xbfe1c04d51c83d69,3
|
| 912 |
+
np.float64,0x7fef5b97b17eb72e,0x7ff0000000000000,3
|
| 913 |
+
np.float64,0x800a2957683452af,0x800a2957683452af,3
|
| 914 |
+
np.float64,0x800f54f1925ea9e3,0x800f54f1925ea9e3,3
|
| 915 |
+
np.float64,0xeffa4e77dff4a,0xeffa4e77dff4a,3
|
| 916 |
+
np.float64,0xffbe501aa03ca038,0xbff0000000000000,3
|
| 917 |
+
np.float64,0x8006c651bced8ca4,0x8006c651bced8ca4,3
|
| 918 |
+
np.float64,0x3fe159faff22b3f6,0x3fe708f78efbdbed,3
|
| 919 |
+
np.float64,0x800e7d59a31cfab3,0x800e7d59a31cfab3,3
|
| 920 |
+
np.float64,0x3fe6ac2f272d585e,0x3ff07ee5305385c3,3
|
| 921 |
+
np.float64,0x7fd014c054202980,0x7ff0000000000000,3
|
| 922 |
+
np.float64,0xbfe4800b11e90016,0xbfde4648c6f29ce5,3
|
| 923 |
+
np.float64,0xbfe6738470ece709,0xbfe0227b5b42b713,3
|
| 924 |
+
np.float64,0x3fed052add3a0a56,0x3ff7a01819e65c6e,3
|
| 925 |
+
np.float64,0xffe03106f120620e,0xbff0000000000000,3
|
| 926 |
+
np.float64,0x7fe11df4d4e23be9,0x7ff0000000000000,3
|
| 927 |
+
np.float64,0xbfcea25d7b3d44bc,0xbfcb3e808e7ce852,3
|
| 928 |
+
np.float64,0xd0807b03a1010,0xd0807b03a1010,3
|
| 929 |
+
np.float64,0x8004eda4fec9db4b,0x8004eda4fec9db4b,3
|
| 930 |
+
np.float64,0x3fceb5c98d3d6b90,0x3fd15a894b15dd9f,3
|
| 931 |
+
np.float64,0xbfee27228afc4e45,0xbfe38741702f3c0b,3
|
| 932 |
+
np.float64,0xbfe606278c6c0c4f,0xbfdfd7cb6093652d,3
|
| 933 |
+
np.float64,0xbfd66f59bc2cdeb4,0xbfd2ecb2297f6afc,3
|
| 934 |
+
np.float64,0x4aee390095dc8,0x4aee390095dc8,3
|
| 935 |
+
np.float64,0xbfe391355d67226a,0xbfdd46ddc0997014,3
|
| 936 |
+
np.float64,0xffd27765e7a4eecc,0xbff0000000000000,3
|
| 937 |
+
np.float64,0xbfe795e20a2f2bc4,0xbfe0afebc66c4dbd,3
|
| 938 |
+
np.float64,0x7fc9a62e81334c5c,0x7ff0000000000000,3
|
| 939 |
+
np.float64,0xffe4e57e52a9cafc,0xbff0000000000000,3
|
| 940 |
+
np.float64,0x7fac326c8c3864d8,0x7ff0000000000000,3
|
| 941 |
+
np.float64,0x3fe8675f6370cebf,0x3ff24d5863029c15,3
|
| 942 |
+
np.float64,0x7fcf4745e73e8e8b,0x7ff0000000000000,3
|
| 943 |
+
np.float64,0x7fcc9aec9f3935d8,0x7ff0000000000000,3
|
| 944 |
+
np.float64,0x3fec2e8fcab85d20,0x3ff699ccd0b2fed6,3
|
| 945 |
+
np.float64,0x3fd110a968222153,0x3fd38e81a88c2d13,3
|
| 946 |
+
np.float64,0xffb3a68532274d08,0xbff0000000000000,3
|
| 947 |
+
np.float64,0xf0e562bbe1cad,0xf0e562bbe1cad,3
|
| 948 |
+
np.float64,0xbfe815b9e5f02b74,0xbfe0ec9f5023aebc,3
|
| 949 |
+
np.float64,0xbf5151d88022a400,0xbf514f80c465feea,3
|
| 950 |
+
np.float64,0x2547e3144a8fd,0x2547e3144a8fd,3
|
| 951 |
+
np.float64,0x3fedcc0c28fb9818,0x3ff899612fbeb4c5,3
|
| 952 |
+
np.float64,0x3fdc3d1c0f387a38,0x3fe1bf6e2d39bd75,3
|
| 953 |
+
np.float64,0x7fe544dbe62a89b7,0x7ff0000000000000,3
|
| 954 |
+
np.float64,0x8001500e48e2a01d,0x8001500e48e2a01d,3
|
| 955 |
+
np.float64,0xbfed3b2b09fa7656,0xbfe329f3e7bada64,3
|
| 956 |
+
np.float64,0xbfe76a943aeed528,0xbfe09b24e3aa3f79,3
|
| 957 |
+
np.float64,0x3fe944330e328866,0x3ff33d472dee70c5,3
|
| 958 |
+
np.float64,0x8004bbbd6cc9777c,0x8004bbbd6cc9777c,3
|
| 959 |
+
np.float64,0xbfe28133fb650268,0xbfdc1ac230ac4ef5,3
|
| 960 |
+
np.float64,0xc1370af7826e2,0xc1370af7826e2,3
|
| 961 |
+
np.float64,0x7fcfa47f5f3f48fe,0x7ff0000000000000,3
|
| 962 |
+
np.float64,0xbfa3002a04260050,0xbfa2a703a538b54e,3
|
| 963 |
+
np.float64,0xffef44f3903e89e6,0xbff0000000000000,3
|
| 964 |
+
np.float64,0xc32cce298659a,0xc32cce298659a,3
|
| 965 |
+
np.float64,0x7b477cc2f68f0,0x7b477cc2f68f0,3
|
| 966 |
+
np.float64,0x40a7f4ec814ff,0x40a7f4ec814ff,3
|
| 967 |
+
np.float64,0xffee38edf67c71db,0xbff0000000000000,3
|
| 968 |
+
np.float64,0x3fe23f6f1ce47ede,0x3fe8992b8bb03499,3
|
| 969 |
+
np.float64,0x7fc8edfe7f31dbfc,0x7ff0000000000000,3
|
| 970 |
+
np.float64,0x800bb8e6fb3771ce,0x800bb8e6fb3771ce,3
|
| 971 |
+
np.float64,0xbfe11d364ee23a6c,0xbfda82a0c2ef9e46,3
|
| 972 |
+
np.float64,0xbfeb993cb4b7327a,0xbfe27df565da85dc,3
|
| 973 |
+
np.float64,0x10000000000000,0x10000000000000,3
|
| 974 |
+
np.float64,0x3fc1f997d723f330,0x3fc34c5cff060af1,3
|
| 975 |
+
np.float64,0x6e326fa0dc64f,0x6e326fa0dc64f,3
|
| 976 |
+
np.float64,0x800fa30c2c5f4618,0x800fa30c2c5f4618,3
|
| 977 |
+
np.float64,0x7fed16ad603a2d5a,0x7ff0000000000000,3
|
| 978 |
+
np.float64,0x9411cf172823a,0x9411cf172823a,3
|
| 979 |
+
np.float64,0xffece51d4cb9ca3a,0xbff0000000000000,3
|
| 980 |
+
np.float64,0x3fdda3d1453b47a3,0x3fe2d954f7849890,3
|
| 981 |
+
np.float64,0xffd58330172b0660,0xbff0000000000000,3
|
| 982 |
+
np.float64,0xbfc6962ae52d2c54,0xbfc4b4bdf0069f17,3
|
| 983 |
+
np.float64,0xbfb4010a8e280218,0xbfb33e1236f7efa0,3
|
| 984 |
+
np.float64,0x7fd0444909208891,0x7ff0000000000000,3
|
| 985 |
+
np.float64,0xbfe027a24de04f44,0xbfd95e9064101e7c,3
|
| 986 |
+
np.float64,0xa6f3f3214de9,0xa6f3f3214de9,3
|
| 987 |
+
np.float64,0xbfe112eb0fe225d6,0xbfda768f7cbdf346,3
|
| 988 |
+
np.float64,0xbfe99e90d4b33d22,0xbfe1a153e45a382a,3
|
| 989 |
+
np.float64,0xffecb34f8e79669e,0xbff0000000000000,3
|
| 990 |
+
np.float64,0xbfdf32c9653e6592,0xbfd8b159caf5633d,3
|
| 991 |
+
np.float64,0x3fe9519829b2a330,0x3ff34c0a8152e20f,3
|
| 992 |
+
np.float64,0xffd08ec8a7a11d92,0xbff0000000000000,3
|
| 993 |
+
np.float64,0xffd19b71b6a336e4,0xbff0000000000000,3
|
| 994 |
+
np.float64,0x7feda6b9377b4d71,0x7ff0000000000000,3
|
| 995 |
+
np.float64,0x800fda2956bfb453,0x800fda2956bfb453,3
|
| 996 |
+
np.float64,0x3fe54f601bea9ec0,0x3fee483cb03cbde4,3
|
| 997 |
+
np.float64,0xbfe2a8ad5ee5515a,0xbfdc46ee7a10bf0d,3
|
| 998 |
+
np.float64,0xbfd336c8bd266d92,0xbfd09916d432274a,3
|
| 999 |
+
np.float64,0xfff0000000000000,0xbff0000000000000,3
|
| 1000 |
+
np.float64,0x3fd9a811a9b35024,0x3fdf8fa68cc048e3,3
|
| 1001 |
+
np.float64,0x3fe078c68520f18d,0x3fe58aecc1f9649b,3
|
| 1002 |
+
np.float64,0xbfc6d5aa3a2dab54,0xbfc4e9ea84f3d73c,3
|
| 1003 |
+
np.float64,0xf9682007f2d04,0xf9682007f2d04,3
|
| 1004 |
+
np.float64,0x3fee54523dbca8a4,0x3ff947b826de81f4,3
|
| 1005 |
+
np.float64,0x80461e5d008c4,0x80461e5d008c4,3
|
| 1006 |
+
np.float64,0x3fdd6d12d5bada26,0x3fe2ade8dee2fa02,3
|
| 1007 |
+
np.float64,0x3fcd5f0dfd3abe18,0x3fd081d6cd25731d,3
|
| 1008 |
+
np.float64,0x7fa36475c826c8eb,0x7ff0000000000000,3
|
| 1009 |
+
np.float64,0xbfdf3ce052be79c0,0xbfd8b78baccfb908,3
|
| 1010 |
+
np.float64,0x7fcd890dd13b121b,0x7ff0000000000000,3
|
| 1011 |
+
np.float64,0x8000000000000001,0x8000000000000001,3
|
| 1012 |
+
np.float64,0x800ec0f4281d81e8,0x800ec0f4281d81e8,3
|
| 1013 |
+
np.float64,0xbfba960116352c00,0xbfb94085424496d9,3
|
| 1014 |
+
np.float64,0x3fdddedc9bbbbdb8,0x3fe30853fe4ef5ce,3
|
| 1015 |
+
np.float64,0x238092a847013,0x238092a847013,3
|
| 1016 |
+
np.float64,0xbfe38d4803271a90,0xbfdd429a955c46af,3
|
| 1017 |
+
np.float64,0xbfd4c9067329920c,0xbfd1bf6255ed91a4,3
|
| 1018 |
+
np.float64,0xbfbee213923dc428,0xbfbd17ce1bda6088,3
|
| 1019 |
+
np.float64,0xffd5a2d337ab45a6,0xbff0000000000000,3
|
| 1020 |
+
np.float64,0x7fe21bfcf82437f9,0x7ff0000000000000,3
|
| 1021 |
+
np.float64,0x3fe2a2714da544e3,0x3fe949594a74ea25,3
|
| 1022 |
+
np.float64,0x800e05cf8ebc0b9f,0x800e05cf8ebc0b9f,3
|
| 1023 |
+
np.float64,0x559a1526ab343,0x559a1526ab343,3
|
| 1024 |
+
np.float64,0xffe6a1b7906d436e,0xbff0000000000000,3
|
| 1025 |
+
np.float64,0xffef27d6253e4fab,0xbff0000000000000,3
|
| 1026 |
+
np.float64,0xbfe0f90ab0a1f216,0xbfda5828a1edde48,3
|
| 1027 |
+
np.float64,0x9675d2ab2cebb,0x9675d2ab2cebb,3
|
| 1028 |
+
np.float64,0xffee0f7eecfc1efd,0xbff0000000000000,3
|
| 1029 |
+
np.float64,0x2ec005625d801,0x2ec005625d801,3
|
| 1030 |
+
np.float64,0x7fde35ff14bc6bfd,0x7ff0000000000000,3
|
| 1031 |
+
np.float64,0xffe03f36d9e07e6d,0xbff0000000000000,3
|
| 1032 |
+
np.float64,0x7fe09ff7c4213fef,0x7ff0000000000000,3
|
| 1033 |
+
np.float64,0xffeac29dd1b5853b,0xbff0000000000000,3
|
| 1034 |
+
np.float64,0x3fb63120aa2c6241,0x3fb72ea3de98a853,3
|
| 1035 |
+
np.float64,0xffd079eb84a0f3d8,0xbff0000000000000,3
|
| 1036 |
+
np.float64,0xbfd3c2cc75a78598,0xbfd1005996880b3f,3
|
| 1037 |
+
np.float64,0x7fb80507ee300a0f,0x7ff0000000000000,3
|
| 1038 |
+
np.float64,0xffe8006105f000c1,0xbff0000000000000,3
|
| 1039 |
+
np.float64,0x8009138b0ab22716,0x8009138b0ab22716,3
|
| 1040 |
+
np.float64,0xbfd6dfb40b2dbf68,0xbfd33b8e4008e3b0,3
|
| 1041 |
+
np.float64,0xbfe7c2cf9bef859f,0xbfe0c55c807460df,3
|
| 1042 |
+
np.float64,0xbfe75fe4da6ebfca,0xbfe09600256d3b81,3
|
| 1043 |
+
np.float64,0xffd662fc73acc5f8,0xbff0000000000000,3
|
| 1044 |
+
np.float64,0x20b99dbc41735,0x20b99dbc41735,3
|
| 1045 |
+
np.float64,0x3fe10b38ade21671,0x3fe68229a9bbeefc,3
|
| 1046 |
+
np.float64,0x3743b99c6e878,0x3743b99c6e878,3
|
| 1047 |
+
np.float64,0xff9eb5ed903d6be0,0xbff0000000000000,3
|
| 1048 |
+
np.float64,0x3ff0000000000000,0x3ffb7e151628aed3,3
|
| 1049 |
+
np.float64,0xffb9e0569e33c0b0,0xbff0000000000000,3
|
| 1050 |
+
np.float64,0x7fd39c804fa73900,0x7ff0000000000000,3
|
| 1051 |
+
np.float64,0x3fe881ef67f103df,0x3ff269dd704b7129,3
|
| 1052 |
+
np.float64,0x1b6eb40236dd7,0x1b6eb40236dd7,3
|
| 1053 |
+
np.float64,0xbfe734ea432e69d4,0xbfe0813e6355d02f,3
|
| 1054 |
+
np.float64,0xffcf48f3743e91e8,0xbff0000000000000,3
|
| 1055 |
+
np.float64,0xffed10bcf6fa2179,0xbff0000000000000,3
|
| 1056 |
+
np.float64,0x3fef07723b7e0ee4,0x3ffa3156123f3c15,3
|
| 1057 |
+
np.float64,0xffe45c704aa8b8e0,0xbff0000000000000,3
|
| 1058 |
+
np.float64,0xb7b818d96f703,0xb7b818d96f703,3
|
| 1059 |
+
np.float64,0x42fcc04085f99,0x42fcc04085f99,3
|
| 1060 |
+
np.float64,0xbfda7ced01b4f9da,0xbfd5b0ce1e5524ae,3
|
| 1061 |
+
np.float64,0xbfe1e5963d63cb2c,0xbfdb6a87b6c09185,3
|
| 1062 |
+
np.float64,0x7fdfa18003bf42ff,0x7ff0000000000000,3
|
| 1063 |
+
np.float64,0xbfe3790a43e6f214,0xbfdd2c9a38b4f089,3
|
| 1064 |
+
np.float64,0xffe0ff5b9ae1feb6,0xbff0000000000000,3
|
| 1065 |
+
np.float64,0x80085a7d3110b4fb,0x80085a7d3110b4fb,3
|
| 1066 |
+
np.float64,0xffd6bfa6622d7f4c,0xbff0000000000000,3
|
| 1067 |
+
np.float64,0xbfef5ddc7cfebbb9,0xbfe3fe170521593e,3
|
| 1068 |
+
np.float64,0x3fc21773fa242ee8,0x3fc36ebda1f91a72,3
|
| 1069 |
+
np.float64,0x7fc04d98da209b31,0x7ff0000000000000,3
|
| 1070 |
+
np.float64,0xbfeba3b535b7476a,0xbfe282602e3c322e,3
|
| 1071 |
+
np.float64,0xffd41fb5c1a83f6c,0xbff0000000000000,3
|
| 1072 |
+
np.float64,0xf87d206df0fa4,0xf87d206df0fa4,3
|
| 1073 |
+
np.float64,0x800060946fc0c12a,0x800060946fc0c12a,3
|
| 1074 |
+
np.float64,0x3fe69d5f166d3abe,0x3ff06fdddcf4ca93,3
|
| 1075 |
+
np.float64,0x7fe9b5793b336af1,0x7ff0000000000000,3
|
| 1076 |
+
np.float64,0x7fe0dd4143e1ba82,0x7ff0000000000000,3
|
| 1077 |
+
np.float64,0xbfa8eaea3c31d5d0,0xbfa8522e397da3bd,3
|
| 1078 |
+
np.float64,0x119f0078233e1,0x119f0078233e1,3
|
| 1079 |
+
np.float64,0xbfd78a207aaf1440,0xbfd3b225bbf2ab4f,3
|
| 1080 |
+
np.float64,0xc66a6d4d8cd4e,0xc66a6d4d8cd4e,3
|
| 1081 |
+
np.float64,0xe7fc4b57cff8a,0xe7fc4b57cff8a,3
|
| 1082 |
+
np.float64,0x800883e8091107d0,0x800883e8091107d0,3
|
| 1083 |
+
np.float64,0x3fa6520c842ca419,0x3fa6d06e1041743a,3
|
| 1084 |
+
np.float64,0x3fa563182c2ac630,0x3fa5d70e27a84c97,3
|
| 1085 |
+
np.float64,0xe6a30b61cd462,0xe6a30b61cd462,3
|
| 1086 |
+
np.float64,0x3fee85dac37d0bb6,0x3ff987cfa41a9778,3
|
| 1087 |
+
np.float64,0x3fe8f621db71ec44,0x3ff2e7b768a2e9d0,3
|
| 1088 |
+
np.float64,0x800f231d861e463b,0x800f231d861e463b,3
|
| 1089 |
+
np.float64,0xbfe22eb07c645d61,0xbfdbbdbb853ab4c6,3
|
| 1090 |
+
np.float64,0x7fd2dda2dea5bb45,0x7ff0000000000000,3
|
| 1091 |
+
np.float64,0xbfd09b79a0a136f4,0xbfcd4147606ffd27,3
|
| 1092 |
+
np.float64,0xca039cc394074,0xca039cc394074,3
|
| 1093 |
+
np.float64,0x8000000000000000,0x8000000000000000,3
|
| 1094 |
+
np.float64,0xcb34575d9668b,0xcb34575d9668b,3
|
| 1095 |
+
np.float64,0x3fea62c1f3f4c584,0x3ff47e6dc67ec89f,3
|
| 1096 |
+
np.float64,0x7fe544c8606a8990,0x7ff0000000000000,3
|
| 1097 |
+
np.float64,0xffe0a980c4615301,0xbff0000000000000,3
|
| 1098 |
+
np.float64,0x3fdd67d5f8bacfac,0x3fe2a9c3421830f1,3
|
| 1099 |
+
np.float64,0xffe41d3dda283a7b,0xbff0000000000000,3
|
| 1100 |
+
np.float64,0xffeed59e5ffdab3c,0xbff0000000000000,3
|
| 1101 |
+
np.float64,0xffeeae8326fd5d05,0xbff0000000000000,3
|
| 1102 |
+
np.float64,0x800d70b4fa7ae16a,0x800d70b4fa7ae16a,3
|
| 1103 |
+
np.float64,0xffec932e6839265c,0xbff0000000000000,3
|
| 1104 |
+
np.float64,0xee30b185dc616,0xee30b185dc616,3
|
| 1105 |
+
np.float64,0x7fc3cf4397279e86,0x7ff0000000000000,3
|
| 1106 |
+
np.float64,0xbfeab34f1875669e,0xbfe21b868229de7d,3
|
| 1107 |
+
np.float64,0xf45f5f7de8bec,0xf45f5f7de8bec,3
|
| 1108 |
+
np.float64,0x3fad2c4b203a5896,0x3fae0528b568f3cf,3
|
| 1109 |
+
np.float64,0xbfe2479543e48f2a,0xbfdbd9e57cf64028,3
|
| 1110 |
+
np.float64,0x3fd41a1473283429,0x3fd79df2bc60debb,3
|
| 1111 |
+
np.float64,0x3febb5155ef76a2a,0x3ff608585afd698b,3
|
| 1112 |
+
np.float64,0xffe21f5303e43ea6,0xbff0000000000000,3
|
| 1113 |
+
np.float64,0x7fe9ef390833de71,0x7ff0000000000000,3
|
| 1114 |
+
np.float64,0xffe8ee873d71dd0e,0xbff0000000000000,3
|
| 1115 |
+
np.float64,0x7fd7cbc55e2f978a,0x7ff0000000000000,3
|
| 1116 |
+
np.float64,0x80081f9080d03f21,0x80081f9080d03f21,3
|
| 1117 |
+
np.float64,0x7fecbafc8b3975f8,0x7ff0000000000000,3
|
| 1118 |
+
np.float64,0x800b6c4b0b16d896,0x800b6c4b0b16d896,3
|
| 1119 |
+
np.float64,0xbfaa0fc2d4341f80,0xbfa968cdf32b98ad,3
|
| 1120 |
+
np.float64,0x3fec79fe4078f3fc,0x3ff6f5361a4a5d93,3
|
| 1121 |
+
np.float64,0xbfb14b79de2296f0,0xbfb0b93b75ecec11,3
|
| 1122 |
+
np.float64,0x800009d084c013a2,0x800009d084c013a2,3
|
| 1123 |
+
np.float64,0x4a4cdfe29499d,0x4a4cdfe29499d,3
|
| 1124 |
+
np.float64,0xbfe721c2d56e4386,0xbfe077f541987d76,3
|
| 1125 |
+
np.float64,0x3e5f539e7cbeb,0x3e5f539e7cbeb,3
|
| 1126 |
+
np.float64,0x3fd23f044c247e09,0x3fd51ceafcdd64aa,3
|
| 1127 |
+
np.float64,0x3fc70785b02e0f0b,0x3fc93b2a37eb342a,3
|
| 1128 |
+
np.float64,0xbfe7ab4ec7af569e,0xbfe0ba28eecbf6b0,3
|
| 1129 |
+
np.float64,0x800c1d4134583a83,0x800c1d4134583a83,3
|
| 1130 |
+
np.float64,0xffd9a73070334e60,0xbff0000000000000,3
|
| 1131 |
+
np.float64,0x68a4bf24d1499,0x68a4bf24d1499,3
|
| 1132 |
+
np.float64,0x7feba9d9507753b2,0x7ff0000000000000,3
|
| 1133 |
+
np.float64,0xbfe9d747db73ae90,0xbfe1bab53d932010,3
|
| 1134 |
+
np.float64,0x800a9a4aed953496,0x800a9a4aed953496,3
|
| 1135 |
+
np.float64,0xffcb89b0ad371360,0xbff0000000000000,3
|
| 1136 |
+
np.float64,0xbfc62388b82c4710,0xbfc4547be442a38c,3
|
| 1137 |
+
np.float64,0x800a006d187400db,0x800a006d187400db,3
|
| 1138 |
+
np.float64,0x3fcef2fbd33de5f8,0x3fd18177b2150148,3
|
| 1139 |
+
np.float64,0x8000b74e3da16e9d,0x8000b74e3da16e9d,3
|
| 1140 |
+
np.float64,0x25be536e4b7cb,0x25be536e4b7cb,3
|
| 1141 |
+
np.float64,0x3fa86e189430dc31,0x3fa905b4684c9f01,3
|
| 1142 |
+
np.float64,0xa7584b114eb0a,0xa7584b114eb0a,3
|
| 1143 |
+
np.float64,0x800331133c866227,0x800331133c866227,3
|
| 1144 |
+
np.float64,0x3fb52b48142a5690,0x3fb611a6f6e7c664,3
|
| 1145 |
+
np.float64,0x3fe825797cf04af2,0x3ff206fd60e98116,3
|
| 1146 |
+
np.float64,0x3fd0bec4e5217d8a,0x3fd323db3ffd59b2,3
|
| 1147 |
+
np.float64,0x907b43a120f7,0x907b43a120f7,3
|
| 1148 |
+
np.float64,0x3fed31eb1d3a63d6,0x3ff7d7a91c6930a4,3
|
| 1149 |
+
np.float64,0x7f97a13d782f427a,0x7ff0000000000000,3
|
| 1150 |
+
np.float64,0xffc7121a702e2434,0xbff0000000000000,3
|
| 1151 |
+
np.float64,0xbfe8bb4cbbf1769a,0xbfe139d7f46f1fb1,3
|
| 1152 |
+
np.float64,0xbfe3593cc5a6b27a,0xbfdd09ec91d6cd48,3
|
| 1153 |
+
np.float64,0x7fcff218ff9ff,0x7fcff218ff9ff,3
|
| 1154 |
+
np.float64,0x3fe73651d4ae6ca4,0x3ff10c5c1d21d127,3
|
| 1155 |
+
np.float64,0x80054e396eaa9c74,0x80054e396eaa9c74,3
|
| 1156 |
+
np.float64,0x3fe527d5f9aa4fac,0x3fedfb7743db9b53,3
|
| 1157 |
+
np.float64,0x7fec6f28c5f8de51,0x7ff0000000000000,3
|
| 1158 |
+
np.float64,0x3fcd2bbff53a5780,0x3fd061987416b49b,3
|
| 1159 |
+
np.float64,0xffd1f0046423e008,0xbff0000000000000,3
|
| 1160 |
+
np.float64,0x80034d97fac69b31,0x80034d97fac69b31,3
|
| 1161 |
+
np.float64,0x3faa803f14350080,0x3fab32e3f8073be4,3
|
| 1162 |
+
np.float64,0x3fcf8da0163f1b40,0x3fd1e42ba2354c8e,3
|
| 1163 |
+
np.float64,0x3fd573c2632ae785,0x3fd97c37609d18d7,3
|
| 1164 |
+
np.float64,0x7f922960482452c0,0x7ff0000000000000,3
|
| 1165 |
+
np.float64,0x800ebd0c5d3d7a19,0x800ebd0c5d3d7a19,3
|
| 1166 |
+
np.float64,0xbfee63b7807cc76f,0xbfe39ec7981035db,3
|
| 1167 |
+
np.float64,0xffdc023f8e380480,0xbff0000000000000,3
|
| 1168 |
+
np.float64,0x3fe3ffa02c67ff40,0x3febc7f8b900ceba,3
|
| 1169 |
+
np.float64,0x36c508b86d8a2,0x36c508b86d8a2,3
|
| 1170 |
+
np.float64,0x3fc9fbb0f133f760,0x3fcccee9f6ba801c,3
|
| 1171 |
+
np.float64,0x3fd75c1d5faeb83b,0x3fdc3150f9eff99e,3
|
| 1172 |
+
np.float64,0x3fe9a8d907b351b2,0x3ff3accc78a31df8,3
|
| 1173 |
+
np.float64,0x3fdd8fdcafbb1fb8,0x3fe2c97c97757994,3
|
| 1174 |
+
np.float64,0x3fb10c34ca22186a,0x3fb1a0cc42c76b86,3
|
| 1175 |
+
np.float64,0xbff0000000000000,0xbfe43a54e4e98864,3
|
| 1176 |
+
np.float64,0xffd046aefda08d5e,0xbff0000000000000,3
|
| 1177 |
+
np.float64,0x80067989758cf314,0x80067989758cf314,3
|
| 1178 |
+
np.float64,0x3fee9d77763d3aef,0x3ff9a67ff0841ba5,3
|
| 1179 |
+
np.float64,0xffe4d3cbf8e9a798,0xbff0000000000000,3
|
| 1180 |
+
np.float64,0x800f9cab273f3956,0x800f9cab273f3956,3
|
| 1181 |
+
np.float64,0x800a5c84f9f4b90a,0x800a5c84f9f4b90a,3
|
| 1182 |
+
np.float64,0x4fd377009fa8,0x4fd377009fa8,3
|
| 1183 |
+
np.float64,0xbfe7ba26af6f744e,0xbfe0c13ce45d6f95,3
|
| 1184 |
+
np.float64,0x609c8a86c1392,0x609c8a86c1392,3
|
| 1185 |
+
np.float64,0x7fe4d0296ea9a052,0x7ff0000000000000,3
|
| 1186 |
+
np.float64,0x59847bccb3090,0x59847bccb3090,3
|
| 1187 |
+
np.float64,0xbfdf944157bf2882,0xbfd8ed092bacad43,3
|
| 1188 |
+
np.float64,0xbfe7560a632eac15,0xbfe091405ec34973,3
|
| 1189 |
+
np.float64,0x3fea0699f4340d34,0x3ff415eb72089230,3
|
| 1190 |
+
np.float64,0x800a5533f374aa68,0x800a5533f374aa68,3
|
| 1191 |
+
np.float64,0xbf8e8cdb103d19c0,0xbf8e52cffcb83774,3
|
| 1192 |
+
np.float64,0x3fe87d9e52f0fb3d,0x3ff2653952344b81,3
|
| 1193 |
+
np.float64,0x7fca3950f73472a1,0x7ff0000000000000,3
|
| 1194 |
+
np.float64,0xffd5d1068aaba20e,0xbff0000000000000,3
|
| 1195 |
+
np.float64,0x3fd1a5f169a34be4,0x3fd4524b6ef17f91,3
|
| 1196 |
+
np.float64,0x3fdc4b95a8b8972c,0x3fe1caafd8652bf7,3
|
| 1197 |
+
np.float64,0x3fe333f65a6667ed,0x3fea502fb1f8a578,3
|
| 1198 |
+
np.float64,0xbfc117aaac222f54,0xbfc00018a4b84b6e,3
|
| 1199 |
+
np.float64,0x7fecf2efdf39e5df,0x7ff0000000000000,3
|
| 1200 |
+
np.float64,0x4e99d83e9d33c,0x4e99d83e9d33c,3
|
| 1201 |
+
np.float64,0x800d18937bda3127,0x800d18937bda3127,3
|
| 1202 |
+
np.float64,0x3fd6c67778ad8cef,0x3fdb5aba70a3ea9e,3
|
| 1203 |
+
np.float64,0x3fdbb71770b76e2f,0x3fe157ae8da20bc5,3
|
| 1204 |
+
np.float64,0xbfe9faf6ebf3f5ee,0xbfe1ca963d83f17f,3
|
| 1205 |
+
np.float64,0x80038850ac0710a2,0x80038850ac0710a2,3
|
| 1206 |
+
np.float64,0x8006beb72f8d7d6f,0x8006beb72f8d7d6f,3
|
| 1207 |
+
np.float64,0x3feead67bffd5acf,0x3ff9bb43e8b15e2f,3
|
| 1208 |
+
np.float64,0xbfd1174b89222e98,0xbfcdff9972799907,3
|
| 1209 |
+
np.float64,0x7fee2c077cfc580e,0x7ff0000000000000,3
|
| 1210 |
+
np.float64,0xbfbdbd904e3b7b20,0xbfbc13f4916ed466,3
|
| 1211 |
+
np.float64,0xffee47b8fe3c8f71,0xbff0000000000000,3
|
| 1212 |
+
np.float64,0xffd161884222c310,0xbff0000000000000,3
|
| 1213 |
+
np.float64,0xbfd42f27c4a85e50,0xbfd14fa8d67ba5ee,3
|
| 1214 |
+
np.float64,0x7fefffffffffffff,0x7ff0000000000000,3
|
| 1215 |
+
np.float64,0x8008151791b02a30,0x8008151791b02a30,3
|
| 1216 |
+
np.float64,0xbfba79029234f208,0xbfb926616cf41755,3
|
| 1217 |
+
np.float64,0x8004c486be29890e,0x8004c486be29890e,3
|
| 1218 |
+
np.float64,0x7fe5325a252a64b3,0x7ff0000000000000,3
|
| 1219 |
+
np.float64,0x5a880f04b5103,0x5a880f04b5103,3
|
| 1220 |
+
np.float64,0xbfe6f4b7702de96f,0xbfe06209002dd72c,3
|
| 1221 |
+
np.float64,0xbfdf8b3739bf166e,0xbfd8e783efe3c30f,3
|
| 1222 |
+
np.float64,0xbfe32571c8e64ae4,0xbfdcd128b9aa49a1,3
|
| 1223 |
+
np.float64,0xbfe97c98c172f932,0xbfe1920ac0fc040f,3
|
| 1224 |
+
np.float64,0x3fd0b513a2a16a28,0x3fd31744e3a1bf0a,3
|
| 1225 |
+
np.float64,0xffe3ab70832756e0,0xbff0000000000000,3
|
| 1226 |
+
np.float64,0x80030f055ce61e0b,0x80030f055ce61e0b,3
|
| 1227 |
+
np.float64,0xffd5f3b21b2be764,0xbff0000000000000,3
|
| 1228 |
+
np.float64,0x800c1f2d6c783e5b,0x800c1f2d6c783e5b,3
|
| 1229 |
+
np.float64,0x80075f4f148ebe9f,0x80075f4f148ebe9f,3
|
| 1230 |
+
np.float64,0xbfa5a046f42b4090,0xbfa52cfbf8992256,3
|
| 1231 |
+
np.float64,0xffd6702583ace04c,0xbff0000000000000,3
|
| 1232 |
+
np.float64,0x800dc0a5cf1b814c,0x800dc0a5cf1b814c,3
|
| 1233 |
+
np.float64,0x14f2203a29e45,0x14f2203a29e45,3
|
| 1234 |
+
np.float64,0x800421a40ee84349,0x800421a40ee84349,3
|
| 1235 |
+
np.float64,0xbfea7c279df4f84f,0xbfe2037fff3ed877,3
|
| 1236 |
+
np.float64,0xbfe9b41ddcf3683c,0xbfe1aafe18a44bf8,3
|
| 1237 |
+
np.float64,0xffe7b037022f606e,0xbff0000000000000,3
|
| 1238 |
+
np.float64,0x800bafb648775f6d,0x800bafb648775f6d,3
|
| 1239 |
+
np.float64,0x800b81681d5702d1,0x800b81681d5702d1,3
|
| 1240 |
+
np.float64,0x3fe29f8dc8653f1c,0x3fe9442da1c32c6b,3
|
| 1241 |
+
np.float64,0xffef9a05dc7f340b,0xbff0000000000000,3
|
| 1242 |
+
np.float64,0x800c8c65a65918cb,0x800c8c65a65918cb,3
|
| 1243 |
+
np.float64,0xffe99df0d5f33be1,0xbff0000000000000,3
|
| 1244 |
+
np.float64,0x9afeb22535fd7,0x9afeb22535fd7,3
|
| 1245 |
+
np.float64,0x7fc620dd822c41ba,0x7ff0000000000000,3
|
| 1246 |
+
np.float64,0x29c2cdf25385b,0x29c2cdf25385b,3
|
| 1247 |
+
np.float64,0x2d92284e5b246,0x2d92284e5b246,3
|
| 1248 |
+
np.float64,0xffc794aa942f2954,0xbff0000000000000,3
|
| 1249 |
+
np.float64,0xbfe7ed907eafdb21,0xbfe0d9a7b1442497,3
|
| 1250 |
+
np.float64,0xbfd4e0d4aea9c1aa,0xbfd1d09366dba2a7,3
|
| 1251 |
+
np.float64,0xa70412c34e083,0xa70412c34e083,3
|
| 1252 |
+
np.float64,0x41dc0ee083b9,0x41dc0ee083b9,3
|
| 1253 |
+
np.float64,0x8000ece20da1d9c5,0x8000ece20da1d9c5,3
|
| 1254 |
+
np.float64,0x3fdf3dae103e7b5c,0x3fe42314bf826bc5,3
|
| 1255 |
+
np.float64,0x3fe972533c72e4a6,0x3ff3703761e70f04,3
|
| 1256 |
+
np.float64,0xffba1d2b82343a58,0xbff0000000000000,3
|
| 1257 |
+
np.float64,0xe0086c83c010e,0xe0086c83c010e,3
|
| 1258 |
+
np.float64,0x3fe6fb0dde6df61c,0x3ff0cf5fae01aa08,3
|
| 1259 |
+
np.float64,0x3fcfaf057e3f5e0b,0x3fd1f98c1fd20139,3
|
| 1260 |
+
np.float64,0xbfdca19d9239433c,0xbfd7158745192ca9,3
|
| 1261 |
+
np.float64,0xffb17f394e22fe70,0xbff0000000000000,3
|
| 1262 |
+
np.float64,0x7fe40f05c7681e0b,0x7ff0000000000000,3
|
| 1263 |
+
np.float64,0x800b3c575d5678af,0x800b3c575d5678af,3
|
| 1264 |
+
np.float64,0x7fa4ab20ac295640,0x7ff0000000000000,3
|
| 1265 |
+
np.float64,0xbfd2fff4f6a5ffea,0xbfd07069bb50e1a6,3
|
| 1266 |
+
np.float64,0xbfef81b9147f0372,0xbfe40b845a749787,3
|
| 1267 |
+
np.float64,0x7fd7400e54ae801c,0x7ff0000000000000,3
|
| 1268 |
+
np.float64,0x3fd4401a17a88034,0x3fd7d20fb76a4f3d,3
|
| 1269 |
+
np.float64,0xbfd3e907fd27d210,0xbfd11c64b7577fc5,3
|
| 1270 |
+
np.float64,0x7fe34bed9ae697da,0x7ff0000000000000,3
|
| 1271 |
+
np.float64,0x80039119c0472234,0x80039119c0472234,3
|
| 1272 |
+
np.float64,0xbfe2e36ac565c6d6,0xbfdc88454ee997b3,3
|
| 1273 |
+
np.float64,0xbfec57204478ae40,0xbfe2cd3183de1d2d,3
|
| 1274 |
+
np.float64,0x7fed7e2a12fafc53,0x7ff0000000000000,3
|
| 1275 |
+
np.float64,0x7fd5c5fa7d2b8bf4,0x7ff0000000000000,3
|
| 1276 |
+
np.float64,0x3fdcf368d6b9e6d0,0x3fe24decce1ebd35,3
|
| 1277 |
+
np.float64,0xbfe0ebfcf2e1d7fa,0xbfda48c9247ae8cf,3
|
| 1278 |
+
np.float64,0xbfe10dbea2e21b7e,0xbfda707d68b59674,3
|
| 1279 |
+
np.float64,0xbfdf201b6ebe4036,0xbfd8a5df27742fdf,3
|
| 1280 |
+
np.float64,0xffe16555be62caab,0xbff0000000000000,3
|
| 1281 |
+
np.float64,0xffc23a5db22474bc,0xbff0000000000000,3
|
| 1282 |
+
np.float64,0xffe1cbb3f8a39768,0xbff0000000000000,3
|
| 1283 |
+
np.float64,0x8007b823be0f7048,0x8007b823be0f7048,3
|
| 1284 |
+
np.float64,0xbfa5d1f3042ba3e0,0xbfa55c97cd77bf6e,3
|
| 1285 |
+
np.float64,0xbfe316a074662d41,0xbfdcc0da4e7334d0,3
|
| 1286 |
+
np.float64,0xbfdfab2bf2bf5658,0xbfd8fb046b88b51f,3
|
| 1287 |
+
np.float64,0xfacc9dabf5994,0xfacc9dabf5994,3
|
| 1288 |
+
np.float64,0xffe7e420a4efc841,0xbff0000000000000,3
|
| 1289 |
+
np.float64,0x800bb986cd57730e,0x800bb986cd57730e,3
|
| 1290 |
+
np.float64,0xbfe314fa38e629f4,0xbfdcbf09302c3bf5,3
|
| 1291 |
+
np.float64,0x7fc56b17772ad62e,0x7ff0000000000000,3
|
| 1292 |
+
np.float64,0x8006a87d54ad50fb,0x8006a87d54ad50fb,3
|
| 1293 |
+
np.float64,0xbfe6633e4a6cc67c,0xbfe01a67c3b3ff32,3
|
| 1294 |
+
np.float64,0x3fe0ff56eb21feae,0x3fe66df01defb0fb,3
|
| 1295 |
+
np.float64,0xffc369cfc126d3a0,0xbff0000000000000,3
|
| 1296 |
+
np.float64,0x7fe8775d9a30eeba,0x7ff0000000000000,3
|
| 1297 |
+
np.float64,0x3fb53db13e2a7b60,0x3fb625a7279cdac3,3
|
| 1298 |
+
np.float64,0xffee76e7e6fcedcf,0xbff0000000000000,3
|
| 1299 |
+
np.float64,0xb45595b568ab3,0xb45595b568ab3,3
|
| 1300 |
+
np.float64,0xffa09a1d50213440,0xbff0000000000000,3
|
| 1301 |
+
np.float64,0x7d11dc16fa23c,0x7d11dc16fa23c,3
|
| 1302 |
+
np.float64,0x7fd4cc2928299851,0x7ff0000000000000,3
|
| 1303 |
+
np.float64,0x6a30e0ead461d,0x6a30e0ead461d,3
|
| 1304 |
+
np.float64,0x7fd3ee735a27dce6,0x7ff0000000000000,3
|
| 1305 |
+
np.float64,0x8008d7084b31ae11,0x8008d7084b31ae11,3
|
| 1306 |
+
np.float64,0x3fe469353fe8d26a,0x3fec8e7e2df38590,3
|
| 1307 |
+
np.float64,0x3fcecef2743d9de5,0x3fd16a888b715dfd,3
|
| 1308 |
+
np.float64,0x460130d68c027,0x460130d68c027,3
|
| 1309 |
+
np.float64,0xbfd76510c62eca22,0xbfd398766b741d6e,3
|
| 1310 |
+
np.float64,0x800ec88c2a5d9118,0x800ec88c2a5d9118,3
|
| 1311 |
+
np.float64,0x3fac969c6c392d40,0x3fad66ca6a1e583c,3
|
| 1312 |
+
np.float64,0x3fe5c616bf6b8c2e,0x3fef30f931e8dde5,3
|
| 1313 |
+
np.float64,0xb4cb6cd56996e,0xb4cb6cd56996e,3
|
| 1314 |
+
np.float64,0xffc3eacf8827d5a0,0xbff0000000000000,3
|
| 1315 |
+
np.float64,0x3fe1ceaf60e39d5f,0x3fe7d31e0a627cf9,3
|
| 1316 |
+
np.float64,0xffea69b42ff4d368,0xbff0000000000000,3
|
| 1317 |
+
np.float64,0x800ff8aef99ff15e,0x800ff8aef99ff15e,3
|
| 1318 |
+
np.float64,0x6c3953f0d872b,0x6c3953f0d872b,3
|
| 1319 |
+
np.float64,0x8007ca5a0d0f94b5,0x8007ca5a0d0f94b5,3
|
| 1320 |
+
np.float64,0x800993ce3ad3279d,0x800993ce3ad3279d,3
|
| 1321 |
+
np.float64,0x3fe5a4d1516b49a2,0x3feeef67b22ac65b,3
|
| 1322 |
+
np.float64,0x8003d7512a67aea3,0x8003d7512a67aea3,3
|
| 1323 |
+
np.float64,0x33864430670c9,0x33864430670c9,3
|
| 1324 |
+
np.float64,0xbfdbf477e3b7e8f0,0xbfd6a63f1b36f424,3
|
| 1325 |
+
np.float64,0x3fb5da92582bb525,0x3fb6d04ef1a1d31a,3
|
| 1326 |
+
np.float64,0xe38aae71c7156,0xe38aae71c7156,3
|
| 1327 |
+
np.float64,0x3fcaf5590a35eab2,0x3fce01ed6eb6188e,3
|
| 1328 |
+
np.float64,0x800deba9b05bd754,0x800deba9b05bd754,3
|
| 1329 |
+
np.float64,0x7fee0cde287c19bb,0x7ff0000000000000,3
|
| 1330 |
+
np.float64,0xbfe0c2ae70e1855d,0xbfda17fa64d84fcf,3
|
| 1331 |
+
np.float64,0x518618faa30c4,0x518618faa30c4,3
|
| 1332 |
+
np.float64,0xbfeb4c49b8769894,0xbfe25d52cd7e529f,3
|
| 1333 |
+
np.float64,0xbfeb3aa21b367544,0xbfe255cae1df4cfd,3
|
| 1334 |
+
np.float64,0xffd23f1c5d247e38,0xbff0000000000000,3
|
| 1335 |
+
np.float64,0xff9a75132034ea20,0xbff0000000000000,3
|
| 1336 |
+
np.float64,0xbfef9d96307f3b2c,0xbfe415e8b6ce0e50,3
|
| 1337 |
+
np.float64,0x8004046f2f0808df,0x8004046f2f0808df,3
|
| 1338 |
+
np.float64,0x3fe15871aea2b0e3,0x3fe706532ea5c770,3
|
| 1339 |
+
np.float64,0x7fd86b1576b0d62a,0x7ff0000000000000,3
|
| 1340 |
+
np.float64,0xbfc240a5c724814c,0xbfc102c7971ca455,3
|
| 1341 |
+
np.float64,0xffd8ea670bb1d4ce,0xbff0000000000000,3
|
| 1342 |
+
np.float64,0xbfeb1ddd1ff63bba,0xbfe2497c4e27bb8e,3
|
| 1343 |
+
np.float64,0x3fcd47e0a33a8fc1,0x3fd0734444150d83,3
|
| 1344 |
+
np.float64,0xe00b6a65c016e,0xe00b6a65c016e,3
|
| 1345 |
+
np.float64,0xbfc7d582142fab04,0xbfc5bf1fbe755a4c,3
|
| 1346 |
+
np.float64,0x8cc91ca11993,0x8cc91ca11993,3
|
| 1347 |
+
np.float64,0x7fdbc530e3b78a61,0x7ff0000000000000,3
|
| 1348 |
+
np.float64,0x7fee437522bc86e9,0x7ff0000000000000,3
|
| 1349 |
+
np.float64,0xffe9e09ae2b3c135,0xbff0000000000000,3
|
| 1350 |
+
np.float64,0x8002841cada5083a,0x8002841cada5083a,3
|
| 1351 |
+
np.float64,0x3fd6b485f8ad690c,0x3fdb412135932699,3
|
| 1352 |
+
np.float64,0x80070e8d0b0e1d1b,0x80070e8d0b0e1d1b,3
|
| 1353 |
+
np.float64,0x7fed5df165babbe2,0x7ff0000000000000,3
|
| 1354 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,3
|
| 1355 |
+
np.float64,0x7fe99d08cd333a11,0x7ff0000000000000,3
|
| 1356 |
+
np.float64,0xdfff4201bfff,0xdfff4201bfff,3
|
| 1357 |
+
np.float64,0x800ccf7aaf999ef6,0x800ccf7aaf999ef6,3
|
| 1358 |
+
np.float64,0x3fddb05aad3b60b5,0x3fe2e34bdd1dd9d5,3
|
| 1359 |
+
np.float64,0xbfe5e1c60e6bc38c,0xbfdfb3275cc1675f,3
|
| 1360 |
+
np.float64,0x8004fe674269fccf,0x8004fe674269fccf,3
|
| 1361 |
+
np.float64,0x7fe9280363325006,0x7ff0000000000000,3
|
| 1362 |
+
np.float64,0xf605b9f1ec0b7,0xf605b9f1ec0b7,3
|
| 1363 |
+
np.float64,0x800c7c214018f843,0x800c7c214018f843,3
|
| 1364 |
+
np.float64,0x7fd97eb6b9b2fd6c,0x7ff0000000000000,3
|
| 1365 |
+
np.float64,0x7fd03f8fb6207f1e,0x7ff0000000000000,3
|
| 1366 |
+
np.float64,0x7fc526b64d2a4d6c,0x7ff0000000000000,3
|
| 1367 |
+
np.float64,0xbfef1a7c42fe34f9,0xbfe3e4b4399e0fcf,3
|
| 1368 |
+
np.float64,0xffdde10a2fbbc214,0xbff0000000000000,3
|
| 1369 |
+
np.float64,0xbfdd274f72ba4e9e,0xbfd76aa73788863c,3
|
| 1370 |
+
np.float64,0xbfecf7f77af9efef,0xbfe30ee2ae03fed1,3
|
| 1371 |
+
np.float64,0xffde709322bce126,0xbff0000000000000,3
|
| 1372 |
+
np.float64,0x268b5dac4d16d,0x268b5dac4d16d,3
|
| 1373 |
+
np.float64,0x8005c099606b8134,0x8005c099606b8134,3
|
| 1374 |
+
np.float64,0xffcf54c1593ea984,0xbff0000000000000,3
|
| 1375 |
+
np.float64,0xbfee9b8ebabd371d,0xbfe3b44f2663139d,3
|
| 1376 |
+
np.float64,0x3faf0330643e0661,0x3faff88fab74b447,3
|
| 1377 |
+
np.float64,0x7fe1c6011be38c01,0x7ff0000000000000,3
|
| 1378 |
+
np.float64,0xbfe9d58053b3ab01,0xbfe1b9ea12242485,3
|
| 1379 |
+
np.float64,0xbfe15a80fee2b502,0xbfdaca2aa7d1231a,3
|
| 1380 |
+
np.float64,0x7fe0d766d8a1aecd,0x7ff0000000000000,3
|
| 1381 |
+
np.float64,0x800f65e6a21ecbcd,0x800f65e6a21ecbcd,3
|
| 1382 |
+
np.float64,0x7fc85e45a530bc8a,0x7ff0000000000000,3
|
| 1383 |
+
np.float64,0x3fcc240e5438481d,0x3fcf7954fc080ac3,3
|
| 1384 |
+
np.float64,0xffddd49da2bba93c,0xbff0000000000000,3
|
| 1385 |
+
np.float64,0x1376f36c26edf,0x1376f36c26edf,3
|
| 1386 |
+
np.float64,0x3feffb7af17ff6f6,0x3ffb77f0ead2f881,3
|
| 1387 |
+
np.float64,0x3fd9354ea9b26a9d,0x3fdee4e4c8db8239,3
|
| 1388 |
+
np.float64,0xffdf7beed4bef7de,0xbff0000000000000,3
|
| 1389 |
+
np.float64,0xbfdef256ecbde4ae,0xbfd889b0e213a019,3
|
| 1390 |
+
np.float64,0x800d78bd1e7af17a,0x800d78bd1e7af17a,3
|
| 1391 |
+
np.float64,0xb66d66276cdad,0xb66d66276cdad,3
|
| 1392 |
+
np.float64,0x7fd8f51138b1ea21,0x7ff0000000000000,3
|
| 1393 |
+
np.float64,0xffe8c9c302b19385,0xbff0000000000000,3
|
| 1394 |
+
np.float64,0x8000be4cf5417c9b,0x8000be4cf5417c9b,3
|
| 1395 |
+
np.float64,0xbfe2293a25645274,0xbfdbb78a8c547c68,3
|
| 1396 |
+
np.float64,0xce8392c19d08,0xce8392c19d08,3
|
| 1397 |
+
np.float64,0xbfe075736b60eae7,0xbfd9bc0f6e34a283,3
|
| 1398 |
+
np.float64,0xbfe8d6fe6a71adfd,0xbfe1469ba80b4915,3
|
| 1399 |
+
np.float64,0xffe0c7993fa18f32,0xbff0000000000000,3
|
| 1400 |
+
np.float64,0x3fce5210fd3ca422,0x3fd11b40a1270a95,3
|
| 1401 |
+
np.float64,0x6c0534a8d80a7,0x6c0534a8d80a7,3
|
| 1402 |
+
np.float64,0x23c1823647831,0x23c1823647831,3
|
| 1403 |
+
np.float64,0x3fc901253732024a,0x3fcb9d264accb07c,3
|
| 1404 |
+
np.float64,0x3fe42b8997685714,0x3fec1a39e207b6e4,3
|
| 1405 |
+
np.float64,0x3fec4fd00fb89fa0,0x3ff6c1fdd0c262c8,3
|
| 1406 |
+
np.float64,0x8007b333caaf6668,0x8007b333caaf6668,3
|
| 1407 |
+
np.float64,0x800f9275141f24ea,0x800f9275141f24ea,3
|
| 1408 |
+
np.float64,0xffbba361a23746c0,0xbff0000000000000,3
|
| 1409 |
+
np.float64,0xbfee4effa9fc9dff,0xbfe396c11d0cd524,3
|
| 1410 |
+
np.float64,0x3e47e84c7c8fe,0x3e47e84c7c8fe,3
|
| 1411 |
+
np.float64,0x3fe80eb7b1301d6f,0x3ff1eed318a00153,3
|
| 1412 |
+
np.float64,0x7fd3f4c5b4a7e98a,0x7ff0000000000000,3
|
| 1413 |
+
np.float64,0x158abab02b158,0x158abab02b158,3
|
| 1414 |
+
np.float64,0x1,0x1,3
|
| 1415 |
+
np.float64,0x1f1797883e2f4,0x1f1797883e2f4,3
|
| 1416 |
+
np.float64,0x3feec055d03d80ac,0x3ff9d3fb0394de33,3
|
| 1417 |
+
np.float64,0x8010000000000000,0x8010000000000000,3
|
| 1418 |
+
np.float64,0xbfd070860ea0e10c,0xbfccfeec2828efef,3
|
| 1419 |
+
np.float64,0x80015c8b3e82b917,0x80015c8b3e82b917,3
|
| 1420 |
+
np.float64,0xffef9956d9ff32ad,0xbff0000000000000,3
|
| 1421 |
+
np.float64,0x7fe7f087dd2fe10f,0x7ff0000000000000,3
|
| 1422 |
+
np.float64,0x8002e7718665cee4,0x8002e7718665cee4,3
|
| 1423 |
+
np.float64,0x3fdfb9adb2bf735c,0x3fe4887a86214c1e,3
|
| 1424 |
+
np.float64,0xffc7747dfb2ee8fc,0xbff0000000000000,3
|
| 1425 |
+
np.float64,0x3fec309bb5386137,0x3ff69c44e1738547,3
|
| 1426 |
+
np.float64,0xffdbe2bf9ab7c580,0xbff0000000000000,3
|
| 1427 |
+
np.float64,0xbfe6a274daed44ea,0xbfe039aff2be9d48,3
|
| 1428 |
+
np.float64,0x7fd5a4e4efab49c9,0x7ff0000000000000,3
|
| 1429 |
+
np.float64,0xffbe6aaeb03cd560,0xbff0000000000000,3
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-log.csv
ADDED
|
@@ -0,0 +1,271 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
## +ve denormals ##
|
| 3 |
+
np.float32,0x004b4716,0xc2afbc1b,4
|
| 4 |
+
np.float32,0x007b2490,0xc2aec01e,4
|
| 5 |
+
np.float32,0x007c99fa,0xc2aeba17,4
|
| 6 |
+
np.float32,0x00734a0c,0xc2aee1dc,4
|
| 7 |
+
np.float32,0x0070de24,0xc2aeecba,4
|
| 8 |
+
np.float32,0x007fffff,0xc2aeac50,4
|
| 9 |
+
np.float32,0x00000001,0xc2ce8ed0,4
|
| 10 |
+
## -ve denormals ##
|
| 11 |
+
np.float32,0x80495d65,0xffc00000,4
|
| 12 |
+
np.float32,0x806894f6,0xffc00000,4
|
| 13 |
+
np.float32,0x80555a76,0xffc00000,4
|
| 14 |
+
np.float32,0x804e1fb8,0xffc00000,4
|
| 15 |
+
np.float32,0x80687de9,0xffc00000,4
|
| 16 |
+
np.float32,0x807fffff,0xffc00000,4
|
| 17 |
+
np.float32,0x80000001,0xffc00000,4
|
| 18 |
+
## +/-0.0f, +/-FLT_MIN +/-FLT_MAX ##
|
| 19 |
+
np.float32,0x00000000,0xff800000,4
|
| 20 |
+
np.float32,0x80000000,0xff800000,4
|
| 21 |
+
np.float32,0x7f7fffff,0x42b17218,4
|
| 22 |
+
np.float32,0x80800000,0xffc00000,4
|
| 23 |
+
np.float32,0xff7fffff,0xffc00000,4
|
| 24 |
+
## 1.00f + 0x00000001 ##
|
| 25 |
+
np.float32,0x3f800000,0x00000000,4
|
| 26 |
+
np.float32,0x3f800001,0x33ffffff,4
|
| 27 |
+
np.float32,0x3f800002,0x347ffffe,4
|
| 28 |
+
np.float32,0x3f7fffff,0xb3800000,4
|
| 29 |
+
np.float32,0x3f7ffffe,0xb4000000,4
|
| 30 |
+
np.float32,0x3f7ffffd,0xb4400001,4
|
| 31 |
+
np.float32,0x402df853,0x3f7ffffe,4
|
| 32 |
+
np.float32,0x402df854,0x3f7fffff,4
|
| 33 |
+
np.float32,0x402df855,0x3f800000,4
|
| 34 |
+
np.float32,0x402df856,0x3f800001,4
|
| 35 |
+
np.float32,0x3ebc5ab0,0xbf800001,4
|
| 36 |
+
np.float32,0x3ebc5ab1,0xbf800000,4
|
| 37 |
+
np.float32,0x3ebc5ab2,0xbf800000,4
|
| 38 |
+
np.float32,0x3ebc5ab3,0xbf7ffffe,4
|
| 39 |
+
np.float32,0x423ef575,0x407768ab,4
|
| 40 |
+
np.float32,0x427b8c61,0x408485dd,4
|
| 41 |
+
np.float32,0x4211e9ee,0x406630b0,4
|
| 42 |
+
np.float32,0x424d5c41,0x407c0fed,4
|
| 43 |
+
np.float32,0x42be722a,0x4091cc91,4
|
| 44 |
+
np.float32,0x42b73d30,0x4090908b,4
|
| 45 |
+
np.float32,0x427e48e2,0x4084de7f,4
|
| 46 |
+
np.float32,0x428f759b,0x4088bba3,4
|
| 47 |
+
np.float32,0x41629069,0x4029a0cc,4
|
| 48 |
+
np.float32,0x4272c99d,0x40836379,4
|
| 49 |
+
np.float32,0x4d1b7458,0x4197463d,4
|
| 50 |
+
np.float32,0x4f10c594,0x41ace2b2,4
|
| 51 |
+
np.float32,0x4ea397c2,0x41a85171,4
|
| 52 |
+
np.float32,0x4fefa9d1,0x41b6769c,4
|
| 53 |
+
np.float32,0x4ebac6ab,0x41a960dc,4
|
| 54 |
+
np.float32,0x4f6efb42,0x41b0e535,4
|
| 55 |
+
np.float32,0x4e9ab8e7,0x41a7df44,4
|
| 56 |
+
np.float32,0x4e81b5d1,0x41a67625,4
|
| 57 |
+
np.float32,0x5014d9f2,0x41b832bd,4
|
| 58 |
+
np.float32,0x4f02175c,0x41ac07b8,4
|
| 59 |
+
np.float32,0x7f034f89,0x42b01c47,4
|
| 60 |
+
np.float32,0x7f56d00e,0x42b11849,4
|
| 61 |
+
np.float32,0x7f1cd5f6,0x42b0773a,4
|
| 62 |
+
np.float32,0x7e979174,0x42af02d7,4
|
| 63 |
+
np.float32,0x7f23369f,0x42b08ba2,4
|
| 64 |
+
np.float32,0x7f0637ae,0x42b0277d,4
|
| 65 |
+
np.float32,0x7efcb6e8,0x42b00897,4
|
| 66 |
+
np.float32,0x7f7907c8,0x42b163f6,4
|
| 67 |
+
np.float32,0x7e95c4c2,0x42aefcba,4
|
| 68 |
+
np.float32,0x7f4577b2,0x42b0ed2d,4
|
| 69 |
+
np.float32,0x3f49c92e,0xbe73ae84,4
|
| 70 |
+
np.float32,0x3f4a23d1,0xbe71e2f8,4
|
| 71 |
+
np.float32,0x3f4abb67,0xbe6ee430,4
|
| 72 |
+
np.float32,0x3f48169a,0xbe7c5532,4
|
| 73 |
+
np.float32,0x3f47f5fa,0xbe7cfc37,4
|
| 74 |
+
np.float32,0x3f488309,0xbe7a2ad8,4
|
| 75 |
+
np.float32,0x3f479df4,0xbe7ebf5f,4
|
| 76 |
+
np.float32,0x3f47cfff,0xbe7dbec9,4
|
| 77 |
+
np.float32,0x3f496704,0xbe75a125,4
|
| 78 |
+
np.float32,0x3f478ee8,0xbe7f0c92,4
|
| 79 |
+
np.float32,0x3f4a763b,0xbe7041ce,4
|
| 80 |
+
np.float32,0x3f47a108,0xbe7eaf94,4
|
| 81 |
+
np.float32,0x3f48136c,0xbe7c6578,4
|
| 82 |
+
np.float32,0x3f481c17,0xbe7c391c,4
|
| 83 |
+
np.float32,0x3f47cd28,0xbe7dcd56,4
|
| 84 |
+
np.float32,0x3f478be8,0xbe7f1bf7,4
|
| 85 |
+
np.float32,0x3f4c1f8e,0xbe67e367,4
|
| 86 |
+
np.float32,0x3f489b0c,0xbe79b03f,4
|
| 87 |
+
np.float32,0x3f4934cf,0xbe76a08a,4
|
| 88 |
+
np.float32,0x3f4954df,0xbe75fd6a,4
|
| 89 |
+
np.float32,0x3f47a3f5,0xbe7ea093,4
|
| 90 |
+
np.float32,0x3f4ba4fc,0xbe6a4b02,4
|
| 91 |
+
np.float32,0x3f47a0e1,0xbe7eb05c,4
|
| 92 |
+
np.float32,0x3f48c30a,0xbe78e42f,4
|
| 93 |
+
np.float32,0x3f48cab8,0xbe78bd05,4
|
| 94 |
+
np.float32,0x3f4b0569,0xbe6d6ea4,4
|
| 95 |
+
np.float32,0x3f47de32,0xbe7d7607,4
|
| 96 |
+
np.float32,0x3f477328,0xbe7f9b00,4
|
| 97 |
+
np.float32,0x3f496dab,0xbe757f52,4
|
| 98 |
+
np.float32,0x3f47662c,0xbe7fddac,4
|
| 99 |
+
np.float32,0x3f48ddd8,0xbe785b80,4
|
| 100 |
+
np.float32,0x3f481866,0xbe7c4bff,4
|
| 101 |
+
np.float32,0x3f48b119,0xbe793fb6,4
|
| 102 |
+
np.float32,0x3f48c7e8,0xbe78cb5c,4
|
| 103 |
+
np.float32,0x3f4985f6,0xbe7503da,4
|
| 104 |
+
np.float32,0x3f483fdf,0xbe7b8212,4
|
| 105 |
+
np.float32,0x3f4b1c76,0xbe6cfa67,4
|
| 106 |
+
np.float32,0x3f480b2e,0xbe7c8fa8,4
|
| 107 |
+
np.float32,0x3f48745f,0xbe7a75bf,4
|
| 108 |
+
np.float32,0x3f485bda,0xbe7af308,4
|
| 109 |
+
np.float32,0x3f47a660,0xbe7e942c,4
|
| 110 |
+
np.float32,0x3f47d4d5,0xbe7da600,4
|
| 111 |
+
np.float32,0x3f4b0a26,0xbe6d56be,4
|
| 112 |
+
np.float32,0x3f4a4883,0xbe712924,4
|
| 113 |
+
np.float32,0x3f4769e7,0xbe7fca84,4
|
| 114 |
+
np.float32,0x3f499702,0xbe74ad3f,4
|
| 115 |
+
np.float32,0x3f494ab1,0xbe763131,4
|
| 116 |
+
np.float32,0x3f476b69,0xbe7fc2c6,4
|
| 117 |
+
np.float32,0x3f4884e8,0xbe7a214a,4
|
| 118 |
+
np.float32,0x3f486945,0xbe7aae76,4
|
| 119 |
+
#float64
|
| 120 |
+
## +ve denormal ##
|
| 121 |
+
np.float64,0x0000000000000001,0xc0874385446d71c3,2
|
| 122 |
+
np.float64,0x0001000000000000,0xc086395a2079b70c,2
|
| 123 |
+
np.float64,0x000fffffffffffff,0xc086232bdd7abcd2,2
|
| 124 |
+
np.float64,0x0007ad63e2168cb6,0xc086290bc0b2980f,2
|
| 125 |
+
## -ve denormal ##
|
| 126 |
+
np.float64,0x8000000000000001,0xfff8000000000001,2
|
| 127 |
+
np.float64,0x8001000000000000,0xfff8000000000001,2
|
| 128 |
+
np.float64,0x800fffffffffffff,0xfff8000000000001,2
|
| 129 |
+
np.float64,0x8007ad63e2168cb6,0xfff8000000000001,2
|
| 130 |
+
## +/-0.0f, MAX, MIN##
|
| 131 |
+
np.float64,0x0000000000000000,0xfff0000000000000,2
|
| 132 |
+
np.float64,0x8000000000000000,0xfff0000000000000,2
|
| 133 |
+
np.float64,0x7fefffffffffffff,0x40862e42fefa39ef,2
|
| 134 |
+
np.float64,0xffefffffffffffff,0xfff8000000000001,2
|
| 135 |
+
## near 1.0f ##
|
| 136 |
+
np.float64,0x3ff0000000000000,0x0000000000000000,2
|
| 137 |
+
np.float64,0x3fe8000000000000,0xbfd269621134db92,2
|
| 138 |
+
np.float64,0x3ff0000000000001,0x3cafffffffffffff,2
|
| 139 |
+
np.float64,0x3ff0000020000000,0x3e7fffffe000002b,2
|
| 140 |
+
np.float64,0x3ff0000000000001,0x3cafffffffffffff,2
|
| 141 |
+
np.float64,0x3fefffffe0000000,0xbe70000008000005,2
|
| 142 |
+
np.float64,0x3fefffffffffffff,0xbca0000000000000,2
|
| 143 |
+
## random numbers ##
|
| 144 |
+
np.float64,0x02500186f3d9da56,0xc0855b8abf135773,2
|
| 145 |
+
np.float64,0x09200815a3951173,0xc082ff1ad7131bdc,2
|
| 146 |
+
np.float64,0x0da029623b0243d4,0xc0816fc994695bb5,2
|
| 147 |
+
np.float64,0x48703b8ac483a382,0x40579213a313490b,2
|
| 148 |
+
np.float64,0x09207b74c87c9860,0xc082fee20ff349ef,2
|
| 149 |
+
np.float64,0x62c077698e8df947,0x407821c996d110f0,2
|
| 150 |
+
np.float64,0x2350b45e87c3cfb0,0xc073d6b16b51d072,2
|
| 151 |
+
np.float64,0x3990a23f9ff2b623,0xc051aa60eadd8c61,2
|
| 152 |
+
np.float64,0x0d011386a116c348,0xc081a6cc7ea3b8fb,2
|
| 153 |
+
np.float64,0x1fe0f0303ebe273a,0xc0763870b78a81ca,2
|
| 154 |
+
np.float64,0x0cd1260121d387da,0xc081b7668d61a9d1,2
|
| 155 |
+
np.float64,0x1e6135a8f581d422,0xc077425ac10f08c2,2
|
| 156 |
+
np.float64,0x622168db5fe52d30,0x4077b3c669b9fadb,2
|
| 157 |
+
np.float64,0x69f188e1ec6d1718,0x407d1e2f18c63889,2
|
| 158 |
+
np.float64,0x3aa1bf1d9c4dd1a3,0xc04d682e24bde479,2
|
| 159 |
+
np.float64,0x6c81c4011ce4f683,0x407ee5190e8a8e6a,2
|
| 160 |
+
np.float64,0x2191fa55aa5a5095,0xc0750c0c318b5e2d,2
|
| 161 |
+
np.float64,0x32a1f602a32bf360,0xc06270caa493fc17,2
|
| 162 |
+
np.float64,0x16023c90ba93249b,0xc07d0f88e0801638,2
|
| 163 |
+
np.float64,0x1c525fe6d71fa9ff,0xc078af49c66a5d63,2
|
| 164 |
+
np.float64,0x1a927675815d65b7,0xc079e5bdd7fe376e,2
|
| 165 |
+
np.float64,0x41227b8fe70da028,0x402aa0c9f9a84c71,2
|
| 166 |
+
np.float64,0x4962bb6e853fe87d,0x405a34aa04c83747,2
|
| 167 |
+
np.float64,0x23d2cda00b26b5a4,0xc0737c13a06d00ea,2
|
| 168 |
+
np.float64,0x2d13083fd62987fa,0xc06a25055aeb474e,2
|
| 169 |
+
np.float64,0x10e31e4c9b4579a1,0xc0804e181929418e,2
|
| 170 |
+
np.float64,0x26d3247d556a86a9,0xc0716774171da7e8,2
|
| 171 |
+
np.float64,0x6603379398d0d4ac,0x407a64f51f8a887b,2
|
| 172 |
+
np.float64,0x02d38af17d9442ba,0xc0852d955ac9dd68,2
|
| 173 |
+
np.float64,0x6a2382b4818dd967,0x407d4129d688e5d4,2
|
| 174 |
+
np.float64,0x2ee3c403c79b3934,0xc067a091fefaf8b6,2
|
| 175 |
+
np.float64,0x6493a699acdbf1a4,0x4079663c8602bfc5,2
|
| 176 |
+
np.float64,0x1c8413c4f0de3100,0xc0788c99697059b6,2
|
| 177 |
+
np.float64,0x4573f1ed350d9622,0x404e9bd1e4c08920,2
|
| 178 |
+
np.float64,0x2f34265c9200b69c,0xc067310cfea4e986,2
|
| 179 |
+
np.float64,0x19b43e65fa22029b,0xc07a7f8877de22d6,2
|
| 180 |
+
np.float64,0x0af48ab7925ed6bc,0xc0825c4fbc0e5ade,2
|
| 181 |
+
np.float64,0x4fa49699cad82542,0x4065c76d2a318235,2
|
| 182 |
+
np.float64,0x7204a15e56ade492,0x40815bb87484dffb,2
|
| 183 |
+
np.float64,0x4734aa08a230982d,0x40542a4bf7a361a9,2
|
| 184 |
+
np.float64,0x1ae4ed296c2fd749,0xc079ac4921f20abb,2
|
| 185 |
+
np.float64,0x472514ea4370289c,0x4053ff372bd8f18f,2
|
| 186 |
+
np.float64,0x53a54b3f73820430,0x406b5411fc5f2e33,2
|
| 187 |
+
np.float64,0x64754de5a15684fa,0x407951592e99a5ab,2
|
| 188 |
+
np.float64,0x69358e279868a7c3,0x407c9c671a882c31,2
|
| 189 |
+
np.float64,0x284579ec61215945,0xc0706688e55f0927,2
|
| 190 |
+
np.float64,0x68b5c58806447adc,0x407c43d6f4eff760,2
|
| 191 |
+
np.float64,0x1945a83f98b0e65d,0xc07acc15eeb032cc,2
|
| 192 |
+
np.float64,0x0fc5eb98a16578bf,0xc080b0d02eddca0e,2
|
| 193 |
+
np.float64,0x6a75e208f5784250,0x407d7a7383bf8f05,2
|
| 194 |
+
np.float64,0x0fe63a029c47645d,0xc080a59ca1e98866,2
|
| 195 |
+
np.float64,0x37963ac53f065510,0xc057236281f7bdb6,2
|
| 196 |
+
np.float64,0x135661bb07067ff7,0xc07ee924930c21e4,2
|
| 197 |
+
np.float64,0x4b4699469d458422,0x405f73843756e887,2
|
| 198 |
+
np.float64,0x1a66d73e4bf4881b,0xc07a039ba1c63adf,2
|
| 199 |
+
np.float64,0x12a6b9b119a7da59,0xc07f62e49c6431f3,2
|
| 200 |
+
np.float64,0x24c719aa8fd1bdb5,0xc072d26da4bf84d3,2
|
| 201 |
+
np.float64,0x0fa6ff524ffef314,0xc080bb8514662e77,2
|
| 202 |
+
np.float64,0x1db751d66fdd4a9a,0xc077b77cb50d7c92,2
|
| 203 |
+
np.float64,0x4947374c516da82c,0x4059e9acfc7105bf,2
|
| 204 |
+
np.float64,0x1b1771ab98f3afc8,0xc07989326b8e1f66,2
|
| 205 |
+
np.float64,0x25e78805baac8070,0xc0720a818e6ef080,2
|
| 206 |
+
np.float64,0x4bd7a148225d3687,0x406082d004ea3ee7,2
|
| 207 |
+
np.float64,0x53d7d6b2bbbda00a,0x406b9a398967cbd5,2
|
| 208 |
+
np.float64,0x6997fb9f4e1c685f,0x407ce0a703413eba,2
|
| 209 |
+
np.float64,0x069802c2ff71b951,0xc083df39bf7acddc,2
|
| 210 |
+
np.float64,0x4d683ac9890f66d8,0x4062ae21d8c2acf0,2
|
| 211 |
+
np.float64,0x5a2825863ec14f4c,0x40722d718d549552,2
|
| 212 |
+
np.float64,0x0398799a88f4db80,0xc084e93dab8e2158,2
|
| 213 |
+
np.float64,0x5ed87a8b77e135a5,0x40756d7051777b33,2
|
| 214 |
+
np.float64,0x5828cd6d79b9bede,0x4070cafb22fc6ca1,2
|
| 215 |
+
np.float64,0x7b18ba2a5ec6f068,0x408481386b3ed6fe,2
|
| 216 |
+
np.float64,0x4938fd60922198fe,0x4059c206b762ea7e,2
|
| 217 |
+
np.float64,0x31b8f44fcdd1a46e,0xc063b2faa8b6434e,2
|
| 218 |
+
np.float64,0x5729341c0d918464,0x407019cac0c4a7d7,2
|
| 219 |
+
np.float64,0x13595e9228ee878e,0xc07ee7235a7d8088,2
|
| 220 |
+
np.float64,0x17698b0dc9dd4135,0xc07c1627e3a5ad5f,2
|
| 221 |
+
np.float64,0x63b977c283abb0cc,0x4078cf1ec6ed65be,2
|
| 222 |
+
np.float64,0x7349cc0d4dc16943,0x4081cc697ce4cb53,2
|
| 223 |
+
np.float64,0x4e49a80b732fb28d,0x4063e67e3c5cbe90,2
|
| 224 |
+
np.float64,0x07ba14b848a8ae02,0xc0837ac032a094e0,2
|
| 225 |
+
np.float64,0x3da9f17b691bfddc,0xc03929c25366acda,2
|
| 226 |
+
np.float64,0x02ea39aa6c3ac007,0xc08525af6f21e1c4,2
|
| 227 |
+
np.float64,0x3a6a42f04ed9563d,0xc04e98e825dca46b,2
|
| 228 |
+
np.float64,0x1afa877cd7900be7,0xc0799d6648cb34a9,2
|
| 229 |
+
np.float64,0x58ea986649e052c6,0x4071512e939ad790,2
|
| 230 |
+
np.float64,0x691abbc04647f536,0x407c89aaae0fcb83,2
|
| 231 |
+
np.float64,0x43aabc5063e6f284,0x4044b45d18106fd2,2
|
| 232 |
+
np.float64,0x488b003c893e0bea,0x4057df012a2dafbe,2
|
| 233 |
+
np.float64,0x77eb076ed67caee5,0x40836720de94769e,2
|
| 234 |
+
np.float64,0x5c1b46974aba46f4,0x40738731ba256007,2
|
| 235 |
+
np.float64,0x1a5b29ecb5d3c261,0xc07a0becc77040d6,2
|
| 236 |
+
np.float64,0x5d8b6ccf868c6032,0x4074865c1865e2db,2
|
| 237 |
+
np.float64,0x4cfb6690b4aaf5af,0x406216cd8c7e8ddb,2
|
| 238 |
+
np.float64,0x76cbd8eb5c5fc39e,0x4083038dc66d682b,2
|
| 239 |
+
np.float64,0x28bbd1fec5012814,0xc07014c2dd1b9711,2
|
| 240 |
+
np.float64,0x33dc1b3a4fd6bf7a,0xc060bd0756e07d8a,2
|
| 241 |
+
np.float64,0x52bbe89b37de99f3,0x406a10041aa7d343,2
|
| 242 |
+
np.float64,0x07bc479d15eb2dd3,0xc0837a1a6e3a3b61,2
|
| 243 |
+
np.float64,0x18fc5275711a901d,0xc07aff3e9d62bc93,2
|
| 244 |
+
np.float64,0x114c9758e247dc71,0xc080299a7cf15b05,2
|
| 245 |
+
np.float64,0x25ac8f6d60755148,0xc07233c4c0c511d4,2
|
| 246 |
+
np.float64,0x260cae2bb9e9fd7e,0xc071f128c7e82eac,2
|
| 247 |
+
np.float64,0x572ccdfe0241de82,0x40701bedc84bb504,2
|
| 248 |
+
np.float64,0x0ddcef6c8d41f5ee,0xc0815a7e16d07084,2
|
| 249 |
+
np.float64,0x6dad1d59c988af68,0x407fb4a0bc0142b1,2
|
| 250 |
+
np.float64,0x025d200580d8b6d1,0xc08556c0bc32b1b2,2
|
| 251 |
+
np.float64,0x7aad344b6aa74c18,0x40845bbc453f22be,2
|
| 252 |
+
np.float64,0x5b5d9d6ad9d14429,0x4073036d2d21f382,2
|
| 253 |
+
np.float64,0x49cd8d8dcdf19954,0x405b5c034f5c7353,2
|
| 254 |
+
np.float64,0x63edb9483335c1e6,0x4078f2dd21378786,2
|
| 255 |
+
np.float64,0x7b1dd64c9d2c26bd,0x408482b922017bc9,2
|
| 256 |
+
np.float64,0x782e13e0b574be5f,0x40837e2a0090a5ad,2
|
| 257 |
+
np.float64,0x592dfe18b9d6db2f,0x40717f777fbcb1ec,2
|
| 258 |
+
np.float64,0x654e3232ac60d72c,0x4079e71a95a70446,2
|
| 259 |
+
np.float64,0x7b8e42ad22091456,0x4084a9a6f1e61722,2
|
| 260 |
+
np.float64,0x570e88dfd5860ae6,0x407006ae6c0d137a,2
|
| 261 |
+
np.float64,0x294e98346cb98ef1,0xc06f5edaac12bd44,2
|
| 262 |
+
np.float64,0x1adeaa4ab792e642,0xc079b1431d5e2633,2
|
| 263 |
+
np.float64,0x7b6ead3377529ac8,0x40849eabc8c7683c,2
|
| 264 |
+
np.float64,0x2b8eedae8a9b2928,0xc06c400054deef11,2
|
| 265 |
+
np.float64,0x65defb45b2dcf660,0x407a4b53f181c05a,2
|
| 266 |
+
np.float64,0x1baf582d475e7701,0xc07920bcad4a502c,2
|
| 267 |
+
np.float64,0x461f39cf05a0f15a,0x405126368f984fa1,2
|
| 268 |
+
np.float64,0x7e5f6f5dcfff005b,0x4085a37d610439b4,2
|
| 269 |
+
np.float64,0x136f66e4d09bd662,0xc07ed8a2719f2511,2
|
| 270 |
+
np.float64,0x65afd8983fb6ca1f,0x407a2a7f48bf7fc1,2
|
| 271 |
+
np.float64,0x572fa7f95ed22319,0x40701d706cf82e6f,2
|
.venv/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-log10.csv
ADDED
|
@@ -0,0 +1,1629 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dtype,input,output,ulperrortol
|
| 2 |
+
np.float32,0x3f6fd5c8,0xbce80e8e,4
|
| 3 |
+
np.float32,0x3ea4ab17,0xbefc3deb,4
|
| 4 |
+
np.float32,0x3e87a133,0xbf13b0b7,4
|
| 5 |
+
np.float32,0x3f0d9069,0xbe83bb19,4
|
| 6 |
+
np.float32,0x3f7b9269,0xbbf84f47,4
|
| 7 |
+
np.float32,0x3f7a9ffa,0xbc16fd97,4
|
| 8 |
+
np.float32,0x7f535d34,0x4219cb66,4
|
| 9 |
+
np.float32,0x3e79ad7c,0xbf1ce857,4
|
| 10 |
+
np.float32,0x7e8bfd3b,0x4217dfe9,4
|
| 11 |
+
np.float32,0x3f2d2ee9,0xbe2dcec6,4
|
| 12 |
+
np.float32,0x572e04,0xc21862e4,4
|
| 13 |
+
np.float32,0x7f36f8,0xc217bad5,4
|
| 14 |
+
np.float32,0x3f7982fb,0xbc36aaed,4
|
| 15 |
+
np.float32,0x45b019,0xc218c67c,4
|
| 16 |
+
np.float32,0x3f521c46,0xbdafb3e3,4
|
| 17 |
+
np.float32,0x80000001,0x7fc00000,4
|
| 18 |
+
np.float32,0x3f336c81,0xbe1e107f,4
|
| 19 |
+
np.float32,0x3eac92d7,0xbef1d0bb,4
|
| 20 |
+
np.float32,0x47bdfc,0xc218b990,4
|
| 21 |
+
np.float32,0x7f2d94c8,0x421973d1,4
|
| 22 |
+
np.float32,0x7d53ff8d,0x4214fbb6,4
|
| 23 |
+
np.float32,0x3f581e4e,0xbd96a079,4
|
| 24 |
+
np.float32,0x7ddaf20d,0x42163e4e,4
|
| 25 |
+
np.float32,0x3f341d3c,0xbe1c5b4c,4
|
| 26 |
+
np.float32,0x7ef04ba9,0x4218d032,4
|
| 27 |
+
np.float32,0x620ed2,0xc2182e99,4
|
| 28 |
+
np.float32,0x507850,0xc2188682,4
|
| 29 |
+
np.float32,0x7d08f9,0xc217c284,4
|
| 30 |
+
np.float32,0x7f0cf2aa,0x42191734,4
|
| 31 |
+
np.float32,0x3f109a17,0xbe7e04fe,4
|
| 32 |
+
np.float32,0x7f426152,0x4219a625,4
|
| 33 |
+
np.float32,0x7f32d5a3,0x42198113,4
|
| 34 |
+
np.float32,0x2e14b2,0xc2197e6f,4
|
| 35 |
+
np.float32,0x3a5acd,0xc219156a,4
|
| 36 |
+
np.float32,0x50a565,0xc2188589,4
|
| 37 |
+
np.float32,0x5b751c,0xc2184d97,4
|
| 38 |
+
np.float32,0x7e4149f6,0x42173b22,4
|
| 39 |
+
np.float32,0x3dc34bf9,0xbf82a42a,4
|
| 40 |
+
np.float32,0x3d12bc28,0xbfb910d6,4
|
| 41 |
+
np.float32,0x7ebd2584,0x421865c1,4
|
| 42 |
+
np.float32,0x7f6b3375,0x4219faeb,4
|
| 43 |
+
np.float32,0x7fa00000,0x7fe00000,4
|
| 44 |
+
np.float32,0x3f35fe7d,0xbe17bd33,4
|
| 45 |
+
np.float32,0x7db45c87,0x4215e818,4
|
| 46 |
+
np.float32,0x3efff366,0xbe9a2b8d,4
|
| 47 |
+
np.float32,0x3eb331d0,0xbee971a3,4
|
| 48 |
+
np.float32,0x3f259d5f,0xbe41ae2e,4
|
| 49 |
+
np.float32,0x3eab85ec,0xbef32c4a,4
|
| 50 |
+
np.float32,0x7f194b8a,0x42193c8c,4
|
| 51 |
+
np.float32,0x3f11a614,0xbe7acfc7,4
|
| 52 |
+
np.float32,0x5b17,0xc221f16b,4
|
| 53 |
+
np.float32,0x3f33dadc,0xbe1cff4d,4
|
| 54 |
+
np.float32,0x3cda1506,0xbfc9920f,4
|
| 55 |
+
np.float32,0x3f6856f1,0xbd2c8290,4
|
| 56 |
+
np.float32,0x7f3357fb,0x42198257,4
|
| 57 |
+
np.float32,0x7f56f329,0x4219d2e1,4
|
| 58 |
+
np.float32,0x3ef84108,0xbea0f595,4
|
| 59 |
+
np.float32,0x3f72340f,0xbcc51916,4
|
| 60 |
+
np.float32,0x3daf28,0xc218fcbd,4
|
| 61 |
+
np.float32,0x131035,0xc21b06f4,4
|
| 62 |
+
np.float32,0x3f275c3b,0xbe3d0487,4
|
| 63 |
+
np.float32,0x3ef06130,0xbea82069,4
|
| 64 |
+
np.float32,0x3f57f3b0,0xbd974fef,4
|
| 65 |
+
np.float32,0x7f6c4a78,0x4219fcfa,4
|
| 66 |
+
np.float32,0x7e8421d0,0x4217c639,4
|
| 67 |
+
np.float32,0x3f17a479,0xbe68e08e,4
|
| 68 |
+
np.float32,0x7f03774e,0x4218f83b,4
|
| 69 |
+
np.float32,0x441a33,0xc218d0b8,4
|
| 70 |
+
np.float32,0x539158,0xc21875b6,4
|
| 71 |
+
np.float32,0x3e8fcc75,0xbf0d3018,4
|
| 72 |
+
np.float32,0x7ef74130,0x4218dce4,4
|
| 73 |
+
np.float32,0x3ea6f4fa,0xbef92c38,4
|
| 74 |
+
np.float32,0x7f3948ab,0x421990d5,4
|
| 75 |
+
np.float32,0x7db6f8f5,0x4215ee7c,4
|
| 76 |
+
np.float32,0x3ee44a2f,0xbeb399e5,4
|
| 77 |
+
np.float32,0x156c59,0xc21ad30d,4
|
| 78 |
+
np.float32,0x3f21ee53,0xbe4baf16,4
|
| 79 |
+
np.float32,0x3f2c08f4,0xbe30c424,4
|
| 80 |
+
np.float32,0x3f49885c,0xbdd4c6a9,4
|
| 81 |
+
np.float32,0x3eae0b9c,0xbeefed54,4
|
| 82 |
+
np.float32,0x1b5c1f,0xc21a6646,4
|
| 83 |
+
np.float32,0x3e7330e2,0xbf1fd592,4
|
| 84 |
+
np.float32,0x3ebbeb4c,0xbededf82,4
|
| 85 |
+
np.float32,0x427154,0xc218dbb1,4
|
| 86 |
+
np.float32,0x3f6b8b4b,0xbd142498,4
|
| 87 |
+
np.float32,0x8e769,0xc21c5981,4
|
| 88 |
+
np.float32,0x3e9db557,0xbf02ec1c,4
|
| 89 |
+
np.float32,0x3f001bef,0xbe99f019,4
|
| 90 |
+
np.float32,0x3e58b48c,0xbf2ca77a,4
|
| 91 |
+
np.float32,0x3d46c16b,0xbfa8327c,4
|
| 92 |
+
np.float32,0x7eeeb305,0x4218cd3b,4
|
| 93 |
+
np.float32,0x3e3f163d,0xbf3aa446,4
|
| 94 |
+
np.float32,0x3f66c872,0xbd3877d9,4
|
| 95 |
+
np.float32,0x7f7162f8,0x421a0677,4
|
| 96 |
+
np.float32,0x3edca3bc,0xbebb2e28,4
|
| 97 |
+
np.float32,0x3dc1055b,0xbf834afa,4
|
| 98 |
+
np.float32,0x12b16f,0xc21b0fad,4
|
| 99 |
+
np.float32,0x3f733898,0xbcb62e16,4
|
| 100 |
+
np.float32,0x3e617af8,0xbf283db0,4
|
| 101 |
+
np.float32,0x7e86577a,0x4217cd99,4
|
| 102 |
+
np.float32,0x3f0ba3c7,0xbe86c633,4
|
| 103 |
+
np.float32,0x3f4cad25,0xbdc70247,4
|
| 104 |
+
np.float32,0xb6cdf,0xc21bea9f,4
|
| 105 |
+
np.float32,0x3f42971a,0xbdf3f49e,4
|
| 106 |
+
np.float32,0x3e6ccad2,0xbf22cc78,4
|
| 107 |
+
np.float32,0x7f2121b2,0x421952b8,4
|
| 108 |
+
np.float32,0x3f6d3f55,0xbd075366,4
|
| 109 |
+
np.float32,0x3f524f,0xc218f117,4
|
| 110 |
+
np.float32,0x3e95b5d9,0xbf08b56a,4
|
| 111 |
+
np.float32,0x7f6ae47d,0x4219fa56,4
|
| 112 |
+
np.float32,0x267539,0xc219ceda,4
|
| 113 |
+
np.float32,0x3ef72f6d,0xbea1eb2e,4
|
| 114 |
+
np.float32,0x2100b2,0xc21a12e2,4
|
| 115 |
+
np.float32,0x3d9777d1,0xbf90c4e7,4
|
| 116 |
+
np.float32,0x44c6f5,0xc218cc56,4
|
| 117 |
+
np.float32,0x7f2a613d,0x42196b8a,4
|
| 118 |
+
np.float32,0x390a25,0xc2191f8d,4
|
| 119 |
+
np.float32,0x3f1de5ad,0xbe56e703,4
|
| 120 |
+
np.float32,0x2f59ce,0xc2197258,4
|
| 121 |
+
np.float32,0x7f3b12a1,0x4219951b,4
|
| 122 |
+
np.float32,0x3ecb66d4,0xbecd44ca,4
|
| 123 |
+
np.float32,0x7e74ff,0xc217bd7d,4
|
| 124 |
+
np.float32,0x7ed83f78,0x4218a14d,4
|
| 125 |
+
np.float32,0x685994,0xc21812f1,4
|
| 126 |
+
np.float32,0xbf800000,0x7fc00000,4
|
| 127 |
+
np.float32,0x736f47,0xc217e60b,4
|
| 128 |
+
np.float32,0x7f09c371,0x42190d0a,4
|
| 129 |
+
np.float32,0x3f7ca51d,0xbbbbbce0,4
|
| 130 |
+
np.float32,0x7f4b4d3b,0x4219ba1a,4
|
| 131 |
+
np.float32,0x3f6c4471,0xbd0eb076,4
|
| 132 |
+
np.float32,0xd944e,0xc21b9dcf,4
|
| 133 |
+
np.float32,0x7cb06ffc,0x421375cd,4
|
| 134 |
+
np.float32,0x586187,0xc2185cce,4
|
| 135 |
+
np.float32,0x3f3cbf5b,0xbe078911,4
|
| 136 |
+
np.float32,0x3f30b504,0xbe24d983,4
|
| 137 |
+
np.float32,0x3f0a16ba,0xbe8941fd,4
|
| 138 |
+
np.float32,0x5c43b0,0xc21849af,4
|
| 139 |
+
np.float32,0x3dad74f6,0xbf893bd5,4
|
| 140 |
+
np.float32,0x3c586958,0xbff087a6,4
|
| 141 |
+
np.float32,0x3e8307a8,0xbf1786ba,4
|
| 142 |
+
np.float32,0x7dcd1776,0x4216213d,4
|
| 143 |
+
np.float32,0x3f44d107,0xbde9d662,4
|
| 144 |
+
np.float32,0x3e2e6823,0xbf44cbec,4
|
| 145 |
+
np.float32,0x3d87ea27,0xbf96caca,4
|
| 146 |
+
np.float32,0x3e0c715b,0xbf5ce07e,4
|
| 147 |
+
np.float32,0x7ec9cd5a,0x4218828e,4
|
| 148 |
+
np.float32,0x3e26c0b4,0xbf49c93e,4
|
| 149 |
+
np.float32,0x75b94e,0xc217dd50,4
|
| 150 |
+
np.float32,0x3df7b9f5,0xbf6ad7f4,4
|
| 151 |
+
np.float32,0x0,0xff800000,4
|
| 152 |
+
np.float32,0x3f284795,0xbe3a94da,4
|
| 153 |
+
np.float32,0x7ee49092,0x4218b9f0,4
|
| 154 |
+
np.float32,0x7f4c20e0,0x4219bbe8,4
|
| 155 |
+
np.float32,0x3efbbce8,0xbe9ddc4b,4
|
| 156 |
+
np.float32,0x12274a,0xc21b1cb4,4
|
| 157 |
+
np.float32,0x5fa1b1,0xc21839be,4
|
| 158 |
+
np.float32,0x7f0b210e,0x4219116d,4
|
| 159 |
+
np.float32,0x3f67092a,0xbd368545,4
|
| 160 |
+
np.float32,0x3d572721,0xbfa3ca5b,4
|
| 161 |
+
np.float32,0x3f7913ce,0xbc431028,4
|
| 162 |
+
np.float32,0x3b0613,0xc2191059,4
|
| 163 |
+
np.float32,0x3e1d16c0,0xbf506c6f,4
|
| 164 |
+
np.float32,0xab130,0xc21c081d,4
|
| 165 |
+
np.float32,0x3e23ac97,0xbf4bdb9d,4
|
| 166 |
+
np.float32,0x7ef52368,0x4218d911,4
|
| 167 |
+
np.float32,0x7f38e686,0x42198fe9,4
|
| 168 |
+
np.float32,0x3f106a21,0xbe7e9897,4
|
| 169 |
+
np.float32,0x3ecef8d5,0xbec96644,4
|
| 170 |
+
np.float32,0x3ec37e02,0xbed61683,4
|
| 171 |
+
np.float32,0x3efbd063,0xbe9dcb17,4
|
| 172 |
+
np.float32,0x3f318fe3,0xbe22b402,4
|
| 173 |
+
np.float32,0x7e5e5228,0x4217795d,4
|
| 174 |
+
np.float32,0x72a046,0xc217e92c,4
|
| 175 |
+
np.float32,0x7f6f970b,0x421a0324,4
|
| 176 |
+
np.float32,0x3ed871b4,0xbebf72fb,4
|
| 177 |
+
np.float32,0x7a2eaa,0xc217ccc8,4
|
| 178 |
+
np.float32,0x3e819655,0xbf18c1d7,4
|
| 179 |
+
np.float32,0x80800000,0x7fc00000,4
|
| 180 |
+
np.float32,0x7eab0719,0x421838f9,4
|
| 181 |
+
np.float32,0x7f0763cb,0x4219054f,4
|
| 182 |
+
np.float32,0x3f191672,0xbe64a8af,4
|
| 183 |
+
np.float32,0x7d4327,0xc217c1b6,4
|
| 184 |
+
np.float32,0x3f724ba6,0xbcc3bea3,4
|
| 185 |
+
np.float32,0x60fe06,0xc2183375,4
|
| 186 |
+
np.float32,0x48cd59,0xc218b30b,4
|
| 187 |
+
np.float32,0x3f7fec2b,0xb909d3f3,4
|
| 188 |
+
np.float32,0x1c7bb9,0xc21a5460,4
|
| 189 |
+
np.float32,0x24d8a8,0xc219e1e4,4
|
| 190 |
+
np.float32,0x3e727c52,0xbf20283c,4
|
| 191 |
+
np.float32,0x4bc460,0xc218a14a,4
|
| 192 |
+
np.float32,0x63e313,0xc2182661,4
|
| 193 |
+
np.float32,0x7f625581,0x4219e9d4,4
|
| 194 |
+
np.float32,0x3eeb3e77,0xbeacedc0,4
|
| 195 |
+
np.float32,0x7ef27a47,0x4218d437,4
|
| 196 |
+
np.float32,0x27105a,0xc219c7e6,4
|
| 197 |
+
np.float32,0x22a10b,0xc219fd7d,4
|
| 198 |
+
np.float32,0x3f41e907,0xbdf711ab,4
|
| 199 |
+
np.float32,0x7c1fbf95,0x4212155b,4
|
| 200 |
+
np.float32,0x7e5acceb,0x42177244,4
|
| 201 |
+
np.float32,0x3e0892fa,0xbf5ffb83,4
|
| 202 |
+
np.float32,0x3ea0e51d,0xbf00b2c0,4
|
| 203 |
+
np.float32,0x3e56fc29,0xbf2d8a51,4
|
| 204 |
+
np.float32,0x7ee724ed,0x4218beed,4
|
| 205 |
+
np.float32,0x7ebf142b,0x42186a46,4
|
| 206 |
+
np.float32,0x7f6cf35c,0x4219fe37,4
|
| 207 |
+
np.float32,0x3f11abf7,0xbe7abdcd,4
|
| 208 |
+
np.float32,0x588d7a,0xc2185bf1,4
|
| 209 |
+
np.float32,0x3f6e81d2,0xbcfbcf97,4
|
| 210 |
+
np.float32,0x3f1b6be8,0xbe5dee2b,4
|
| 211 |
+
np.float32,0x7f3815e0,0x42198df2,4
|
| 212 |
+
np.float32,0x3f5bfc88,0xbd86d93d,4
|
| 213 |
+
np.float32,0x3f3775d0,0xbe142bbc,4
|
| 214 |
+
np.float32,0x78a958,0xc217d25a,4
|
| 215 |
+
np.float32,0x2ff7c3,0xc2196c96,4
|
| 216 |
+
np.float32,0x4b9c0,0xc21d733c,4
|
| 217 |
+
np.float32,0x3ec025af,0xbed9ecf3,4
|
| 218 |
+
np.float32,0x6443f0,0xc21824b3,4
|
| 219 |
+
np.float32,0x3f754e28,0xbc97d299,4
|
| 220 |
+
np.float32,0x3eaa91d3,0xbef4699d,4
|
| 221 |
+
np.float32,0x3e5f2837,0xbf296478,4
|
| 222 |
+
np.float32,0xe5676,0xc21b85a4,4
|
| 223 |
+
np.float32,0x3f6859f2,0xbd2c6b90,4
|
| 224 |
+
np.float32,0x3f68686b,0xbd2bfcc6,4
|
| 225 |
+
np.float32,0x4b39b8,0xc218a47b,4
|
| 226 |
+
np.float32,0x630ac4,0xc2182a28,4
|
| 227 |
+
np.float32,0x160980,0xc21ac67d,4
|
| 228 |
+
np.float32,0x3ed91c4d,0xbebec3fd,4
|
| 229 |
+
np.float32,0x7ec27b0d,0x4218721f,4
|
| 230 |
+
np.float32,0x3f3c0a5f,0xbe09344b,4
|
| 231 |
+
np.float32,0x3dbff9c1,0xbf839841,4
|
| 232 |
+
np.float32,0x7f0e8ea7,0x42191c40,4
|
| 233 |
+
np.float32,0x3f36b162,0xbe1608e4,4
|
| 234 |
+
np.float32,0x228bb3,0xc219fe90,4
|
| 235 |
+
np.float32,0x2fdd30,0xc2196d8c,4
|
| 236 |
+
np.float32,0x3e8fce8e,0xbf0d2e79,4
|
| 237 |
+
np.float32,0x3f36acc7,0xbe16141a,4
|
| 238 |
+
np.float32,0x7f44b51c,0x4219ab70,4
|
| 239 |
+
np.float32,0x3ec3371c,0xbed66736,4
|
| 240 |
+
np.float32,0x4388a2,0xc218d473,4
|
| 241 |
+
np.float32,0x3f5aa6c3,0xbd8c4344,4
|
| 242 |
+
np.float32,0x7f09fce4,0x42190dc3,4
|
| 243 |
+
np.float32,0x7ed7854a,0x42189fce,4
|
| 244 |
+
np.float32,0x7f4da83a,0x4219bf3a,4
|
| 245 |
+
np.float32,0x3db8da28,0xbf85b25a,4
|
| 246 |
+
np.float32,0x7f449686,0x4219ab2b,4
|
| 247 |
+
np.float32,0x2eb25,0xc21e498c,4
|
| 248 |
+
np.float32,0x3f2bcc08,0xbe3161bd,4
|
| 249 |
+
np.float32,0x36c923,0xc219317b,4
|
| 250 |
+
np.float32,0x3d52a866,0xbfa4f6d2,4
|
| 251 |
+
np.float32,0x3f7d6688,0xbb913e4e,4
|
| 252 |
+
np.float32,0x3f5a6ba4,0xbd8d33e3,4
|
| 253 |
+
np.float32,0x719740,0xc217ed35,4
|
| 254 |
+
np.float32,0x78a472,0xc217d26c,4
|
| 255 |
+
np.float32,0x7ee33d0c,0x4218b759,4
|
| 256 |
+
np.float32,0x7f668c1d,0x4219f208,4
|
| 257 |
+
np.float32,0x3e29c600,0xbf47ca46,4
|
| 258 |
+
np.float32,0x3f3cefc3,0xbe071712,4
|
| 259 |
+
np.float32,0x3e224ebd,0xbf4cca41,4
|
| 260 |
+
np.float32,0x7f1417be,0x42192d31,4
|
| 261 |
+
np.float32,0x7f29d7d5,0x42196a23,4
|
| 262 |
+
np.float32,0x3338ce,0xc2194f65,4
|
| 263 |
+
np.float32,0x2a7897,0xc219a2b6,4
|
| 264 |
+
np.float32,0x3d6bc3d8,0xbf9eb468,4
|
| 265 |
+
np.float32,0x3f6bd7bf,0xbd11e392,4
|
| 266 |
+
np.float32,0x7f6d26bf,0x4219fe98,4
|
| 267 |
+
np.float32,0x3f52d378,0xbdacadb5,4
|
| 268 |
+
np.float32,0x3efac453,0xbe9eb84a,4
|
| 269 |
+
np.float32,0x3f692eb7,0xbd261184,4
|
| 270 |
+
np.float32,0x3f6a0bb5,0xbd1f7ec1,4
|
| 271 |
+
np.float32,0x3f037a49,0xbe942aa8,4
|
| 272 |
+
np.float32,0x3f465bd4,0xbde2e530,4
|
| 273 |
+
np.float32,0x7ef0f47b,0x4218d16a,4
|
| 274 |
+
np.float32,0x637127,0xc218285e,4
|
| 275 |
+
np.float32,0x3f41e511,0xbdf723d7,4
|
| 276 |
+
np.float32,0x7f800000,0x7f800000,4
|
| 277 |
+
np.float32,0x3f3342d5,0xbe1e77d5,4
|
| 278 |
+
np.float32,0x7f57cfe6,0x4219d4a9,4
|
| 279 |
+
np.float32,0x3e4358ed,0xbf3830a7,4
|
| 280 |
+
np.float32,0x3ce25f15,0xbfc77f2b,4
|
| 281 |
+
np.float32,0x7ed057e7,0x421890be,4
|
| 282 |
+
np.float32,0x7ce154d9,0x4213e295,4
|
| 283 |
+
np.float32,0x3ee91984,0xbeaef703,4
|
| 284 |
+
np.float32,0x7e4e919c,0x421758af,4
|
| 285 |
+
np.float32,0x6830e7,0xc218139e,4
|
| 286 |
+
np.float32,0x3f12f08e,0xbe76e328,4
|
| 287 |
+
np.float32,0x7f0a7a32,0x42190f56,4
|
| 288 |
+
np.float32,0x7f38e,0xc21c8bd3,4
|
| 289 |
+
np.float32,0x3e01def9,0xbf6593e3,4
|
| 290 |
+
np.float32,0x3f5c8c6d,0xbd849432,4
|
| 291 |
+
np.float32,0x3eed8747,0xbeaac7a3,4
|
| 292 |
+
np.float32,0x3cadaa0e,0xbfd63b21,4
|
| 293 |
+
np.float32,0x3f7532a9,0xbc996178,4
|
| 294 |
+
np.float32,0x31f3ac,0xc2195a8f,4
|
| 295 |
+
np.float32,0x3f0e0f97,0xbe82f3af,4
|
| 296 |
+
np.float32,0x3f2a1f35,0xbe35bd3f,4
|
| 297 |
+
np.float32,0x3f4547b2,0xbde7bebd,4
|
| 298 |
+
np.float32,0x3f7988a6,0xbc36094c,4
|
| 299 |
+
np.float32,0x74464c,0xc217e2d2,4
|
| 300 |
+
np.float32,0x7f7518be,0x421a0d3f,4
|
| 301 |
+
np.float32,0x7e97fa0a,0x42180473,4
|
| 302 |
+
np.float32,0x584e3a,0xc2185d2f,4
|
| 303 |
+
np.float32,0x3e7291f3,0xbf201e52,4
|
| 304 |
+
np.float32,0xc0a05,0xc21bd359,4
|
| 305 |
+
np.float32,0x3a3177,0xc21916a6,4
|
| 306 |
+
np.float32,0x4f417f,0xc2188d45,4
|
| 307 |
+
np.float32,0x263fce,0xc219d145,4
|
| 308 |
+
np.float32,0x7e1d58,0xc217beb1,4
|
| 309 |
+
np.float32,0x7f056af3,0x4218fec9,4
|
| 310 |
+
np.float32,0x3f21c181,0xbe4c2a3f,4
|
| 311 |
+
np.float32,0x7eca4956,0x4218839f,4
|
| 312 |
+
np.float32,0x3e58afa8,0xbf2ca9fd,4
|
| 313 |
+
np.float32,0x3f40d583,0xbdfc04ef,4
|
| 314 |
+
np.float32,0x7f432fbb,0x4219a7fc,4
|
| 315 |
+
np.float32,0x43aaa4,0xc218d393,4
|
| 316 |
+
np.float32,0x7f2c9b62,0x42197150,4
|
| 317 |
+
np.float32,0x5c3876,0xc21849e5,4
|
| 318 |
+
np.float32,0x7f2034e8,0x42195029,4
|
| 319 |
+
np.float32,0x7e5be772,0x42177481,4
|
| 320 |
+
np.float32,0x80000000,0xff800000,4
|
| 321 |
+
np.float32,0x3f5be03b,0xbd874bb0,4
|
| 322 |
+
np.float32,0x3e32494f,0xbf4259be,4
|
| 323 |
+
np.float32,0x3e1f4671,0xbf4ee30b,4
|
| 324 |
+
np.float32,0x4606cc,0xc218c454,4
|
| 325 |
+
np.float32,0x425cbc,0xc218dc3b,4
|
| 326 |
+
np.float32,0x7dd9b8bf,0x42163bd0,4
|
| 327 |
+
np.float32,0x3f0465d0,0xbe929db7,4
|
| 328 |
+
np.float32,0x3f735077,0xbcb4d0fa,4
|
| 329 |
+
np.float32,0x4d6a43,0xc21897b8,4
|
| 330 |
+
np.float32,0x3e27d600,0xbf4910f5,4
|
| 331 |
+
np.float32,0x3f06e0cc,0xbe8e7d24,4
|
| 332 |
+
np.float32,0x3f3fd064,0xbe005e45,4
|
| 333 |
+
np.float32,0x176f1,0xc21f7c2d,4
|
| 334 |
+
np.float32,0x3eb64e6f,0xbee59d9c,4
|
| 335 |
+
np.float32,0x7f0f075d,0x42191db8,4
|
| 336 |
+
np.float32,0x3f718cbe,0xbcceb621,4
|
| 337 |
+
np.float32,0x3ead7bda,0xbef0a54a,4
|
| 338 |
+
np.float32,0x7f77c1a8,0x421a120c,4
|
| 339 |
+
np.float32,0x3f6a79c5,0xbd1c3afd,4
|
| 340 |
+
np.float32,0x3e992d1f,0xbf062a02,4
|
| 341 |
+
np.float32,0x3e6f6335,0xbf219639,4
|
| 342 |
+
np.float32,0x7f6d9a3e,0x4219ff70,4
|
| 343 |
+
np.float32,0x557ed1,0xc2186b91,4
|
| 344 |
+
np.float32,0x3f13a456,0xbe74c457,4
|
| 345 |
+
np.float32,0x15c2dc,0xc21acc17,4
|
| 346 |
+
np.float32,0x71f36f,0xc217ebcc,4
|
| 347 |
+
np.float32,0x748dea,0xc217e1c1,4
|
| 348 |
+
np.float32,0x7f0f32e0,0x42191e3f,4
|
| 349 |
+
np.float32,0x5b1da8,0xc2184f41,4
|
| 350 |
+
np.float32,0x3d865d3a,0xbf976e11,4
|
| 351 |
+
np.float32,0x3f800000,0x0,4
|
| 352 |
+
np.float32,0x7f67b56d,0x4219f444,4
|
| 353 |
+
np.float32,0x6266a1,0xc2182d0c,4
|
| 354 |
+
np.float32,0x3ec9c5e4,0xbecf0e6b,4
|
| 355 |
+
np.float32,0x6a6a0e,0xc2180a3b,4
|
| 356 |
+
np.float32,0x7e9db6fd,0x421814ef,4
|
| 357 |
+
np.float32,0x3e7458f7,0xbf1f4e88,4
|
| 358 |
+
np.float32,0x3ead8016,0xbef09fdc,4
|
| 359 |
+
np.float32,0x3e263d1c,0xbf4a211e,4
|
| 360 |
+
np.float32,0x7f6b3329,0x4219faeb,4
|
| 361 |
+
np.float32,0x800000,0xc217b818,4
|
| 362 |
+
np.float32,0x3f0654c7,0xbe8f6471,4
|
| 363 |
+
np.float32,0x3f281b71,0xbe3b0990,4
|
| 364 |
+
np.float32,0x7c4c8e,0xc217c524,4
|
| 365 |
+
np.float32,0x7d113a87,0x4214537d,4
|
| 366 |
+
np.float32,0x734b5f,0xc217e696,4
|
| 367 |
+
np.float32,0x7f079d05,0x4219060b,4
|
| 368 |
+
np.float32,0x3ee830b1,0xbeafd58b,4
|
| 369 |
+
np.float32,0x3f1c3b8b,0xbe5b9d96,4
|
| 370 |
+
np.float32,0x3f2bf0c6,0xbe3102aa,4
|
| 371 |
+
np.float32,0x7ddffe22,0x42164871,4
|
| 372 |
+
np.float32,0x3f1e58b4,0xbe55a37f,4
|
| 373 |
+
np.float32,0x5f3edf,0xc2183b8a,4
|
| 374 |
+
np.float32,0x7f1fb6ec,0x42194eca,4
|
| 375 |
+
np.float32,0x3f78718e,0xbc55311e,4
|
| 376 |
+
np.float32,0x3e574b7d,0xbf2d6152,4
|
| 377 |
+
np.float32,0x7eab27c6,0x4218394e,4
|
| 378 |
+
np.float32,0x7f34603c,0x421984e5,4
|
| 379 |
+
np.float32,0x3f3a8b57,0xbe0cc1ca,4
|
| 380 |
+
np.float32,0x3f744181,0xbca7134e,4
|
| 381 |
+
np.float32,0x3f7e3bc4,0xbb45156b,4
|
| 382 |
+
np.float32,0x93ab4,0xc21c498b,4
|
| 383 |
+
np.float32,0x7ed5541e,0x42189b42,4
|
| 384 |
+
np.float32,0x6bf8ec,0xc21803c4,4
|
| 385 |
+
np.float32,0x757395,0xc217de58,4
|
| 386 |
+
np.float32,0x7f177214,0x42193726,4
|
| 387 |
+
np.float32,0x59935f,0xc21856d6,4
|
| 388 |
+
np.float32,0x2cd9ba,0xc2198a78,4
|
| 389 |
+
np.float32,0x3ef6fd5c,0xbea2183c,4
|
| 390 |
+
np.float32,0x3ebb6c63,0xbedf75e0,4
|
| 391 |
+
np.float32,0x7f43272c,0x4219a7e9,4
|
| 392 |
+
np.float32,0x7f42e67d,0x4219a755,4
|
| 393 |
+
np.float32,0x3f3f744f,0xbe0133f6,4
|
| 394 |
+
np.float32,0x7f5fddaa,0x4219e4f4,4
|
| 395 |
+
np.float32,0x3dc9874f,0xbf80e529,4
|
| 396 |
+
np.float32,0x3f2efe64,0xbe292ec8,4
|
| 397 |
+
np.float32,0x3e0406a6,0xbf63bf7c,4
|
| 398 |
+
np.float32,0x3cdbb0aa,0xbfc92984,4
|
| 399 |
+
np.float32,0x3e6597e7,0xbf263b30,4
|
| 400 |
+
np.float32,0x3f0c1153,0xbe861807,4
|
| 401 |
+
np.float32,0x7fce16,0xc217b8c6,4
|
| 402 |
+
np.float32,0x3f5f4e5f,0xbd730dc6,4
|
| 403 |
+
np.float32,0x3ed41ffa,0xbec3ee69,4
|
| 404 |
+
np.float32,0x3f216c78,0xbe4d1446,4
|
| 405 |
+
np.float32,0x3f123ed7,0xbe78fe4b,4
|
| 406 |
+
np.float32,0x7f7e0ca9,0x421a1d34,4
|
| 407 |
+
np.float32,0x7e318af4,0x42171558,4
|
| 408 |
+
np.float32,0x7f1e1659,0x42194a3d,4
|
| 409 |
+
np.float32,0x34d12a,0xc21941c2,4
|
| 410 |
+
np.float32,0x3d9566ad,0xbf918870,4
|
| 411 |
+
np.float32,0x3e799a47,0xbf1cf0e5,4
|
| 412 |
+
np.float32,0x3e89dd6f,0xbf11df76,4
|
| 413 |
+
np.float32,0x32f0d3,0xc21951d8,4
|
| 414 |
+
np.float32,0x7e89d17e,0x4217d8f6,4
|
| 415 |
+
np.float32,0x1f3b38,0xc21a2b6b,4
|
| 416 |
+
np.float32,0x7ee9e060,0x4218c427,4
|
| 417 |
+
np.float32,0x31a673,0xc2195d41,4
|
| 418 |
+
np.float32,0x5180f1,0xc21880d5,4
|
| 419 |
+
np.float32,0x3cd36f,0xc21902f8,4
|
| 420 |
+
np.float32,0x3bb63004,0xc01050cb,4
|
| 421 |
+
np.float32,0x3e8ee9d1,0xbf0ddfde,4
|
| 422 |
+
np.float32,0x3d2a7da3,0xbfb0b970,4
|
| 423 |
+
np.float32,0x3ea58107,0xbefb1dc3,4
|
| 424 |
+
np.float32,0x7f6760b0,0x4219f3a2,4
|
| 425 |
+
np.float32,0x7f7f9e08,0x421a1ff0,4
|
| 426 |
+
np.float32,0x37e7f1,0xc219287b,4
|
| 427 |
+
np.float32,0x3ef7eb53,0xbea14267,4
|
| 428 |
+
np.float32,0x3e2eb581,0xbf449aa5,4
|
| 429 |
+
np.float32,0x3da7671c,0xbf8b3568,4
|
| 430 |
+
np.float32,0x7af36f7b,0x420f33ee,4
|
| 431 |
+
np.float32,0x3eb3602c,0xbee93823,4
|
| 432 |
+
np.float32,0x3f68bcff,0xbd2975de,4
|
| 433 |
+
np.float32,0x3ea7cefb,0xbef80a9d,4
|
| 434 |
+
np.float32,0x3f329689,0xbe202414,4
|
| 435 |
+
np.float32,0x7f0c7c80,0x421915be,4
|
| 436 |
+
np.float32,0x7f4739b8,0x4219b118,4
|
| 437 |
+
np.float32,0x73af58,0xc217e515,4
|
| 438 |
+
np.float32,0x7f13eb2a,0x42192cab,4
|
| 439 |
+
np.float32,0x30f2d9,0xc2196395,4
|
| 440 |
+
np.float32,0x7ea7066c,0x42182e71,4
|
| 441 |
+
np.float32,0x669fec,0xc2181a5b,4
|
| 442 |
+
np.float32,0x3f7d6876,0xbb90d1ef,4
|
| 443 |
+
np.float32,0x3f08a4ef,0xbe8b9897,4
|
| 444 |
+
np.float32,0x7f2a906c,0x42196c05,4
|
| 445 |
+
np.float32,0x3ed3ca42,0xbec44856,4
|
| 446 |
+
np.float32,0x9d27,0xc220fee2,4
|
| 447 |
+
np.float32,0x3e4508a1,0xbf373c03,4
|
| 448 |
+
np.float32,0x3e41f8de,0xbf38f9bb,4
|
| 449 |
+
np.float32,0x3e912714,0xbf0c255b,4
|
| 450 |
+
np.float32,0xff800000,0x7fc00000,4
|
| 451 |
+
np.float32,0x7eefd13d,0x4218cf4f,4
|
| 452 |
+
np.float32,0x3f491674,0xbdd6bded,4
|
| 453 |
+
np.float32,0x3ef49512,0xbea445c9,4
|
| 454 |
+
np.float32,0x3f045b79,0xbe92af15,4
|
| 455 |
+
np.float32,0x3ef6c412,0xbea24bd5,4
|
| 456 |
+
np.float32,0x3e6f3c28,0xbf21a85d,4
|
| 457 |
+
np.float32,0x3ef71839,0xbea2000e,4
|
| 458 |
+
np.float32,0x1,0xc23369f4,4
|
| 459 |
+
np.float32,0x3e3fcfe4,0xbf3a3876,4
|
| 460 |
+
np.float32,0x3e9d7a65,0xbf0315b2,4
|
| 461 |
+
np.float32,0x20b7c4,0xc21a16bd,4
|
| 462 |
+
np.float32,0x7f707b10,0x421a04cb,4
|
| 463 |
+
np.float32,0x7fc00000,0x7fc00000,4
|
| 464 |
+
np.float32,0x3f285ebd,0xbe3a57ac,4
|
| 465 |
+
np.float32,0x74c9ea,0xc217e0dc,4
|
| 466 |
+
np.float32,0x3f6501f2,0xbd4634ab,4
|
| 467 |
+
np.float32,0x3f248959,0xbe4495cc,4
|
| 468 |
+
np.float32,0x7e915ff0,0x4217f0b3,4
|
| 469 |
+
np.float32,0x7edbb910,0x4218a864,4
|
| 470 |
+
np.float32,0x3f7042dd,0xbce1bddb,4
|
| 471 |
+
np.float32,0x6f08c9,0xc217f754,4
|
| 472 |
+
np.float32,0x7f423993,0x4219a5ca,4
|
| 473 |
+
np.float32,0x3f125704,0xbe78b4cd,4
|
| 474 |
+
np.float32,0x7ef7f5ae,0x4218de28,4
|
| 475 |
+
np.float32,0x3f2dd940,0xbe2c1a33,4
|
| 476 |
+
np.float32,0x3f1ca78e,0xbe5a6a8b,4
|
| 477 |
+
np.float32,0x244863,0xc219e8be,4
|
| 478 |
+
np.float32,0x3f2614fe,0xbe406d6b,4
|
| 479 |
+
np.float32,0x3e75e7a3,0xbf1e99b5,4
|
| 480 |
+
np.float32,0x2bdd6e,0xc2199459,4
|
| 481 |
+
np.float32,0x7e49e279,0x42174e7b,4
|
| 482 |
+
np.float32,0x3e3bb09a,0xbf3ca2cd,4
|
| 483 |
+
np.float32,0x649f06,0xc2182320,4
|
| 484 |
+
np.float32,0x7f4a44e1,0x4219b7d6,4
|
| 485 |
+
np.float32,0x400473,0xc218ec3a,4
|
| 486 |
+
np.float32,0x3edb19ad,0xbebcbcad,4
|
| 487 |
+
np.float32,0x3d8ee956,0xbf94006c,4
|
| 488 |
+
np.float32,0x7e91c603,0x4217f1eb,4
|
| 489 |
+
np.float32,0x221384,0xc21a04a6,4
|
| 490 |
+
np.float32,0x7f7dd660,0x421a1cd5,4
|
| 491 |
+
np.float32,0x7ef34609,0x4218d5ac,4
|
| 492 |
+
np.float32,0x7f5ed529,0x4219e2e5,4
|
| 493 |
+
np.float32,0x7f1bf685,0x42194438,4
|
| 494 |
+
np.float32,0x3cdd094a,0xbfc8d294,4
|
| 495 |
+
np.float32,0x7e87fc8e,0x4217d303,4
|
| 496 |
+
np.float32,0x7f53d971,0x4219cc6b,4
|
| 497 |
+
np.float32,0xabc8b,0xc21c0646,4
|
| 498 |
+
np.float32,0x7f5011e6,0x4219c46a,4
|
| 499 |
+
np.float32,0x7e460638,0x421745e5,4
|
| 500 |
+
np.float32,0xa8126,0xc21c0ffd,4
|
| 501 |
+
np.float32,0x3eec2a66,0xbeac0f2d,4
|
| 502 |
+
np.float32,0x3f3a1213,0xbe0de340,4
|
| 503 |
+
np.float32,0x7f5908db,0x4219d72c,4
|
| 504 |
+
np.float32,0x7e0ad3c5,0x4216a7f3,4
|
| 505 |
+
np.float32,0x3f2de40e,0xbe2bfe90,4
|
| 506 |
+
np.float32,0x3d0463c5,0xbfbec8e4,4
|
| 507 |
+
np.float32,0x7c7cde0b,0x4212e19a,4
|
| 508 |
+
np.float32,0x74c24f,0xc217e0f9,4
|
| 509 |
+
np.float32,0x3f14b4cb,0xbe71929b,4
|
| 510 |
+
np.float32,0x3e94e192,0xbf09537f,4
|
| 511 |
+
np.float32,0x3eebde71,0xbeac56bd,4
|
| 512 |
+
np.float32,0x3f65e413,0xbd3f5b8a,4
|
| 513 |
+
np.float32,0x7e109199,0x4216b9f9,4
|
| 514 |
+
np.float32,0x3f22f5d0,0xbe48ddc0,4
|
| 515 |
+
np.float32,0x3e22d3bc,0xbf4c6f4d,4
|
| 516 |
+
np.float32,0x3f7a812f,0xbc1a680b,4
|
| 517 |
+
np.float32,0x3f67f361,0xbd2f7d7c,4
|
| 518 |
+
np.float32,0x3f1caa63,0xbe5a6281,4
|
| 519 |
+
np.float32,0x3f306fde,0xbe2587ab,4
|
| 520 |
+
np.float32,0x3e8df9d3,0xbf0e9b2f,4
|
| 521 |
+
np.float32,0x3eaaccc4,0xbef41cd4,4
|
| 522 |
+
np.float32,0x7f3f65ec,0x42199f45,4
|
| 523 |
+
np.float32,0x3dc706e0,0xbf8196ec,4
|
| 524 |
+
np.float32,0x3e14eaba,0xbf565cf6,4
|
| 525 |
+
np.float32,0xcc60,0xc2208a09,4
|
| 526 |
+
np.float32,0x358447,0xc2193be7,4
|
| 527 |
+
np.float32,0x3dcecade,0xbf7eec70,4
|
| 528 |
+
np.float32,0x3f20b4f8,0xbe4f0ef0,4
|
| 529 |
+
np.float32,0x7e7c979f,0x4217b222,4
|
| 530 |
+
np.float32,0x7f2387b9,0x4219594a,4
|
| 531 |
+
np.float32,0x3f6f6e5c,0xbcee0e05,4
|
| 532 |
+
np.float32,0x7f19ad81,0x42193da8,4
|
| 533 |
+
np.float32,0x5635e1,0xc21867dd,4
|
| 534 |
+
np.float32,0x4c5e97,0xc2189dc4,4
|
| 535 |
+
np.float32,0x7f35f97f,0x421988d1,4
|
| 536 |
+
np.float32,0x7f685224,0x4219f571,4
|
| 537 |
+
np.float32,0x3eca0616,0xbecec7b8,4
|
| 538 |
+
np.float32,0x3f436d0d,0xbdf024ca,4
|
| 539 |
+
np.float32,0x12a97d,0xc21b106a,4
|
| 540 |
+
np.float32,0x7f0fdc93,0x4219204d,4
|
| 541 |
+
np.float32,0x3debfb42,0xbf703e65,4
|
| 542 |
+
np.float32,0x3c6c54d2,0xbfeba291,4
|
| 543 |
+
np.float32,0x7e5d7491,0x421777a1,4
|
| 544 |
+
np.float32,0x3f4bd2f0,0xbdcab87d,4
|
| 545 |
+
np.float32,0x3f7517f4,0xbc9ae510,4
|
| 546 |
+
np.float32,0x3f71a59a,0xbccd480d,4
|
| 547 |
+
np.float32,0x3f514653,0xbdb33f61,4
|
| 548 |
+
np.float32,0x3f4e6ea4,0xbdbf694b,4
|
| 549 |
+
np.float32,0x3eadadec,0xbef06526,4
|
| 550 |
+
np.float32,0x3f3b41c1,0xbe0b0fbf,4
|
| 551 |
+
np.float32,0xc35a,0xc2209e1e,4
|
| 552 |
+
np.float32,0x384982,0xc2192575,4
|
| 553 |
+
np.float32,0x3464c3,0xc2194556,4
|
| 554 |
+
np.float32,0x7f5e20d9,0x4219e17d,4
|
| 555 |
+
np.float32,0x3ea18b62,0xbf004016,4
|
| 556 |
+
np.float32,0x63a02b,0xc218278c,4
|
| 557 |
+
np.float32,0x7ef547ba,0x4218d953,4
|
| 558 |
+
np.float32,0x3f2496fb,0xbe4470f4,4
|
| 559 |
+
np.float32,0x7ea0c8c6,0x42181d81,4
|
| 560 |
+
np.float32,0x3f42ba60,0xbdf35372,4
|
| 561 |
+
np.float32,0x7e40d9,0xc217be34,4
|
| 562 |
+
np.float32,0x3e95883b,0xbf08d750,4
|
| 563 |
+
np.float32,0x3e0cddf3,0xbf5c8aa8,4
|
| 564 |
+
np.float32,0x3f2305d5,0xbe48b20a,4
|
| 565 |
+
np.float32,0x7f0d0941,0x4219177b,4
|
| 566 |
+
np.float32,0x3f7b98d3,0xbbf6e477,4
|
| 567 |
+
np.float32,0x3f687cdc,0xbd2b6057,4
|
| 568 |
+
np.float32,0x3f42ce91,0xbdf2f73d,4
|
| 569 |
+
np.float32,0x3ee00fc0,0xbeb7c217,4
|
| 570 |
+
np.float32,0x7f3d483a,0x42199a53,4
|
| 571 |
+
np.float32,0x3e1e08eb,0xbf4fc18d,4
|
| 572 |
+
np.float32,0x7e202ff5,0x4216e798,4
|
| 573 |
+
np.float32,0x582898,0xc2185ded,4
|
| 574 |
+
np.float32,0x3e3552b1,0xbf40790c,4
|
| 575 |
+
np.float32,0x3d3f7c87,0xbfaa44b6,4
|
| 576 |
+
np.float32,0x669d8e,0xc2181a65,4
|
| 577 |
+
np.float32,0x3f0e21b4,0xbe82d757,4
|
| 578 |
+
np.float32,0x686f95,0xc2181293,4
|
| 579 |
+
np.float32,0x3f48367f,0xbdda9ead,4
|
| 580 |
+
np.float32,0x3dc27802,0xbf82e0a0,4
|
| 581 |
+
np.float32,0x3f6ac40c,0xbd1a07d4,4
|
| 582 |
+
np.float32,0x3bba6d,0xc2190b12,4
|
| 583 |
+
np.float32,0x3ec7b6b0,0xbed15665,4
|
| 584 |
+
np.float32,0x3f1f9ca4,0xbe521955,4
|
| 585 |
+
np.float32,0x3ef2f147,0xbea5c4b8,4
|
| 586 |
+
np.float32,0x7c65f769,0x4212b762,4
|
| 587 |
+
np.float32,0x7e98e162,0x42180716,4
|
| 588 |
+
np.float32,0x3f0f0c09,0xbe8169ea,4
|
| 589 |
+
np.float32,0x3d67f03b,0xbf9f9d48,4
|
| 590 |
+
np.float32,0x7f3751e4,0x42198c18,4
|
| 591 |
+
np.float32,0x7f1fac61,0x42194ead,4
|
| 592 |
+
np.float32,0x3e9b698b,0xbf048d89,4
|
| 593 |
+
np.float32,0x7e66507b,0x42178913,4
|
| 594 |
+
np.float32,0x7f5cb680,0x4219dea5,4
|
| 595 |
+
np.float32,0x234700,0xc219f53e,4
|
| 596 |
+
np.float32,0x3d9984ad,0xbf900591,4
|
| 597 |
+
np.float32,0x3f33a3f2,0xbe1d872a,4
|
| 598 |
+
np.float32,0x3eaf52b6,0xbeee4cf4,4
|
| 599 |
+
np.float32,0x7f078930,0x421905ca,4
|
| 600 |
+
np.float32,0x3f083b39,0xbe8c44df,4
|
| 601 |
+
np.float32,0x3e3823f8,0xbf3ec231,4
|
| 602 |
+
np.float32,0x3eef6f5d,0xbea9008c,4
|
| 603 |
+
np.float32,0x6145e1,0xc218322c,4
|
| 604 |
+
np.float32,0x16d9ae,0xc21ab65f,4
|
| 605 |
+
np.float32,0x7e543376,0x421764a5,4
|
| 606 |
+
np.float32,0x3ef77ccb,0xbea1a5a0,4
|
| 607 |
+
np.float32,0x3f4a443f,0xbdd18af5,4
|
| 608 |
+
np.float32,0x8f209,0xc21c5770,4
|
| 609 |
+
np.float32,0x3ecac126,0xbecdfa33,4
|
| 610 |
+
np.float32,0x3e8662f9,0xbf14b6c7,4
|
| 611 |
+
np.float32,0x23759a,0xc219f2f4,4
|
| 612 |
+
np.float32,0xf256d,0xc21b6d3f,4
|
| 613 |
+
np.float32,0x3f579f93,0xbd98aaa2,4
|
| 614 |
+
np.float32,0x3ed4cc8e,0xbec339cb,4
|
| 615 |
+
np.float32,0x3ed25400,0xbec5d2a1,4
|
| 616 |
+
np.float32,0x3ed6f8ba,0xbec0f795,4
|
| 617 |
+
np.float32,0x7f36efd9,0x42198b2a,4
|
| 618 |
+
np.float32,0x7f5169dd,0x4219c746,4
|
| 619 |
+
np.float32,0x7de18a20,0x42164b80,4
|
| 620 |
+
np.float32,0x3e8de526,0xbf0eab61,4
|
| 621 |
+
np.float32,0x3de0cbcd,0xbf75a47e,4
|
| 622 |
+
np.float32,0xe265f,0xc21b8b82,4
|
| 623 |
+
np.float32,0x3df3cdbd,0xbf6c9e40,4
|
| 624 |
+
np.float32,0x3f38a25a,0xbe115589,4
|
| 625 |
+
np.float32,0x7f01f2c0,0x4218f311,4
|
| 626 |
+
np.float32,0x3da7d5f4,0xbf8b10a5,4
|
| 627 |
+
np.float32,0x4d4fe8,0xc2189850,4
|
| 628 |
+
np.float32,0x3cc96d9d,0xbfcdfc8d,4
|
| 629 |
+
np.float32,0x259a88,0xc219d8d7,4
|
| 630 |
+
np.float32,0x7f1d5102,0x42194810,4
|
| 631 |
+
np.float32,0x7e17ca91,0x4216cfa7,4
|
| 632 |
+
np.float32,0x3f73d110,0xbcad7a8f,4
|
| 633 |
+
np.float32,0x3f009383,0xbe9920ed,4
|
| 634 |
+
np.float32,0x7e22af,0xc217be9f,4
|
| 635 |
+
np.float32,0x3f7de2ce,0xbb6c0394,4
|
| 636 |
+
np.float32,0x3edd0cd2,0xbebac45a,4
|
| 637 |
+
np.float32,0x3ec9b5c1,0xbecf2035,4
|
| 638 |
+
np.float32,0x3168c5,0xc2195f6b,4
|
| 639 |
+
np.float32,0x3e935522,0xbf0a7d18,4
|
| 640 |
+
np.float32,0x3e494077,0xbf34e120,4
|
| 641 |
+
np.float32,0x3f52ed06,0xbdac41ec,4
|
| 642 |
+
np.float32,0x3f73d51e,0xbcad3f65,4
|
| 643 |
+
np.float32,0x3f03d453,0xbe939295,4
|
| 644 |
+
np.float32,0x7ef4ee68,0x4218d8b1,4
|
| 645 |
+
np.float32,0x3ed0e2,0xc218f4a7,4
|
| 646 |
+
np.float32,0x4efab8,0xc2188ed3,4
|
| 647 |
+
np.float32,0x3dbd5632,0xbf845d3b,4
|
| 648 |
+
np.float32,0x7eecad4f,0x4218c972,4
|
| 649 |
+
np.float32,0x9d636,0xc21c2d32,4
|
| 650 |
+
np.float32,0x3e5f3b6b,0xbf295ae7,4
|
| 651 |
+
np.float32,0x7f4932df,0x4219b57a,4
|
| 652 |
+
np.float32,0x4b59b5,0xc218a3be,4
|
| 653 |
+
np.float32,0x3e5de97f,0xbf2a03b4,4
|
| 654 |
+
np.float32,0x3f1c479d,0xbe5b7b3c,4
|
| 655 |
+
np.float32,0x3f42e7e4,0xbdf283a5,4
|
| 656 |
+
np.float32,0x2445,0xc2238af2,4
|
| 657 |
+
np.float32,0x7aa71b43,0x420e8c9e,4
|
| 658 |
+
np.float32,0x3ede6e4e,0xbeb961e1,4
|
| 659 |
+
np.float32,0x7f05dd3b,0x42190045,4
|
| 660 |
+
np.float32,0x3ef5b55c,0xbea3404b,4
|
| 661 |
+
np.float32,0x7f738624,0x421a0a62,4
|
| 662 |
+
np.float32,0x3e7d50a1,0xbf1b4cb4,4
|
| 663 |
+
np.float32,0x3f44cc4a,0xbde9ebcc,4
|
| 664 |
+
np.float32,0x7e1a7b0b,0x4216d777,4
|
| 665 |
+
np.float32,0x3f1d9868,0xbe57c0da,4
|
| 666 |
+
np.float32,0x1ebee2,0xc21a3263,4
|
| 667 |
+
np.float32,0x31685f,0xc2195f6e,4
|
| 668 |
+
np.float32,0x368a8e,0xc2193379,4
|
| 669 |
+
np.float32,0xa9847,0xc21c0c2e,4
|
| 670 |
+
np.float32,0x3bd3b3,0xc2190a56,4
|
| 671 |
+
np.float32,0x3961e4,0xc2191ce3,4
|
| 672 |
+
np.float32,0x7e13a243,0x4216c34e,4
|
| 673 |
+
np.float32,0x7f7b1790,0x421a17ff,4
|
| 674 |
+
np.float32,0x3e55f020,0xbf2e1545,4
|
| 675 |
+
np.float32,0x3f513861,0xbdb37aa8,4
|
| 676 |
+
np.float32,0x3dd9e754,0xbf791ad2,4
|
| 677 |
+
np.float32,0x5e8d86,0xc2183ec9,4
|
| 678 |
+
np.float32,0x26b796,0xc219cbdd,4
|
| 679 |
+
np.float32,0x429daa,0xc218da89,4
|
| 680 |
+
np.float32,0x3f477caa,0xbdddd9ba,4
|
| 681 |
+
np.float32,0x3f0e5114,0xbe828d45,4
|
| 682 |
+
np.float32,0x3f54f362,0xbda3c286,4
|
| 683 |
+
np.float32,0x6eac1c,0xc217f8c8,4
|
| 684 |
+
np.float32,0x3f04c479,0xbe91fef5,4
|
| 685 |
+
np.float32,0x3e993765,0xbf06228e,4
|
| 686 |
+
np.float32,0x3eafd99f,0xbeeda21b,4
|
| 687 |
+
np.float32,0x3f2a759e,0xbe34db96,4
|
| 688 |
+
np.float32,0x3f05adfb,0xbe907937,4
|
| 689 |
+
np.float32,0x3f6e2dfc,0xbd005980,4
|
| 690 |
+
np.float32,0x3f2f2daa,0xbe28b6b5,4
|
| 691 |
+
np.float32,0x15e746,0xc21ac931,4
|
| 692 |
+
np.float32,0x7d34ca26,0x4214b4e5,4
|
| 693 |
+
np.float32,0x7ebd175c,0x4218659f,4
|
| 694 |
+
np.float32,0x7f1ed26b,0x42194c4c,4
|
| 695 |
+
np.float32,0x2588b,0xc21eaab0,4
|
| 696 |
+
np.float32,0x3f0065e3,0xbe996fe2,4
|
| 697 |
+
np.float32,0x3f610376,0xbd658122,4
|
| 698 |
+
np.float32,0x451995,0xc218ca41,4
|
| 699 |
+
np.float32,0x70e083,0xc217f002,4
|
| 700 |
+
np.float32,0x7e19821a,0x4216d4a8,4
|
| 701 |
+
np.float32,0x3e7cd9a0,0xbf1b80fb,4
|
| 702 |
+
np.float32,0x7f1a8f18,0x42194033,4
|
| 703 |
+
np.float32,0x3f008fee,0xbe99271f,4
|
| 704 |
+
np.float32,0xff7fffff,0x7fc00000,4
|
| 705 |
+
np.float32,0x7f31d826,0x42197e9b,4
|
| 706 |
+
np.float32,0x3f18cf12,0xbe657838,4
|
| 707 |
+
np.float32,0x3e5c1bc7,0xbf2aebf9,4
|
| 708 |
+
np.float32,0x3e3d3993,0xbf3bbaf8,4
|
| 709 |
+
np.float32,0x68457a,0xc2181347,4
|
| 710 |
+
np.float32,0x7ddf7561,0x42164761,4
|
| 711 |
+
np.float32,0x7f47341b,0x4219b10c,4
|
| 712 |
+
np.float32,0x4d3ecd,0xc21898b2,4
|
| 713 |
+
np.float32,0x7f43dee8,0x4219a98b,4
|
| 714 |
+
np.float32,0x3f0def7c,0xbe8325f5,4
|
| 715 |
+
np.float32,0x3d5a551f,0xbfa2f994,4
|
| 716 |
+
np.float32,0x7ed26602,0x4218951b,4
|
| 717 |
+
np.float32,0x3ee7fa5b,0xbeb0099a,4
|
| 718 |
+
np.float32,0x7ef74ea8,0x4218dcfc,4
|
| 719 |
+
np.float32,0x6a3bb2,0xc2180afd,4
|
| 720 |
+
np.float32,0x7f4c1e6e,0x4219bbe3,4
|
| 721 |
+
np.float32,0x3e26f625,0xbf49a5a2,4
|
| 722 |
+
np.float32,0xb8482,0xc21be70b,4
|
| 723 |
+
np.float32,0x3f32f077,0xbe1f445b,4
|
| 724 |
+
np.float32,0x7dd694b6,0x4216355a,4
|
| 725 |
+
np.float32,0x7f3d62fd,0x42199a92,4
|
| 726 |
+
np.float32,0x3f48e41a,0xbdd79cbf,4
|
| 727 |
+
np.float32,0x338fc3,0xc2194c75,4
|
| 728 |
+
np.float32,0x3e8355f0,0xbf174462,4
|
| 729 |
+
np.float32,0x7f487e83,0x4219b3eb,4
|
| 730 |
+
np.float32,0x2227f7,0xc21a039b,4
|
| 731 |
+
np.float32,0x7e4383dd,0x4217403a,4
|
| 732 |
+
np.float32,0x52d28b,0xc21879b2,4
|
| 733 |
+
np.float32,0x12472c,0xc21b19a9,4
|
| 734 |
+
np.float32,0x353530,0xc2193e7b,4
|
| 735 |
+
np.float32,0x3f4e4728,0xbdc0137a,4
|
| 736 |
+
np.float32,0x3bf169,0xc2190979,4
|
| 737 |
+
np.float32,0x3eb3ee2e,0xbee8885f,4
|
| 738 |
+
np.float32,0x3f03e3c0,0xbe937892,4
|
| 739 |
+
np.float32,0x3c9f8408,0xbfdaf47f,4
|
| 740 |
+
np.float32,0x40e792,0xc218e61b,4
|
| 741 |
+
np.float32,0x5a6b29,0xc21852ab,4
|
| 742 |
+
np.float32,0x7f268b83,0x4219616a,4
|
| 743 |
+
np.float32,0x3ee25997,0xbeb57fa7,4
|
| 744 |
+
np.float32,0x3f175324,0xbe69cf53,4
|
| 745 |
+
np.float32,0x3f781d91,0xbc5e9827,4
|
| 746 |
+
np.float32,0x7dba5210,0x4215f68c,4
|
| 747 |
+
np.float32,0x7f1e66,0xc217bb2b,4
|
| 748 |
+
np.float32,0x7f7fffff,0x421a209b,4
|
| 749 |
+
np.float32,0x3f646202,0xbd4b10b8,4
|
| 750 |
+
np.float32,0x575248,0xc218622b,4
|
| 751 |
+
np.float32,0x7c67faa1,0x4212bb42,4
|
| 752 |
+
np.float32,0x7f1683f2,0x42193469,4
|
| 753 |
+
np.float32,0x1a3864,0xc21a7931,4
|
| 754 |
+
np.float32,0x7f30ad75,0x42197bae,4
|
| 755 |
+
np.float32,0x7f1c9d05,0x42194612,4
|
| 756 |
+
np.float32,0x3e791795,0xbf1d2b2c,4
|
| 757 |
+
np.float32,0x7e9ebc19,0x421817cd,4
|
| 758 |
+
np.float32,0x4999b7,0xc218ae31,4
|
| 759 |
+
np.float32,0x3d130e2c,0xbfb8f1cc,4
|
| 760 |
+
np.float32,0x3f7e436f,0xbb41bb07,4
|
| 761 |
+
np.float32,0x3ee00241,0xbeb7cf7d,4
|
| 762 |
+
np.float32,0x7e496181,0x42174d5f,4
|
| 763 |
+
np.float32,0x7efe58be,0x4218e978,4
|
| 764 |
+
np.float32,0x3f5e5b0c,0xbd7aa43f,4
|
| 765 |
+
np.float32,0x7ee4c6ab,0x4218ba59,4
|
| 766 |
+
np.float32,0x3f6da8c6,0xbd043d7e,4
|
| 767 |
+
np.float32,0x3e3e6e0f,0xbf3b064b,4
|
| 768 |
+
np.float32,0x3f0143b3,0xbe97f10a,4
|
| 769 |
+
np.float32,0x79170f,0xc217d0c6,4
|
| 770 |
+
np.float32,0x517645,0xc218810f,4
|
| 771 |
+
np.float32,0x3f1f9960,0xbe52226e,4
|
| 772 |
+
np.float32,0x2a8df9,0xc219a1d6,4
|
| 773 |
+
np.float32,0x2300a6,0xc219f8b8,4
|
| 774 |
+
np.float32,0x3ee31355,0xbeb4c97a,4
|
| 775 |
+
np.float32,0x3f20b05f,0xbe4f1ba9,4
|
| 776 |
+
np.float32,0x3ee64249,0xbeb1b0ff,4
|
| 777 |
+
np.float32,0x3a94b7,0xc21913b2,4
|
| 778 |
+
np.float32,0x7ef7ef43,0x4218de1d,4
|
| 779 |
+
np.float32,0x3f1abb5d,0xbe5fe872,4
|
| 780 |
+
np.float32,0x7f65360b,0x4219ef72,4
|
| 781 |
+
np.float32,0x3d315d,0xc219004c,4
|
| 782 |
+
np.float32,0x3f26bbc4,0xbe3eafb9,4
|
| 783 |
+
np.float32,0x3ee8c6e9,0xbeaf45de,4
|
| 784 |
+
np.float32,0x7e5f1452,0x42177ae1,4
|
| 785 |
+
np.float32,0x3f32e777,0xbe1f5aba,4
|
| 786 |
+
np.float32,0x4d39a1,0xc21898d0,4
|
| 787 |
+
np.float32,0x3e59ad15,0xbf2c2841,4
|
| 788 |
+
np.float32,0x3f4be746,0xbdca5fc4,4
|
| 789 |
+
np.float32,0x72e4fd,0xc217e821,4
|
| 790 |
+
np.float32,0x1af0b8,0xc21a6d25,4
|
| 791 |
+
np.float32,0x3f311147,0xbe23f18d,4
|
| 792 |
+
np.float32,0x3f1ecebb,0xbe545880,4
|
| 793 |
+
np.float32,0x7e90d293,0x4217ef02,4
|
| 794 |
+
np.float32,0x3e3b366a,0xbf3ceb46,4
|
| 795 |
+
np.float32,0x3f133239,0xbe761c96,4
|
| 796 |
+
np.float32,0x7541ab,0xc217df15,4
|
| 797 |
+
np.float32,0x3d8c8275,0xbf94f1a1,4
|
| 798 |
+
np.float32,0x483b92,0xc218b689,4
|
| 799 |
+
np.float32,0x3eb0dbed,0xbeec5c6b,4
|
| 800 |
+
np.float32,0x3f00c676,0xbe98c8e2,4
|
| 801 |
+
np.float32,0x3f445ac2,0xbdebed7c,4
|
| 802 |
+
np.float32,0x3d2af4,0xc219007a,4
|
| 803 |
+
np.float32,0x7f196ee1,0x42193cf2,4
|
| 804 |
+
np.float32,0x290c94,0xc219b1db,4
|
| 805 |
+
np.float32,0x3f5dbdc9,0xbd7f9019,4
|
| 806 |
+
np.float32,0x3e80c62e,0xbf1974fc,4
|
| 807 |
+
np.float32,0x3ec9ed2c,0xbecee326,4
|
| 808 |
+
np.float32,0x7f469d60,0x4219afbb,4
|
| 809 |
+
np.float32,0x3f698413,0xbd2386ce,4
|
| 810 |
+
np.float32,0x42163f,0xc218de14,4
|
| 811 |
+
np.float32,0x67a554,0xc21815f4,4
|
| 812 |
+
np.float32,0x3f4bff74,0xbdc9f651,4
|
| 813 |
+
np.float32,0x16a743,0xc21aba39,4
|
| 814 |
+
np.float32,0x2eb8b0,0xc219784b,4
|
| 815 |
+
np.float32,0x3eed9be1,0xbeaab45b,4
|
| 816 |
+
np.float64,0x7fe0d76873e1aed0,0x40733f9d783bad7a,2
|
| 817 |
+
np.float64,0x3fe22626bb244c4d,0xbfcf86a59864eea2,2
|
| 818 |
+
np.float64,0x7f874113d02e8227,0x407324f54c4015b8,2
|
| 819 |
+
np.float64,0x3fe40a46a9e8148d,0xbfca0411f533fcb9,2
|
| 820 |
+
np.float64,0x3fd03932eea07266,0xbfe312bc9cf5649e,2
|
| 821 |
+
np.float64,0x7fee5d2a1b3cba53,0x407343b5f56367a0,2
|
| 822 |
+
np.float64,0x3feb7bda4a76f7b5,0xbfb0ea2c6edc784a,2
|
| 823 |
+
np.float64,0x3fd6cd831a2d9b06,0xbfdcaf2e1a5faf51,2
|
| 824 |
+
np.float64,0x98324e273064a,0xc0733e0e4c6d11c6,2
|
| 825 |
+
np.float64,0x7fe1dd63b363bac6,0x4073400667c405c3,2
|
| 826 |
+
np.float64,0x3fec5971f178b2e4,0xbfaaef32a7d94563,2
|
| 827 |
+
np.float64,0x17abc07e2f579,0xc0734afca4da721e,2
|
| 828 |
+
np.float64,0x3feec6ab5cfd8d57,0xbf9157f3545a8235,2
|
| 829 |
+
np.float64,0x3fe3ae9622a75d2c,0xbfcb04b5ad254581,2
|
| 830 |
+
np.float64,0x7fea73d854b4e7b0,0x407342c0a548f4c5,2
|
| 831 |
+
np.float64,0x7fe29babf4653757,0x4073404eeb5fe714,2
|
| 832 |
+
np.float64,0x7fd3a55d85a74aba,0x40733bde72e86c27,2
|
| 833 |
+
np.float64,0x3fe83ce305f079c6,0xbfbee3511e85e0f1,2
|
| 834 |
+
np.float64,0x3fd72087ea2e4110,0xbfdc4ab30802d7c2,2
|
| 835 |
+
np.float64,0x7feb54ddab76a9ba,0x407342facb6f3ede,2
|
| 836 |
+
np.float64,0xc57e34a18afd,0xc0734f82ec815baa,2
|
| 837 |
+
np.float64,0x7a8cb97ef5198,0xc0733f8fb3777a67,2
|
| 838 |
+
np.float64,0x7fe801032c300205,0x40734213dbe4eda9,2
|
| 839 |
+
np.float64,0x3aefb1f475df7,0xc07344a5f08a0584,2
|
| 840 |
+
np.float64,0x7fee85f1dd3d0be3,0x407343bf4441c2a7,2
|
| 841 |
+
np.float64,0x3fdc7f1055b8fe21,0xbfd67d300630e893,2
|
| 842 |
+
np.float64,0xe8ecddb3d1d9c,0xc0733b194f18f466,2
|
| 843 |
+
np.float64,0x3fdf2b23c73e5648,0xbfd3ff6872c1f887,2
|
| 844 |
+
np.float64,0x3fdba4aef2b7495e,0xbfd7557205e18b7b,2
|
| 845 |
+
np.float64,0x3fe2ac34c6e5586a,0xbfcdf1dac69bfa08,2
|
| 846 |
+
np.float64,0x3fc9852628330a4c,0xbfe66914f0fb9b0a,2
|
| 847 |
+
np.float64,0x7fda211acf344235,0x40733dd9c2177aeb,2
|
| 848 |
+
np.float64,0x3fe9420eb432841d,0xbfba4dd969a32575,2
|
| 849 |
+
np.float64,0xb2f9d1ed65f3a,0xc0733cedfb6527ff,2
|
| 850 |
+
np.float64,0x3fe9768a68f2ed15,0xbfb967c39c35c435,2
|
| 851 |
+
np.float64,0x7fe8268462b04d08,0x4073421eaed32734,2
|
| 852 |
+
np.float64,0x3fcf331f063e663e,0xbfe39e2f4b427ca9,2
|
| 853 |
+
np.float64,0x7fd4eb9e2b29d73b,0x40733c4e4141418d,2
|
| 854 |
+
np.float64,0x7fd2bba658a5774c,0x40733b89cd53d5b1,2
|
| 855 |
+
np.float64,0x3fdfdf04913fbe09,0xbfd360c7fd9d251b,2
|
| 856 |
+
np.float64,0x3fca5bfd0534b7fa,0xbfe5f5f844b2b20c,2
|
| 857 |
+
np.float64,0x3feacd5032f59aa0,0xbfb3b5234ba8bf7b,2
|
| 858 |
+
np.float64,0x7fe9241cec724839,0x4073426631362cec,2
|
| 859 |
+
np.float64,0x3fe57aca20eaf594,0xbfc628e3ac2c6387,2
|
| 860 |
+
np.float64,0x3fec6553ca38caa8,0xbfaa921368d3b222,2
|
| 861 |
+
np.float64,0x3fe1e9676563d2cf,0xbfd020f866ba9b24,2
|
| 862 |
+
np.float64,0x3fd5590667aab20d,0xbfde8458af5a4fd6,2
|
| 863 |
+
np.float64,0x3fdf7528f43eea52,0xbfd3bdb438d6ba5e,2
|
| 864 |
+
np.float64,0xb8dddc5571bbc,0xc0733cb4601e5bb2,2
|
| 865 |
+
np.float64,0xe6d4e1fbcda9c,0xc0733b295ef4a4ba,2
|
| 866 |
+
np.float64,0x3fe7019d962e033b,0xbfc257c0a6e8de16,2
|
| 867 |
+
np.float64,0x3f94ef585029deb1,0xbffb07e5dfb0e936,2
|
| 868 |
+
np.float64,0x7fc863b08030c760,0x4073388e28d7b354,2
|
| 869 |
+
np.float64,0xf684443bed089,0xc0733ab46cfbff9a,2
|
| 870 |
+
np.float64,0x7fe00e901d201d1f,0x40733f489c05a0f0,2
|
| 871 |
+
np.float64,0x9e5c0a273cb82,0xc0733dc7af797e19,2
|
| 872 |
+
np.float64,0x7fe49734f0692e69,0x4073410303680df0,2
|
| 873 |
+
np.float64,0x7fb7b584442f6b08,0x4073338acff72502,2
|
| 874 |
+
np.float64,0x3f99984c30333098,0xbff9a2642a6ed8cc,2
|
| 875 |
+
np.float64,0x7fea2fcda8745f9a,0x407342aeae7f5e64,2
|
| 876 |
+
np.float64,0xe580caadcb01a,0xc0733b33a3639217,2
|
| 877 |
+
np.float64,0x1899ab3831336,0xc0734ab823729417,2
|
| 878 |
+
np.float64,0x39bd4c76737aa,0xc07344ca6fac6d21,2
|
| 879 |
+
np.float64,0xd755b2dbaeab7,0xc0733ba4fe19f2cc,2
|
| 880 |
+
np.float64,0x3f952bebf82a57d8,0xbffaf3e7749c2512,2
|
| 881 |
+
np.float64,0x3fe62ee5d72c5dcc,0xbfc45e3cb5baad08,2
|
| 882 |
+
np.float64,0xb1264a7d624ca,0xc0733d003a1d0a66,2
|
| 883 |
+
np.float64,0x3fc4bd1bcd297a38,0xbfe94b3058345c46,2
|
| 884 |
+
np.float64,0x7fc5758bb32aeb16,0x407337aa7805497f,2
|
| 885 |
+
np.float64,0x3fb0edcaf421db96,0xbff2dfb09c405294,2
|
| 886 |
+
np.float64,0x3fd240fceaa481fa,0xbfe16f356bb36134,2
|
| 887 |
+
np.float64,0x38c0c62a7181a,0xc07344e916d1e9b7,2
|
| 888 |
+
np.float64,0x3fe98f2b3bf31e56,0xbfb8fc6eb622a820,2
|
| 889 |
+
np.float64,0x3fe2bdf99c257bf3,0xbfcdbd0dbbae4d0b,2
|
| 890 |
+
np.float64,0xce4b390d9c967,0xc0733bf14ada3134,2
|
| 891 |
+
np.float64,0x3fd2ad607ba55ac1,0xbfe11da15167b37b,2
|
| 892 |
+
np.float64,0x3fd8154f11b02a9e,0xbfdb2a6fabb9a026,2
|
| 893 |
+
np.float64,0xf37849fde6f09,0xc0733aca8c64344c,2
|
| 894 |
+
np.float64,0x3fcbae43b2375c87,0xbfe547f267c8e570,2
|
| 895 |
+
np.float64,0x3fcd46fd7d3a8dfb,0xbfe48070f7232929,2
|
| 896 |
+
np.float64,0x7fcdd245273ba489,0x407339f3d907b101,2
|
| 897 |
+
np.float64,0x3fac75cd0838eb9a,0xbff4149d177b057b,2
|
| 898 |
+
np.float64,0x7fe8ff3fd7f1fe7f,0x4073425bf968ba6f,2
|
| 899 |
+
np.float64,0x7febadaa4df75b54,0x407343113a91f0e9,2
|
| 900 |
+
np.float64,0x7fd5e4649c2bc8c8,0x40733c9f0620b065,2
|
| 901 |
+
np.float64,0x903429812069,0xc07351b255e27887,2
|
| 902 |
+
np.float64,0x3fe1d8c51c63b18a,0xbfd03ad448c1f1ee,2
|
| 903 |
+
np.float64,0x3fe573ea646ae7d5,0xbfc63ab0bfd0e601,2
|
| 904 |
+
np.float64,0x3f83b3f3c02767e8,0xc00022677e310649,2
|
| 905 |
+
np.float64,0x7fd15d1582a2ba2a,0x40733b02c469c1d6,2
|
| 906 |
+
np.float64,0x3fe63d3dabec7a7b,0xbfc43a56ee97b27e,2
|
| 907 |
+
np.float64,0x7fe3a452fb2748a5,0x407340af1973c228,2
|
| 908 |
+
np.float64,0x3fafac6b303f58d6,0xbff35651703ae9f2,2
|
| 909 |
+
np.float64,0x513ddd24a27bc,0xc073426af96aaebb,2
|
| 910 |
+
np.float64,0x3fef152246be2a45,0xbf89df79d7719282,2
|
| 911 |
+
np.float64,0x3fe8c923e9f19248,0xbfbc67228e8db5f6,2
|
| 912 |
+
np.float64,0x3fd6e2325fadc465,0xbfdc9602fb0b950f,2
|
| 913 |
+
np.float64,0x3fe9616815f2c2d0,0xbfb9c4311a3b415b,2
|
| 914 |
+
np.float64,0x2fe4e4005fc9d,0xc0734616fe294395,2
|
| 915 |
+
np.float64,0x3fbceb02dc39d606,0xbfee4e68f1c7886f,2
|
| 916 |
+
np.float64,0x7fe35e843d66bd07,0x407340963b066ad6,2
|
| 917 |
+
np.float64,0x7fecd6c648f9ad8c,0x4073435a4c176e94,2
|
| 918 |
+
np.float64,0x7fcbd72bf437ae57,0x4073397994b85665,2
|
| 919 |
+
np.float64,0x3feff6443b3fec88,0xbf40eb380d5318ae,2
|
| 920 |
+
np.float64,0x7fb9373cf6326e79,0x407333f869edef08,2
|
| 921 |
+
np.float64,0x63790d9cc6f22,0xc0734102d4793cda,2
|
| 922 |
+
np.float64,0x3f9de6efe83bcde0,0xbff88db6f0a6b56e,2
|
| 923 |
+
np.float64,0xe00f2dc1c01f,0xc0734ea26ab84ff2,2
|
| 924 |
+
np.float64,0xd7a9aa8baf536,0xc0733ba248fa33ab,2
|
| 925 |
+
np.float64,0x3fee0089ea7c0114,0xbf9cab936ac31c4b,2
|
| 926 |
+
np.float64,0x3fdec0d51cbd81aa,0xbfd45ed8878c5860,2
|
| 927 |
+
np.float64,0x7fe91bf5e9f237eb,0x40734263f005081d,2
|
| 928 |
+
np.float64,0x34ea7d1e69d50,0xc07345659dde7444,2
|
| 929 |
+
np.float64,0x7fe67321a3ace642,0x4073419cc8130d95,2
|
| 930 |
+
np.float64,0x9d1aeb2f3a35e,0xc0733dd5d506425c,2
|
| 931 |
+
np.float64,0x7fbb01df003603bd,0x4073347282f1391d,2
|
| 932 |
+
np.float64,0x42b945b285729,0xc07343c92d1bbef9,2
|
| 933 |
+
np.float64,0x7fc92799b8324f32,0x407338c51e3f0733,2
|
| 934 |
+
np.float64,0x3fe119c19b223383,0xbfd16ab707f65686,2
|
| 935 |
+
np.float64,0x3fc9f9ac5333f359,0xbfe62a2f91ec0dff,2
|
| 936 |
+
np.float64,0x3fd820d5a8b041ab,0xbfdb1d2586fe7b18,2
|
| 937 |
+
np.float64,0x10000000000000,0xc0733a7146f72a42,2
|
| 938 |
+
np.float64,0x3fe7e1543eafc2a8,0xbfc045362889592d,2
|
| 939 |
+
np.float64,0xcbc0e1819783,0xc0734f4b68e05b1c,2
|
| 940 |
+
np.float64,0xeb57e411d6afd,0xc0733b06efec001a,2
|
| 941 |
+
np.float64,0xa9b74b47536ea,0xc0733d4c7bd06ddc,2
|
| 942 |
+
np.float64,0x3fe56d4022eada80,0xbfc64bf8c7e3dd59,2
|
| 943 |
+
np.float64,0x3fd445ca27288b94,0xbfdff40aecd0f882,2
|
| 944 |
+
np.float64,0x3fe5af1cf5ab5e3a,0xbfc5a21d83699a04,2
|
| 945 |
+
np.float64,0x7fed3431eb7a6863,0x40734370aa6131e1,2
|
| 946 |
+
np.float64,0x3fd878dea1b0f1bd,0xbfdab8730dc00517,2
|
| 947 |
+
np.float64,0x7ff8000000000000,0x7ff8000000000000,2
|
| 948 |
+
np.float64,0x3feba9fcc1f753fa,0xbfb03027dcecbf65,2
|
| 949 |
+
np.float64,0x7fca4feed6349fdd,0x4073391526327eb0,2
|
| 950 |
+
np.float64,0x3fe7748ddbaee91c,0xbfc144b438218065,2
|
| 951 |
+
np.float64,0x3fb5fbd94c2bf7b3,0xbff10ee6342c21a0,2
|
| 952 |
+
np.float64,0x3feb603b97f6c077,0xbfb15a1f99d6d25e,2
|
| 953 |
+
np.float64,0x3fe2e6fc8ce5cdf9,0xbfcd43edd7f3b4e6,2
|
| 954 |
+
np.float64,0x7feb2b31f7765663,0x407342f02b306688,2
|
| 955 |
+
np.float64,0x3fe290e2282521c4,0xbfce436deb8dbcf3,2
|
| 956 |
+
np.float64,0x3fe3d5adf9e7ab5c,0xbfca96b8aa55d942,2
|
| 957 |
+
np.float64,0x691899f2d2314,0xc07340a1026897c8,2
|
| 958 |
+
np.float64,0x7fe468b008e8d15f,0x407340f33eadc628,2
|
| 959 |
+
np.float64,0x3fb3a4c416274988,0xbff1d71da539a56e,2
|
| 960 |
+
np.float64,0x3fe2442b29e48856,0xbfcf2b0037322661,2
|
| 961 |
+
np.float64,0x3f376fbc7e6ef,0xc073442939a84643,2
|
| 962 |
+
np.float64,0x3fe7c78d65ef8f1b,0xbfc08157cff411de,2
|
| 963 |
+
np.float64,0xd4f27acba9e50,0xc0733bb8d38daa50,2
|
| 964 |
+
np.float64,0x5198919ea3313,0xc07342633ba7cbea,2
|
| 965 |
+
np.float64,0x7fd09f66f0a13ecd,0x40733ab5310b4385,2
|
| 966 |
+
np.float64,0x3fdfe5531dbfcaa6,0xbfd35b487c7e739f,2
|
| 967 |
+
np.float64,0x3fc4b0fecc2961fe,0xbfe95350c38c1640,2
|
| 968 |
+
np.float64,0x7fd5ae21962b5c42,0x40733c8db78b7250,2
|
| 969 |
+
np.float64,0x3fa4a8fcd42951fa,0xbff64e62fe602b72,2
|
| 970 |
+
np.float64,0x7fc8e0e25831c1c4,0x407338b179b91223,2
|
| 971 |
+
np.float64,0x7fdde1df6f3bc3be,0x40733ec87f9f027e,2
|
| 972 |
+
np.float64,0x3fd8b9ad86b1735b,0xbfda6f385532c41b,2
|
| 973 |
+
np.float64,0x3fd9f20ee933e41e,0xbfd91872fd858597,2
|
| 974 |
+
np.float64,0x7feb35332df66a65,0x407342f2b9c715f0,2
|
| 975 |
+
np.float64,0x7fe783dc7eaf07b8,0x407341ef41873706,2
|
| 976 |
+
np.float64,0x7fceee929f3ddd24,0x40733a34e3c660fd,2
|
| 977 |
+
np.float64,0x985b58d730b6b,0xc0733e0c6cfbb6f8,2
|
| 978 |
+
np.float64,0x3fef4bb55cfe976b,0xbf83cb246c6f2a78,2
|
| 979 |
+
np.float64,0x3fe218014f243003,0xbfcfb20ac683e1f6,2
|
| 980 |
+
np.float64,0x7fe43b9fbea8773e,0x407340e3d5d5d29e,2
|
| 981 |
+
np.float64,0x7fe148c74c62918e,0x40733fcba4367b8b,2
|
| 982 |
+
np.float64,0x3feea4ad083d495a,0xbf93443917f3c991,2
|
| 983 |
+
np.float64,0x8bcf6311179ed,0xc0733ea54d59dd31,2
|
| 984 |
+
np.float64,0xf4b7a2dbe96f5,0xc0733ac175182401,2
|
| 985 |
+
np.float64,0x543338baa8668,0xc073422b59165fe4,2
|
| 986 |
+
np.float64,0x3fdb467317368ce6,0xbfd7b4d515929635,2
|
| 987 |
+
np.float64,0x7fe3bbbc89e77778,0x407340b75cdf3de7,2
|
| 988 |
+
np.float64,0x7fe693377aad266e,0x407341a6af60a0f1,2
|
| 989 |
+
np.float64,0x3fc66210502cc421,0xbfe83bb940610a24,2
|
| 990 |
+
np.float64,0x7fa75638982eac70,0x40732e9da476b816,2
|
| 991 |
+
np.float64,0x3fe0d72a4761ae55,0xbfd1d7c82c479fab,2
|
| 992 |
+
np.float64,0x97dec0dd2fbd8,0xc0733e121e072804,2
|
| 993 |
+
np.float64,0x3fef33ec8c7e67d9,0xbf86701be6be8df1,2
|
| 994 |
+
np.float64,0x7fcfca9b423f9536,0x40733a65a51efb94,2
|
| 995 |
+
np.float64,0x9f2215633e443,0xc0733dbf043de9ed,2
|
| 996 |
+
np.float64,0x2469373e48d28,0xc07347fe9e904b77,2
|
| 997 |
+
np.float64,0x7fecc2e18cb985c2,0x407343557f58dfa2,2
|
| 998 |
+
np.float64,0x3fde4acbfdbc9598,0xbfd4ca559e575e74,2
|
| 999 |
+
np.float64,0x3fd6b11cf1ad623a,0xbfdcd1e17ef36114,2
|
| 1000 |
+
np.float64,0x3fc19ec494233d89,0xbfeb8ef228e8826a,2
|
| 1001 |
+
np.float64,0x4c89ee389913e,0xc07342d50c904f61,2
|
| 1002 |
+
np.float64,0x88c2046f11841,0xc0733ecc91369431,2
|
| 1003 |
+
np.float64,0x7fc88c13fd311827,0x40733899a125b392,2
|
| 1004 |
+
np.float64,0x3fcebd893a3d7b12,0xbfe3d2f35ab93765,2
|
| 1005 |
+
np.float64,0x3feb582a1476b054,0xbfb17ae8ec6a0465,2
|
| 1006 |
+
np.float64,0x7fd4369e5da86d3c,0x40733c1118b8cd67,2
|
| 1007 |
+
np.float64,0x3fda013fc1340280,0xbfd90831b85e98b2,2
|
| 1008 |
+
np.float64,0x7fed33d73fba67ad,0x4073437094ce1bd9,2
|
| 1009 |
+
np.float64,0x3fed3191053a6322,0xbfa468cc26a8f685,2
|
| 1010 |
+
np.float64,0x3fc04ed51c209daa,0xbfeca24a6f093bca,2
|
| 1011 |
+
np.float64,0x3fee4ac8763c9591,0xbf986458abbb90b5,2
|
| 1012 |
+
np.float64,0xa2d39dd145a74,0xc0733d9633651fbc,2
|
| 1013 |
+
np.float64,0x3fe7d9f86f2fb3f1,0xbfc0565a0b059f1c,2
|
| 1014 |
+
np.float64,0x3fe3250144e64a03,0xbfcc8eb2b9ae494b,2
|
| 1015 |
+
np.float64,0x7fe2b29507a56529,0x4073405774492075,2
|
| 1016 |
+
np.float64,0x7fdcdfcbe2b9bf97,0x40733e8b736b1bd8,2
|
| 1017 |
+
np.float64,0x3fc832730f3064e6,0xbfe7267ac9b2e7c3,2
|
| 1018 |
+
np.float64,0x3fc7e912e52fd226,0xbfe750dfc0aeae57,2
|
| 1019 |
+
np.float64,0x7fc960472f32c08d,0x407338d4b4cb3957,2
|
| 1020 |
+
np.float64,0x3fbdf182ea3be306,0xbfedd27150283ffb,2
|
| 1021 |
+
np.float64,0x3fd1e9359823d26b,0xbfe1b2ac7fd25f8d,2
|
| 1022 |
+
np.float64,0x7fbcf75f6039eebe,0x407334ef13eb16f8,2
|
| 1023 |
+
np.float64,0x3fe5a3c910eb4792,0xbfc5bf2f57c5d643,2
|
| 1024 |
+
np.float64,0x3fcf4f2a6e3e9e55,0xbfe391b6f065c4b8,2
|
| 1025 |
+
np.float64,0x3fee067873fc0cf1,0xbf9c53af0373fc0e,2
|
| 1026 |
+
np.float64,0xd3f08b85a7e12,0xc0733bc14357e686,2
|
| 1027 |
+
np.float64,0x7ff0000000000000,0x7ff0000000000000,2
|
| 1028 |
+
np.float64,0x3fc8635f6430c6bf,0xbfe70a7dc77749a7,2
|
| 1029 |
+
np.float64,0x3fe3ff5c52a7feb9,0xbfca22617c6636d5,2
|
| 1030 |
+
np.float64,0x3fbbae91fa375d24,0xbfeee9d4c300543f,2
|
| 1031 |
+
np.float64,0xe3f71b59c7ee4,0xc0733b3f99187375,2
|
| 1032 |
+
np.float64,0x7fca93d3be3527a6,0x40733926fd48ecd6,2
|
| 1033 |
+
np.float64,0x3fcd29f7223a53ee,0xbfe48e3edf32fe57,2
|
| 1034 |
+
np.float64,0x7fdc4ef6f8389ded,0x40733e68401cf2a6,2
|
| 1035 |
+
np.float64,0xe009bc81c014,0xc0734ea295ee3e5b,2
|
| 1036 |
+
np.float64,0x61f56c78c3eae,0xc073411e1dbd7c54,2
|
| 1037 |
+
np.float64,0x3fde131928bc2632,0xbfd4fda024f6927c,2
|
| 1038 |
+
np.float64,0x3fb21ee530243dca,0xbff266aaf0358129,2
|
| 1039 |
+
np.float64,0x7feaac82a4f55904,0x407342cf7809d9f9,2
|
| 1040 |
+
np.float64,0x3fe66ab177ecd563,0xbfc3c92d4d522819,2
|
| 1041 |
+
np.float64,0xfe9f9c2bfd3f4,0xc0733a7ade3a88a7,2
|
| 1042 |
+
np.float64,0x7fd0c5217c218a42,0x40733ac4e4c6dfa5,2
|
| 1043 |
+
np.float64,0x430f4ae6861ea,0xc07343c03d8a9442,2
|
| 1044 |
+
np.float64,0x494bff2a92981,0xc073432209d2fd16,2
|
| 1045 |
+
np.float64,0x3f8860e9d030c1d4,0xbffeca059ebf5e89,2
|
| 1046 |
+
np.float64,0x3fe43732dc286e66,0xbfc98800388bad2e,2
|
| 1047 |
+
np.float64,0x6443b60ec8877,0xc07340f4bab11827,2
|
| 1048 |
+
np.float64,0x3feda9be6d7b537d,0xbfa0dcb9a6914069,2
|
| 1049 |
+
np.float64,0x3fc5ceb6772b9d6d,0xbfe89868c881db70,2
|
| 1050 |
+
np.float64,0x3fbdf153023be2a6,0xbfedd2878c3b4949,2
|
| 1051 |
+
np.float64,0x7fe8f6b8e8f1ed71,0x407342599a30b273,2
|
| 1052 |
+
np.float64,0x3fea6fbdb8b4df7b,0xbfb53bf66f71ee96,2
|
| 1053 |
+
np.float64,0xc7ac3dbb8f588,0xc0733c2b525b7963,2
|
| 1054 |
+
np.float64,0x3fef3a91f77e7524,0xbf85b2bd3adbbe31,2
|
| 1055 |
+
np.float64,0x3f887cb97030f973,0xbffec21ccbb5d22a,2
|
| 1056 |
+
np.float64,0x8b2f1c9f165e4,0xc0733ead49300951,2
|
| 1057 |
+
np.float64,0x2c1cb32058397,0xc07346a951bd8d2b,2
|
| 1058 |
+
np.float64,0x3fe057edd620afdc,0xbfd2acf1881b7e99,2
|
| 1059 |
+
np.float64,0x7f82e9530025d2a5,0x4073238591dd52ce,2
|
| 1060 |
+
np.float64,0x3fe4e03dff69c07c,0xbfc7be96c5c006fc,2
|
| 1061 |
+
np.float64,0x52727b4aa4e50,0xc0734250c58ebbc1,2
|
| 1062 |
+
np.float64,0x3f99a62160334c43,0xbff99ea3ca09d8f9,2
|
| 1063 |
+
np.float64,0x3fd5314b4faa6297,0xbfdeb843daf01e03,2
|
| 1064 |
+
np.float64,0x3fefde89e13fbd14,0xbf5d1facb7a1e9de,2
|
| 1065 |
+
np.float64,0x7fb460f1a228c1e2,0x4073327d8cbc5f86,2
|
| 1066 |
+
np.float64,0xeb93efb3d727e,0xc0733b052a4990e4,2
|
| 1067 |
+
np.float64,0x3fe884baecf10976,0xbfbd9ba9cfe23713,2
|
| 1068 |
+
np.float64,0x7fefffffffffffff,0x40734413509f79ff,2
|
| 1069 |
+
np.float64,0x149dc7c6293ba,0xc0734bf26b1df025,2
|
| 1070 |
+
np.float64,0x64188f88c8313,0xc07340f7b8e6f4b5,2
|
| 1071 |
+
np.float64,0x3fdfac314abf5863,0xbfd38d3e9dba1b0e,2
|
| 1072 |
+
np.float64,0x3fd72052a42e40a5,0xbfdc4af30ee0b245,2
|
| 1073 |
+
np.float64,0x7fdd951f743b2a3e,0x40733eb68fafa838,2
|
| 1074 |
+
np.float64,0x65a2dd5acb45c,0xc07340dc8ed625e1,2
|
| 1075 |
+
np.float64,0x7fe89a79997134f2,0x4073423fbceb1cbe,2
|
| 1076 |
+
np.float64,0x3fe70a000d6e1400,0xbfc24381e09d02f7,2
|
| 1077 |
+
np.float64,0x3fe2cec160259d83,0xbfcd8b5e92354129,2
|
| 1078 |
+
np.float64,0x3feb9ef77a773def,0xbfb05c7b2ee6f388,2
|
| 1079 |
+
np.float64,0xe0d66689c1acd,0xc0733b582c779620,2
|
| 1080 |
+
np.float64,0x3fee86bd0ffd0d7a,0xbf94f7870502c325,2
|
| 1081 |
+
np.float64,0x186afc6230d60,0xc0734ac55fb66d5d,2
|
| 1082 |
+
np.float64,0xc0631f4b80c64,0xc0733c6d7149d373,2
|
| 1083 |
+
np.float64,0x3fdad1b87735a371,0xbfd82cca73ec663b,2
|
| 1084 |
+
np.float64,0x7fe7f6d313efeda5,0x40734210e84576ab,2
|
| 1085 |
+
np.float64,0x7fd7b7fce6af6ff9,0x40733d2d92ffdaaf,2
|
| 1086 |
+
np.float64,0x3fe6f35a28ade6b4,0xbfc27a4239b540c3,2
|
| 1087 |
+
np.float64,0x7fdb0b834eb61706,0x40733e17073a61f3,2
|
| 1088 |
+
np.float64,0x82f4661105e8d,0xc0733f19b34adeed,2
|
| 1089 |
+
np.float64,0x3fc77230112ee460,0xbfe796a7603c0d16,2
|
| 1090 |
+
np.float64,0x8000000000000000,0xfff0000000000000,2
|
| 1091 |
+
np.float64,0x7fb8317bc63062f7,0x407333aec761a739,2
|
| 1092 |
+
np.float64,0x7fd165609a22cac0,0x40733b061541ff15,2
|
| 1093 |
+
np.float64,0x3fed394768fa728f,0xbfa42e1596e1faf6,2
|
| 1094 |
+
np.float64,0x7febab693d7756d1,0x40734310a9ac828e,2
|
| 1095 |
+
np.float64,0x7fe809a69230134c,0x407342165b9acb69,2
|
| 1096 |
+
np.float64,0x3fc091d38f2123a7,0xbfec69a70fc23548,2
|
| 1097 |
+
np.float64,0x3fb2a8f5dc2551ec,0xbff2327f2641dd0d,2
|
| 1098 |
+
np.float64,0x7fc60b6fe02c16df,0x407337da5adc342c,2
|
| 1099 |
+
np.float64,0x3fefa53c3bbf4a78,0xbf73d1be15b73b00,2
|
| 1100 |
+
np.float64,0x7fee09c1717c1382,0x407343a2c479e1cb,2
|
| 1101 |
+
np.float64,0x8000000000000001,0x7ff8000000000000,2
|
| 1102 |
+
np.float64,0x3fede0b2733bc165,0xbf9e848ac2ecf604,2
|
| 1103 |
+
np.float64,0x3fee2ac331bc5586,0xbf9a3b699b721c9a,2
|
| 1104 |
+
np.float64,0x3fd4db12d829b626,0xbfdf2a413d1e453a,2
|
| 1105 |
+
np.float64,0x7fe605230dec0a45,0x4073417a67db06be,2
|
| 1106 |
+
np.float64,0x3fe378b2bf26f165,0xbfcb9dbb2b6d6832,2
|
| 1107 |
+
np.float64,0xc1d4c1ab83a98,0xc0733c60244cadbf,2
|
| 1108 |
+
np.float64,0x3feb15500e762aa0,0xbfb28c071d5efc22,2
|
| 1109 |
+
np.float64,0x3fe36225a626c44b,0xbfcbde4259e9047e,2
|
| 1110 |
+
np.float64,0x3fe7c586a72f8b0d,0xbfc08614b13ed4b2,2
|
| 1111 |
+
np.float64,0x7fb0f2d8cc21e5b1,0x40733135b2c7dd99,2
|
| 1112 |
+
np.float64,0x5957f3feb2aff,0xc07341c1df75638c,2
|
| 1113 |
+
np.float64,0x3fca4851bd3490a3,0xbfe6005ae5279485,2
|
| 1114 |
+
np.float64,0x824217d904843,0xc0733f232fd58f0f,2
|
| 1115 |
+
np.float64,0x4f9332269f267,0xc073428fd8e9cb32,2
|
| 1116 |
+
np.float64,0x3fea6f087374de11,0xbfb53ef0d03918b2,2
|
| 1117 |
+
np.float64,0x3fd9409ab4328135,0xbfd9d9231381e2b8,2
|
| 1118 |
+
np.float64,0x3fdba03b00374076,0xbfd759ec94a7ab5b,2
|
| 1119 |
+
np.float64,0x3fe0ce3766619c6f,0xbfd1e6912582ccf0,2
|
| 1120 |
+
np.float64,0x3fabd45ddc37a8bc,0xbff43c78d3188423,2
|
| 1121 |
+
np.float64,0x3fc3cadd592795bb,0xbfe9f1576c9b2c79,2
|
| 1122 |
+
np.float64,0x3fe10df049621be1,0xbfd17df2f2c28022,2
|
| 1123 |
+
np.float64,0x945b5d1328b6c,0xc0733e3bc06f1e75,2
|
| 1124 |
+
np.float64,0x7fc1c3742b2386e7,0x4073365a403d1051,2
|
| 1125 |
+
np.float64,0x7fdc957138b92ae1,0x40733e7977717586,2
|
| 1126 |
+
np.float64,0x7f943fa1a0287f42,0x407328d01de143f5,2
|
| 1127 |
+
np.float64,0x3fec9631c4392c64,0xbfa914b176d8f9d2,2
|
| 1128 |
+
np.float64,0x3fd8e7c008b1cf80,0xbfda3b9d9b6da8f4,2
|
| 1129 |
+
np.float64,0x7222f9fee4460,0xc073400e371516cc,2
|
| 1130 |
+
np.float64,0x3fe890e43eb121c8,0xbfbd64921462e823,2
|
| 1131 |
+
np.float64,0x3fcfd7fe2a3faffc,0xbfe3557e2f207800,2
|
| 1132 |
+
np.float64,0x3fed5dd1c1babba4,0xbfa318bb20db64e6,2
|
| 1133 |
+
np.float64,0x3fe6aa34c66d546a,0xbfc32c8a8991c11e,2
|
| 1134 |
+
np.float64,0x8ca79801196,0xc0736522bd5adf6a,2
|
| 1135 |
+
np.float64,0x3feb274079364e81,0xbfb2427b24b0ca20,2
|
| 1136 |
+
np.float64,0x7fe04927e4a0924f,0x40733f61c96f7f89,2
|
| 1137 |
+
np.float64,0x7c05f656f80bf,0xc0733f7a70555b4e,2
|
| 1138 |
+
np.float64,0x7fe97819eff2f033,0x4073427d4169b0f8,2
|
| 1139 |
+
np.float64,0x9def86e33bdf1,0xc0733dcc740b7175,2
|
| 1140 |
+
np.float64,0x7fedd1ef3f3ba3dd,0x40734395ceab8238,2
|
| 1141 |
+
np.float64,0x77bed86cef7dc,0xc0733fb8e0e9bf73,2
|
| 1142 |
+
np.float64,0x9274b41b24e97,0xc0733e52b16dff71,2
|
| 1143 |
+
np.float64,0x8010000000000000,0x7ff8000000000000,2
|
| 1144 |
+
np.float64,0x9c977855392ef,0xc0733ddba7d421d9,2
|
| 1145 |
+
np.float64,0xfb4560a3f68ac,0xc0733a9271e6a118,2
|
| 1146 |
+
np.float64,0xa67d9f394cfb4,0xc0733d6e9d58cc94,2
|
| 1147 |
+
np.float64,0x3fbfa766b03f4ecd,0xbfed0cccfecfc900,2
|
| 1148 |
+
np.float64,0x3fe177417522ee83,0xbfd0d45803bff01a,2
|
| 1149 |
+
np.float64,0x7fe85e077bb0bc0e,0x4073422e957a4aa3,2
|
| 1150 |
+
np.float64,0x7feeb0a6883d614c,0x407343c8f6568f7c,2
|
| 1151 |
+
np.float64,0xbab82edb75706,0xc0733ca2a2b20094,2
|
| 1152 |
+
np.float64,0xfadb44bdf5b69,0xc0733a9561b7ec04,2
|
| 1153 |
+
np.float64,0x3fefb9b82b3f7370,0xbf6ea776b2dcc3a9,2
|
| 1154 |
+
np.float64,0x7fe080ba8a610174,0x40733f795779b220,2
|
| 1155 |
+
np.float64,0x3f87faa1c02ff544,0xbffee76acafc92b7,2
|
| 1156 |
+
np.float64,0x7fed474108fa8e81,0x4073437531d4313e,2
|
| 1157 |
+
np.float64,0x3fdb7b229336f645,0xbfd77f583a4a067f,2
|
| 1158 |
+
np.float64,0x256dbf0c4adb9,0xc07347cd94e6fa81,2
|
| 1159 |
+
np.float64,0x3fd034ae25a0695c,0xbfe3169c15decdac,2
|
| 1160 |
+
np.float64,0x3a72177274e44,0xc07344b4cf7d68cd,2
|
| 1161 |
+
np.float64,0x7fa2522d5c24a45a,0x40732cef2f793470,2
|
| 1162 |
+
np.float64,0x3fb052bdde20a57c,0xbff3207fd413c848,2
|
| 1163 |
+
np.float64,0x3fdccfecbbb99fd9,0xbfd62ec04a1a687a,2
|
| 1164 |
+
np.float64,0x3fd403ac53280759,0xbfe027a31df2c8cc,2
|
| 1165 |
+
np.float64,0x3fab708e4036e11d,0xbff45591df4f2e8b,2
|
| 1166 |
+
np.float64,0x7fcfc001993f8002,0x40733a63539acf9d,2
|
| 1167 |
+
np.float64,0x3fd2b295dfa5652c,0xbfe119c1b476c536,2
|
| 1168 |
+
np.float64,0x7fe8061262b00c24,0x4073421552ae4538,2
|
| 1169 |
+
np.float64,0xffefffffffffffff,0x7ff8000000000000,2
|
| 1170 |
+
np.float64,0x7fed52093ffaa411,0x40734377c072a7e8,2
|
| 1171 |
+
np.float64,0xf3df902fe7bf2,0xc0733ac79a75ff7a,2
|
| 1172 |
+
np.float64,0x7fe13d382e227a6f,0x40733fc6fd0486bd,2
|
| 1173 |
+
np.float64,0x3621d5086c43b,0xc073453d31effbcd,2
|
| 1174 |
+
np.float64,0x3ff0000000000000,0x0,2
|
| 1175 |
+
np.float64,0x3fdaffea27b5ffd4,0xbfd7fd139dc1c2c5,2
|
| 1176 |
+
np.float64,0x7fea6536dc34ca6d,0x407342bccc564fdd,2
|
| 1177 |
+
np.float64,0x7fd478f00c28f1df,0x40733c27c0072fde,2
|
| 1178 |
+
np.float64,0x7fa72ef0502e5de0,0x40732e91e83db75c,2
|
| 1179 |
+
np.float64,0x7fd302970626052d,0x40733ba3ec6775f6,2
|
| 1180 |
+
np.float64,0x7fbb57ab0036af55,0x407334887348e613,2
|
| 1181 |
+
np.float64,0x3fda0ff722b41fee,0xbfd8f87b77930330,2
|
| 1182 |
+
np.float64,0x1e983ce23d309,0xc073493438f57e61,2
|
| 1183 |
+
np.float64,0x7fc90de97c321bd2,0x407338be01ffd4bd,2
|
| 1184 |
+
np.float64,0x7fe074b09c20e960,0x40733f7443f0dbe1,2
|
| 1185 |
+
np.float64,0x3fed5dec9fbabbd9,0xbfa317efb1fe8a95,2
|
| 1186 |
+
np.float64,0x7fdb877632b70eeb,0x40733e3697c88ba8,2
|
| 1187 |
+
np.float64,0x7fe4fb0067e9f600,0x40734124604b99e8,2
|
| 1188 |
+
np.float64,0x7fd447dc96288fb8,0x40733c1703ab2cce,2
|
| 1189 |
+
np.float64,0x3feb2d1e64f65a3d,0xbfb22a781df61c05,2
|
| 1190 |
+
np.float64,0xb6c8e6676d91d,0xc0733cc8859a0b91,2
|
| 1191 |
+
np.float64,0x3fdc3c2418387848,0xbfd6bec3a3c3cdb5,2
|
| 1192 |
+
np.float64,0x3fdecb9ccdbd973a,0xbfd4551c05721a8e,2
|
| 1193 |
+
np.float64,0x3feb1100e7762202,0xbfb29db911fe6768,2
|
| 1194 |
+
np.float64,0x3fe0444bc2a08898,0xbfd2ce69582e78c1,2
|
| 1195 |
+
np.float64,0x7fda403218b48063,0x40733de201d8340c,2
|
| 1196 |
+
np.float64,0x3fdc70421238e084,0xbfd68ba4bd48322b,2
|
| 1197 |
+
np.float64,0x3fe06e747c60dce9,0xbfd286bcac34a981,2
|
| 1198 |
+
np.float64,0x7fc1931d9623263a,0x407336473da54de4,2
|
| 1199 |
+
np.float64,0x229914da45323,0xc073485979ff141c,2
|
| 1200 |
+
np.float64,0x3fe142f92da285f2,0xbfd1280909992cb6,2
|
| 1201 |
+
np.float64,0xf1d02fa9e3a06,0xc0733ad6b19d71a0,2
|
| 1202 |
+
np.float64,0x3fb1fe9b0023fd36,0xbff27317d8252c16,2
|
| 1203 |
+
np.float64,0x3fa544b9242a8972,0xbff61ac38569bcfc,2
|
| 1204 |
+
np.float64,0x3feeb129d4fd6254,0xbf928f23ad20c1ee,2
|
| 1205 |
+
np.float64,0xa2510b7f44a22,0xc0733d9bc81ea0a1,2
|
| 1206 |
+
np.float64,0x3fca75694d34ead3,0xbfe5e8975b3646c2,2
|
| 1207 |
+
np.float64,0x7fece10621b9c20b,0x4073435cc3dd9a1b,2
|
| 1208 |
+
np.float64,0x7fe98a57d3b314af,0x4073428239b6a135,2
|
| 1209 |
+
np.float64,0x3fe259c62a64b38c,0xbfcee96682a0f355,2
|
| 1210 |
+
np.float64,0x3feaaa9b9d755537,0xbfb445779f3359af,2
|
| 1211 |
+
np.float64,0xdaadecfdb55be,0xc0733b899338432a,2
|
| 1212 |
+
np.float64,0x3fed00eae4fa01d6,0xbfa5dc8d77be5991,2
|
| 1213 |
+
np.float64,0x7fcc96c773392d8e,0x407339a8c5cd786e,2
|
| 1214 |
+
np.float64,0x3fef7b8b203ef716,0xbf7cff655ecb6424,2
|
| 1215 |
+
np.float64,0x7fd4008113a80101,0x40733bfe6552acb7,2
|
| 1216 |
+
np.float64,0x7fe99ff035b33fdf,0x407342881753ee2e,2
|
| 1217 |
+
np.float64,0x3ee031e87dc07,0xc0734432d736e492,2
|
| 1218 |
+
np.float64,0x3fddfe390f3bfc72,0xbfd510f1d9ec3e36,2
|
| 1219 |
+
np.float64,0x3fd9ddce74b3bb9d,0xbfd92e2d75a061bb,2
|
| 1220 |
+
np.float64,0x7fe5f742edebee85,0x40734176058e3a77,2
|
| 1221 |
+
np.float64,0x3fdb04185b360831,0xbfd7f8c63aa5e1c4,2
|
| 1222 |
+
np.float64,0xea2b0f43d4562,0xc0733b0fd77c8118,2
|
| 1223 |
+
np.float64,0x7fc3f4973527e92d,0x407337293bbb22c4,2
|
| 1224 |
+
np.float64,0x3fb9adfb38335bf6,0xbfeff4f3ea85821a,2
|
| 1225 |
+
np.float64,0x87fb98750ff73,0xc0733ed6ad83c269,2
|
| 1226 |
+
np.float64,0x3fe005721a200ae4,0xbfd33a9f1ebfb0ac,2
|
| 1227 |
+
np.float64,0xd9e04fe7b3c0a,0xc0733b901ee257f3,2
|
| 1228 |
+
np.float64,0x2c39102658723,0xc07346a4db63bf55,2
|
| 1229 |
+
np.float64,0x3f7dc28e003b851c,0xc0011c1d1233d948,2
|
| 1230 |
+
np.float64,0x3430fd3868620,0xc073457e24e0b70d,2
|
| 1231 |
+
np.float64,0xbff0000000000000,0x7ff8000000000000,2
|
| 1232 |
+
np.float64,0x3fd23e45e0247c8c,0xbfe17146bcf87b57,2
|
| 1233 |
+
np.float64,0x6599df3ecb33d,0xc07340dd2c41644c,2
|
| 1234 |
+
np.float64,0x3fdf074f31be0e9e,0xbfd41f6e9dbb68a5,2
|
| 1235 |
+
np.float64,0x7fdd6233f3bac467,0x40733eaa8f674b72,2
|
| 1236 |
+
np.float64,0x7fe03e8481607d08,0x40733f5d3df3b087,2
|
| 1237 |
+
np.float64,0x3fcc3b79f13876f4,0xbfe501bf3b379b77,2
|
| 1238 |
+
np.float64,0xe5d97ae3cbb30,0xc0733b30f47cbd12,2
|
| 1239 |
+
np.float64,0x8acbc4a115979,0xc0733eb240a4d2c6,2
|
| 1240 |
+
np.float64,0x3fedbdbc48bb7b79,0xbfa0470fd70c4359,2
|
| 1241 |
+
np.float64,0x3fde1611103c2c22,0xbfd4fae1fa8e7e5e,2
|
| 1242 |
+
np.float64,0x3fe09478bd2128f1,0xbfd246b7e85711dc,2
|
| 1243 |
+
np.float64,0x3fd6dfe8f3adbfd2,0xbfdc98ca2f32c1ad,2
|
| 1244 |
+
np.float64,0x72ccf274e599f,0xc0734003e5b0da63,2
|
| 1245 |
+
np.float64,0xe27c7265c4f8f,0xc0733b4b2d808566,2
|
| 1246 |
+
np.float64,0x7fee3161703c62c2,0x407343abe90f5649,2
|
| 1247 |
+
np.float64,0xf54fb5c1eaa0,0xc0734e01384fcf78,2
|
| 1248 |
+
np.float64,0xcde5924d9bcb3,0xc0733bf4b83c66c2,2
|
| 1249 |
+
np.float64,0x3fc46fdbe528dfb8,0xbfe97f55ef5e9683,2
|
| 1250 |
+
np.float64,0x7fe513528a2a26a4,0x4073412c69baceca,2
|
| 1251 |
+
np.float64,0x3fd29eca4aa53d95,0xbfe128801cd33ed0,2
|
| 1252 |
+
np.float64,0x7febb21718b7642d,0x4073431256def857,2
|
| 1253 |
+
np.float64,0x3fcab536c0356a6e,0xbfe5c73c59f41578,2
|
| 1254 |
+
np.float64,0x7fc7e9f0d82fd3e1,0x4073386b213e5dfe,2
|
| 1255 |
+
np.float64,0xb5b121276b624,0xc0733cd33083941c,2
|
| 1256 |
+
np.float64,0x7e0dd9bcfc1bc,0xc0733f5d8bf35050,2
|
| 1257 |
+
np.float64,0x3fd1c75106238ea2,0xbfe1cd11cccda0f4,2
|
| 1258 |
+
np.float64,0x9f060e673e0c2,0xc0733dc03da71909,2
|
| 1259 |
+
np.float64,0x7fd915a2f3322b45,0x40733d912af07189,2
|
| 1260 |
+
np.float64,0x3fd8cbae4431975d,0xbfda5b02ca661139,2
|
| 1261 |
+
np.float64,0x3fde8b411f3d1682,0xbfd48f6f710a53b6,2
|
| 1262 |
+
np.float64,0x3fc17a780622f4f0,0xbfebabb10c55255f,2
|
| 1263 |
+
np.float64,0x3fde5cbe5f3cb97d,0xbfd4b9e2e0101fb1,2
|
| 1264 |
+
np.float64,0x7fd859036530b206,0x40733d5c2252ff81,2
|
| 1265 |
+
np.float64,0xb0f5040f61ea1,0xc0733d02292f527b,2
|
| 1266 |
+
np.float64,0x3fde5c49ae3cb893,0xbfd4ba4db3ce2cf3,2
|
| 1267 |
+
np.float64,0x3fecc4518df988a3,0xbfa7af0bfc98bc65,2
|
| 1268 |
+
np.float64,0x3feffee03cbffdc0,0xbf0f3ede6ca7d695,2
|
| 1269 |
+
np.float64,0xbc5eac9b78bd6,0xc0733c92fb51c8ae,2
|
| 1270 |
+
np.float64,0x3fe2bb4ef765769e,0xbfcdc4f70a65dadc,2
|
| 1271 |
+
np.float64,0x5089443ca1129,0xc073427a7d0cde4a,2
|
| 1272 |
+
np.float64,0x3fd0d6e29121adc5,0xbfe28e28ece1db86,2
|
| 1273 |
+
np.float64,0xbe171e397c2e4,0xc0733c82cede5d02,2
|
| 1274 |
+
np.float64,0x4ede27be9dbc6,0xc073429fba1a4af1,2
|
| 1275 |
+
np.float64,0x3fe2aff3af655fe7,0xbfcde6b52a8ed3c1,2
|
| 1276 |
+
np.float64,0x7fd85ca295b0b944,0x40733d5d2adcccf1,2
|
| 1277 |
+
np.float64,0x24919bba49234,0xc07347f6ed704a6f,2
|
| 1278 |
+
np.float64,0x7fd74bc1eeae9783,0x40733d0d94a89011,2
|
| 1279 |
+
np.float64,0x3fc1cd12cb239a26,0xbfeb6a9c25c2a11d,2
|
| 1280 |
+
np.float64,0x3fdafbc0ac35f781,0xbfd8015ccf1f1b51,2
|
| 1281 |
+
np.float64,0x3fee01327c3c0265,0xbf9ca1d0d762dc18,2
|
| 1282 |
+
np.float64,0x3fe65bd7702cb7af,0xbfc3ee0de5c36b8d,2
|
| 1283 |
+
np.float64,0x7349c82ee693a,0xc0733ffc5b6eccf2,2
|
| 1284 |
+
np.float64,0x3fdc5906f738b20e,0xbfd6a26288eb5933,2
|
| 1285 |
+
np.float64,0x1,0xc07434e6420f4374,2
|
| 1286 |
+
np.float64,0x3fb966128a32cc25,0xbff00e0aa7273838,2
|
| 1287 |
+
np.float64,0x3fd501ff9a2a03ff,0xbfdef69133482121,2
|
| 1288 |
+
np.float64,0x194d4f3c329ab,0xc0734a861b44cfbe,2
|
| 1289 |
+
np.float64,0x3fec5d34f8f8ba6a,0xbfaad1b31510e70b,2
|
| 1290 |
+
np.float64,0x1635e4c22c6be,0xc0734b6dec650943,2
|
| 1291 |
+
np.float64,0x3fead2f8edb5a5f2,0xbfb39dac30a962cf,2
|
| 1292 |
+
np.float64,0x3f7dfa4ce03bf49a,0xc00115a112141aa7,2
|
| 1293 |
+
np.float64,0x3fef6827223ed04e,0xbf80a42c9edebfe9,2
|
| 1294 |
+
np.float64,0xe771f303cee3f,0xc0733b24a6269fe4,2
|
| 1295 |
+
np.float64,0x1160ccc622c1b,0xc0734d22604eacb9,2
|
| 1296 |
+
np.float64,0x3fc485cd08290b9a,0xbfe970723008c8c9,2
|
| 1297 |
+
np.float64,0x7fef99c518bf3389,0x407343fcf9ed202f,2
|
| 1298 |
+
np.float64,0x7fd8c1447a318288,0x40733d79a440b44d,2
|
| 1299 |
+
np.float64,0xaf219f955e434,0xc0733d149c13f440,2
|
| 1300 |
+
np.float64,0xcf45f6239e8bf,0xc0733be8ddda045d,2
|
| 1301 |
+
np.float64,0x7599394aeb328,0xc0733fd90fdbb0ea,2
|
| 1302 |
+
np.float64,0xc7f6390f8fec7,0xc0733c28bfbc66a3,2
|
| 1303 |
+
np.float64,0x3fd39ae96c2735d3,0xbfe0712274a8742b,2
|
| 1304 |
+
np.float64,0xa4d6c18f49ad8,0xc0733d805a0528f7,2
|
| 1305 |
+
np.float64,0x7fd9ea78d7b3d4f1,0x40733dcb2b74802a,2
|
| 1306 |
+
np.float64,0x3fecd251cb39a4a4,0xbfa742ed41d4ae57,2
|
| 1307 |
+
np.float64,0x7fed7a07cd7af40f,0x407343813476027e,2
|
| 1308 |
+
np.float64,0x3fd328ae7f26515d,0xbfe0c30b56a83c64,2
|
| 1309 |
+
np.float64,0x7fc937ff7a326ffe,0x407338c9a45b9140,2
|
| 1310 |
+
np.float64,0x3fcf1d31143e3a62,0xbfe3a7f760fbd6a8,2
|
| 1311 |
+
np.float64,0x7fb911dcbc3223b8,0x407333ee158cccc7,2
|
| 1312 |
+
np.float64,0x3fd352fc83a6a5f9,0xbfe0a47d2f74d283,2
|
| 1313 |
+
np.float64,0x7fd310753fa620e9,0x40733ba8fc4300dd,2
|
| 1314 |
+
np.float64,0x3febd64b4577ac97,0xbfaefd4a79f95c4b,2
|
| 1315 |
+
np.float64,0x6a6961a4d4d2d,0xc073408ae1687943,2
|
| 1316 |
+
np.float64,0x3fe4ba73d16974e8,0xbfc8239341b9e457,2
|
| 1317 |
+
np.float64,0x3fed8e7cac3b1cf9,0xbfa1a96a0cc5fcdc,2
|
| 1318 |
+
np.float64,0x7fd505ec04aa0bd7,0x40733c56f86e3531,2
|
| 1319 |
+
np.float64,0x3fdf166e9abe2cdd,0xbfd411e5f8569d70,2
|
| 1320 |
+
np.float64,0x7fe1bc6434e378c7,0x40733ff9861bdabb,2
|
| 1321 |
+
np.float64,0x3fd3b0b175a76163,0xbfe061ba5703f3c8,2
|
| 1322 |
+
np.float64,0x7fed75d7ffbaebaf,0x4073438037ba6f19,2
|
| 1323 |
+
np.float64,0x5a9e109cb53c3,0xc07341a8b04819c8,2
|
| 1324 |
+
np.float64,0x3fe14786b4e28f0d,0xbfd120b541bb880e,2
|
| 1325 |
+
np.float64,0x3fed4948573a9291,0xbfa3b471ff91614b,2
|
| 1326 |
+
np.float64,0x66aac5d8cd559,0xc07340ca9b18af46,2
|
| 1327 |
+
np.float64,0x3fdb48efd23691e0,0xbfd7b24c5694838b,2
|
| 1328 |
+
np.float64,0x7fe6da7d1eadb4f9,0x407341bc7d1fae43,2
|
| 1329 |
+
np.float64,0x7feb702cf336e059,0x40734301b96cc3c0,2
|
| 1330 |
+
np.float64,0x3fd1e60987a3cc13,0xbfe1b522cfcc3d0e,2
|
| 1331 |
+
np.float64,0x3feca57f50794aff,0xbfa89dc90625d39c,2
|
| 1332 |
+
np.float64,0x7fdc46dc56b88db8,0x40733e664294a0f9,2
|
| 1333 |
+
np.float64,0x8dc8fd811b920,0xc0733e8c5955df06,2
|
| 1334 |
+
np.float64,0xf01634abe02c7,0xc0733ae370a76d0c,2
|
| 1335 |
+
np.float64,0x3fc6f8d8ab2df1b1,0xbfe7df5093829464,2
|
| 1336 |
+
np.float64,0xda3d7597b47af,0xc0733b8d2702727a,2
|
| 1337 |
+
np.float64,0x7feefd53227dfaa5,0x407343da3d04db28,2
|
| 1338 |
+
np.float64,0x3fe2fbca3525f794,0xbfcd06e134417c08,2
|
| 1339 |
+
np.float64,0x7fd36d3ce226da79,0x40733bca7c322df1,2
|
| 1340 |
+
np.float64,0x7fec37e00b786fbf,0x4073433397b48a5b,2
|
| 1341 |
+
np.float64,0x3fbf133f163e267e,0xbfed4e72f1362a77,2
|
| 1342 |
+
np.float64,0x3fc11efbb9223df7,0xbfebf53002a561fe,2
|
| 1343 |
+
np.float64,0x3fc89c0e5431381d,0xbfe6ea562364bf81,2
|
| 1344 |
+
np.float64,0x3f9cd45da839a8bb,0xbff8ceb14669ee4b,2
|
| 1345 |
+
np.float64,0x23dc8fa647b93,0xc0734819aaa9b0ee,2
|
| 1346 |
+
np.float64,0x3fe829110d305222,0xbfbf3e60c45e2399,2
|
| 1347 |
+
np.float64,0x7fed8144e57b0289,0x40734382e917a02a,2
|
| 1348 |
+
np.float64,0x7fe033fbf7a067f7,0x40733f58bb00b20f,2
|
| 1349 |
+
np.float64,0xe3807f45c7010,0xc0733b43379415d1,2
|
| 1350 |
+
np.float64,0x3fd708fb342e11f6,0xbfdc670ef9793782,2
|
| 1351 |
+
np.float64,0x3fe88c924b311925,0xbfbd78210d9e7164,2
|
| 1352 |
+
np.float64,0x3fe0a2a7c7614550,0xbfd22efaf0472c4a,2
|
| 1353 |
+
np.float64,0x7fe3a37501a746e9,0x407340aecaeade41,2
|
| 1354 |
+
np.float64,0x3fd05077ec20a0f0,0xbfe2fedbf07a5302,2
|
| 1355 |
+
np.float64,0x7fd33bf61da677eb,0x40733bb8c58912aa,2
|
| 1356 |
+
np.float64,0x3feb29bdae76537b,0xbfb2384a8f61b5f9,2
|
| 1357 |
+
np.float64,0x3fec0fc14ff81f83,0xbfad3423e7ade174,2
|
| 1358 |
+
np.float64,0x3fd0f8b1a1a1f163,0xbfe2725dd4ccea8b,2
|
| 1359 |
+
np.float64,0x3fe382d26a6705a5,0xbfcb80dba4218bdf,2
|
| 1360 |
+
np.float64,0x3fa873f2cc30e7e6,0xbff522911cb34279,2
|
| 1361 |
+
np.float64,0x7fed7fd7377affad,0x4073438292f6829b,2
|
| 1362 |
+
np.float64,0x3feeacd8067d59b0,0xbf92cdbeda94b35e,2
|
| 1363 |
+
np.float64,0x7fe464d62228c9ab,0x407340f1eee19aa9,2
|
| 1364 |
+
np.float64,0xe997648bd32ed,0xc0733b143aa0fad3,2
|
| 1365 |
+
np.float64,0x7fea4869f13490d3,0x407342b5333b54f7,2
|
| 1366 |
+
np.float64,0x935b871926b71,0xc0733e47c6683319,2
|
| 1367 |
+
np.float64,0x28a9d0c05155,0xc0735a7e3532af83,2
|
| 1368 |
+
np.float64,0x79026548f204d,0xc0733fa6339ffa2f,2
|
| 1369 |
+
np.float64,0x3fdb1daaabb63b55,0xbfd7de839c240ace,2
|
| 1370 |
+
np.float64,0x3fc0db73b421b6e7,0xbfec2c6e36c4f416,2
|
| 1371 |
+
np.float64,0xb8b50ac1716b,0xc0734ff9fc60ebce,2
|
| 1372 |
+
np.float64,0x7fdf13e0c6be27c1,0x40733f0e44f69437,2
|
| 1373 |
+
np.float64,0x3fcd0cb97b3a1973,0xbfe49c34ff531273,2
|
| 1374 |
+
np.float64,0x3fcbac034b375807,0xbfe54913d73f180d,2
|
| 1375 |
+
np.float64,0x3fe091d2a2e123a5,0xbfd24b290a9218de,2
|
| 1376 |
+
np.float64,0xede43627dbc87,0xc0733af3c7c7f716,2
|
| 1377 |
+
np.float64,0x7fc037e7ed206fcf,0x407335b85fb0fedb,2
|
| 1378 |
+
np.float64,0x3fce7ae4c63cf5ca,0xbfe3f1350fe03f28,2
|
| 1379 |
+
np.float64,0x7fcdd862263bb0c3,0x407339f5458bb20e,2
|
| 1380 |
+
np.float64,0x4d7adf709af5d,0xc07342bf4edfadb2,2
|
| 1381 |
+
np.float64,0xdc6c03f3b8d81,0xc0733b7b74d6a635,2
|
| 1382 |
+
np.float64,0x3fe72ae0a4ee55c1,0xbfc1f4665608b21f,2
|
| 1383 |
+
np.float64,0xcd62f19d9ac5e,0xc0733bf92235e4d8,2
|
| 1384 |
+
np.float64,0xe3a7b8fdc74f7,0xc0733b4204f8e166,2
|
| 1385 |
+
np.float64,0x3fdafd35adb5fa6b,0xbfd7ffdca0753b36,2
|
| 1386 |
+
np.float64,0x3fa023e8702047d1,0xbff8059150ea1464,2
|
| 1387 |
+
np.float64,0x99ff336933fe7,0xc0733df961197517,2
|
| 1388 |
+
np.float64,0x7feeb365b9bd66ca,0x407343c995864091,2
|
| 1389 |
+
np.float64,0x7fe449b49f689368,0x407340e8aa3369e3,2
|
| 1390 |
+
np.float64,0x7faf5843043eb085,0x407330aa700136ca,2
|
| 1391 |
+
np.float64,0x3fd47b2922a8f652,0xbfdfab3de86f09ee,2
|
| 1392 |
+
np.float64,0x7fd9fc3248b3f864,0x40733dcfea6f9b3e,2
|
| 1393 |
+
np.float64,0xe20b0d8dc4162,0xc0733b4ea8fe7b3f,2
|
| 1394 |
+
np.float64,0x7feff8e0e23ff1c1,0x40734411c490ed70,2
|
| 1395 |
+
np.float64,0x7fa58382d02b0705,0x40732e0cf28e14fe,2
|
| 1396 |
+
np.float64,0xb8ad9a1b715b4,0xc0733cb630b8f2d4,2
|
| 1397 |
+
np.float64,0xe90abcf1d2158,0xc0733b186b04eeee,2
|
| 1398 |
+
np.float64,0x7fd6aa6f32ad54dd,0x40733cdccc636604,2
|
| 1399 |
+
np.float64,0x3fd8f84eedb1f09e,0xbfda292909a5298a,2
|
| 1400 |
+
np.float64,0x7fecd6b1d9f9ad63,0x4073435a472b05b5,2
|
| 1401 |
+
np.float64,0x3fd9f47604b3e8ec,0xbfd915e028cbf4a6,2
|
| 1402 |
+
np.float64,0x3fd20d9398241b27,0xbfe19691363dd508,2
|
| 1403 |
+
np.float64,0x3fe5ed09bbabda13,0xbfc5043dfc9c8081,2
|
| 1404 |
+
np.float64,0x7fbe5265363ca4c9,0x407335406f8e4fac,2
|
| 1405 |
+
np.float64,0xac2878af5850f,0xc0733d3311be9786,2
|
| 1406 |
+
np.float64,0xac2074555840f,0xc0733d3364970018,2
|
| 1407 |
+
np.float64,0x3fcd49b96b3a9373,0xbfe47f24c8181d9c,2
|
| 1408 |
+
np.float64,0x3fd10caca6a21959,0xbfe2620ae5594f9a,2
|
| 1409 |
+
np.float64,0xec5b87e9d8b71,0xc0733aff499e72ca,2
|
| 1410 |
+
np.float64,0x9d5e9fad3abd4,0xc0733dd2d70eeb4a,2
|
| 1411 |
+
np.float64,0x7fe3d3a24227a744,0x407340bfc2072fdb,2
|
| 1412 |
+
np.float64,0x3fc5f7a77c2bef4f,0xbfe87e69d502d784,2
|
| 1413 |
+
np.float64,0x33161a66662c4,0xc07345a436308244,2
|
| 1414 |
+
np.float64,0xa27acdc744f5a,0xc0733d99feb3d8ea,2
|
| 1415 |
+
np.float64,0x3fe2d9301565b260,0xbfcd6c914e204437,2
|
| 1416 |
+
np.float64,0x7fd5d111e12ba223,0x40733c98e14a6fd0,2
|
| 1417 |
+
np.float64,0x6c3387bed8672,0xc073406d3648171a,2
|
| 1418 |
+
np.float64,0x24d89fe849b15,0xc07347e97bec008c,2
|
| 1419 |
+
np.float64,0x3fefd763677faec7,0xbf61ae69caa9cad9,2
|
| 1420 |
+
np.float64,0x7fe0a4684ba148d0,0x40733f884d32c464,2
|
| 1421 |
+
np.float64,0x3fd5c3c939ab8792,0xbfddfaaefc1c7fca,2
|
| 1422 |
+
np.float64,0x3fec9b87a6b9370f,0xbfa8eb34efcc6b9b,2
|
| 1423 |
+
np.float64,0x3feb062431f60c48,0xbfb2ca6036698877,2
|
| 1424 |
+
np.float64,0x3fef97f6633f2fed,0xbf76bc742860a340,2
|
| 1425 |
+
np.float64,0x74477490e88ef,0xc0733fed220986bc,2
|
| 1426 |
+
np.float64,0x3fe4bea67ce97d4d,0xbfc818525292b0f6,2
|
| 1427 |
+
np.float64,0x3fc6add3a92d5ba7,0xbfe80cfdc9a90bda,2
|
| 1428 |
+
np.float64,0x847c9ce308f94,0xc0733f05026f5965,2
|
| 1429 |
+
np.float64,0x7fea53fd2eb4a7f9,0x407342b841fc4723,2
|
| 1430 |
+
np.float64,0x3fc55a16fc2ab42e,0xbfe8e3849130da34,2
|
| 1431 |
+
np.float64,0x3fbdf7d07c3befa1,0xbfedcf84b9c6c161,2
|
| 1432 |
+
np.float64,0x3fe5fb25aa6bf64b,0xbfc4e083ff96b116,2
|
| 1433 |
+
np.float64,0x61c776a8c38ef,0xc0734121611d84d7,2
|
| 1434 |
+
np.float64,0x3fec413164f88263,0xbfabadbd05131546,2
|
| 1435 |
+
np.float64,0x9bf06fe137e0e,0xc0733de315469ee0,2
|
| 1436 |
+
np.float64,0x2075eefc40ebf,0xc07348cae84de924,2
|
| 1437 |
+
np.float64,0x3fdd42e0143a85c0,0xbfd5c0b6f60b3cea,2
|
| 1438 |
+
np.float64,0xdbb1ab45b7636,0xc0733b8157329daf,2
|
| 1439 |
+
np.float64,0x3feac6d56bf58dab,0xbfb3d00771b28621,2
|
| 1440 |
+
np.float64,0x7fb2dc825025b904,0x407331f3e950751a,2
|
| 1441 |
+
np.float64,0x3fecea6efd79d4de,0xbfa689309cc0e3fe,2
|
| 1442 |
+
np.float64,0x3fd83abec7b0757e,0xbfdaff5c674a9c59,2
|
| 1443 |
+
np.float64,0x3fd396f7c0272df0,0xbfe073ee75c414ba,2
|
| 1444 |
+
np.float64,0x3fe10036c162006e,0xbfd1945a38342ae1,2
|
| 1445 |
+
np.float64,0x3fd5bbded52b77be,0xbfde04cca40d4156,2
|
| 1446 |
+
np.float64,0x3fe870945ab0e129,0xbfbdf72f0e6206fa,2
|
| 1447 |
+
np.float64,0x3fef72fddcbee5fc,0xbf7ee2dba88b1bad,2
|
| 1448 |
+
np.float64,0x4e111aa09c224,0xc07342b1e2b29643,2
|
| 1449 |
+
np.float64,0x3fd926d8b5b24db1,0xbfd9f58b78d6b061,2
|
| 1450 |
+
np.float64,0x3fc55679172aacf2,0xbfe8e5df687842e2,2
|
| 1451 |
+
np.float64,0x7f5f1749803e2e92,0x40731886e16cfc4d,2
|
| 1452 |
+
np.float64,0x7fea082b53b41056,0x407342a42227700e,2
|
| 1453 |
+
np.float64,0x3fece1d1d039c3a4,0xbfa6cb780988a469,2
|
| 1454 |
+
np.float64,0x3b2721d8764e5,0xc073449f6a5a4832,2
|
| 1455 |
+
np.float64,0x365cb7006cba,0xc0735879ba5f0b6e,2
|
| 1456 |
+
np.float64,0x7ff4000000000000,0x7ffc000000000000,2
|
| 1457 |
+
np.float64,0x7fe606ce92ac0d9c,0x4073417aeebe97e8,2
|
| 1458 |
+
np.float64,0x3fe237b544a46f6b,0xbfcf50f8f76d7df9,2
|
| 1459 |
+
np.float64,0x3fe7265e5eee4cbd,0xbfc1ff39089ec8d0,2
|
| 1460 |
+
np.float64,0x7fe2bb3c5ea57678,0x4073405aaad81cf2,2
|
| 1461 |
+
np.float64,0x3fd811df84b023bf,0xbfdb2e670ea8d8de,2
|
| 1462 |
+
np.float64,0x3f6a0efd00341dfa,0xc003fac1ae831241,2
|
| 1463 |
+
np.float64,0x3fd0d214afa1a429,0xbfe2922080a91c72,2
|
| 1464 |
+
np.float64,0x3feca6a350b94d47,0xbfa894eea3a96809,2
|
| 1465 |
+
np.float64,0x7fe23e5c76247cb8,0x4073402bbaaf71c7,2
|
| 1466 |
+
np.float64,0x3fe739a1fdae7344,0xbfc1d109f66efb5d,2
|
| 1467 |
+
np.float64,0x3fdf4b8e283e971c,0xbfd3e28f46169cc5,2
|
| 1468 |
+
np.float64,0x38f2535271e4b,0xc07344e3085219fa,2
|
| 1469 |
+
np.float64,0x7fd263a0f9a4c741,0x40733b68d945dae0,2
|
| 1470 |
+
np.float64,0x7fdd941863bb2830,0x40733eb651e3dca9,2
|
| 1471 |
+
np.float64,0xace7279159ce5,0xc0733d2b63b5947e,2
|
| 1472 |
+
np.float64,0x7fe34670b2268ce0,0x4073408d92770cb5,2
|
| 1473 |
+
np.float64,0x7fd11fa6dfa23f4d,0x40733aea02e76ea3,2
|
| 1474 |
+
np.float64,0x3fe6d9cbca6db398,0xbfc2b84b5c8c7eab,2
|
| 1475 |
+
np.float64,0x3fd69a0274ad3405,0xbfdcee3c7e52c463,2
|
| 1476 |
+
np.float64,0x3feb5af671f6b5ed,0xbfb16f88d739477f,2
|
| 1477 |
+
np.float64,0x3feea400163d4800,0xbf934e071c64fd0b,2
|
| 1478 |
+
np.float64,0x3fefd6bcf17fad7a,0xbf61f711c392b119,2
|
| 1479 |
+
np.float64,0x3fe148d43da291a8,0xbfd11e9cd3f91cd3,2
|
| 1480 |
+
np.float64,0x7fedf1308b7be260,0x4073439d135656da,2
|
| 1481 |
+
np.float64,0x3fe614c99c6c2993,0xbfc49fd1984dfd6d,2
|
| 1482 |
+
np.float64,0xd6e8d4e5add1b,0xc0733ba88256026e,2
|
| 1483 |
+
np.float64,0xfff0000000000000,0x7ff8000000000000,2
|
| 1484 |
+
np.float64,0x3fb530b5562a616b,0xbff1504bcc5c8f73,2
|
| 1485 |
+
np.float64,0xb7da68396fb4d,0xc0733cbe2790f52e,2
|
| 1486 |
+
np.float64,0x7fad78e26c3af1c4,0x4073303cdbfb0a15,2
|
| 1487 |
+
np.float64,0x7fee5698447cad30,0x407343b474573a8b,2
|
| 1488 |
+
np.float64,0x3fd488325c291065,0xbfdf999296d901e7,2
|
| 1489 |
+
np.float64,0x2669283a4cd26,0xc073479f823109a4,2
|
| 1490 |
+
np.float64,0x7fef3b090afe7611,0x407343e805a3b264,2
|
| 1491 |
+
np.float64,0x7fe8b96ae0f172d5,0x4073424874a342ab,2
|
| 1492 |
+
np.float64,0x7fef409f56fe813e,0x407343e943c3cd44,2
|
| 1493 |
+
np.float64,0x3fed28073dfa500e,0xbfa4b17e4cd31a3a,2
|
| 1494 |
+
np.float64,0x7f87ecc4802fd988,0x40732527e027b24b,2
|
| 1495 |
+
np.float64,0x3fdda24da0bb449b,0xbfd566a43ac035af,2
|
| 1496 |
+
np.float64,0x179fc9e62f3fa,0xc0734b0028c80fc1,2
|
| 1497 |
+
np.float64,0x3fef85b0927f0b61,0xbf7ac27565d5ab4f,2
|
| 1498 |
+
np.float64,0x5631501aac62b,0xc0734201be12c5d4,2
|
| 1499 |
+
np.float64,0x3fd782e424af05c8,0xbfdbd57544f8a7c3,2
|
| 1500 |
+
np.float64,0x3fe603a9a6ac0753,0xbfc4caff04dc3caf,2
|
| 1501 |
+
np.float64,0x7fbd5225163aa449,0x40733504b88f0a56,2
|
| 1502 |
+
np.float64,0x3fecd27506b9a4ea,0xbfa741dd70e6b08c,2
|
| 1503 |
+
np.float64,0x9c99603b3932c,0xc0733ddb922dc5db,2
|
| 1504 |
+
np.float64,0x3fbeb57f1a3d6afe,0xbfed789ff217aa08,2
|
| 1505 |
+
np.float64,0x3fef9c0f85bf381f,0xbf75d5c3d6cb281a,2
|
| 1506 |
+
np.float64,0x3fde4afb613c95f7,0xbfd4ca2a231c9005,2
|
| 1507 |
+
np.float64,0x396233d472c47,0xc07344d56ee70631,2
|
| 1508 |
+
np.float64,0x3fb31ea1c6263d44,0xbff207356152138d,2
|
| 1509 |
+
np.float64,0x3fe50bdf78aa17bf,0xbfc74ae0cbffb735,2
|
| 1510 |
+
np.float64,0xef74c701dee99,0xc0733ae81e4bb443,2
|
| 1511 |
+
np.float64,0x9a3e13a1347c3,0xc0733df68b60afc7,2
|
| 1512 |
+
np.float64,0x33ba4f886774b,0xc073458e03f0c13e,2
|
| 1513 |
+
np.float64,0x3fe8ba0e9931741d,0xbfbcaadf974e8f64,2
|
| 1514 |
+
np.float64,0x3fe090a4cd61214a,0xbfd24d236cf365d6,2
|
| 1515 |
+
np.float64,0x7fd87d992930fb31,0x40733d668b73b820,2
|
| 1516 |
+
np.float64,0x3fe6422b296c8456,0xbfc42e070b695d01,2
|
| 1517 |
+
np.float64,0x3febe9334677d267,0xbfae667864606cfe,2
|
| 1518 |
+
np.float64,0x771a3ce4ee348,0xc0733fc274d12c97,2
|
| 1519 |
+
np.float64,0x3fe0413542e0826b,0xbfd2d3b08fb5b8a6,2
|
| 1520 |
+
np.float64,0x3fd00870ea2010e2,0xbfe33cc04cbd42e0,2
|
| 1521 |
+
np.float64,0x3fe74fb817ae9f70,0xbfc19c45dbf919e1,2
|
| 1522 |
+
np.float64,0x40382fa08071,0xc07357514ced5577,2
|
| 1523 |
+
np.float64,0xa14968474292d,0xc0733da71a990f3a,2
|
| 1524 |
+
np.float64,0x5487c740a90fa,0xc0734224622d5801,2
|
| 1525 |
+
np.float64,0x3fed7d8d14fafb1a,0xbfa228f7ecc2ac03,2
|
| 1526 |
+
np.float64,0x3fe39bb485e73769,0xbfcb3a235a722960,2
|
| 1527 |
+
np.float64,0x3fd01090b2202121,0xbfe335b752589a22,2
|
| 1528 |
+
np.float64,0x3fd21a3e7da4347d,0xbfe18cd435a7c582,2
|
| 1529 |
+
np.float64,0x3fe7fa855a2ff50b,0xbfc00ab0665709fe,2
|
| 1530 |
+
np.float64,0x3fedc0d4577b81a9,0xbfa02fef3ff553fc,2
|
| 1531 |
+
np.float64,0x3fe99d4906333a92,0xbfb8bf18220e5e8e,2
|
| 1532 |
+
np.float64,0x3fd944ee3c3289dc,0xbfd9d46071675e73,2
|
| 1533 |
+
np.float64,0x3fe3ed8d52e7db1b,0xbfca53f8d4aef484,2
|
| 1534 |
+
np.float64,0x7fe748623a6e90c3,0x407341dd97c9dd79,2
|
| 1535 |
+
np.float64,0x3fea1b4b98343697,0xbfb6a1560a56927f,2
|
| 1536 |
+
np.float64,0xe1215715c242b,0xc0733b55dbf1f0a8,2
|
| 1537 |
+
np.float64,0x3fd0d5bccca1ab7a,0xbfe28f1b66d7a470,2
|
| 1538 |
+
np.float64,0x881a962710353,0xc0733ed51848a30d,2
|
| 1539 |
+
np.float64,0x3fcf022afe3e0456,0xbfe3b40eabf24501,2
|
| 1540 |
+
np.float64,0x3fdf1ac6bbbe358d,0xbfd40e03e888288d,2
|
| 1541 |
+
np.float64,0x3fa51a5eac2a34bd,0xbff628a7c34d51b3,2
|
| 1542 |
+
np.float64,0x3fdbaf408d375e81,0xbfd74ad39d97c92a,2
|
| 1543 |
+
np.float64,0x3fcd2418ea3a4832,0xbfe4910b009d8b11,2
|
| 1544 |
+
np.float64,0x3fc7b3062a2f660c,0xbfe7706dc47993e1,2
|
| 1545 |
+
np.float64,0x7fb8232218304643,0x407333aaa7041a9f,2
|
| 1546 |
+
np.float64,0x7fd5f186362be30b,0x40733ca32fdf9cc6,2
|
| 1547 |
+
np.float64,0x3fe57ef1d6aafde4,0xbfc61e23d00210c7,2
|
| 1548 |
+
np.float64,0x7c6830baf8d07,0xc0733f74f19e9dad,2
|
| 1549 |
+
np.float64,0xcacbfd5595980,0xc0733c0fb49edca7,2
|
| 1550 |
+
np.float64,0x3fdfdeac873fbd59,0xbfd36114c56bed03,2
|
| 1551 |
+
np.float64,0x3fd31f0889263e11,0xbfe0ca0cc1250169,2
|
| 1552 |
+
np.float64,0x3fe839fbe47073f8,0xbfbef0a2abc3d63f,2
|
| 1553 |
+
np.float64,0x3fc36af57e26d5eb,0xbfea3553f38770b7,2
|
| 1554 |
+
np.float64,0x3fe73dbc44ee7b79,0xbfc1c738f8fa6b3d,2
|
| 1555 |
+
np.float64,0x3fd3760e4da6ec1d,0xbfe08b5b609d11e5,2
|
| 1556 |
+
np.float64,0x3fee1cfa297c39f4,0xbf9b06d081bc9d5b,2
|
| 1557 |
+
np.float64,0xdfb01561bf61,0xc0734ea55e559888,2
|
| 1558 |
+
np.float64,0x687bd01cd0f7b,0xc07340ab67fe1816,2
|
| 1559 |
+
np.float64,0x3fefc88f4cbf911f,0xbf6828c359cf19dc,2
|
| 1560 |
+
np.float64,0x8ad34adb15a6a,0xc0733eb1e03811e5,2
|
| 1561 |
+
np.float64,0x3fe2b49c12e56938,0xbfcdd8dbdbc0ce59,2
|
| 1562 |
+
np.float64,0x6e05037adc0a1,0xc073404f91261635,2
|
| 1563 |
+
np.float64,0x3fe2fd737fe5fae7,0xbfcd020407ef4d78,2
|
| 1564 |
+
np.float64,0x3fd0f3c0dc21e782,0xbfe2766a1ab02eae,2
|
| 1565 |
+
np.float64,0x28564d9850acb,0xc073474875f87c5e,2
|
| 1566 |
+
np.float64,0x3fe4758015a8eb00,0xbfc8ddb45134a1bd,2
|
| 1567 |
+
np.float64,0x7fe7f19306efe325,0x4073420f626141a7,2
|
| 1568 |
+
np.float64,0x7fd27f34c0a4fe69,0x40733b733d2a5b50,2
|
| 1569 |
+
np.float64,0x92c2366325847,0xc0733e4f04f8195a,2
|
| 1570 |
+
np.float64,0x3fc21f8441243f09,0xbfeb2ad23bc1ab0b,2
|
| 1571 |
+
np.float64,0x3fc721d3e42e43a8,0xbfe7c69bb47b40c2,2
|
| 1572 |
+
np.float64,0x3fe2f11a1625e234,0xbfcd26363b9c36c3,2
|
| 1573 |
+
np.float64,0x3fdcb585acb96b0b,0xbfd648446237cb55,2
|
| 1574 |
+
np.float64,0x3fd4060bf2280c18,0xbfe025fd4c8a658b,2
|
| 1575 |
+
np.float64,0x7fb8ae2750315c4e,0x407333d23b025d08,2
|
| 1576 |
+
np.float64,0x3fe3a03119a74062,0xbfcb2d6c91b38552,2
|
| 1577 |
+
np.float64,0x7fdd2af92bba55f1,0x40733e9d737e16e6,2
|
| 1578 |
+
np.float64,0x3fe50b05862a160b,0xbfc74d20815fe36b,2
|
| 1579 |
+
np.float64,0x164409f82c882,0xc0734b6980e19c03,2
|
| 1580 |
+
np.float64,0x3fe4093712a8126e,0xbfca070367fda5e3,2
|
| 1581 |
+
np.float64,0xae3049935c609,0xc0733d1e3608797b,2
|
| 1582 |
+
np.float64,0x3fd71df4b4ae3be9,0xbfdc4dcb7637600d,2
|
| 1583 |
+
np.float64,0x7fca01e8023403cf,0x407339006c521c49,2
|
| 1584 |
+
np.float64,0x3fb0c5c43e218b88,0xbff2f03211c63f25,2
|
| 1585 |
+
np.float64,0x3fee757af83ceaf6,0xbf95f33a6e56b454,2
|
| 1586 |
+
np.float64,0x3f865f1f402cbe3f,0xbfff62d9c9072bd7,2
|
| 1587 |
+
np.float64,0x89864e95130ca,0xc0733ec29f1e32c6,2
|
| 1588 |
+
np.float64,0x3fe51482bcea2905,0xbfc73414ddc8f1b7,2
|
| 1589 |
+
np.float64,0x7fd802f8fa3005f1,0x40733d43684e460a,2
|
| 1590 |
+
np.float64,0x3fbeb86ca63d70d9,0xbfed774ccca9b8f5,2
|
| 1591 |
+
np.float64,0x3fb355dcc826abba,0xbff1f33f9339e7a3,2
|
| 1592 |
+
np.float64,0x3fe506c61eaa0d8c,0xbfc7585a3f7565a6,2
|
| 1593 |
+
np.float64,0x7fe393f25ba727e4,0x407340a94bcea73b,2
|
| 1594 |
+
np.float64,0xf66f532decdeb,0xc0733ab5041feb0f,2
|
| 1595 |
+
np.float64,0x3fe26e872be4dd0e,0xbfceaaab466f32e0,2
|
| 1596 |
+
np.float64,0x3fefd9e290bfb3c5,0xbf60977d24496295,2
|
| 1597 |
+
np.float64,0x7fe19c5f692338be,0x40733fecef53ad95,2
|
| 1598 |
+
np.float64,0x3fe80365ab3006cb,0xbfbfec4090ef76ec,2
|
| 1599 |
+
np.float64,0x3fe88ab39eb11567,0xbfbd8099388d054d,2
|
| 1600 |
+
np.float64,0x3fe68fb09fad1f61,0xbfc36db9de38c2c0,2
|
| 1601 |
+
np.float64,0x3fe9051883b20a31,0xbfbb5b75b8cb8f24,2
|
| 1602 |
+
np.float64,0x3fd4708683a8e10d,0xbfdfb9b085dd8a83,2
|
| 1603 |
+
np.float64,0x3fe00ac11a601582,0xbfd3316af3e43500,2
|
| 1604 |
+
np.float64,0xd16af30ba2d5f,0xc0733bd68e8252f9,2
|
| 1605 |
+
np.float64,0x3fb97d654632facb,0xbff007ac1257f575,2
|
| 1606 |
+
np.float64,0x7fd637c10fac6f81,0x40733cb949d76546,2
|
| 1607 |
+
np.float64,0x7fed2cab6dba5956,0x4073436edfc3764e,2
|
| 1608 |
+
np.float64,0x3fed04afbbba095f,0xbfa5bfaa5074b7f4,2
|
| 1609 |
+
np.float64,0x0,0xfff0000000000000,2
|
| 1610 |
+
np.float64,0x389a1dc671345,0xc07344edd4206338,2
|
| 1611 |
+
np.float64,0x3fbc9ba25a393745,0xbfee74c34f49b921,2
|
| 1612 |
+
np.float64,0x3feee749947dce93,0xbf8f032d9cf6b5ae,2
|
| 1613 |
+
np.float64,0xedc4cf89db89a,0xc0733af4b2a57920,2
|
| 1614 |
+
np.float64,0x3fe41629eba82c54,0xbfc9e321faf79e1c,2
|
| 1615 |
+
np.float64,0x3feb0bcbf7b61798,0xbfb2b31e5d952869,2
|
| 1616 |
+
np.float64,0xad60654b5ac0d,0xc0733d26860df676,2
|
| 1617 |
+
np.float64,0x3fe154e1ff22a9c4,0xbfd10b416e58c867,2
|
| 1618 |
+
np.float64,0x7fb20e9c8a241d38,0x407331a66453b8bc,2
|
| 1619 |
+
np.float64,0x7fcbbaaf7d37755e,0x4073397274f28008,2
|
| 1620 |
+
np.float64,0x187d0fbc30fa3,0xc0734ac03cc98cc9,2
|
| 1621 |
+
np.float64,0x7fd153afeaa2a75f,0x40733aff00b4311d,2
|
| 1622 |
+
np.float64,0x3fe05310a5e0a621,0xbfd2b5386aeecaac,2
|
| 1623 |
+
np.float64,0x7fea863b2b750c75,0x407342c57807f700,2
|
| 1624 |
+
np.float64,0x3fed5f0c633abe19,0xbfa30f6cfbc4bf94,2
|
| 1625 |
+
np.float64,0xf227c8b3e44f9,0xc0733ad42daaec9f,2
|
| 1626 |
+
np.float64,0x3fe956524772aca5,0xbfb9f4cabed7081d,2
|
| 1627 |
+
np.float64,0xefd11af7dfa24,0xc0733ae570ed2552,2
|
| 1628 |
+
np.float64,0x1690fff02d221,0xc0734b51a56c2980,2
|
| 1629 |
+
np.float64,0x7fd2e547a825ca8e,0x40733b992d6d9635,2
|