Right now to convert a scalar to a quad precision you can do: `QuadPrecision(x)` but for a `np.ndarray` or `np.number` you need to do: `x.astype(QuadPrecDType)` It would be nice if they had the same interface.
Right now to convert a scalar to a quad precision you can do:
QuadPrecision(x)but for a
np.ndarrayornp.numberyou need to do:x.astype(QuadPrecDType)It would be nice if they had the same interface.