ncrat.lib
LIB "ncrat.lib"; ncInit(list("x", "y", "z")); ncrat f = ncratFromString("2*x*y"); ncratPrint(f); ==> 2*x*y print(f); ==> 2*x*y