A Python code contains the lines
base_freq = 440.0
notes = ['A4', 'A#4', 'B4', 'C5', 'C#5', 'D5', 'D#5', 'E5', 'F5', 'F#5', 'G5', 'G#5', 'A5']
notes2freq = {notes[i]: base_freq*2**(i/12.0) for i in range(len(notes))}
In evaluating the expression, the largest value of2**(i/12.0) encountered will be closest to:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here