UNPKG

maths.ts

Version:

Math utilities library for TypeScript, JavaScript and Node.js

38 lines (28 loc) β€’ 1.09 kB
<!-- 🚨 STOP 🚨 𝗦𝗧𝗒𝗣 🚨 𝑺𝑻𝑢𝑷 🚨 --> <!-- Half of all issues filed on many repositories are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/tslovers/maths.ts/search?type=Issues * Read the CONTRIBUTING guidelines: https://github.com/tslovers/maths.ts/blob/master/CONTRIBUTING.md * Your help in our FAQ would be great --> <!-- If you have a QUESTION: THIS IS NOT A FORUM FOR QUESTIONS. Ask questions to me and I'll personally answer: ipi.vasquez@gmail.com --> <!-- If you have a BUG or SUGGESTION: Please fill in the *entire* template below. --> **maths.ts Version:** X.Y.Z <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** **Code** ```ts // An example of what is missing // Also it will be great if you test with tsc instead of any other tool import * as maths from 'maths.ts'; ``` **Expected behavior:** **Actual behavior:** **Related Issues:**