call method

num call(
  1. num x
)

Implementation

num call(num x) => (x * coefficient);