This outlines recommended practices for contributors to this package.
- Type parameters: use
F
forF <: Fixed
,N
forN <: Normed
, andX
forX <: FixedPoint
. Usef
for the number of fractional bits. - Use
Ti
forTi <: Integer
,Tf
forTf <: AbstractFloat
, andTw
forwiden
ed types. T
should refer to the underlying "raw" type.