ConstTypeArgs.Numerics Library #13
zacharylayne
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A ConstTypeArgs.Numerics library would incorporate some of the functionality found in the
System.Numerics
namespace. However, decisions need to be made over what functionality to bring over.BigInteger
,Complex
,Matrix3x2
,Matrix4x4
,Plane
,Quaternion
,Vector<T>
,Vector2
,Vector3
,Vector4
.System.Numerics
interfaces should be covered?K_Delegate
types, and/or static methods on const type arguments or argument holders?Positive<K>
,Pow2<K>
, and so on?Number<K>
,Integer<K>
,FloatingPoint<K>
and other argument holders to unify numeric types, such asbyte
,sbyte
,int
,uint
,Int128
,UInt128
,long
,ulong
,short
,ushort
,decimal
,double
,float
, andHalf
?__
) that unifies numeric discards found in other libraries? If so, should it be an abstract class or another interface?Beta Was this translation helpful? Give feedback.
All reactions