We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0984e8 commit b3100f8Copy full SHA for b3100f8
1 file changed
numpycpp/detail/buffer_dtype.h
@@ -32,7 +32,6 @@ struct BufDtype {
32
bool is_int32() const { return kind == BufKind::INT32; }
33
bool is_int64() const { return kind == BufKind::INT64; }
34
bool is_bool() const { return kind == BufKind::BOOL; }
35
- bool is_float() const { return is_float32() || is_float64(); }
36
};
37
38
/// 纯 C++ 解析 buffer_info::format + itemsize,零 Python 调用。
0 commit comments