/*\____________________________________› *› * Floating point math for cc65› * by Duane Tribe› *› * ERROR.H› * ____________________________________›\*/››/* Useful definitions for user error› *  processing› */››char *fpnames[] = {›  "atof", "ftoa",  "utof",  "ftou",›  "itof", "ftoi",  "fadd",  "fsub",›  "fmul", "fdiv",  "exp",   "exp10",›  "log",  "log10", "fcpy",  "fabs",›  "pow",  "sqrt",  "fcmp",  "floor",›  "ceil", "poly",  "hypot", "sin",›  "cos",  "tan",   "asin",  "acos",›  "atan", "fmod",  "frac",  "trunc"›};›