Skip to content

Conversation

@jozkee
Copy link
Member

@jozkee jozkee commented Oct 28, 2025

cc @ericstj @tannergooding
@dotnet/area-system-security
@dotnet/area-system-xml
@dotnet/area-system-runtime

Comment on lines +8 to +25
- public static System.Numerics.Vector<T> get_E<T>()
- where T : System.Numerics.IFloatingPointConstants<T>;
- public static System.Numerics.Vector<T> get_Epsilon<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_NaN<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_NegativeInfinity<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_NegativeOne<T>()
- where T : System.Numerics.ISignedNumber<T>;
- public static System.Numerics.Vector<T> get_NegativeZero<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_Pi<T>()
- where T : System.Numerics.IFloatingPointConstants<T>;
- public static System.Numerics.Vector<T> get_PositiveInfinity<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_Tau<T>()
- where T : System.Numerics.IFloatingPointConstants<T>;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We ship from VMR, so check the final code there and you'll see it's missing from GA as well. https://github.com/dotnet/dotnet/commits/release/10.0.1xx/src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants