VB.net程序设计求高手解答

2024-11-16 02:44:12
推荐回答(1个)
回答1:

if x=0 then
y=cos(x)-x^3+3*x
else
y=sin(x)+sqrt(x*x+1)
end if