René's URL Explorer Experiment


Title: float16 package - github.com/zerfoo/float16 - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge
DescriptionPackage float16 implements both 16-bit floating point data types: - Float16: IEEE 754-2008 half-precision (1 sign, 5 exponent, 10 mantissa bits) - BFloat16: "Brain Floating Point" format (1 sign, 8 exponent, 7 mantissa bits)

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/zerfoo/float16#main-content
Why Go https://pkg.go.dev/github.com/zerfoo/float16
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/zerfoo/float16
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/zerfoo/float16
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/zerfoo/float16
Why Go https://pkg.go.dev/github.com/zerfoo/float16
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/zerfoo/float16
Docs https://pkg.go.dev/github.com/zerfoo/float16
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/zerfoo/float16
Community https://pkg.go.dev/github.com/zerfoo/float16
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/zerfoo/float16 https://pkg.go.dev/github.com/zerfoo/float16@v1.0.0
https://go.dev/
Version: v1.0.0 https://pkg.go.dev/github.com/zerfoo/float16?tab=versions
Go to latest https://pkg.go.dev/github.com/zerfoo/float16
Apache-2.0https://pkg.go.dev/github.com/zerfoo/float16?tab=licenses
Imports: 6 https://pkg.go.dev/github.com/zerfoo/float16?tab=imports
Imported by: 9 https://pkg.go.dev/github.com/zerfoo/float16?tab=importedby
go.modhttps://github.com/zerfoo/float16/tree/v1.0.0/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/zerfoo/float16 https://github.com/zerfoo/float16
Open Source Insights https://deps.dev/go/github.com%2Fzerfoo%2Ffloat16/v1.0.0
README https://pkg.go.dev/github.com/zerfoo/float16#section-readme
Features https://pkg.go.dev/github.com/zerfoo/float16#readme-features
Installation https://pkg.go.dev/github.com/zerfoo/float16#readme-installation
Quick Start https://pkg.go.dev/github.com/zerfoo/float16#readme-quick-start
Conversion https://pkg.go.dev/github.com/zerfoo/float16#readme-conversion
Rounding Modes https://pkg.go.dev/github.com/zerfoo/float16#readme-rounding-modes
Range and Precision https://pkg.go.dev/github.com/zerfoo/float16#readme-range-and-precision
Used By https://pkg.go.dev/github.com/zerfoo/float16#readme-used-by
License https://pkg.go.dev/github.com/zerfoo/float16#readme-license
Documentation https://pkg.go.dev/github.com/zerfoo/float16#section-documentation
Overviewhttps://pkg.go.dev/github.com/zerfoo/float16#pkg-overview
Index https://pkg.go.dev/github.com/zerfoo/float16#pkg-index
Constants https://pkg.go.dev/github.com/zerfoo/float16#pkg-constants
Variables https://pkg.go.dev/github.com/zerfoo/float16#pkg-variables
Functions https://pkg.go.dev/github.com/zerfoo/float16#pkg-functions
BFloat16Equal(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Equal
BFloat16Greater(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Greater
BFloat16GreaterEqual(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16GreaterEqual
BFloat16Less(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Less
BFloat16LessEqual(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16LessEqual
BFloat16ToSlice32(s) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16ToSlice32
BFloat16ToSlice64(s) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16ToSlice64
Configure(cfg) https://pkg.go.dev/github.com/zerfoo/float16#Configure
DebugInfo() https://pkg.go.dev/github.com/zerfoo/float16#DebugInfo
Equal(a, b) https://pkg.go.dev/github.com/zerfoo/float16#Equal
GetBenchmarkOperations() https://pkg.go.dev/github.com/zerfoo/float16#GetBenchmarkOperations
GetMemoryUsage() https://pkg.go.dev/github.com/zerfoo/float16#GetMemoryUsage
GetVersion() https://pkg.go.dev/github.com/zerfoo/float16#GetVersion
Greater(a, b) https://pkg.go.dev/github.com/zerfoo/float16#Greater
GreaterEqual(a, b) https://pkg.go.dev/github.com/zerfoo/float16#GreaterEqual
IsFinite(f) https://pkg.go.dev/github.com/zerfoo/float16#IsFinite
IsInf(f, sign) https://pkg.go.dev/github.com/zerfoo/float16#IsInf
IsNaN(f) https://pkg.go.dev/github.com/zerfoo/float16#IsNaN
IsNormal(f) https://pkg.go.dev/github.com/zerfoo/float16#IsNormal
IsSubnormal(f) https://pkg.go.dev/github.com/zerfoo/float16#IsSubnormal
Less(a, b) https://pkg.go.dev/github.com/zerfoo/float16#Less
LessEqual(a, b) https://pkg.go.dev/github.com/zerfoo/float16#LessEqual
Signbit(f) https://pkg.go.dev/github.com/zerfoo/float16#Signbit
ToSlice32(s) https://pkg.go.dev/github.com/zerfoo/float16#ToSlice32
ToSlice64(s) https://pkg.go.dev/github.com/zerfoo/float16#ToSlice64
ValidateSliceLength(a, b) https://pkg.go.dev/github.com/zerfoo/float16#ValidateSliceLength
Types https://pkg.go.dev/github.com/zerfoo/float16#pkg-types
type ArithmeticMode https://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
type BFloat16 https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Abs(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Abs
BFloat16Add(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Add
BFloat16AddSlice(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16AddSlice
BFloat16AddWithMode(a, b, mode, rounding) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16AddWithMode
BFloat16Cos(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Cos
BFloat16Div(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Div
BFloat16DivSlice(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16DivSlice
BFloat16DivWithMode(a, b, mode, rounding) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16DivWithMode
BFloat16Exp(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Exp
BFloat16FMA(a, b, c) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FMA
BFloat16FastSigmoid(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FastSigmoid
BFloat16FastTanh(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FastTanh
BFloat16FromBits(bits) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromBits
BFloat16FromFloat16(f) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat16
BFloat16FromFloat32(f) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32
BFloat16FromFloat32WithMode(f32, convMode, roundMode) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32WithMode
BFloat16FromFloat32WithRounding(f, mode) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32WithRounding
BFloat16FromFloat64(f) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat64
BFloat16FromFloat64WithMode(f64, convMode, roundMode) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat64WithMode
BFloat16FromFloat64WithRounding(f, mode) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat64WithRounding
BFloat16FromSlice32(s) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromSlice32
BFloat16FromSlice64(s) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromSlice64
BFloat16FromString(s) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromString
BFloat16Log(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Log
BFloat16Log2(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Log2
BFloat16Max(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Max
BFloat16Min(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Min
BFloat16Mul(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Mul
BFloat16MulSlice(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16MulSlice
BFloat16MulWithMode(a, b, mode, rounding) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16MulWithMode
BFloat16Neg(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Neg
BFloat16ScaleSlice(s, scalar) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16ScaleSlice
BFloat16Sigmoid(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sigmoid
BFloat16Sin(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sin
BFloat16Sqrt(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sqrt
BFloat16Sub(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sub
BFloat16SubSlice(a, b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16SubSlice
BFloat16SubWithMode(a, b, mode, rounding) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16SubWithMode
BFloat16SumSlice(s) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16SumSlice
BFloat16Tanh(b) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Tanh
(b) Bits() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Bits
(b) Class() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Class
(b) CopySign(s) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.CopySign
(b) Format(s, verb) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Format
(b) GoString() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.GoString
(b) IsFinite() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsFinite
(b) IsInf(sign) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsInf
(b) IsNaN() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsNaN
(b) IsNormal() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsNormal
(b) IsSubnormal() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsSubnormal
(b) IsZero() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsZero
(b) MarshalBinary() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.MarshalBinary
(b) MarshalJSON() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.MarshalJSON
(b) Signbit() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Signbit
(b) String() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.String
(b) ToFloat16() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.ToFloat16
(b) ToFloat32() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.ToFloat32
(b) UnmarshalBinary(data) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.UnmarshalBinary
(b) UnmarshalJSON(data) https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.UnmarshalJSON
type BFloat16Error https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Error
(e) Error() https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Error.Error
type BenchmarkOperation https://pkg.go.dev/github.com/zerfoo/float16#BenchmarkOperation
type Config https://pkg.go.dev/github.com/zerfoo/float16#Config
DefaultConfig() https://pkg.go.dev/github.com/zerfoo/float16#DefaultConfig
GetConfig() https://pkg.go.dev/github.com/zerfoo/float16#GetConfig
type ConversionMode https://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
type ErrorCode https://pkg.go.dev/github.com/zerfoo/float16#ErrorCode
type Float16 https://pkg.go.dev/github.com/zerfoo/float16#Float16
Abs(f) https://pkg.go.dev/github.com/zerfoo/float16#Abs
Acos(f) https://pkg.go.dev/github.com/zerfoo/float16#Acos
Add(a, b) https://pkg.go.dev/github.com/zerfoo/float16#Add
AddSlice(a, b) https://pkg.go.dev/github.com/zerfoo/float16#AddSlice
AddWithMode(a, b, mode, rounding) https://pkg.go.dev/github.com/zerfoo/float16#AddWithMode
Asin(f) https://pkg.go.dev/github.com/zerfoo/float16#Asin
Atan(f) https://pkg.go.dev/github.com/zerfoo/float16#Atan
Atan2(y, x) https://pkg.go.dev/github.com/zerfoo/float16#Atan2
Cbrt(f) https://pkg.go.dev/github.com/zerfoo/float16#Cbrt
Ceil(f) https://pkg.go.dev/github.com/zerfoo/float16#Ceil
Clamp(f, min, max) https://pkg.go.dev/github.com/zerfoo/float16#Clamp
CopySign(f, sign) https://pkg.go.dev/github.com/zerfoo/float16#CopySign
Cos(f) https://pkg.go.dev/github.com/zerfoo/float16#Cos
Cosh(f) https://pkg.go.dev/github.com/zerfoo/float16#Cosh
Dim(f, g) https://pkg.go.dev/github.com/zerfoo/float16#Dim
Div(a, b) https://pkg.go.dev/github.com/zerfoo/float16#Div
DivSlice(a, b) https://pkg.go.dev/github.com/zerfoo/float16#DivSlice
DivWithMode(a, b, mode, rounding) https://pkg.go.dev/github.com/zerfoo/float16#DivWithMode
DotProduct(a, b) https://pkg.go.dev/github.com/zerfoo/float16#DotProduct
Erf(f) https://pkg.go.dev/github.com/zerfoo/float16#Erf
Erfc(f) https://pkg.go.dev/github.com/zerfoo/float16#Erfc
Exp(f) https://pkg.go.dev/github.com/zerfoo/float16#Exp
Exp2(f) https://pkg.go.dev/github.com/zerfoo/float16#Exp2
Exp10(f) https://pkg.go.dev/github.com/zerfoo/float16#Exp10
FastAdd(a, b) https://pkg.go.dev/github.com/zerfoo/float16#FastAdd
FastMul(a, b) https://pkg.go.dev/github.com/zerfoo/float16#FastMul
Float16FromBFloat16(b) https://pkg.go.dev/github.com/zerfoo/float16#Float16FromBFloat16
Floor(f) https://pkg.go.dev/github.com/zerfoo/float16#Floor
Frexp(f) https://pkg.go.dev/github.com/zerfoo/float16#Frexp
FromBits(b) https://pkg.go.dev/github.com/zerfoo/float16#FromBits
FromFloat32(f32) https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
FromFloat32WithRounding(f32, mode) https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32WithRounding
FromFloat64(f64) https://pkg.go.dev/github.com/zerfoo/float16#FromFloat64
FromFloat64WithMode(f64, convMode, roundMode) https://pkg.go.dev/github.com/zerfoo/float16#FromFloat64WithMode
FromInt(i) https://pkg.go.dev/github.com/zerfoo/float16#FromInt
FromInt32(i) https://pkg.go.dev/github.com/zerfoo/float16#FromInt32
FromInt64(i) https://pkg.go.dev/github.com/zerfoo/float16#FromInt64
FromSlice64(s) https://pkg.go.dev/github.com/zerfoo/float16#FromSlice64
Gamma(f) https://pkg.go.dev/github.com/zerfoo/float16#Gamma
Hypot(f, g) https://pkg.go.dev/github.com/zerfoo/float16#Hypot
Inf(sign) https://pkg.go.dev/github.com/zerfoo/float16#Inf
J0(f) https://pkg.go.dev/github.com/zerfoo/float16#J0
J1(f) https://pkg.go.dev/github.com/zerfoo/float16#J1
Ldexp(frac, exp) https://pkg.go.dev/github.com/zerfoo/float16#Ldexp
Lerp(a, b, t) https://pkg.go.dev/github.com/zerfoo/float16#Lerp
Lgamma(f) https://pkg.go.dev/github.com/zerfoo/float16#Lgamma
Log(f) https://pkg.go.dev/github.com/zerfoo/float16#Log
Log2(f) https://pkg.go.dev/github.com/zerfoo/float16#Log2
Log10(f) https://pkg.go.dev/github.com/zerfoo/float16#Log10
Max(a, b) https://pkg.go.dev/github.com/zerfoo/float16#Max
Min(a, b) https://pkg.go.dev/github.com/zerfoo/float16#Min
Mod(f, divisor) https://pkg.go.dev/github.com/zerfoo/float16#Mod
Modf(f) https://pkg.go.dev/github.com/zerfoo/float16#Modf
Mul(a, b) https://pkg.go.dev/github.com/zerfoo/float16#Mul
MulSlice(a, b) https://pkg.go.dev/github.com/zerfoo/float16#MulSlice
MulWithMode(a, b, mode, rounding) https://pkg.go.dev/github.com/zerfoo/float16#MulWithMode
NaN() https://pkg.go.dev/github.com/zerfoo/float16#NaN
NextAfter(f, g) https://pkg.go.dev/github.com/zerfoo/float16#NextAfter
Norm2(s) https://pkg.go.dev/github.com/zerfoo/float16#Norm2
One() https://pkg.go.dev/github.com/zerfoo/float16#One
Parse(s) https://pkg.go.dev/github.com/zerfoo/float16#Parse
ParseFloat(s, precision) https://pkg.go.dev/github.com/zerfoo/float16#ParseFloat
Pow(f, exp) https://pkg.go.dev/github.com/zerfoo/float16#Pow
Remainder(f, divisor) https://pkg.go.dev/github.com/zerfoo/float16#Remainder
Round(f) https://pkg.go.dev/github.com/zerfoo/float16#Round
RoundToEven(f) https://pkg.go.dev/github.com/zerfoo/float16#RoundToEven
ScaleSlice(s, scalar) https://pkg.go.dev/github.com/zerfoo/float16#ScaleSlice
Sign(f) https://pkg.go.dev/github.com/zerfoo/float16#Sign
Sin(f) https://pkg.go.dev/github.com/zerfoo/float16#Sin
Sinh(f) https://pkg.go.dev/github.com/zerfoo/float16#Sinh
Sqrt(f) https://pkg.go.dev/github.com/zerfoo/float16#Sqrt
Sub(a, b) https://pkg.go.dev/github.com/zerfoo/float16#Sub
SubSlice(a, b) https://pkg.go.dev/github.com/zerfoo/float16#SubSlice
SubWithMode(a, b, mode, rounding) https://pkg.go.dev/github.com/zerfoo/float16#SubWithMode
SumSlice(s) https://pkg.go.dev/github.com/zerfoo/float16#SumSlice
Tan(f) https://pkg.go.dev/github.com/zerfoo/float16#Tan
Tanh(f) https://pkg.go.dev/github.com/zerfoo/float16#Tanh
ToFloat16(f64) https://pkg.go.dev/github.com/zerfoo/float16#ToFloat16
ToSlice16(s) https://pkg.go.dev/github.com/zerfoo/float16#ToSlice16
ToSlice16WithMode(s, convMode, roundMode) https://pkg.go.dev/github.com/zerfoo/float16#ToSlice16WithMode
Trunc(f) https://pkg.go.dev/github.com/zerfoo/float16#Trunc
VectorAdd(a, b) https://pkg.go.dev/github.com/zerfoo/float16#VectorAdd
VectorMul(a, b) https://pkg.go.dev/github.com/zerfoo/float16#VectorMul
Y0(f) https://pkg.go.dev/github.com/zerfoo/float16#Y0
Y1(f) https://pkg.go.dev/github.com/zerfoo/float16#Y1
Zero() https://pkg.go.dev/github.com/zerfoo/float16#Zero
(f) Abs() https://pkg.go.dev/github.com/zerfoo/float16#Float16.Abs
(f) Bits() https://pkg.go.dev/github.com/zerfoo/float16#Float16.Bits
(f) Class() https://pkg.go.dev/github.com/zerfoo/float16#Float16.Class
(f) CopySign(s) https://pkg.go.dev/github.com/zerfoo/float16#Float16.CopySign
(f) GoString() https://pkg.go.dev/github.com/zerfoo/float16#Float16.GoString
(f) IsFinite() https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsFinite
(f) IsInf(sign) https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsInf
(f) IsNaN() https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsNaN
(f) IsNormal() https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsNormal
(f) IsSubnormal() https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsSubnormal
(f) IsZero() https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsZero
(f) Neg() https://pkg.go.dev/github.com/zerfoo/float16#Float16.Neg
(f) Sign() https://pkg.go.dev/github.com/zerfoo/float16#Float16.Sign
(f) Signbit() https://pkg.go.dev/github.com/zerfoo/float16#Float16.Signbit
(f) String() https://pkg.go.dev/github.com/zerfoo/float16#Float16.String
(f) ToBFloat16() https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToBFloat16
(f) ToFloat32() https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToFloat32
(f) ToFloat64() https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToFloat64
(f) ToInt() https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToInt
(f) ToInt32() https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToInt32
(f) ToInt64() https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToInt64
type Float16Error https://pkg.go.dev/github.com/zerfoo/float16#Float16Error
(e) Error() https://pkg.go.dev/github.com/zerfoo/float16#Float16Error.Error
type FloatClass https://pkg.go.dev/github.com/zerfoo/float16#FloatClass
FpClassify(f) https://pkg.go.dev/github.com/zerfoo/float16#FpClassify
type RoundingMode https://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
type SliceStats https://pkg.go.dev/github.com/zerfoo/float16#SliceStats
ComputeSliceStats(s) https://pkg.go.dev/github.com/zerfoo/float16#ComputeSliceStats
Source Files https://pkg.go.dev/github.com/zerfoo/float16#section-sourcefiles
https://pkg.go.dev/github.com/zerfoo/float16#section-readme
https://pkg.go.dev/github.com/zerfoo/float16
https://opensource.org/licenses/Apache-2.0
Zerfoohttps://github.com/zerfoo
ztensorhttps://github.com/zerfoo/ztensor
https://pkg.go.dev/github.com/zerfoo/float16#section-documentation
https://pkg.go.dev/github.com/zerfoo/float16#pkg-overview
Special Valueshttps://pkg.go.dev/github.com/zerfoo/float16#hdr-Special_Values
Subnormal Numbershttps://pkg.go.dev/github.com/zerfoo/float16#hdr-Subnormal_Numbers
Rounding Modeshttps://pkg.go.dev/github.com/zerfoo/float16#hdr-Rounding_Modes
Error Handlinghttps://pkg.go.dev/github.com/zerfoo/float16#hdr-Error_Handling
https://pkg.go.dev/github.com/zerfoo/float16#hdr-Special_Values
https://pkg.go.dev/github.com/zerfoo/float16#hdr-Subnormal_Numbers
https://pkg.go.dev/github.com/zerfoo/float16#hdr-Rounding_Modes
https://pkg.go.dev/github.com/zerfoo/float16#hdr-Error_Handling
http://en.wikipedia.org/wiki/Half-precision_floating-point_formathttp://en.wikipedia.org/wiki/Half-precision_floating-point_format
https://pkg.go.dev/github.com/zerfoo/float16#pkg-index
Constantshttps://pkg.go.dev/github.com/zerfoo/float16#pkg-constants
Variableshttps://pkg.go.dev/github.com/zerfoo/float16#pkg-variables
func BFloat16Equal(a, b BFloat16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16Equal
func BFloat16Greater(a, b BFloat16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16Greater
func BFloat16GreaterEqual(a, b BFloat16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16GreaterEqual
func BFloat16Less(a, b BFloat16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16Less
func BFloat16LessEqual(a, b BFloat16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16LessEqual
func BFloat16ToSlice32(s []BFloat16) []float32https://pkg.go.dev/github.com/zerfoo/float16#BFloat16ToSlice32
func BFloat16ToSlice64(s []BFloat16) []float64https://pkg.go.dev/github.com/zerfoo/float16#BFloat16ToSlice64
func Configure(cfg *Config)https://pkg.go.dev/github.com/zerfoo/float16#Configure
func DebugInfo() map[string]interface{}https://pkg.go.dev/github.com/zerfoo/float16#DebugInfo
func Equal(a, b Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#Equal
func GetBenchmarkOperations() map[string]BenchmarkOperationhttps://pkg.go.dev/github.com/zerfoo/float16#GetBenchmarkOperations
func GetMemoryUsage() inthttps://pkg.go.dev/github.com/zerfoo/float16#GetMemoryUsage
func GetVersion() stringhttps://pkg.go.dev/github.com/zerfoo/float16#GetVersion
func Greater(a, b Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#Greater
func GreaterEqual(a, b Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#GreaterEqual
func IsFinite(f Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#IsFinite
func IsInf(f Float16, sign int) boolhttps://pkg.go.dev/github.com/zerfoo/float16#IsInf
func IsNaN(f Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#IsNaN
func IsNormal(f Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#IsNormal
func IsSubnormal(f Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#IsSubnormal
func Less(a, b Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#Less
func LessEqual(a, b Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#LessEqual
func Signbit(f Float16) boolhttps://pkg.go.dev/github.com/zerfoo/float16#Signbit
func ToSlice32(s []Float16) []float32https://pkg.go.dev/github.com/zerfoo/float16#ToSlice32
func ToSlice64(s []Float16) []float64https://pkg.go.dev/github.com/zerfoo/float16#ToSlice64
func ValidateSliceLength(a, b []Float16) errorhttps://pkg.go.dev/github.com/zerfoo/float16#ValidateSliceLength
type ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
type BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
func BFloat16Abs(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Abs
func BFloat16Add(a, b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Add
func BFloat16AddSlice(a, b []BFloat16) []BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16AddSlice
func BFloat16AddWithMode(a, b BFloat16, mode ArithmeticMode, rounding RoundingMode) (BFloat16, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16AddWithMode
func BFloat16Cos(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Cos
func BFloat16Div(a, b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Div
func BFloat16DivSlice(a, b []BFloat16) []BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16DivSlice
func BFloat16DivWithMode(a, b BFloat16, mode ArithmeticMode, rounding RoundingMode) (BFloat16, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16DivWithMode
func BFloat16Exp(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Exp
func BFloat16FMA(a, b, c BFloat16) (BFloat16, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FMA
func BFloat16FastSigmoid(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FastSigmoid
func BFloat16FastTanh(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FastTanh
func BFloat16FromBits(bits uint16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromBits
func BFloat16FromFloat16(f Float16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat16
func BFloat16FromFloat32(f float32) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32
func BFloat16FromFloat32WithMode(f32 float32, convMode ConversionMode, roundMode RoundingMode) (BFloat16, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32WithMode
func BFloat16FromFloat32WithRounding(f float32, mode RoundingMode) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32WithRounding
func BFloat16FromFloat64(f float64) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat64
func BFloat16FromFloat64WithMode(f64 float64, convMode ConversionMode, roundMode RoundingMode) (BFloat16, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat64WithMode
func BFloat16FromFloat64WithRounding(f float64, mode RoundingMode) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat64WithRounding
func BFloat16FromSlice32(s []float32) []BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromSlice32
func BFloat16FromSlice64(s []float64) []BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromSlice64
func BFloat16FromString(s string) (BFloat16, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromString
func BFloat16Log(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Log
func BFloat16Log2(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Log2
func BFloat16Max(a, b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Max
func BFloat16Min(a, b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Min
func BFloat16Mul(a, b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Mul
func BFloat16MulSlice(a, b []BFloat16) []BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16MulSlice
func BFloat16MulWithMode(a, b BFloat16, mode ArithmeticMode, rounding RoundingMode) (BFloat16, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16MulWithMode
func BFloat16Neg(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Neg
func BFloat16ScaleSlice(s []BFloat16, scalar BFloat16) []BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16ScaleSlice
func BFloat16Sigmoid(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sigmoid
func BFloat16Sin(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sin
func BFloat16Sqrt(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sqrt
func BFloat16Sub(a, b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sub
func BFloat16SubSlice(a, b []BFloat16) []BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16SubSlice
func BFloat16SubWithMode(a, b BFloat16, mode ArithmeticMode, rounding RoundingMode) (BFloat16, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16SubWithMode
func BFloat16SumSlice(s []BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16SumSlice
func BFloat16Tanh(b BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Tanh
func (b BFloat16) Bits() uint16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Bits
func (b BFloat16) Class() FloatClasshttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Class
func (b BFloat16) CopySign(s BFloat16) BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.CopySign
func (b BFloat16) Format(s fmt.State, verb rune)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Format
func (b BFloat16) GoString() stringhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.GoString
func (b BFloat16) IsFinite() boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsFinite
func (b BFloat16) IsInf(sign int) boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsInf
func (b BFloat16) IsNaN() boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsNaN
func (b BFloat16) IsNormal() boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsNormal
func (b BFloat16) IsSubnormal() boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsSubnormal
func (b BFloat16) IsZero() boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsZero
func (b BFloat16) MarshalBinary() ([]byte, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.MarshalBinary
func (b BFloat16) MarshalJSON() ([]byte, error)https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.MarshalJSON
func (b BFloat16) Signbit() boolhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Signbit
func (b BFloat16) String() stringhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.String
func (b BFloat16) ToFloat16() Float16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.ToFloat16
func (b BFloat16) ToFloat32() float32https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.ToFloat32
func (b *BFloat16) UnmarshalBinary(data []byte) errorhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.UnmarshalBinary
func (b *BFloat16) UnmarshalJSON(data []byte) errorhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16.UnmarshalJSON
type BFloat16Errorhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16Error
func (e *BFloat16Error) Error() stringhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16Error.Error
type BenchmarkOperationhttps://pkg.go.dev/github.com/zerfoo/float16#BenchmarkOperation
type Confighttps://pkg.go.dev/github.com/zerfoo/float16#Config
func DefaultConfig() *Confighttps://pkg.go.dev/github.com/zerfoo/float16#DefaultConfig
func GetConfig() *Confighttps://pkg.go.dev/github.com/zerfoo/float16#GetConfig
type ConversionModehttps://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
type ErrorCodehttps://pkg.go.dev/github.com/zerfoo/float16#ErrorCode
type Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
func Abs(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Abs
func Acos(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Acos
func Add(a, b Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Add
func AddSlice(a, b []Float16) []Float16https://pkg.go.dev/github.com/zerfoo/float16#AddSlice
func AddWithMode(a, b Float16, mode ArithmeticMode, rounding RoundingMode) (Float16, error)https://pkg.go.dev/github.com/zerfoo/float16#AddWithMode
func Asin(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Asin
func Atan(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Atan
func Atan2(y, x Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Atan2
func Cbrt(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Cbrt
func Ceil(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Ceil
func Clamp(f, min, max Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Clamp
func CopySign(f, sign Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#CopySign
func Cos(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Cos
func Cosh(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Cosh
func Dim(f, g Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Dim
func Div(a, b Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Div
func DivSlice(a, b []Float16) []Float16https://pkg.go.dev/github.com/zerfoo/float16#DivSlice
func DivWithMode(a, b Float16, mode ArithmeticMode, rounding RoundingMode) (Float16, error)https://pkg.go.dev/github.com/zerfoo/float16#DivWithMode
func DotProduct(a, b []Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#DotProduct
func Erf(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Erf
func Erfc(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Erfc
func Exp(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Exp
func Exp2(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Exp2
func Exp10(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Exp10
func FastAdd(a, b Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#FastAdd
func FastMul(a, b Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#FastMul
func Float16FromBFloat16(b BFloat16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16FromBFloat16
func Floor(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Floor
func Frexp(f Float16) (frac Float16, exp int)https://pkg.go.dev/github.com/zerfoo/float16#Frexp
func FromBits(b uint16) Float16https://pkg.go.dev/github.com/zerfoo/float16#FromBits
func FromFloat32(f32 float32) Float16https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
func FromFloat32WithRounding(f32 float32, mode RoundingMode) Float16https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32WithRounding
func FromFloat64(f64 float64) Float16https://pkg.go.dev/github.com/zerfoo/float16#FromFloat64
func FromFloat64WithMode(f64 float64, convMode ConversionMode, roundMode RoundingMode) (Float16, error)https://pkg.go.dev/github.com/zerfoo/float16#FromFloat64WithMode
func FromInt(i int) Float16https://pkg.go.dev/github.com/zerfoo/float16#FromInt
func FromInt32(i int32) Float16https://pkg.go.dev/github.com/zerfoo/float16#FromInt32
func FromInt64(i int64) Float16https://pkg.go.dev/github.com/zerfoo/float16#FromInt64
func FromSlice64(s []float64) []Float16https://pkg.go.dev/github.com/zerfoo/float16#FromSlice64
func Gamma(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Gamma
func Hypot(f, g Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Hypot
func Inf(sign int) Float16https://pkg.go.dev/github.com/zerfoo/float16#Inf
func J0(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#J0
func J1(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#J1
func Ldexp(frac Float16, exp int) Float16https://pkg.go.dev/github.com/zerfoo/float16#Ldexp
func Lerp(a, b, t Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Lerp
func Lgamma(f Float16) (Float16, int)https://pkg.go.dev/github.com/zerfoo/float16#Lgamma
func Log(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Log
func Log2(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Log2
func Log10(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Log10
func Max(a, b Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Max
func Min(a, b Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Min
func Mod(f, divisor Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Mod
func Modf(f Float16) (integer, frac Float16)https://pkg.go.dev/github.com/zerfoo/float16#Modf
func Mul(a, b Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Mul
func MulSlice(a, b []Float16) []Float16https://pkg.go.dev/github.com/zerfoo/float16#MulSlice
func MulWithMode(a, b Float16, mode ArithmeticMode, rounding RoundingMode) (Float16, error)https://pkg.go.dev/github.com/zerfoo/float16#MulWithMode
func NaN() Float16https://pkg.go.dev/github.com/zerfoo/float16#NaN
func NextAfter(f, g Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#NextAfter
func Norm2(s []Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Norm2
func One() Float16https://pkg.go.dev/github.com/zerfoo/float16#One
func Parse(s string) (Float16, error)https://pkg.go.dev/github.com/zerfoo/float16#Parse
func ParseFloat(s string, precision int) (Float16, error)https://pkg.go.dev/github.com/zerfoo/float16#ParseFloat
func Pow(f, exp Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Pow
func Remainder(f, divisor Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Remainder
func Round(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Round
func RoundToEven(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#RoundToEven
func ScaleSlice(s []Float16, scalar Float16) []Float16https://pkg.go.dev/github.com/zerfoo/float16#ScaleSlice
func Sign(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Sign
func Sin(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Sin
func Sinh(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Sinh
func Sqrt(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Sqrt
func Sub(a, b Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Sub
func SubSlice(a, b []Float16) []Float16https://pkg.go.dev/github.com/zerfoo/float16#SubSlice
func SubWithMode(a, b Float16, mode ArithmeticMode, rounding RoundingMode) (Float16, error)https://pkg.go.dev/github.com/zerfoo/float16#SubWithMode
func SumSlice(s []Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#SumSlice
func Tan(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Tan
func Tanh(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Tanh
func ToFloat16(f64 float64) Float16https://pkg.go.dev/github.com/zerfoo/float16#ToFloat16
func ToSlice16(s []float32) []Float16https://pkg.go.dev/github.com/zerfoo/float16#ToSlice16
func ToSlice16WithMode(s []float32, convMode ConversionMode, roundMode RoundingMode) ([]Float16, []error)https://pkg.go.dev/github.com/zerfoo/float16#ToSlice16WithMode
func Trunc(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Trunc
func VectorAdd(a, b []Float16) []Float16https://pkg.go.dev/github.com/zerfoo/float16#VectorAdd
func VectorMul(a, b []Float16) []Float16https://pkg.go.dev/github.com/zerfoo/float16#VectorMul
func Y0(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Y0
func Y1(f Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Y1
func Zero() Float16https://pkg.go.dev/github.com/zerfoo/float16#Zero
func (f Float16) Abs() Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16.Abs
func (f Float16) Bits() uint16https://pkg.go.dev/github.com/zerfoo/float16#Float16.Bits
func (f Float16) Class() FloatClasshttps://pkg.go.dev/github.com/zerfoo/float16#Float16.Class
func (f Float16) CopySign(s Float16) Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16.CopySign
func (f Float16) GoString() stringhttps://pkg.go.dev/github.com/zerfoo/float16#Float16.GoString
func (f Float16) IsFinite() boolhttps://pkg.go.dev/github.com/zerfoo/float16#Float16.IsFinite
func (f Float16) IsInf(sign int) boolhttps://pkg.go.dev/github.com/zerfoo/float16#Float16.IsInf
func (f Float16) IsNaN() boolhttps://pkg.go.dev/github.com/zerfoo/float16#Float16.IsNaN
func (f Float16) IsNormal() boolhttps://pkg.go.dev/github.com/zerfoo/float16#Float16.IsNormal
func (f Float16) IsSubnormal() boolhttps://pkg.go.dev/github.com/zerfoo/float16#Float16.IsSubnormal
func (f Float16) IsZero() boolhttps://pkg.go.dev/github.com/zerfoo/float16#Float16.IsZero
func (f Float16) Neg() Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16.Neg
func (f Float16) Sign() inthttps://pkg.go.dev/github.com/zerfoo/float16#Float16.Sign
func (f Float16) Signbit() boolhttps://pkg.go.dev/github.com/zerfoo/float16#Float16.Signbit
func (f Float16) String() stringhttps://pkg.go.dev/github.com/zerfoo/float16#Float16.String
func (f Float16) ToBFloat16() BFloat16https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToBFloat16
func (f Float16) ToFloat32() float32https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToFloat32
func (f Float16) ToFloat64() float64https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToFloat64
func (f Float16) ToInt() inthttps://pkg.go.dev/github.com/zerfoo/float16#Float16.ToInt
func (f Float16) ToInt32() int32https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToInt32
func (f Float16) ToInt64() int64https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToInt64
type Float16Errorhttps://pkg.go.dev/github.com/zerfoo/float16#Float16Error
func (e *Float16Error) Error() stringhttps://pkg.go.dev/github.com/zerfoo/float16#Float16Error.Error
type FloatClasshttps://pkg.go.dev/github.com/zerfoo/float16#FloatClass
func FpClassify(f Float16) FloatClasshttps://pkg.go.dev/github.com/zerfoo/float16#FpClassify
type RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
type SliceStatshttps://pkg.go.dev/github.com/zerfoo/float16#SliceStats
func ComputeSliceStats(s []Float16) SliceStatshttps://pkg.go.dev/github.com/zerfoo/float16#ComputeSliceStats
https://pkg.go.dev/github.com/zerfoo/float16#pkg-constants
View Sourcehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L14
View Sourcehttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L50
View Sourcehttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L90
https://pkg.go.dev/github.com/zerfoo/float16#pkg-variables
View Sourcehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L8
ModeIEEEArithmetichttps://pkg.go.dev/github.com/zerfoo/float16#ModeIEEEArithmetic
DefaultRoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#DefaultRoundingMode
View Sourcehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L568
BFloat16PositiveZerohttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16PositiveZero
BFloat16FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32
BFloat16FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32
BFloat16FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32
BFloat16FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Ehttps://pkg.go.dev/math#E
BFloat16FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Pihttps://pkg.go.dev/math#Pi
BFloat16FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Sqrt2https://pkg.go.dev/math#Sqrt2
View Sourcehttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L57
ConversionModehttps://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
ModeIEEEhttps://pkg.go.dev/github.com/zerfoo/float16#ModeIEEE
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
RoundNearestEvenhttps://pkg.go.dev/github.com/zerfoo/float16#RoundNearestEven
View Sourcehttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L325
PositiveZerohttps://pkg.go.dev/github.com/zerfoo/float16#PositiveZero
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
QuietNaNhttps://pkg.go.dev/github.com/zerfoo/float16#QuietNaN
PositiveInfinityhttps://pkg.go.dev/github.com/zerfoo/float16#PositiveInfinity
NegativeInfinityhttps://pkg.go.dev/github.com/zerfoo/float16#NegativeInfinity
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Pihttps://pkg.go.dev/math#Pi
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Pihttps://pkg.go.dev/math#Pi
View Sourcehttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L460
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Ehttps://pkg.go.dev/math#E
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Pihttps://pkg.go.dev/math#Pi
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Phihttps://pkg.go.dev/math#Phi
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Sqrt2https://pkg.go.dev/math#Sqrt2
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
SqrtEhttps://pkg.go.dev/math#SqrtE
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
SqrtPihttps://pkg.go.dev/math#SqrtPi
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
SqrtPhihttps://pkg.go.dev/math#SqrtPhi
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Ln2https://pkg.go.dev/math#Ln2
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Log2Ehttps://pkg.go.dev/math#Log2E
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Ln10https://pkg.go.dev/math#Ln10
FromFloat32https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
mathhttps://pkg.go.dev/math
Log10Ehttps://pkg.go.dev/math#Log10E
https://pkg.go.dev/github.com/zerfoo/float16#pkg-functions
BFloat16Equalhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L369
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Equal
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
BFloat16Greaterhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L394
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Greater
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
BFloat16GreaterEqualhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L399
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16GreaterEqual
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
BFloat16Lesshttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L384
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Less
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
BFloat16LessEqualhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L389
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16LessEqual
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
BFloat16ToSlice32https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L532
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16ToSlice32
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
float32https://pkg.go.dev/builtin#float32
BFloat16ToSlice64https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L550
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16ToSlice64
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
float64https://pkg.go.dev/builtin#float64
Configurehttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L123
https://pkg.go.dev/github.com/zerfoo/float16#Configure
Confighttps://pkg.go.dev/github.com/zerfoo/float16#Config
DebugInfohttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L294
https://pkg.go.dev/github.com/zerfoo/float16#DebugInfo
stringhttps://pkg.go.dev/builtin#string
Equalhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L365
https://pkg.go.dev/github.com/zerfoo/float16#Equal
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
GetBenchmarkOperationshttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L315
https://pkg.go.dev/github.com/zerfoo/float16#GetBenchmarkOperations
stringhttps://pkg.go.dev/builtin#string
BenchmarkOperationhttps://pkg.go.dev/github.com/zerfoo/float16#BenchmarkOperation
GetMemoryUsagehttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L287
https://pkg.go.dev/github.com/zerfoo/float16#GetMemoryUsage
inthttps://pkg.go.dev/builtin#int
GetVersionhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L148
https://pkg.go.dev/github.com/zerfoo/float16#GetVersion
stringhttps://pkg.go.dev/builtin#string
Greaterhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L411
https://pkg.go.dev/github.com/zerfoo/float16#Greater
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
GreaterEqualhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L421
https://pkg.go.dev/github.com/zerfoo/float16#GreaterEqual
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
IsFinitehttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L265
https://pkg.go.dev/github.com/zerfoo/float16#IsFinite
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
IsInfhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L183
https://pkg.go.dev/github.com/zerfoo/float16#IsInf
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
inthttps://pkg.go.dev/builtin#int
boolhttps://pkg.go.dev/builtin#bool
IsNaNhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L188
https://pkg.go.dev/github.com/zerfoo/float16#IsNaN
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
IsNormalhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L270
https://pkg.go.dev/github.com/zerfoo/float16#IsNormal
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
IsSubnormalhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L275
https://pkg.go.dev/github.com/zerfoo/float16#IsSubnormal
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
Lesshttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L378
https://pkg.go.dev/github.com/zerfoo/float16#Less
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
LessEqualhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L416
https://pkg.go.dev/github.com/zerfoo/float16#LessEqual
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
Signbithttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L193
https://pkg.go.dev/github.com/zerfoo/float16#Signbit
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
ToSlice32https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L294
https://pkg.go.dev/github.com/zerfoo/float16#ToSlice32
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
float32https://pkg.go.dev/builtin#float32
ToSlice64https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L303
https://pkg.go.dev/github.com/zerfoo/float16#ToSlice64
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
float64https://pkg.go.dev/builtin#float64
ValidateSliceLengthhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L353
https://pkg.go.dev/github.com/zerfoo/float16#ValidateSliceLength
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/github.com/zerfoo/float16#pkg-types
ArithmeticModehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L14
https://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
inthttps://pkg.go.dev/builtin#int
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
iotahttps://pkg.go.dev/builtin#iota
BFloat16https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L11
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
uint16https://pkg.go.dev/builtin#uint16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Abshttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L406
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Abs
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Addhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L347
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Add
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16AddSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L462
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16AddSlice
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16AddWithModehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_arithmetic.go#L6
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16AddWithMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
errorhttps://pkg.go.dev/builtin#error
BFloat16Coshttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L94
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Cos
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Divhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L362
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Div
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16DivSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L501
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16DivSlice
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16DivWithModehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_arithmetic.go#L118
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16DivWithMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
errorhttps://pkg.go.dev/builtin#error
BFloat16Exphttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L28
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Exp
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FMAhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_arithmetic.go#L198
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FMA
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
errorhttps://pkg.go.dev/builtin#error
BFloat16FastSigmoidhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L146
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FastSigmoid
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FastTanhhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L168
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FastTanh
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FromBitshttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L57
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromBits
uint16https://pkg.go.dev/builtin#uint16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FromFloat16https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L450
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FromFloat32https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L68
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32
float32https://pkg.go.dev/builtin#float32
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FromFloat32WithModehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L155
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32WithMode
float32https://pkg.go.dev/builtin#float32
ConversionModehttps://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
errorhttps://pkg.go.dev/builtin#error
BFloat16FromFloat32WithRoundinghttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L73
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat32WithRounding
float32https://pkg.go.dev/builtin#float32
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FromFloat64https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L145
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat64
float64https://pkg.go.dev/builtin#float64
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FromFloat64WithModehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L207
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat64WithMode
float64https://pkg.go.dev/builtin#float64
ConversionModehttps://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
errorhttps://pkg.go.dev/builtin#error
BFloat16FromFloat64WithRoundinghttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L150
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromFloat64WithRounding
float64https://pkg.go.dev/builtin#float64
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FromSlice32https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L541
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromSlice32
float32https://pkg.go.dev/builtin#float32
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FromSlice64https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L559
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromSlice64
float64https://pkg.go.dev/builtin#float64
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16FromStringhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_format.go#L12
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16FromString
stringhttps://pkg.go.dev/builtin#string
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
errorhttps://pkg.go.dev/builtin#error
BFloat16Loghttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L46
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Log
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Log2https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L64
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Log2
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Maxhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L427
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Max
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Minhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L416
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Min
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Mulhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L357
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Mul
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16MulSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L488
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16MulSlice
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16MulWithModehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_arithmetic.go#L63
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16MulWithMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
errorhttps://pkg.go.dev/builtin#error
BFloat16Neghttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L411
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Neg
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16ScaleSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L514
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16ScaleSlice
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Sigmoidhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L124
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sigmoid
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Sinhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L82
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sin
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Sqrthttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L10
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sqrt
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Subhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L352
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Sub
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16SubSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L475
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16SubSlice
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16SubWithModehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_arithmetic.go#L58
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16SubWithMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
errorhttps://pkg.go.dev/builtin#error
BFloat16SumSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L523
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16SumSlice
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16Tanhhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go#L106
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Tanh
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
Bitshttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L62
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Bits
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
uint16https://pkg.go.dev/builtin#uint16
Classhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L234
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Class
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
FloatClasshttps://pkg.go.dev/github.com/zerfoo/float16#FloatClass
CopySignhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L339
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.CopySign
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
Formathttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_format.go#L34
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Format
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
fmthttps://pkg.go.dev/fmt
Statehttps://pkg.go.dev/fmt#State
runehttps://pkg.go.dev/builtin#rune
GoStringhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_format.go#L73
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.GoString
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
stringhttps://pkg.go.dev/builtin#string
IsFinitehttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L306
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsFinite
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
IsInfhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L279
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsInf
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
inthttps://pkg.go.dev/builtin#int
boolhttps://pkg.go.dev/builtin#bool
IsNaNhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L297
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsNaN
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
IsNormalhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L311
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsNormal
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
IsSubnormalhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L322
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsSubnormal
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
IsZerohttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L274
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.IsZero
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
MarshalBinaryhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_format.go#L115
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.MarshalBinary
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
MarshalJSONhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_format.go#L78
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.MarshalJSON
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Signbithttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L334
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.Signbit
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
boolhttps://pkg.go.dev/builtin#bool
Stringhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L218
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.String
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
stringhttps://pkg.go.dev/builtin#string
ToFloat16https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L445
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.ToFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
ToFloat32https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L137
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.ToFloat32
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
float32https://pkg.go.dev/builtin#float32
UnmarshalBinaryhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_format.go#L123
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.UnmarshalBinary
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
UnmarshalJSONhttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_format.go#L92
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16.UnmarshalJSON
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
BFloat16Errorhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L38
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Error
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
ErrorCodehttps://pkg.go.dev/github.com/zerfoo/float16#ErrorCode
Errorhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L44
https://pkg.go.dev/github.com/zerfoo/float16#BFloat16Error.Error
BFloat16Errorhttps://pkg.go.dev/github.com/zerfoo/float16#BFloat16Error
stringhttps://pkg.go.dev/builtin#string
BenchmarkOperationhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L312
https://pkg.go.dev/github.com/zerfoo/float16#BenchmarkOperation
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Confighttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L63
https://pkg.go.dev/github.com/zerfoo/float16#Config
ConversionModehttps://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
boolhttps://pkg.go.dev/builtin#bool
DefaultConfighttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L108
https://pkg.go.dev/github.com/zerfoo/float16#DefaultConfig
Confighttps://pkg.go.dev/github.com/zerfoo/float16#Config
GetConfighttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L134
https://pkg.go.dev/github.com/zerfoo/float16#GetConfig
Confighttps://pkg.go.dev/github.com/zerfoo/float16#Config
ConversionModehttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L71
https://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
inthttps://pkg.go.dev/builtin#int
ConversionModehttps://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
iotahttps://pkg.go.dev/builtin#iota
ErrorCodehttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L8
https://pkg.go.dev/github.com/zerfoo/float16#ErrorCode
inthttps://pkg.go.dev/builtin#int
ErrorCodehttps://pkg.go.dev/github.com/zerfoo/float16#ErrorCode
iotahttps://pkg.go.dev/builtin#iota
Float16https://github.com/zerfoo/float16/blob/v1.0.0/types.go#L81
https://pkg.go.dev/github.com/zerfoo/float16#Float16
uint16https://pkg.go.dev/builtin#uint16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Abshttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L477
https://pkg.go.dev/github.com/zerfoo/float16#Abs
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Acoshttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L254
https://pkg.go.dev/github.com/zerfoo/float16#Acos
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Addhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L26
https://pkg.go.dev/github.com/zerfoo/float16#Add
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
AddSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L466
https://pkg.go.dev/github.com/zerfoo/float16#AddSlice
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
AddWithModehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L32
https://pkg.go.dev/github.com/zerfoo/float16#AddWithMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
errorhttps://pkg.go.dev/builtin#error
Asinhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L235
https://pkg.go.dev/github.com/zerfoo/float16#Asin
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Atanhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L270
https://pkg.go.dev/github.com/zerfoo/float16#Atan
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Atan2https://github.com/zerfoo/float16/blob/v1.0.0/math.go#L290
https://pkg.go.dev/github.com/zerfoo/float16#Atan2
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Cbrthttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L33
https://pkg.go.dev/github.com/zerfoo/float16#Cbrt
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Ceilhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L371
https://pkg.go.dev/github.com/zerfoo/float16#Ceil
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Clamphttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L482
https://pkg.go.dev/github.com/zerfoo/float16#Clamp
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
CopySignhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L525
https://pkg.go.dev/github.com/zerfoo/float16#CopySign
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Coshttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L207
https://pkg.go.dev/github.com/zerfoo/float16#Cos
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Coshhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L321
https://pkg.go.dev/github.com/zerfoo/float16#Cosh
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Dimhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L530
https://pkg.go.dev/github.com/zerfoo/float16#Dim
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Divhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L193
https://pkg.go.dev/github.com/zerfoo/float16#Div
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
DivSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L505
https://pkg.go.dev/github.com/zerfoo/float16#DivSlice
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
DivWithModehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L199
https://pkg.go.dev/github.com/zerfoo/float16#DivWithMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
errorhttps://pkg.go.dev/builtin#error
DotProducthttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L536
https://pkg.go.dev/github.com/zerfoo/float16#DotProduct
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Erfhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L644
https://pkg.go.dev/github.com/zerfoo/float16#Erf
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Erfchttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L664
https://pkg.go.dev/github.com/zerfoo/float16#Erfc
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Exphttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L86
https://pkg.go.dev/github.com/zerfoo/float16#Exp
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Exp2https://github.com/zerfoo/float16/blob/v1.0.0/math.go#L106
https://pkg.go.dev/github.com/zerfoo/float16#Exp2
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Exp10https://github.com/zerfoo/float16/blob/v1.0.0/math.go#L126
https://pkg.go.dev/github.com/zerfoo/float16#Exp10
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FastAddhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L408
https://pkg.go.dev/github.com/zerfoo/float16#FastAdd
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FastMulhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L413
https://pkg.go.dev/github.com/zerfoo/float16#FastMul
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16FromBFloat16https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L455
https://pkg.go.dev/github.com/zerfoo/float16#Float16FromBFloat16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Floorhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L360
https://pkg.go.dev/github.com/zerfoo/float16#Floor
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Frexphttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L229
https://pkg.go.dev/github.com/zerfoo/float16#Frexp
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
inthttps://pkg.go.dev/builtin#int
FromBitshttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L87
https://pkg.go.dev/github.com/zerfoo/float16#FromBits
uint16https://pkg.go.dev/builtin#uint16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FromFloat32https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L11
https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32
float32https://pkg.go.dev/builtin#float32
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FromFloat32WithRoundinghttps://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L19
https://pkg.go.dev/github.com/zerfoo/float16#FromFloat32WithRounding
float32https://pkg.go.dev/builtin#float32
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FromFloat64https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L158
https://pkg.go.dev/github.com/zerfoo/float16#FromFloat64
float64https://pkg.go.dev/builtin#float64
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FromFloat64WithModehttps://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L179
https://pkg.go.dev/github.com/zerfoo/float16#FromFloat64WithMode
float64https://pkg.go.dev/builtin#float64
ConversionModehttps://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
errorhttps://pkg.go.dev/builtin#error
FromInthttps://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L263
https://pkg.go.dev/github.com/zerfoo/float16#FromInt
inthttps://pkg.go.dev/builtin#int
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FromInt32https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L321
https://pkg.go.dev/github.com/zerfoo/float16#FromInt32
int32https://pkg.go.dev/builtin#int32
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FromInt64https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L326
https://pkg.go.dev/github.com/zerfoo/float16#FromInt64
int64https://pkg.go.dev/builtin#int64
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FromSlice64https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L312
https://pkg.go.dev/github.com/zerfoo/float16#FromSlice64
float64https://pkg.go.dev/builtin#float64
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Gammahttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L554
https://pkg.go.dev/github.com/zerfoo/float16#Gamma
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Hypothttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L539
https://pkg.go.dev/github.com/zerfoo/float16#Hypot
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Infhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L172
https://pkg.go.dev/github.com/zerfoo/float16#Inf
inthttps://pkg.go.dev/builtin#int
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
J0https://github.com/zerfoo/float16/blob/v1.0.0/math.go#L582
https://pkg.go.dev/github.com/zerfoo/float16#J0
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
J1https://github.com/zerfoo/float16/blob/v1.0.0/math.go#L596
https://pkg.go.dev/github.com/zerfoo/float16#J1
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Ldexphttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L240
https://pkg.go.dev/github.com/zerfoo/float16#Ldexp
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
inthttps://pkg.go.dev/builtin#int
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Lerphttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L496
https://pkg.go.dev/github.com/zerfoo/float16#Lerp
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Lgammahttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L571
https://pkg.go.dev/github.com/zerfoo/float16#Lgamma
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
inthttps://pkg.go.dev/builtin#int
Loghttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L131
https://pkg.go.dev/github.com/zerfoo/float16#Log
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Log2https://github.com/zerfoo/float16/blob/v1.0.0/math.go#L151
https://pkg.go.dev/github.com/zerfoo/float16#Log2
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Log10https://github.com/zerfoo/float16/blob/v1.0.0/math.go#L171
https://pkg.go.dev/github.com/zerfoo/float16#Log10
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Maxhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L448
https://pkg.go.dev/github.com/zerfoo/float16#Max
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Minhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L426
https://pkg.go.dev/github.com/zerfoo/float16#Min
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Modhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L415
https://pkg.go.dev/github.com/zerfoo/float16#Mod
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Modfhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L252
https://pkg.go.dev/github.com/zerfoo/float16#Modf
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Mulhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L111
https://pkg.go.dev/github.com/zerfoo/float16#Mul
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
MulSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L492
https://pkg.go.dev/github.com/zerfoo/float16#MulSlice
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
MulWithModehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L117
https://pkg.go.dev/github.com/zerfoo/float16#MulWithMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
errorhttps://pkg.go.dev/builtin#error
NaNhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L165
https://pkg.go.dev/github.com/zerfoo/float16#NaN
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
NextAfterhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L200
https://pkg.go.dev/github.com/zerfoo/float16#NextAfter
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Norm2https://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L550
https://pkg.go.dev/github.com/zerfoo/float16#Norm2
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Onehttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L160
https://pkg.go.dev/github.com/zerfoo/float16#One
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Parsehttps://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L257
https://pkg.go.dev/github.com/zerfoo/float16#Parse
stringhttps://pkg.go.dev/builtin#string
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
errorhttps://pkg.go.dev/builtin#error
ParseFloathttps://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L333
https://pkg.go.dev/github.com/zerfoo/float16#ParseFloat
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
errorhttps://pkg.go.dev/builtin#error
Powhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L58
https://pkg.go.dev/github.com/zerfoo/float16#Pow
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Remainderhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L436
https://pkg.go.dev/github.com/zerfoo/float16#Remainder
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Roundhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L382
https://pkg.go.dev/github.com/zerfoo/float16#Round
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
RoundToEvenhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L393
https://pkg.go.dev/github.com/zerfoo/float16#RoundToEven
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
ScaleSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L518
https://pkg.go.dev/github.com/zerfoo/float16#ScaleSlice
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Signhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L511
https://pkg.go.dev/github.com/zerfoo/float16#Sign
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Sinhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L193
https://pkg.go.dev/github.com/zerfoo/float16#Sin
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Sinhhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L304
https://pkg.go.dev/github.com/zerfoo/float16#Sinh
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Sqrthttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L10
https://pkg.go.dev/github.com/zerfoo/float16#Sqrt
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Subhttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L99
https://pkg.go.dev/github.com/zerfoo/float16#Sub
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
SubSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L479
https://pkg.go.dev/github.com/zerfoo/float16#SubSlice
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
SubWithModehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L105
https://pkg.go.dev/github.com/zerfoo/float16#SubWithMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
ArithmeticModehttps://pkg.go.dev/github.com/zerfoo/float16#ArithmeticMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
errorhttps://pkg.go.dev/builtin#error
SumSlicehttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go#L527
https://pkg.go.dev/github.com/zerfoo/float16#SumSlice
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Tanhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L221
https://pkg.go.dev/github.com/zerfoo/float16#Tan
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Tanhhttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L338
https://pkg.go.dev/github.com/zerfoo/float16#Tanh
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
ToFloat16https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L164
https://pkg.go.dev/github.com/zerfoo/float16#ToFloat16
float64https://pkg.go.dev/builtin#float64
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
ToSlice16https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L170
https://pkg.go.dev/github.com/zerfoo/float16#ToSlice16
float32https://pkg.go.dev/builtin#float32
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
ToSlice16WithModehttps://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L268
https://pkg.go.dev/github.com/zerfoo/float16#ToSlice16WithMode
float32https://pkg.go.dev/builtin#float32
ConversionModehttps://pkg.go.dev/github.com/zerfoo/float16#ConversionMode
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
errorhttps://pkg.go.dev/builtin#error
Trunchttps://github.com/zerfoo/float16/blob/v1.0.0/math.go#L404
https://pkg.go.dev/github.com/zerfoo/float16#Trunc
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
VectorAddhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L418
https://pkg.go.dev/github.com/zerfoo/float16#VectorAdd
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
VectorMulhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L425
https://pkg.go.dev/github.com/zerfoo/float16#VectorMul
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Y0https://github.com/zerfoo/float16/blob/v1.0.0/math.go#L610
https://pkg.go.dev/github.com/zerfoo/float16#Y0
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Y1https://github.com/zerfoo/float16/blob/v1.0.0/math.go#L627
https://pkg.go.dev/github.com/zerfoo/float16#Y1
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Zerohttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L155
https://pkg.go.dev/github.com/zerfoo/float16#Zero
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Abshttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L260
https://pkg.go.dev/github.com/zerfoo/float16#Float16.Abs
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Bitshttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L84
https://pkg.go.dev/github.com/zerfoo/float16#Float16.Bits
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
uint16https://pkg.go.dev/builtin#uint16
Classhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L205
https://pkg.go.dev/github.com/zerfoo/float16#Float16.Class
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FloatClasshttps://pkg.go.dev/github.com/zerfoo/float16#FloatClass
CopySignhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L270
https://pkg.go.dev/github.com/zerfoo/float16#Float16.CopySign
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
GoStringhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L298
https://pkg.go.dev/github.com/zerfoo/float16#Float16.GoString
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
stringhttps://pkg.go.dev/builtin#string
IsFinitehttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L170
https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsFinite
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
IsInfhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L152
https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsInf
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
inthttps://pkg.go.dev/builtin#int
boolhttps://pkg.go.dev/builtin#bool
IsNaNhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L163
https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsNaN
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
IsNormalhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L176
https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsNormal
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
IsSubnormalhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L182
https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsSubnormal
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
IsZerohttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L144
https://pkg.go.dev/github.com/zerfoo/float16#Float16.IsZero
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
Neghttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L265
https://pkg.go.dev/github.com/zerfoo/float16#Float16.Neg
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Signhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L244
https://pkg.go.dev/github.com/zerfoo/float16#Float16.Sign
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
inthttps://pkg.go.dev/builtin#int
Signbithttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L255
https://pkg.go.dev/github.com/zerfoo/float16#Float16.Signbit
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
boolhttps://pkg.go.dev/builtin#bool
Stringhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L281
https://pkg.go.dev/github.com/zerfoo/float16#Float16.String
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
stringhttps://pkg.go.dev/builtin#string
ToBFloat16https://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go#L440
https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToBFloat16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
BFloat16https://pkg.go.dev/github.com/zerfoo/float16#BFloat16
ToFloat32https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L116
https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToFloat32
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
float32https://pkg.go.dev/builtin#float32
ToFloat64https://github.com/zerfoo/float16/blob/v1.0.0/convert.go#L208
https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToFloat64
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
float64https://pkg.go.dev/builtin#float64
ToInthttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L276
https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToInt
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
inthttps://pkg.go.dev/builtin#int
ToInt32https://github.com/zerfoo/float16/blob/v1.0.0/types.go#L302
https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToInt32
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
int32https://pkg.go.dev/builtin#int32
ToInt64https://github.com/zerfoo/float16/blob/v1.0.0/types.go#L307
https://pkg.go.dev/github.com/zerfoo/float16#Float16.ToInt64
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
int64https://pkg.go.dev/builtin#int64
Float16Errorhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L21
https://pkg.go.dev/github.com/zerfoo/float16#Float16Error
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
ErrorCodehttps://pkg.go.dev/github.com/zerfoo/float16#ErrorCode
Errorhttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L27
https://pkg.go.dev/github.com/zerfoo/float16#Float16Error.Error
Float16Errorhttps://pkg.go.dev/github.com/zerfoo/float16#Float16Error
stringhttps://pkg.go.dev/builtin#string
FloatClasshttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L189
https://pkg.go.dev/github.com/zerfoo/float16#FloatClass
inthttps://pkg.go.dev/builtin#int
FloatClasshttps://pkg.go.dev/github.com/zerfoo/float16#FloatClass
iotahttps://pkg.go.dev/builtin#iota
FpClassifyhttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L280
https://pkg.go.dev/github.com/zerfoo/float16#FpClassify
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
FloatClasshttps://pkg.go.dev/github.com/zerfoo/float16#FloatClass
RoundingModehttps://github.com/zerfoo/float16/blob/v1.0.0/types.go#L55
https://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
inthttps://pkg.go.dev/builtin#int
RoundingModehttps://pkg.go.dev/github.com/zerfoo/float16#RoundingMode
iotahttps://pkg.go.dev/builtin#iota
SliceStatshttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L365
https://pkg.go.dev/github.com/zerfoo/float16#SliceStats
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
inthttps://pkg.go.dev/builtin#int
ComputeSliceStatshttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go#L374
https://pkg.go.dev/github.com/zerfoo/float16#ComputeSliceStats
Float16https://pkg.go.dev/github.com/zerfoo/float16#Float16
SliceStatshttps://pkg.go.dev/github.com/zerfoo/float16#SliceStats
https://pkg.go.dev/github.com/zerfoo/float16#section-sourcefiles
View all Source fileshttps://github.com/zerfoo/float16/tree/v1.0.0
arithmetic.gohttps://github.com/zerfoo/float16/blob/v1.0.0/arithmetic.go
bfloat16.gohttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16.go
bfloat16_arithmetic.gohttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_arithmetic.go
bfloat16_format.gohttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_format.go
bfloat16_math.gohttps://github.com/zerfoo/float16/blob/v1.0.0/bfloat16_math.go
convert.gohttps://github.com/zerfoo/float16/blob/v1.0.0/convert.go
convert_new.gohttps://github.com/zerfoo/float16/blob/v1.0.0/convert_new.go
float16.gohttps://github.com/zerfoo/float16/blob/v1.0.0/float16.go
math.gohttps://github.com/zerfoo/float16/blob/v1.0.0/math.go
types.gohttps://github.com/zerfoo/float16/blob/v1.0.0/types.go
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.