1 reference to Log10P1
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1614public static Half Log10P1(Half x) => (Half)float.Log10P1((float)x);