Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
real 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
62
real RSqrt(real x)
Callers
4
CVDoErrorTest
Function · 0.85
CVPrepareNextStep
Function · 0.85
CVComputeEtaqm1
Function · 0.85
CVComputeEtaqp1
Function · 0.85
Calls
1
pow
Function · 0.50
Tested by
no test coverage detected