<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Oleg Broytmann wrote:
<blockquote cite="mid:20071026145336.GA5139@phd.pp.ru" type="cite">
  <pre wrap="">The article says "decimal" is a synonym. What is the point to use an
unknown synonym instead of a well-known word?</pre>
</blockquote>
<br>
His point is that Python has a fixed-point number type called
"Decimal", and that this will lead to confusion.&nbsp; I can see his point,
but we all know from years of C programming that "%d" takes an int and
formats it in base 10--there is no confusion about this.&nbsp; Indeed, I
suspect describing this as "denary" would lead to far more confusion,
and using the format character "d" to take a Decimal object instead of
an int would lead to widespread panic and mayhem.&nbsp; So -0.5 from me.<br>
<br>
<br>
<i>larry</i><br>
</body>
</html>