class

Cosmo::Intrinsic::MathLib::Acosh

Inherits Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Instance methods

arity

The amount of parameters this function will accept

Source
call(args : Array(ValueType)) : Float64

Executes the function body, passing in args

Source