How does everyone solve floating point calculation in vue?

is there any useful vue library for floating-point computing that can be recommended

Mar.02,2021

js library is used to solve floating point calculation, not vue library, so you can't find it by using vue as the keyword, just npm it.

recommend one I often use:


Vue is a MVVM framework dedicated to enhancing the Synchronize experience between data and views, but it has nothing to do with JS floating-point computing. The subject must be clear about these concepts, otherwise they will ask for fish.

Menu