Mathematical AlgorithmsThis is mathematical algorithms page Finding Square root (Babylonian Method)Babylonian method for finding square root( based on Newton–Raphson method) Fast multiplication(Russian Peasant Method)Given two numbers a and b, write a fast method to multiply both of them. Algorithm: Russian Peasant Method
Finding Square root (Babylonian Method)Babylonian method for finding square root( based on Newton–Raphson method)
Fast multiplication(Russian Peasant Method)Given two numbers a and b, write a fast method to multiply both of them. Algorithm: Russian Peasant Method