divide method

SLFloat divide(
  1. SLFloat other
)

Implementation

SLFloat divide(SLFloat other) => SLFloat(value / other.value);