Idris2Doc : Geom.Scale

Geom.Scale

(source)

Definitions

ValidScale : Double->Bool
  Scaling factor in the range [1.0e-6,1.0e6].

Totality: total
Visibility: public export
recordScale : Type
  A scaling factor

Totality: total
Visibility: public export
Constructor: 
S : (value : Double) -> {auto0_ : HoldsValidScalevalue} ->Scale

Projections:
0.prf : ({rec:0} : Scale) ->HoldsValidScale (value{rec:0})
.value : Scale->Double

Hints:
EqScale
OrdScale
ShowScale
.value : Scale->Double
Totality: total
Visibility: public export
value : Scale->Double
Totality: total
Visibility: public export
0.prf : ({rec:0} : Scale) ->HoldsValidScale (value{rec:0})
Totality: total
Visibility: public export
0prf : ({rec:0} : Scale) ->HoldsValidScale (value{rec:0})
Totality: total
Visibility: public export
scale : Double->Scale
  Safely convert a floating point number to a `Scale`

Totality: total
Visibility: export
inverse : Scale->Scale
  Invert the scaling factor so that `x * inverse x == 1`
(modulo rounding errors).

Totality: total
Visibility: export
(*) : Scale->Scale->Scale
  Multiply two scaling factors.

Totality: total
Visibility: export
Fixity Declaration: infixl operator, level 9
(/) : Scale->Scale->Scale
  Divide a scaling factor by another one

Totality: total
Visibility: export
Fixity Declaration: infixl operator, level 9