Measure-0.0.2: A library for units of measurement

Data.Measure.RelativeDouble

Description

A measurement that is relative to another by a floating-point value.

Synopsis

Documentation

class RelativeDouble t whereSource

A class of data types that are a measurement relative by a floating-point value.

Methods

(.*.)Source

Arguments

:: t 
-> Double 
-> t

Relative by a product.

(./.)Source

Arguments

:: t 
-> Double 
-> t

Relative by a quotient.