FourierComponent(E)

fourier.spad line 1 [edit on github]

Domain representing components of Fourier series.

< : (%, %) -> Boolean
from PartialOrder
<= : (%, %) -> Boolean
from PartialOrder
= : (%, %) -> Boolean
from BasicType
> : (%, %) -> Boolean
from PartialOrder
>= : (%, %) -> Boolean
from PartialOrder
argument : % -> E

argument(x) returns the argument of a given sin/cos expressions

coerce : % -> OutputForm
from CoercibleTo(OutputForm)
cos : E -> %

cos(x) makes a cos kernel for use in Fourier series

latex : % -> String
from SetCategory
max : (%, %) -> %
from OrderedSet
min : (%, %) -> %
from OrderedSet
sin : E -> %

sin(x) makes a sin kernel for use in Fourier series

sin? : % -> Boolean

sin?(x) returns true if term is a sin, otherwise false

smaller? : (%, %) -> Boolean
from Comparable
~= : (%, %) -> Boolean
from BasicType

PartialOrder

Comparable

CoercibleTo(OutputForm)

BasicType

OrderedSet

SetCategory