# float **Repository Path**: qiyixuan/float ## Basic Information - **Project Name**: float - **Description**: No description available - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # float [![Build Status](https://travis-ci.org/mewmew/float.svg?branch=master)](https://travis-ci.org/mewmew/float) [![Coverage Status](https://coveralls.io/repos/github/mewmew/float/badge.svg?branch=master)](https://coveralls.io/github/mewmew/float?branch=master) [![GoDoc](https://godoc.org/github.com/mewmew/float?status.svg)](https://godoc.org/github.com/mewmew/float) Floating-point formats. * [binary16](https://godoc.org/github.com/mewmew/float/binary16) (IEEE 754 [half precision](https://en.wikipedia.org/wiki/Half-precision_floating-point_format) floating-point format) * [binary128](https://godoc.org/github.com/mewmew/float/binary128) (IEEE 754 [quadruple precision](https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format) floating-point format) * [float80x86](https://godoc.org/github.com/mewmew/float/float80x86) ([x86 extended precision](https://en.wikipedia.org/wiki/Extended_precision#x86_extended_precision_format) floating-point format) * [float128ppc](https://godoc.org/github.com/mewmew/float/float128ppc) ([PowerPC double-double arithmetic](https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format#Double-double_arithmetic) floating-point format)