astype#

rbc.stdlib.data_type_functions.astype(x, dtype, *, copy=True)#

❌ Not implemented

Copies an array to a specified data type irrespective of Type Promotion Rules rules.

Array-API ‘astype’ doc