
from plplot import *
from Numeric import *
# Random Array is only used for example 21, which currently doesn't
# work with Numeric anyway due to griddata problems.
#from RandomArray import random

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

