Skip to main content
Version: 1.7.1

Expr.arccosh

def arccosh() -> Expr

Categories: numeric

Calculate the inverse hyperbolic cosine of the element value.

Examples

>>> import tabsdata as td
>>>
>>> tf: td.TableFrame ...
>>>
>>> tf = tf.select(td.col("val"), td.col("val").arccosh().alias("arccosh"))
>>>
┌──────┬──────────┐
│ val ┆ arccosh │
------
│ f64 ┆ f64 │
╞══════╪══════════╡
0.1 ┆ NaN │
1.50.962424
1.81.192911
6.02.477889
6.02.477889
7.52.703576
│ null ┆ null │
└──────┴──────────┘