tanVal method

double tanVal(
  1. int value
)

Implementation

double tanVal(int value) => tan(value);