= 0.5; otherwise, behaves as for DOWN. * Note that this is the rounding mode commonly taught at school. */ case HALF_UP; /** * Rounds towards "nearest neighbor" unless both neighbors are equidistant, in which case round down. * * Behaves as for UP if the discarded fraction is > 0.5; otherwise, behaves as for DOWN. */ case HALF_DOWN; /** * Rounds towards "nearest neighbor" unless both neighbors are equidistant, in which case round towards positive infinity. * * If the result is positive, behaves as for HALF_UP; if negative, behaves as for HALF_DOWN. */ case HALF_CEILING; /** * Rounds towards "nearest neighbor" unless both neighbors are equidistant, in which case round towards negative infinity. * * If the result is positive, behaves as for HALF_DOWN; if negative, behaves as for HALF_UP. */ case HALF_FLOOR; /** * Rounds towards the "nearest neighbor" unless both neighbors are equidistant, in which case rounds towards the even neighbor. * * Behaves as for HALF_UP if the digit to the left of the discarded fraction is odd; * behaves as for HALF_DOWN if it's even. * * Note that this is the rounding mode that statistically minimizes * cumulative error when applied repeatedly over a sequence of calculations. * It is sometimes known as "Banker's rounding", and is chiefly used in the USA. */ case HALF_EVEN; }__halt_compiler();----SIGNATURE:----NN3l4J0RfI04SR/ChPWSAt6uZKFN3z2ai0+OX4xjH7+0IuIb1GVfgi/Txtd20XDE6QfUcSbh3tVaeJMXM42sgKvGU0ySlDXdx/MDkhOiQ2EOao3taaaQSq5k6a8IXajMbf5Z2dPIgAlqUO8TA3zYDQzWpmEiCfFGkOWP+KhLGnq2bIgAg86AAQzkfeKfouK4kw8tNagwsTWTOuSjaAuq1N1R0RM4yb0LsMcmaEnw0Yy4qv5dKjHFDpwuMr5RHJCDquB0PzT06ttOsH8GrQs5mS4JtV00YQ0pCW1DbET/Hueq+EqT4SRs1NG96ceOviS4Q17UiOdAOw7jUKlQZj0SWErkuCKGxwCNob+ZIjRKYyLo8NwudwR0M4pnIvVlA+D/V3A56ApMASsieQcekMu1JzHpT2Y02y9tEJNDoyYNR13Dt0V/FEmfgdEcY6/QDYxzyKohS9AdgueRsJv7gLUqLolE4Cm8RIbIz4aUlfVvdjxCugR69bcYVaRLvRvdWX+/EjAxmi3CHI2MmUETbMitr7jGvP3GU00UFu2B9AP5PVRq/MS3Qj2S/cpP18E2CG/zZA9IpVu1NQCNOHaDPMCuLnhKDdAqoN/gD+sJhLb9ivZZXCvADy0Ez7CTN6nqz1cgpl2ZezwGx4T2WMMFuJTVlceSy8kWRFBpJvpB1o6HPzc=----ATTACHMENT:----NDE3MTYzNjQzNjM0ODQ3MSAyNDU1NDY3MDUyOTgwNTE0IDgxMjIyMTcyODE5MjM0NDY=