← 返回函数库
指数 / 对数

log10

log₁₀(x)

常用对数。

Python 实现

下面是教学用的最小实现,目的是让你看懂原理。生产中请用 PyTorch / TensorFlow 的高性能 op。

python

同类函数