Skip to contents
cynkra
dd
0.0.0.9000
Reference
DuckDB function cot
Source:
R/duckdb-funs.R
cot.Rd
Computes the cotangent of x.
Usage
cot
(
x
=
DOUBLE
)
Arguments
x
DOUBLE
Value
DOUBLE
SQL examples
cot
(
0.5
)