1 reference to Exp2
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
965
public static NFloat Exp2(NFloat x) => new NFloat(NativeType.
Exp2
(x._value));