JavaScript pack integers and calculate arbitrary precision float:

前端 未结 2 1603
一向
一向 2021-01-15 03:11

I need to do the following in JavaScript and so far been unable to find solutions to do it seamlessly:

  • Grab two integers in a specific order and pack them like
2条回答
  •  梦毁少年i
    2021-01-15 03:24

    I think you need a big number library for JavaScript such as http://jsfromhell.com/classes/bignumber.

提交回复
热议问题