Whats the node red low code way to do basic maths on incoming data?

I got it after your hint thanks

$round($$.msg.values[0] * $$.msg.values[2], 2)

Craig