Math.hypot()

Math.hypot() 函数返回它的全部参数的平方和的平方根,即:web \mathtt{\operatorname{Math.hypot}(v_1, v_2, \dots, v_n)} = \sqrt{\sum_{i=1}^n v_i^2} = \sqrt{v_1^2 + v_2^2 + \dots + v_n^2}svg 具体详见Math.hypot(),讲得很好很清楚。函数
相关文章
相关标签/搜索