CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2012/11/06 08:46:46
Modified files: usr.bin/dc : bcode.c Log message: For exponenttion, only warn if the fractional part of the exponent is non-zero and avoid div by zero. Prompted by Andres Perera.