[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Aug 1 11:41:34 1995 
Subject:Neatest way to make a ddecimal? 
From:James Anderson 
Volume-ID:950803.01 

I am using number_coerce quite a lot these days. Is there a neater
way of doing a conversion to ddecimal than this:

    uses float_parameters;
    lconstant ddecimal = pop_most_positive_ddecimal;

    number_coerce(foo, ddecimal) -> bar;

James Anderson