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