MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / dval2

Function dval2

test/test_float_literals.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42double NOINLINE dret_minuspi() { return (double)-3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679; }
43double NOINLINE dval() { return 10.0; }
44double NOINLINE dval2() { return -10.0; }
45double NOINLINE dzero() { return 0.0; }
46double NOINLINE dzero2() { return -0.0; }
47

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected