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