以下围绕“cube root 攻略”主题解决网友的困惑 用迭代法求x=a^1/3求立方根的迭代公式为:xi+1=2/3xi+a/(3xi^2... Private Sub Command1_Click()D...