Re: print() precision

From: Andrew Mai <mai_at_nyahnyahspammersnyahnyah>
Date: Thu Aug 01 2013 - 04:49:08 MDT
On 07/31/2013 07:54 PM, Dave Allured - NOAA Affiliate wrote:

It appear print() only does floats.  IS there an easy way to print out
>>>>> just what is fed?
>>>>>
>>>>> -Fan
>>>>>
>>>>> begin
>>>>>    print(0.4071155678)
>>>>> end
>>>>>
>>>>> (0)    0.4071156

begin
   print("0.4071155678")
end

(0)     0.4071155678

Andy

    

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Aug 1 04:49:18 2013

This archive was generated by hypermail 2.1.8 : Thu Aug 01 2013 - 15:55:03 MDT