ACOSH: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
{{PageSyntax}}
{{PageSyntax}}
: {{Parameter|return_value!}} = [[_ACOSH]]({{Parameter|x!}})
: {{Parameter|return_value!}} = [[_ACOSH]]({{Parameter|x!}})


{{PageSeeAlso}}
{{PageSeeAlso}}

Revision as of 00:17, 29 January 2023

The _ACOSH returns the nonnegative arc hyperbolic cosine of x!, expressed in radians.


Syntax

return_value! = _ACOSH(x!)


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link