/CPerfectSquare

C implementation of calculating perfect square with long division (i.e. using only integer operations)

Primary LanguageC++