我注意到MATLAB有一个sin()和sind()函数.我学会sin()了以弧度sind()接受角度并接受以度为单位的角度.我知道的唯一区别是sind(180)0但sin(pi)不是:
>> sin(pi)
ans =
1.2246e-016
>> sind(180)
ans =
0
Run Code Online (Sandbox Code Playgroud)
令我难以理解的是,是否有任何方案或指导方针可供选择sin()或使用sind()?
当我查看来自D:\ SAS \ XXX\Lev1\SASMain\BatchServer\Logs的日志文件时
我看到了这两行
NOTE: Libref TESTLIB successfully assigned from logical server.
NOTE: Libref TESTLIB was successfully assigned as follows:
Engine: XXXX
Physical Name: XX.XXX.XXX.XX
Run Code Online (Sandbox Code Playgroud)
这两行背后有什么区别或意义?