| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.100.1/docs/apis/_sources/ieee_754_3.rst.txt |
.. index:: single: ieee_754(Precision,ByteOrder,NaNRepresentation)
.. _ieee_754/3:
.. rst-class:: right
object
ieee_754(Precision,ByteOrder,NaNRepresentation)Precision - Floating-point format precision. Supported values are half, single, and double.ByteOrder - Byte order used when parsing and generating byte sequences. Supported values are big and little.NaNRepresentation - NaN decoding and generation policy. Supported values are canonical and payloads.
IEEE 754 floating-point encoder and decoder.
| Availability:
| logtalk_load(ieee_754(loader))
| Author: Paulo Moura | Version: 1:0:0 | Date: 2026-05-11
| Compilation flags:
| static, context_switching_calls
| Implements:
| public :ref:`ieee_754_protocol <ieee_754_protocol/0>`
| Imports:
| public :ref:`ieee_754_common(Precision,ByteOrder) <ieee_754_common/2>`
| Uses:
| :ref:`type <type/0>`
| Remarks: | (none)
| Inherited public predicates: | Â :ref:`ieee_754_protocol/0::byte_count/1` Â :ref:`ieee_754_protocol/0::exactly_representable/1` Â :ref:`ieee_754_protocol/0::generate/2` Â :ref:`ieee_754_protocol/0::generate/3` Â :ref:`ieee_754_protocol/0::nan_representation/1` Â :ref:`ieee_754_protocol/0::order/1` Â :ref:`ieee_754_protocol/0::parse/2` Â :ref:`ieee_754_protocol/0::precision/1` Â :ref:`ieee_754_protocol/0::valid/1` Â
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)