2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Abschnitt 'Typinferenz' hinzugefügt

This commit is contained in:
Martin Thoma 2014-03-02 19:35:37 +01:00
parent c181e1f412
commit 8b909ca53f
7 changed files with 115 additions and 4 deletions

View file

@ -0,0 +1,6 @@
>>> 0.1*0.1*0.3
0.0030000000000000005
>>> (0.1*0.1)*0.3
0.0030000000000000005
>>> 0.1*(0.1*0.3)
0.003