单项选择题

sympy中,用哪个函数可以求出在x=1处的函数值()

A.evalf(f,x,1)
B.evalf(f,(x,1))
C.evalf(subs={x:1})
D.evalf(subs={x:0})