theomath
v1.1.0
Published
In [numerology](https://en.wikipedia.org/wiki/Numerology) there are some operations that you can do using the full name or date of birth.
Downloads
1
Readme
Theosophical Math
A numerology library
In numerology there are some operations that you can do using the full name or date of birth.
Based on the result number there is an interpretation. This library contains only the mathematical operations, not the interpretations.
Arithmetics
- Theosophical Reduction
- Theosophical Addition
Operations
- Life Path Number
- Expression Number
- Strength Number
- Equilibrium Number
- Mission Number
Building
Run nx build theomath
to build the library.
Running unit tests
Run nx test theomath
to execute the unit tests via Jest.