Math

Use the math library

One way

	import math
	print math.sqrt(9)

Another way

	from math import *
	print sqrt(9)

Send mail to the Webmaster

logo This site best viewed with a browser
Warning: This is a Debian centric site and MAY contain peanuts.
Many thanks to Debra Lynn and Ian Murdock for making Debian possible
First created Aug 2, 2011 ~ Last revised February 15, 2012

Valid XHTML 1.0 Strict Valid CSS!