Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 344 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 344 Bytes

mathematics

Mathematical functions and equations for testing provess in algortihmic thinking. Just some math in TypeScript.

Whole app runs in console

yarn/npm run dev

for running dev environment with Nodemon

yarn/npm ts-node functions.ts

for one time execution with Ts-node

yarn/npm test

for running unit tests with Jest