dotnet / dotnet/dotnet-api-docs
Math.ScaleB documentation is incorrect.
Open
area-System.Numerics
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
https://github.com/dotnet/runtime/pull/42476 seems to have moved ScaleB from a C-runtime call to a managed implementation.\
[The documentation](https://learn.microsoft.com/en-us/dotnet/api/system.math.scaleb?view=net-8.0), however, still has a remark that the underlying C runtime is called.
Since this is no longer the case, the remark should probably be removed.
Contributor guide
Assessment
This issue has not been assessed yet.