Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003414OCamlOCaml generalpublic2005-01-02 11:552005-01-04 16:12
Reporteradministrator 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusacknowledgedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003414: Relative precedence of -. and **
DescriptionFull_Name: Christophe TROESTLER
Version: 3.08.2
OS: GNU/Linux
Submission from: ppp-62-235-157-155.tiscali.be (62.235.157.155)


It would be nice that -. and ** behave like in math. Specifically,

let x = 3. in
-. x**2.

sould return -9. (i.e. be parsed as -. (x**2.)) rather than the current 9.
(because it is seen as (-. x)**2.). The same therefore should also hold for
-.3.**2. and -3.**2. (while it is more debatable for the latter as -3. can be
seen as a constant...).

Best regards,
Christophe

TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2005-11-18 10:13 administrator New Issue


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker