inv method

num inv(
  1. num y
)

Implementation

num inv(num y) => (y / coefficient);