flutterxel_core_sgn_f64 method

double flutterxel_core_sgn_f64(
  1. double x
)

Implementation

double flutterxel_core_sgn_f64(double x) {
  return _flutterxel_core_sgn_f64(x);
}