py_f64 typedef
py_f64 = Double
A 64-bit floating-point type. Corresponds to float
in python.
Implementation
typedef py_f64 = ffi.Double;
A 64-bit floating-point type. Corresponds to float
in python.
typedef py_f64 = ffi.Double;