from plplot import *
from Numeric import *

def isnan(x):
    return (x != x)

