How do I work with high precision decimals in PHP

后端 未结 1 781
广开言路
广开言路 2020-12-20 17:39

I am trying to create a database-driven website with PHP and with data stored in a PostgreSQL database, (accessed with PDO) and I will be needing to store and manipulate hig

相关标签:
1条回答
  • 2020-12-20 18:20

    Check out the GNU Multiple Precision and BC Math extensions.

    0 讨论(0)
提交回复
热议问题