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