-
Notifications
You must be signed in to change notification settings - Fork 94
cosh
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
title: Cosh description: published: true date: 2023-03-16T23:05:43.327Z tags: editor: markdown dateCreated: 2023-03-16T22:21:55.020Z
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.