Created
November 17, 2016 19:13
-
-
Save JeremyMcCormick/d3e9f5a46402ace100ef462b6d094311 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import multiprocessing | |
from multiprocessing import Pool | |
def power(x): | |
if x==0: | |
exponent=.5 | |
elif x==1: | |