[release/9.0-staging] TensorPrimitives XML docs: MinNumber/ReciprocalSqrt/ReciprocalSqrtEstimate oversights by github-actions[bot] · Pull Request #109922 · dotnet/runtime (original) (raw)

Backport of #109889 to release/9.0-staging

/cc @stephentoub @delreluca

Customer Impact

A customer found and fixed these API docs issues:

  1. MinNumber refers to maxima instead of minima
  2. ReciprocalSqrt and ReciprocalSqrtEstimate are missing the square root in the explanation of the effective computation

Because XML doc comments are the source of truth for these APIs, updating the comments will result in the docs being corrected after the next servicing release.

Regression

Testing

n/a

Risk

Low. Docs / XML comments-only change.