Home
last modified time | relevance | path

Searched refs:Math_acosh (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/roc/
H A Dmathdecl.py70 return types.Function(Math_acosh)
214 class Math_acosh(Math_unary): class
329 infer_global(math.acosh, types.Function(Math_acosh))
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/javascript/
H A Djuce_Javascript.cpp1707 setMethod ("cosh", Math_cosh); setMethod ("acosh", Math_acosh); in MathClass()
1756 static var Math_acosh (Args a) { return acosh (getDouble (a, 0)); } in Math_acosh() function
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/javascript/
H A Djuce_Javascript.cpp1707 setMethod ("cosh", Math_cosh); setMethod ("acosh", Math_acosh); in MathClass()
1756 static var Math_acosh (Args a) { return acosh (getDouble (a, 0)); } in Math_acosh() function
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/javascript/
H A Djuce_Javascript.cpp1706 setMethod ("cosh", Math_cosh); setMethod ("acosh", Math_acosh); in MathClass()
1755 static var Math_acosh (Args a) { return acosh (getDouble (a, 0)); } in Math_acosh() function