tan method

double tan(
  1. double _X
)

Implementation

double tan(
  double _X,
) {
  return _tan(
    _X,
  );
}