calculateSin method

double calculateSin(
  1. double angleValue
)

Implementation

double calculateSin(double angleValue) => angleValue;