MCPcopy 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

evalMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected