avl._core.float module
- class avl._core.float.Fp16(*args, auto_random: bool = True, fmt: ~collections.abc.Callable[[...], str] = <class 'str'>)[source]
- __init__(*args, auto_random: bool = True, fmt: ~collections.abc.Callable[[...], str] = <class 'str'>) None[source]
Initialize an instance of the class.
- Parameters:
value (int) – The value to be assigned to the instance.
auto_random (bool, optional) – Flag to enable automatic randomization, defaults to True.
fmt (function, optional) – The format to be used, defaults to hex.
- class avl._core.float.Fp32(*args, auto_random: bool = True, fmt: ~collections.abc.Callable[[...], str] = <class 'str'>)[source]
- __init__(*args, auto_random: bool = True, fmt: ~collections.abc.Callable[[...], str] = <class 'str'>) None[source]
Initialize an instance of the class.
- Parameters:
value (int) – The value to be assigned to the instance.
auto_random (bool, optional) – Flag to enable automatic randomization, defaults to True.
fmt (function, optional) – The format to be used, defaults to hex.
- class avl._core.float.Fp64(*args, auto_random: bool = True, fmt: ~collections.abc.Callable[[...], str] = <class 'str'>)[source]
- __init__(*args, auto_random: bool = True, fmt: ~collections.abc.Callable[[...], str] = <class 'str'>) None[source]
Initialize an instance of the class.
- Parameters:
value (int) – The value to be assigned to the instance.
auto_random (bool, optional) – Flag to enable automatic randomization, defaults to True.
fmt (function, optional) – The format to be used, defaults to hex.