php-calc::hundred_points: 简单流畅的浮动操作库

时间:2021-05-31 10:53:18
【文件属性】:
文件名称:php-calc::hundred_points: 简单流畅的浮动操作库
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-31 10:53:18
PHP 计算器 :hundred_points: 简单流畅的浮动操作库。 Calc 旨在为简单易读的计算提供工具,没有任何依赖性。 它带有Number ,它是一个不可变的值对象,可以实现流畅的浮点操作。 为什么 如果您曾经使用过充满这种废话的代码库: $ result = round (( $ b != 0 ? (( 1 + $ a )/ $ b ) : $ c )* 0.25 , 2 ) 我相信你会喜欢的: $ result = Number :: of ( $ b ) -> when ( Number :: of ( $ b )-> isZero (), fn ( $ b ) => $ c fn ( $ b ) => Number :: one ()-> plus ( $ a )-> divide ( $ b ), ) -> multiply ( 0.2
【文件预览】:
php-calc-master
----.github()
--------workflows()
----.prettierignore(5B)
----src()
--------Number.php(10KB)
----DOCS.md(4KB)
----.php_cs.dist(16KB)
----LICENSE.md(1KB)
----README.md(2KB)
----composer.json(961B)

网友评论