| Summary: | Exception on MathLib.ldexp | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Fixed in 20111121 build. Verified. |
Use EUNIT to run: library ldexp function ldexp(){@Test} result decimal(18, 6); decimalX decimal = 000000000010.000000; exp int = 2; try result = mathLib.ldexp(decimalX, exp); onException(oops AnyException) LogResult.failed("Exception"); exit; end LogResult.assertDecimalEqual("ldexp", 40.0000000, result); end end When debugging, I see: eglx.javascript.JavaScriptObjectException egl.eglx.lang.MathLib.ldexp is not a function