vueuse / vue-chemistry

Reactified JavaScript functions for Vue
MIT License
392 stars 9 forks source link

feat(math): adding several math functions and math test modules #6

Closed GlintonLiao closed 1 year ago

GlintonLiao commented 1 year ago

Hi,

I added three reactive math functions in the math folder, including:

Besides, I added math test modules, covering all functions inside /src/math/index.ts.