Dyalog / ullu

Testing primitives of DyalogAPL
MIT License
1 stars 0 forks source link

Tests for Residue (R←X|Y) #26

Closed sloorush closed 1 year ago

sloorush commented 1 year ago

Residue is a dyadic scalar function which gives the remainder of division between two real numbers. It takes the divisor as the left argument, and the dividend as the right argument.

Also valid for complex numbers

sloorush commented 1 year ago