if (right == 0.0) PUSHs(&PL_sv_undef);/*DIE(aTHX_ "Illegal division by zero");*/ else PUSHn( left / right );