| 522 | } |
| 523 | |
| 524 | static Boxed_Value clone(const Boxed_Value &t_bv) { |
| 525 | return Boxed_Number(t_bv).get_as(t_bv.get_type_info()).bv; |
| 526 | } |
| 527 | |
| 528 | static bool is_floating_point(const Boxed_Value &t_bv) |
| 529 | { |
nothing calls this directly
no test coverage detected