| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusTx.Sqrt
Documentation
Integer square-root representation, discarding imaginary integers.
Constructors
| Imaginary | The number was negative, so we don't even attempt to compute it; just note that the result would be imaginary. |
| Exactly Integer | An exact integer result. The |
| Approximately Integer | The Integer component (i.e. the floor) of a non-integral result. The 'rsqrt 2' is 'Approximately 1'. |
Instances
| Show Sqrt Source # | |
| Eq Sqrt Source # | |
| FromData Sqrt Source # | |
Defined in PlutusTx.Sqrt Methods | |
| ToData Sqrt Source # | |
Defined in PlutusTx.Sqrt Methods | |
| UnsafeFromData Sqrt Source # | |
Defined in PlutusTx.Sqrt Methods | |
| Lift DefaultUni Sqrt Source # | |
Defined in PlutusTx.Sqrt Methods lift ∷ Sqrt → RTCompile DefaultUni fun (Term TyName Name DefaultUni fun ()) Source # | |
| Typeable DefaultUni Sqrt Source # | |
Defined in PlutusTx.Sqrt Methods typeRep ∷ Proxy Sqrt → RTCompile DefaultUni fun (Type TyName DefaultUni ()) Source # | |