6 references to Cbrt
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
788
destination = T.
Cbrt
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Cbrt.cs (1)
31
public static T Invoke(T x) => T.
Cbrt
(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1483
/// <inheritdoc cref="IRootFunctions{TSelf}.
Cbrt
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2177
/// <inheritdoc cref="IRootFunctions{TSelf}.
Cbrt
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1807
/// <inheritdoc cref="IRootFunctions{TSelf}.
Cbrt
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1502
/// <inheritdoc cref="IRootFunctions{TSelf}.
Cbrt
(TSelf)" />