代码搜索结果
找到约 10,000 项符合
R 的代码
r.m
% 计算平方根
function out = r(x)
out=sqrt(abs(x));
r.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = r(x)
%
%
out=sqrt(abs(x));
r.m
% 计算平方根
function out = r(x)
out=sqrt(abs(x));
r.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = r(x)
%
%
out=sqrt(abs(x));