algebra-4.3.1: Constructive abstract algebra

Safe HaskellSafe
LanguageHaskell98

Numeric.Coalgebra.Hyperbolic.Class

Documentation

class Hyperbolic r where #

Minimal complete definition

cosh, sinh

Methods

cosh :: r #

sinh :: r #

Instances

Hyperbolic HyperBasis # 
Hyperbolic HyperBasis' # 
Rig r => Hyperbolic (Hyper r) # 

Methods

cosh :: Hyper r #

sinh :: Hyper r #

Rig r => Hyperbolic (Hyper' r) # 

Methods

cosh :: Hyper' r #

sinh :: Hyper' r #

Rig r => Hyperbolic (HyperBasis -> r) # 

Methods

cosh :: HyperBasis -> r #

sinh :: HyperBasis -> r #

Rig r => Hyperbolic (HyperBasis' -> r) # 

Methods

cosh :: HyperBasis' -> r #

sinh :: HyperBasis' -> r #

Hyperbolic a => Hyperbolic (Covector r a) # 

Methods

cosh :: Covector r a #

sinh :: Covector r a #