2 references to RootN
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
932double result = double.RootN(value, n);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1765public static NFloat RootN(NFloat x, int n) => new NFloat(NativeType.RootN(x._value, n));