HGeometry.Number.Radical
Description
Types that support computing Square roots
class Num r => Radical r where Source #
Types that support taking a square root.
Minimal complete definition
Nothing
Methods
sqrt :: r -> r Source #
Computes the square root of the number
default sqrt :: Floating r => r -> r Source #
Defined in HGeometry.Number.Radical
sqrt :: Double -> Double Source #
sqrt :: Float -> Float Source #