ruby-inexact_equality_warning:您不想比较浮点数是否相等

时间:2024-07-13 21:49:20
【文件属性】:

文件名称:ruby-inexact_equality_warning:您不想比较浮点数是否相等

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-13 21:49:20

Ruby

x = 1.0 - 0.9 - 0.1 x == 0.0 # WARNING: Testing for equality with inexact floats is ill-advised, when comparing -2.7755575615628914e-17 and 0 (/path/to/file.rb:123) # => false 安装使用 宝石档案: gem "inexact_equality_warning" require "inexact_equality_warning"


【文件预览】:
ruby-inexact_equality_warning-master
----lib()
--------inexact_equality_warning.rb(538B)
----Gemfile(40B)
----spec()
--------inexact_equality_warning_spec.rb(3KB)
--------spec_helper.rb(3KB)
----inexact_equality_warning.gemspec(737B)
----.travis.yml(152B)
----LICENSE(1KB)
----README.md(482B)
----.rspec(30B)
----.gitignore(30B)

网友评论