*CS 3214* *Fall 2013* *Group 365* Eric Lovell (eric1992) Jordan Fike (jordanf) *Overview* this is a plugin that offers several numerical analysis tools *How To Run* gcd integer integer This built in command prints teh greatest common divisor of the two given integers. lcm integer integer This built in command prints the least common multiple of the two given integers. In other words it is the least number A such that A=integer_1*x and A=integer_2*y. rprime integer integer This built in command tells whether or not the two given integers are relatively prime. In other words their gcd is 1. prime integer This built in command tells whether or not the given integer is a prime number.