Skip to contents
dd
0.0.0.9000
Reference
DuckDB function tan
Source:
R/duckdb-funs.R
tan.Rd
Computes the tan of x.
Arguments
x
DOUBLE
Examples
if
(
FALSE
)
{
# \dontrun{
tan
(
90
)
}
# }