Re: implementation of DACOSD



Damien MATTEI wrote:
i have this error when porting a Fortran program from tru 64 to Linux:

(snip)

Reference to unimplemented intrinsic `DACOSD' at (^) (assumed EXTERNAL)
long_onde.F:423:
                            radrad=dacosd(z/rayray) +i

It seems that Fortran doesn't have a DACOSD function.

For comparison purposes only, note that PL/I does have SIND, COSD, TAND, and ATAND, sine, cosine, tangent, and arctangent in degrees, but still
no ASIND or ACOSD. (No SINHD or TANHD, either.)


-- glen

.



Relevant Pages

  • Re: Maxwells Equations
    ... > which simulated altitude with a voltage. ... The first derivative of the sine function is the cosine function. ... Tangent is just a ratio, ...
    (sci.physics.relativity)
  • Re: Maxwells Equations
    ... > which simulated altitude with a voltage. ... The first derivative of the sine function is the cosine function. ... Tangent is just a ratio, ...
    (sci.physics.relativity)
  • Re: double pointers
    ... double sincostan(double angle, double *pcosine, double *ptangent) ... double cosine = cos; ... double tangent = tan; ... return sine; ...
    (comp.programming)
  • Re: trig. formula Question
    ... >> Inverted Cosine ... >> Inverted Sine ... >> Inverted Tangent ...
    (sci.math)
  • Re: Order of parameters in early SIGN(A,B) function?
    ... The comment says the following lines compute a Tangent, then a Sine ... always of absolute magnitude 2.0 and the related sine and cosine ... Or were the SIGN parameters of Fortran II interchanged from the the ...
    (comp.lang.fortran)