diff options
author | jofret | 2006-11-29 16:37:10 +0000 |
---|---|---|
committer | jofret | 2006-11-29 16:37:10 +0000 |
commit | 5a346530e985052ebcea22b943c2b297219645e8 (patch) | |
tree | eb74534f1da95e25715d0432f178afaa617bf088 /Doc/Elementary Functions/TrigonometricsDependeces.dot | |
parent | 4a8740c5c245e9cfaf3fa6dbba678bb6be0565fd (diff) | |
download | scilab2c-5a346530e985052ebcea22b943c2b297219645e8.tar.gz scilab2c-5a346530e985052ebcea22b943c2b297219645e8.tar.bz2 scilab2c-5a346530e985052ebcea22b943c2b297219645e8.zip |
Atan2 is only a hidden C call...
That's all for today
Diffstat (limited to 'Doc/Elementary Functions/TrigonometricsDependeces.dot')
-rw-r--r-- | Doc/Elementary Functions/TrigonometricsDependeces.dot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Elementary Functions/TrigonometricsDependeces.dot b/Doc/Elementary Functions/TrigonometricsDependeces.dot index d92193d6..c18100c3 100644 --- a/Doc/Elementary Functions/TrigonometricsDependeces.dot +++ b/Doc/Elementary Functions/TrigonometricsDependeces.dot @@ -38,6 +38,9 @@ Tan_Complex [label="tan(C)", comment="wtan"]; Tan_Hyperbolic_Real [label="tanh(R)"]; Tan_Hyperbolic_Complex [label="tanh(C)"]; +// ArcTaneante2 +ATan2_Real [label="atan2(R)"]; + // Exponentielle Exp_Real [label="exp(R)"]; Exp_Complex [label="exp(C)"]; @@ -287,4 +290,9 @@ Exp_Complex -> { Exp_Real -> F77_Call; +// -*- ATAN2 -*- +// +// Call atan2 function in C math lib +ATan2_Real -> C_Call; + }
\ No newline at end of file |