Learn R Programming

Brobdingnag (version 1.2-4)

Complex: Real and imaginary manipulation

Description

Get or set real and imaginary components of brobs or glubs.

Usage

"Re"(z) "Im"(z) "Mod"(z) "Conj"(z) "Arg"(z) Re(z) <- value Im(z) <- value

Arguments

z
object of class glub (or, in the case of Im<-() or Im(z) <- value, class brob)
value
object of class numeric or brob

Value

Functions Re() and Im() return an object of class brob; functions Re<-() and Im<-() return an object of class glub

Examples

Run this code
a <- cbrob(1:10,brob(1e100))
Im(a) <- 11:1
a


Run the code above in your browser using DataLab