Open
Description
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.