 |
|
mooooooooooe
V2EX member #656581, joined on 2023-10-27 10:41:37 +08:00
|
 |
Per mooooooooooe's settings, the topics list is hidden |
Deals info, including closed deals, is not hidden
mooooooooooe's recent replies
不需要暂停。双击可以手动分区,可以单独看每个时间段的记录
啊?我每天都用,没有验证过,现在用的 mac 版的 app
用的 gpt plus 的 math gpts 回答的挺准确的甚至给出了 python 代码,v 站不支持 LaTeX 格式😅
import sympy as sp
x = sp.symbols('x')
expr = x * sp.log(1 + 1/x)
# 当 x 趋近于 0+ 时
limit_zero = sp.limit(expr, x, 0, dir='+')
# 当 x 趋近于 正无穷时
limit_infinity = sp.limit(expr, x, sp.oo)
limit_zero, limit_infinity