.\" Generated by the Allegro makedoc utility .TH adime_uevaluate 3 "version 2.2.1" "Adime" "Adime API Reference" .SH NAME adime_uevaluate .SH SYNOPSIS .B #include .sp .B double adime_uevaluate(const char *equation, int *error, .B double (*var)(const char *name)); .SH DESCRIPTION Like `adime_evaluate()\', but tweaked to fit Adime\'s purposes better: It silently accepts an empty string without error (being equivalent to "0"), it supports Unicode and it gives an error if the result is NaN. .SH SEE ALSO .BR adime_evaluate (3)