RETRO (vutils) functions


LIBRARY ROUTINE

FMODULO - floating point mod function.

LIBRARY CALL

float FMODULO(
   float x,
   float y)

INPUT

OUTPUT

none

RETURN VALUE

(float)(x mod y)

DESCRIPTION

Implements a "floating point" mod function that can handle remainders that are non integer.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

March 1990 - Casted x and y so that they are "type independant"

FILES

$RETRO/objects/library/vutils/src/signal.c

SEE ALSO

vutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.