ndarray icon indicating copy to clipboard operation
ndarray copied to clipboard

Implement float math functions for two arrays

Open Waterdragen opened this issue 5 months ago • 4 comments
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

Waterdragen avatar May 28 '25 11:05 Waterdragen