Quick actions

cmd+k|ctrl+k

Navigation

Languages

Math-In-Raku

Snippet info

Language

Raku

Visibility

public

Author

221a86612c7785cb6094f25b034cba9994736288

Created

2025-12-24T08:36:08.510023Z

Updated

2025-12-24T14:39:02.496207Z

given 0.1 + 0.2 {
  when 0.30000000000000004 { 
    say "Is it you, Python?"}
  when 0.3 { 
    say "With Raku you pass math class." }
  default {
    say "Accepting IEEE 754 as truth is hard"
  }
}
INFO