//
pkg.gl
Category
github.com/google/gapid
core
math
f16
package
1.7.0-dev-20191021
Repository:
https://github.com/google/gapid.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
21
Files
95 SLOC
#
Functions
From
From returns a Number encoding of a 32-bit floating point number.
Inf
Inf returns positive infinity if sign >= 0, negative infinity if sign < 0.
NaN
NaN returns an “not-a-number” value.
#
Type aliases
Number
Number represents a 16-bit floating point number, containing a single sign bit, 5 exponent bits and 10 fractional bits.