tan method

double tan(
  1. double x
)

Computes the tangent of x (measured in radians).

Implementation

double tan(double x) => dart_math.tan(x);