Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ testMathLog
Method
testMathLog
src/test/java/org/dynjs/runtime/builtins/MathTest.java:352–355 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
350
}
351
352
@Test
353
public
void
testMathLog() {
354
assertEval(
"Math.log(2)"
, java.lang.Math.log(2));
355
}
356
357
@Test
358
public
void
testMathLogNaN() {
Callers
nothing calls this directly
Calls
2
assertEval
Method · 0.95
log
Method · 0.45
Tested by
no test coverage detected