Display Temperature in Fahrenheit

Not good, only very partial and not useful success:

(1.8*f46) success - but not as required
(f46*1.8) success - but not as required

Sorry, but…

(f46*9/5)+32 failed: “Error: could not understand your formula SORRY…”
32+(f46*9/5) failed: “Error: could not understand your formula SORRY…”
32+(f46*1.8) failed: “Error: could not understand your formula SORRY…”
32+(1.8*f46) failed: “Error: could not understand your formula SORRY…”
(1.8*f46)+32 failed: “Error: could not understand your formula SORRY…”
(f46*1.8)+32 failed: “Error: could not understand your formula SORRY…”

max(f46,f97) failed: “Error: could not understand your formula SORRY…”