a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 mathieeesingtrans.library
  --Background--
  IEEESPAcos
  IEEESPAsin
  IEEESPAtan
  IEEESPCos
  IEEESPCosh
  IEEESPExp
  IEEESPFieee
  IEEESPLog
  IEEESPLog10
  IEEESPPow
  IEEESPSin
  IEEESPSincos
  IEEESPSinh
  IEEESPSqrt
  IEEESPTan
  IEEESPTanh
  IEEESPTieee
Include
GuruMeditation
Docs » Autodocs » mathieeesingtrans.library » IEEESPSincos

NAME

	IEEESPSincos -- compute the arc tangent of a floating point number 

SYNOPSIS

	  x   = IEEESPSincos( z ,  y  );
d0 a0 d0
float x,y,*z;

FUNCTION

	Compute sin and cosine of y in IEEE single precision.
Store the cosine in *z. Return the sine of y.

INPUTS

	y - IEEE single precision floating point value
z - pointer to IEEE single precision floating point number

RESULT

	x - IEEE single precision floating point value

BUGS

	Not very fast if no FPU is available. Otherwise, it might be
faster than calling IEEEDPSin() and IEEEDPCos() separately.

SEE ALSO

IEEESPSin(), IEEESPCos()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Abyss

AYS
DC
TBL
SCX

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se