py_f64 typedef

py_f64 = Double

A 64-bit floating-point type. Corresponds to float in python.

Implementation

typedef py_f64 = ffi.Double;