conjugate {cyclotomic} | R Documentation |
Conjugate cyclotomic number
Description
Complex conjugate of a cyclotomic number.
Usage
conjugate(cyc)
Arguments
cyc |
a cyclotomic number |
Value
A cyclotomic number, the complex conjugate of cyc
.
Examples
conjugate(zeta(4)) # should be -zeta(4)
[Package cyclotomic version 1.3.0 Index]