Add new comment

Permalink

How could we use brackets to avoid the ambiguity of a decimal expression like 1.2.3 (read out as "one point two point three)?

If the rule is that A.B means A+(B/10), then 1.(2.3) = 1+(2.3/10) = 1+(.23) 1.23

On the other hand (1.2).3 = 1.2+(3/10) = 1.2+(.3) = 1.5

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.