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

Function fx_Math_asinh

xs/sources/xsMath.c:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void fx_Math_asinh(txMachine* the)
157{
158 mxNanResultIfNoArg;
159 fxToNumber(the, mxArgv(0));
160 mxResult->kind = XS_NUMBER_KIND;
161 mxResult->value.number = c_asinh(mxArgv(0)->value.number);
162}
163
164void fx_Math_atan(txMachine* the)
165{

Callers

nothing calls this directly

Calls 1

fxToNumberFunction · 0.85

Tested by

no test coverage detected