CodeBase - Remainder Function (or MOD to those in the know)

Return to the CodeBase listing

Category: Math / Physics

Version: 1.0

0
0

Information

Uploaded: 18th Jul 2007 18:56

Modified: 20th Jul 2007 17:17

Author:  Libervurto

Summary

This function takes 2 numbers and returns the remainder from their division.

Full Description

WARNING: All numbers used in this function must be real#, or it will return 0. That includes "num1#" and "num2#". And yes this caused me a lot of headaches.

Comments

No comments yet.