ndarray
ndarray copied to clipboard
Implement float math functions for two arrays
trafficstars
Rationale
Since we have something like array.binary_fn(float), we could also have array.binary_fn(array).
Extends functionality of #1042 and #1507
New binary methods for RHS = float
- atan2
New binary methods for RHS = arrays
- powi_all
- powf_all
- log_all
- abs_sub_all
- hypot_all
- atan2_all