Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ ln
Method
ln
MathParser/src/com/aghajari/math/Functions.java:117–119 ·
view source on GitHub ↗
(double a)
Source
from the content-addressed store, hash-verified
115
}
116
117
public
static
double ln(double a) {
118
return
Math.log(a);
119
}
120
121
public
static
double radical(double a) {
122
return
Math.sqrt(a);
Callers
nothing calls this directly
Calls
1
log
Method · 0.80
Tested by
no test coverage detected