Protocol

BinaryFloatingPoint

A radix-2 (binary) floating-point type. あるradix-2(バイナリ)浮動小数点型。

Declaration 宣言

protocol BinaryFloatingPoint

Overview 概要

The BinaryFloatingPoint protocol extends the FloatingPoint protocol with operations specific to floating-point binary types, as defined by the IEEE 754 specification. BinaryFloatingPoint is implemented in the standard library by Float, Double, and Float80 where available. BinaryFloatingPointプロトコルは、FloatingPointプロトコルを、IEEE 754仕様で定義されるとおりに、浮動小数点バイナリ型に特有の演算で拡張します。BinaryFloatingPointは、標準ライブラリにおいてFloatDouble、そして利用可能なところではFloat80によって実装されます。

Topics 話題

Converting Floating-Point Values 浮動小数点値の変換

Converting with No Loss of Precision 精度の損失なしに変換する

Cerating a Random Value 無作為な値を作成する

Working with Binary Representation バイナリ表現を扱う

Relationships 関係

Inherits From 継承元

Conforming Types これらの型が準拠

See Also 参照

Floating Point 浮動小数点