Quick actions

cmd+k|ctrl+k

Navigation

Languages

Rational Math (0.1+0.2=0.3?)

Snippet info

Language

Raku

Visibility

public

Author

zostay

Created

2016-07-09T02:12:43Z

Updated

2016-07-09T02:20:23Z

say 0.1 + 0.2 == 0.3 ?? ‘True’ !! ‘False’;
# True
INFO