menu
antidart package
documentation
kotlin.dart
tan function
tan function
dark_mode
light_mode
tan
function
num
tan
(
num
x
)
Computes the tangent of the angle
x
given in radians.
Implementation
num tan(num x) => math.tan(x);
antidart package
documentation
kotlin
tan function
kotlin.stdlib library