Daniel Wirtz 164f134053
Even more math (#56)
Remaining implementations of JavaScript's Math functions (except sin/cos/tan), both double (Math) and single (Mathf) precision, ported from musl incl. tests from libc-test, plus some changes to match JS semantics. Also binds fmod to `%` and pow to `**`.
2018-03-30 17:25:54 +02:00
..
2018-03-30 17:25:54 +02:00
2018-03-30 17:25:54 +02:00
2017-12-14 11:55:35 +01:00
2018-03-19 01:12:18 +01:00

Standard library components for use with tsc (portable) and asc (assembly).

Definition files (.d.ts) and base configurations (.json) are relevant to tsc only and not used by asc.