Yes, but it works if i work with int numbers, if i have something like 0.800000 I want it to be 0.8 and not 1
Il giorno giovedì 29 maggio 2014 18:04:06 UTC+2, William ha scritto: > > On Thu, May 29, 2014 at 8:59 AM, SiL588 . <[email protected]<javascript:>> > wrote: > > The output i have is this: > > > > 12.0000000000000 > > > > and I didn't want all those zeroes after the point. > > Try doing > > int(m) > > or floor(m) > > William > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
