Пример #1
0
 /// <summary>
 /// Natural logarithm, element-wise.
 ///
 /// The natural logarithm log is the inverse of the exponential function, so that log(exp(x)) = x.The natural logarithm is logarithm in base e.
 /// </summary>
 /// <returns></returns>
 public static NDArray log(NDArray x)
 => x.log();