A final (?) prototype for a refactor of mathjs, culminating the picomath, pocomath, typomath series. Provides an extensible core with "fuzzy" types for its operations, that can at any time generate exact .d.ts file for its current state.
Go to file
Jos de Jong 0ebaaf35ee feat: convert sqrt for numbers 2023-09-21 15:02:42 +02:00
etc feat: add build script (#13) 2023-08-23 03:20:10 +00:00
src feat: convert sqrt for numbers 2023-09-21 15:02:42 +02:00
.gitignore feat: add build script (#13) 2023-08-23 03:20:10 +00:00
.npmrc feat: add build script (#13) 2023-08-23 03:20:10 +00:00
LICENSE Initial commit 2022-12-02 14:04:53 +00:00
README.md feat: Precisely reflect the type of an implementation at runtime (!!) 2023-08-25 19:18:54 -07:00
package.json5 feat: convert sqrt for numbers 2023-09-21 15:02:42 +02:00
pnpm-lock.yaml use ts-macros directly from Github until v2.4.2 is published on npm 2023-09-21 14:58:51 +02:00
tsconfig.json WIP: try to use ts-macros for more implementations 2023-09-18 10:14:11 -07:00

README.md

typocomath

A final (?) prototype for a refactor of mathjs, culminating the picomath, pocomath, typomath series. Provides an extensible core with "fuzzy" types for its operations, that can at any time generate exact .d.ts file for its current state.

Convenience scripts:

  • pnpm build -- compile the package
  • pnpm exec -- run the compiled code produced by pnpm build
  • pnpm go -- both of the above in sequence.

Important installation note:

after pnpm install, you must execute npx ts-patch install to activate the ts-macros compiler plugin.