Mod_cpp | R Documentation |
Computes the value of the Modulus.
Mod_cpp(x)
x |
A |
Consider a complex number defined as: z = x + i y
with real x
and y
,
The modulus is defined as: r = Mod(z) = \sqrt{(x^2 + y^2)}
A vec
containing the modulus for each element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.