// 摘要:// Returns the sine of angle f.// 参数:// f:// The input angle, in radians.// 返回结果:// The return value between -1 and +1.publicstaticfloatSin(float f); 那么什么是弧度,百科词条中这样定义:弧长等于半径的弧,其所对的圆心角为1弧度。(即两条射线从圆心向圆周射出,形成一个...