Skip to content

calculations

dandy.calculator.calculations.calculations

bits_to_bytes

Source code in dandy/calculator/calculations/calculations.py
1
2
3
4
def bits_to_bytes(
        bits: int
) -> int | float:
    return bits / 8