fenom icon indicating copy to clipboard operation
fenom copied to clipboard

NaN check

Open pow44feet opened this issue 3 years ago • 2 comments

How could i compare variable for NaN property?

pow44feet avatar Feb 02 '22 13:02 pow44feet

can you show an example?

bzick avatar Feb 03 '22 09:02 bzick

@pow44feet you can't compare NAN values, if you want check "if is NAN value?" in template, then use $fenom->addFunctionSmarty('is_nan', 'is_nan');

WinterSilence avatar Jun 12 '22 06:06 WinterSilence