flutterxel_core_sin method

double flutterxel_core_sin(
  1. double deg
)

Implementation

double flutterxel_core_sin(double deg) {
  return _flutterxel_core_sin(deg);
}