Utility Mill

Squareroot_Simplification

Calculate the simplified squareroot of a value e.g., sqrt(75) = 5*sqrt(3)


Output


Instructions / Discussion

A function tha takes an integer value and returns the simplified squareroot of the value. Example: Give the function 75 and the return value will be 5, 3. This means that sqrt(75) = 5*sqrt(3).

This uses Wayne Scott's work from Useless Python.

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py