Takes two arguments and divides the first by the second and returns the remainder. This is implemented using fmod(double, double).
| type |
:: "function-application"
|
|
| function_name |
:: "modulo"
|
|
| arguments | :: {NoiseNumber, NoiseNumber} |
|
| arguments | :: {NoiseNumber, NoiseNumber} |
|
| function_name |
:: "modulo"
|
|
| type |
:: "function-application"
|
|
Prototypes
Types