Remove some of the workarounds for the tests by inputing the right numbers
authorotto <otto@openbsd.org>
Fri, 22 Apr 2022 18:05:29 +0000 (18:05 +0000)
committerotto <otto@openbsd.org>
Fri, 22 Apr 2022 18:05:29 +0000 (18:05 +0000)
commit62198fa5a9d005ca1c651b3df2c33ce50d333b27
tree4f4941aa61a84033dd91871153fc26e9399995eb
parent465dd29a7b2d44cbcac9ae24b709d87ca7fbf61d
Remove some of the workarounds for the tests by inputing the right numbers
(without impliciit conversion from int to long double).

The previous commit message talked about reading numbers, but the issue
(loss of precision due to too little digits) actually occurred when printing
the input to be read by bc.
regress/usr.bin/bc/t19.c