-
Notifications
You must be signed in to change notification settings - Fork 94
cosh
Jan Boon edited this page Mar 13, 2023
·
3 revisions
title: Cosh description: published: true date: 2023-03-13T00:19:38.667Z tags: editor: markdown dateCreated: 2023-03-13T00:19:38.667Z
The cosh native AI script function returns the hyperbolic cosine of the input value.
(y: f)cosh(x: f)
- x (float): The input value.
-
y (float): The hyperbolic cosine of
x
.
(result)cosh(1.0);
This example code returns the value of the hyperbolic cosine of 1.0\ in variable result.