arithmoi-0.6.0.1: Efficient basic number-theoretic functions.

Copyright(c) 2016 Andrew Lelechenko
LicenseMIT
MaintainerAndrew Lelechenko <andrew.lelechenko@gmail.com>
StabilityProvisional
PortabilityNon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Math.NumberTheory.Powers.Squares.Internal

Description

Internal functions dealing with square roots. End-users should not import this module.

Documentation

isqrtA :: Integral a => a -> a Source #