sinVal method

double sinVal(
  1. int value
)

Implementation

double sinVal(int value) => sin(value);