Automatic float Sage

asked 2015-04-04 14:32:03 +0200

comfiss gravatar image

updated 2015-04-08 23:00:12 +0200

vdelecroix gravatar image

Hello ! I have a problem .

I would like to make an approximation of every calculation in Sage !

So I could float everything but I would like to write something and have a automatic float number.

For example:

Sage: "instruction"
Sage: 1/3
0.3333

Sorry if it's not very clear I'm french .. :)

Thank you

edit retag flag offensive close merge delete

Comments

Just type a . additionally in any expression: 1/3.

rws gravatar imagerws ( 2015-04-04 16:58:20 +0200 )edit