soft-float-starter-pack icon indicating copy to clipboard operation
soft-float-starter-pack copied to clipboard

Impliment same interfaces as System.Single in .Net 7

Open Shadowblitz16 opened this issue 2 years ago • 0 comments

IComparable<sfloat>, 
IConvertible,
IEquatable<sfloat>,
IParsable<sfloat>,
ISpanParsable<sfloat>,
System.Numerics.IAdditiveIdentity<sfloat,sfloat>, 
System.Numerics.IBinaryFloatingPointIeee754<sfloat>, 
System.Numerics.IBinaryNumber<sfloat>, 
System.Numerics.IBitwiseOperators<sfloat,sfloat,sfloat>, 
System.Numerics.IComparisonOperators<sfloat,sfloat,bool>, 
System.Numerics.IDecrementOperators<sfloat>, 
System.Numerics.IDivisionOperators<sfloat,sfloat,sfloat>, 
System.Numerics.IEqualityOperators<sfloat,sfloat,bool>, 
System.Numerics.IExponentialFunctions<sfloat>, 
System.Numerics.IFloatingPoint<sfloat>, 
System.Numerics.IFloatingPointConstants<sfloat>, 
System.Numerics.IFloatingPointIeee754<sfloat>, 
System.Numerics.IHyperbolicFunctions<sfloat>, 
System.Numerics.IIncrementOperators<sfloat>, 
System.Numerics.ILogarithmicFunctions<sfloat>, 
System.Numerics.IMinMaxValue<sfloat>, 
System.Numerics.IModulusOperators<sfloat,sfloat,sfloat>, 
System.Numerics.IMultiplicativeIdentity<sfloat,sfloat>, 
System.Numerics.IMultiplyOperators<sfloat,sfloat,sfloat>, 
System.Numerics.INumber<sfloat>, 
System.Numerics.INumberBase<sfloat>, 
System.Numerics.IPowerFunctions<sfloat>, 
System.Numerics.IRootFunctions<sfloat>, 
System.Numerics.ISignedNumber<sfloat>, 
System.Numerics.ISubtractionOperators<sfloat,sfloat,sfloat>,
System.Numerics.ITrigonometricFunctions<sfloat>, 
System.Numerics.IUnaryNegationOperators<sfloat,sfloat>, 
System.Numerics.IUnaryPlusOperators<sfloat,sfloat>

Shadowblitz16 avatar Jun 19 '23 23:06 Shadowblitz16