MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / RPowerR

Function RPowerR

externalpackages/PVODE/source/llnlmath.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53real RPowerR(real base, real exponent)
54{
55
56 if (base <= ZERO) return(ZERO);
57
58 return((real)pow((double)base,(double)exponent));
59}
60
61
62real RSqrt(real x)

Callers 4

CVDoErrorTestFunction · 0.85
CVPrepareNextStepFunction · 0.85
CVComputeEtaqm1Function · 0.85
CVComputeEtaqp1Function · 0.85

Calls 1

powFunction · 0.50

Tested by

no test coverage detected