a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 mathieeesingbas.library
  --Background--
  IEEESPAbs
  IEEESPAdd
  IEEESPCeil
  IEEESPCmp
  IEEESPDiv
  IEEESPFix
  IEEESPFloor
  IEEESPFlt
  IEEESPMul
  IEEESPNeg
  IEEESPSub
  IEEESPTst
Include
GuruMeditation
Docs » Autodocs » mathieeesingbas.library » IEEESPDiv

NAME

	IEEESPDiv -- divide one single precision IEEE by another

SYNOPSIS

	  x   = IEEESPDiv(  y  ,  z  );
d0 d0 d1
float x,y,z;

FUNCTION

	Compute x = y / z in IEEE single precision.
Note that the Motorola fast floating point Div routine reverses
the order of the arguments for the C interface, although the
dividend is still in d0 and the divisor is in d1.

INPUTS

	y -- IEEE single precision floating point value
z -- IEEE single precision floating point value

RESULT

	x -- IEEE single precision floating point value

BUGS

	Due to a bug in the ROM of some Amiga models, this function should
not be called prior running SetPatch.

SEE ALSO

IEEESPMul()

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:

Kefrens

ATX
KEF
RZR
FLT

Comments:

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