PR dotnet/coreclr#5492 implemented dotnet/corefx#1151, by providing scalar single-precision floating-point support for many of the trigonometric, logarithmic, and other common mathematical functions.
However, there is still the additional work that needs to be done to provide a full set of unit tests over the new single-precision math APIs.
This work is partially blocked on dotnet/corefx#12183 being merged so that a proper NuGet package is available with the appropriate contract assembly.