Residue: Difference between revisions

Jump to navigation Jump to search
39 bytes added ,  07:21, 9 July 2020
no edit summary
(Created page with "{{Built-in|Residue|<nowiki>|</nowiki>}}, '''Remainder''', or '''Modulus''' is a dyadic scalar function which gives the remainder of division be...")
 
No edit summary
Line 1: Line 1:
{{Built-in|Residue|<nowiki>|</nowiki>}}, '''Remainder''', or '''Modulus''' is a [[dyadic]] [[scalar function]] which gives the [[wikipedia:Remainder|remainder]] of division between two real numbers. It takes the divisor as the left [[argument]], and the dividend as the right argument. Residue shares the [[glyph]] <source lang=apl inline>|</source> with the monadic arithmetic function [[Magnitude]].
{{Built-in|Residue|<nowiki>|</nowiki>}}, '''Remainder''', or '''Modulus''' is a [[dyadic]] [[scalar function]] which gives the [[wikipedia:Remainder|remainder]] of [[divide|division]] between two real numbers. It takes the divisor as the left [[argument]], and the dividend as the right argument. Residue shares the [[glyph]] <source lang=apl inline>|</source> with the monadic arithmetic function [[Magnitude]].


== Examples ==
== Examples ==
Line 37: Line 37:
</source>{{Works in|[[Dyalog APL]]}}
</source>{{Works in|[[Dyalog APL]]}}


== See also ==
* [[Encode]]
== External links ==
== External links ==


Navigation menu