Révision 246 pobysoPythonSage/src/pobyso.py

pobyso.py (revision 246)
80 80
    SOLLYA_BASE_FUNC_TAN,
81 81
    SOLLYA_BASE_FUNC_TANH,
82 82
SOLLYA_BASE_FUNC_TRIPLEDOUBLE) = map(int,xrange(44))
83
print "\nSuperficial pobyso check..."    
83
sys.stderr.write("Superficial pobyso check...\n")
84 84
#print "First constant - SOLLYA_BASE_FUNC_ABS: ", SOLLYA_BASE_FUNC_ABS
85 85
#print "Last constant  - SOLLYA_BASE_FUNC_TRIPLEDOUBLE: ", SOLLYA_BASE_FUNC_TRIPLEDOUBLE
86 86

  
......
2221 2221
#print "Max arity: ", pobyso_max_arity
2222 2222
#print "Function tripleDouble (43) as a string: ", pobyso_function_type_as_string(43)
2223 2223
#print "Function None (44) as a string: ", pobyso_function_type_as_string(44)
2224
print "...Pobyso check done"
2224
sys.stderr.write("\t...Pobyso check done.\n")

Formats disponibles : Unified diff