Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ testLn10
Method
testLn10
src/test/java/org/dynjs/runtime/builtins/MathTest.java:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
@Test
33
public
void
testLn10() {
34
assertThat(eval(
"Math.LN10"
)).isEqualTo(java.lang.Math.log(10));
35
}
36
37
@Test
38
public
void
testLn2() {
Callers
nothing calls this directly
Calls
2
eval
Method · 0.45
log
Method · 0.45
Tested by
no test coverage detected