Python_2  1.0
Functions | Variables
_05c_sinx_x Namespace Reference

Draws the sinc function. More...

Functions

def p (c)
 
def centerWindow (w)
 
def stop ()
 
def resize (event)
 
def main ()
 

Variables

bool hasClock = True
 
bool hasPIL = True
 

Detailed Description

Draws the sinc function.

Author
Paulo Roma
Since
01/11/2010
See also
http://en.wikipedia.org/wiki/Sinc_function
http://orion.lcg.ufrj.br/python/figuras/flulogo.gif

Function Documentation

◆ centerWindow()

def _05c_sinx_x.centerWindow (   w)

Referenced by main().

◆ main()

def _05c_sinx_x.main ( )

References centerWindow().

◆ p()

def _05c_sinx_x.p (   c)

Referenced by resize().

◆ resize()

def _05c_sinx_x.resize (   event)

References p().

◆ stop()

def _05c_sinx_x.stop ( )

Referenced by _09_tkhanoi.init().

Variable Documentation

◆ hasClock

bool _05c_sinx_x.hasClock = True

◆ hasPIL

bool _05c_sinx_x.hasPIL = True