MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fx_Math_acosh

Function fx_Math_acosh

xs/sources/xsMath.c:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void fx_Math_acosh(txMachine* the)
141{
142 mxNanResultIfNoArg;
143 fxToNumber(the, mxArgv(0));
144 mxResult->kind = XS_NUMBER_KIND;
145 mxResult->value.number = c_acosh(mxArgv(0)->value.number);
146}
147
148void fx_Math_asin(txMachine* the)
149{

Callers

nothing calls this directly

Calls 1

fxToNumberFunction · 0.85

Tested by

no test coverage detected