min method

num min(
  1. num other
)

Implementation

num min(num other) => math.min<num>(this, other);