conjugate: Conjugate cyclotomic number

View source: R/conjugate.R

conjugateR 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)

cyclotomic documentation built on Nov. 3, 2023, 1:13 a.m.