Changes by last author:

Added:
= fmod =

== Syntax ==

:double fmod(double x, double y)

== Arguments ==

:x

::Value to be divided.

:y

::Divider.

== Return ==

:Remainder of x/y.

== Description ==

:Performs division x/y and returns the remainder of the operation.

== Comments ==

:Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.