MobileBlur

Diff
Login

Differences From Artifact [c2702b5142]:

To Artifact [92270cc749]:


256
257
258
259
260
261
262
263


if __name__ == '__main__':
    s = Sheet(0, 0)
    s.cell('a', value="2")
    s.cell('b', value="=sin(a)")
    s.cell('c', value="=cos(a)**2+b*b")
    print s['c'].computed_value










>
256
257
258
259
260
261
262
263
264

if __name__ == '__main__':
    s = Sheet(0, 0)
    s.cell('a', value="2")
    s.cell('b', value="=sin(a)")
    s.cell('c', value="=cos(a)**2+b*b")
    print s['c'].computed_value