On Sun, Sep 21, 2025 at 09:03:20PM +0200, Andreas Schwab wrote:
> On Sep 21 2025, Stan Marsh wrote:
> 
> > Still, I suppose an argument could be made that fltexpr could be
> > changed to generate more human-friendly results (like bc does)
> 
> $ fltexpr -p 1/2
> 0.5
> $ echo 1/2 | bc
> 0

echo 1/2 | BC_ENV_ARGS= bc -l
.50000000000000000000

Reply via email to