( math )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Feature | Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|---|
| ( convert_number ) | ( octal_literal ) | → | - | - | - | - |
| ( hex_literal ) | → | - | - | - | - | |
| ( parse_oct ) | → | - | - | - | - | |
| ( parse_hex ) | → | - | - | - | - | |
| ( format_oct ) | → | - | - | - | - | |
| ( format_hex ) | → | - | - | - | - | |
| ( math ) | ( least_common_multiple ) | → | - | - | - | - |
| ( greatest_common_divisor ) | → | - | - | - | - | |
| ( absolute_value ) | → | - | - | - | - | |
| ( random ) | → | - | - | - | - | |
| ( round ) | ( truncate_toward_zero ) | → | - | - | - | - |
| ( floor ) | → | - | - | - | - | |
| ( ceil ) | → | - | - | - | - | |
| ( round_bankers_rounding ) | → | - | - | - | - | |
| ( round_half_up ) | → | - | - | - | - |