代码搜索:Atan2
找到约 656 项符合「Atan2」的源代码
代码结果 656
www.eeworm.com/read/286264/8779105
atan2
www.eeworm.com/read/493005/6403704
atan2
NAME
atan2 - angle to point
SYNOPSIS
atan2(y, x, [,eps])
TYPES
y real
x real
eps nonzero real, defaults to epsilon()
return real
DESCRIPTION
If x and y are not both
www.eeworm.com/read/131315/5931445
3 atan2.3
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are per
www.eeworm.com/read/445391/7595884
m m2att.m
function att=m2att(Cnb)
att = [ asin(Cnb(3,2));
atan2(-Cnb(3,1),Cnb(3,3));
atan2(-Cnb(1,2),Cnb(2,2)) ];
www.eeworm.com/read/434390/7869238
m m2att.m
function att=m2att(Cnb)
att = [ asin(Cnb(3,2));
atan2(-Cnb(3,1),Cnb(3,3));
atan2(-Cnb(1,2),Cnb(2,2)) ];
www.eeworm.com/read/292398/8358279
dat funtc5.dat
函数名 atan2
函数原型 double atan2(double x,double y);
功能 计算tan^-1/(x/y)的值.
返回值 计算结果
www.eeworm.com/read/176085/9517431
dat funtc5.dat
函数名 atan2
函数原型 double atan2(double x,double y);
功能 计算tan^-1/(x/y)的值.
返回值 计算结果
www.eeworm.com/read/129770/5970149
dat funtc5.dat
函数名 atan2
函数原型 double atan2(double x,double y);
功能 计算tan^-1/(x/y)的值.
返回值 计算结果