dotnet/dotnet-api-docs

Math.ScaleB documentation is incorrect.

Opened this issue · 3 comments

Jabbl commented

dotnet/runtime#42476 seems to have moved ScaleB from a C-runtime call to a managed implementation.
The documentation, 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.

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

Tagging subscribers to this area: @dotnet/area-system-numerics

The exact remark should probably be something implying “may” rather than “does”.

There are many possible runtimes and a valid implementation of ScaleB may defer into the C runtime, be an intrinsic to the JIT/AOT, or rely on other behavior