a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 mathtrans.library
  SPAcos
  SPAsin
  SPAtan
  SPCos
  SPCosh
  SPExp
  SPFieee
  SPLog
  SPLog10
  SPPow
  SPSin
  SPSincos
  SPSinh
  SPSqrt
  SPTan
  SPTanh
  SPTieee
Include
GuruMeditation
Docs » Autodocs » mathtrans.library » SPSincos

NAME

	SPSincos - obtain the sine and cosine of a number

SYNOPSIS

	fnum3 = SPSincos(pfnum2, fnum1);
d1.l, d0.l
float *pfnum2;
float fnum1;
float fnum3;

FUNCTION

	Accepts a floating point number (fnum1) representing
an angle in radians and a pointer to another floating
point number (pfnum2). It computes the cosine and places it in
*pfnum2. It computes the sine and returns it as a result.

INPUTS

	fnum1 - Motorola fast floating point number
pfnum2 - pointer to Motorola fast floating point number

RESULT

	*pfnum2 - Motorola fast floating point number (cosine)
fnum3 - Motorola fast floating point number (sine)

BUGS

	None

SEE ALSO

SPSin(), SPCos()

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:

Alpha Flight 1970

AFL
DC
FC
KEF

Comments:

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