MCPcopy Create free account
hub / github.com/dynjs/dynjs / testLog2e

Method testLog2e

src/test/java/org/dynjs/runtime/builtins/MathTest.java:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 @Test
43 public void testLog2e() {
44 assertThat(eval("Math.LOG2E")).isEqualTo(java.lang.Math.log(java.lang.Math.E) / java.lang.Math.log(2));
45 }
46
47 @Test
48 public void testLog10e() {

Callers

nothing calls this directly

Calls 2

evalMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected