Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ radical
Method
radical
MathParser/src/com/aghajari/math/Functions.java:121–123 ·
view source on GitHub ↗
(double a)
Source
from the content-addressed store, hash-verified
119
}
120
121
public
static
double radical(double a) {
122
return
Math.sqrt(a);
123
}
124
125
public
static
double radical(double a, double b) {
126
if
(b <= 2)
Callers
1
calculate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected