Skip to main content
Version: 0.9.3

Expr.arcsinh

def arcsinh() -> Expr

Categories: numeric

Calculate the inverse hyperbolic sine of the element value.

Examples

>>> import tabsdata as td
>>>
>>> tf: td.TableFrame ...
>>>
>>> tf = tf.select(td.col("val"), td.col("val").arcsinh().alias("arcsinh"))
>>>
┌──────┬──────────┐
│ val ┆ arcsinh │
------
│ f64 ┆ f64 │
╞══════╪══════════╡
0.10.099834
1.51.194763
1.81.350441
6.02.49178
6.02.49178
7.52.712465
│ null ┆ null │
└──────┴──────────┘