]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tests: update float constant
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 7 Feb 2024 22:00:47 +0000 (14:00 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 7 Feb 2024 22:00:47 +0000 (14:00 -0800)
basis/compiler/tests/codegen.factor

index 2ad5708d5849544bb143e1b76a1281a1e4670b0c..85748e937ce7c607d732d9f746a4847ebd815d79 100644 (file)
@@ -399,8 +399,8 @@ cell 4 = [
 
 { } [ missing-gc-check-2 ] unit-test
 
-{ 1 "0.169967142900241" } [ 1.4 [ 1 swap fcos ] compile-call number>string ] unit-test
-{ 1 "0.169967142900241" } [ 1.4 1 [ swap fcos ] compile-call number>string ] unit-test
+{ 1 "0.16996714290024104" } [ 1.4 [ 1 swap fcos ] compile-call number>string ] unit-test
+{ 1 "0.16996714290024104" } [ 1.4 1 [ swap fcos ] compile-call number>string ] unit-test
 { "0.169967142900241" "0.9854497299884601" } [ 1.4 [ [ fcos ] [ fsin ] bi ] compile-call [ number>string ] bi@ ] unit-test
 { 1 "0.169967142900241" "0.9854497299884601" } [ 1.4 1 [ swap >float [ fcos ] [ fsin ] bi ] compile-call [ number>string ] bi@ ] unit-test