So in return to, we have a slight variance here, -- where I'm defining apparently -- declaring a function called cube.
作为应答,这里我们有一点变化,这里我显然定义了-,声明了一个叫做cube的函数。
to do sqrt, or square root-- no, I'm going to square root use sqrt, that's the name I'm using here-- square root a hundred different places in some piece of code. Without function, I'd have to copy that piece of code everywhere.
让我做一下准备,想象一下我要调用sqrt或者-,不,我会调用sqrt函数,这是我在这里用的名字,我得把这段代码到处复制。
Mathematically complete problem is that you can find the function x of t by saying that the second derivative of the function is equal to -k over m times the function.
这个数学问题就是,你可以求出函数 x,只要令函数的二阶导数,等于 -k 除以 m 再乘以函数
应用推荐