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