Versions in this module Expand all Collapse all v3 v3.3.0 Dec 10, 2018 Changes in this version + type Case struct + Excep Condition + Inputs []Data + Mode big.RoundingMode + Op Op + Output Data + Prec int + Prefix string + Trap Condition + func ParseCase(data []byte) (c Case, err error) + func ParseCases(r io.Reader) (cases []Case, err error) + func (c Case) ShortString(length int) string + func (c Case) String() string + type Condition uint32 + const Clamped + const ConversionSyntax + const DivisionByZero + const DivisionImpossible + const DivisionUndefined + const Inexact + const InsufficientStorage + const InvalidContext + const InvalidOperation + const Overflow + const Rounded + const Subnormal + const Underflow + func ConditionFromString(s string) (r Condition) + func (c Condition) String() string + type Data string + const NoData + func (i Data) IsInf() (int, bool) + func (i Data) IsNaN() (nan, signal bool) + type Op uint8 + const Abs + const Add + const CDF + const CFD + const CFF + const CFI + const CIF + const Class + const Copy + const CopySign + const Div + const Equiv + const Exp + const FMA + const IntDiv + const IsFinite + const IsInf + const IsNaN + const IsNormal + const IsSignaling + const IsSigned + const IsSubNormal + const IsZero + const Log + const Log10 + const Logb + const MaxNum + const MaxNumMag + const MinNum + const MinNumMag + const Mul + const Neg + const NextAfter + const NextDown + const NextUp + const Normalize + const Pow + const Quantize + const QuietCmp + const RFI + const Rem + const RoundToInt + const SameQuantum + const Scalb + const SetRat + const Shift + const SigCmp + const Sign + const Signbit + const Sqrt + const Sub + func (i Op) String() string