Trigonometric functions: Difference between revisions

Content deleted Content added
Dinosaur (talk | contribs)
m →‎{{header|Fortran}}: Leading spaces prevent the syntax highlighter misinterpreting the C in column one of COSH.
Dinosaur (talk | contribs)
Line 968: Line 968:
0.785398 45.0000
0.785398 45.0000
The following trigonometric functions are also available
The following trigonometric functions are also available
<lang fortran>ATAN2(y,x) ! Arctangent(y/x), ''-pi < result <= +pi''
<lang fortran> ATAN2(y,x) ! Arctangent(y/x), ''-pi < result <= +pi''
SINH(x) ! Hyperbolic sine
SINH(x) ! Hyperbolic sine
COSH(x) ! Hyperbolic cosine
COSH(x) ! Hyperbolic cosine