Tcl Source Code

View Ticket
Login
Ticket UUID: fa5e5add02eeaff3a44b261f2c7d42b76d6ad1a5
Title: add info about {-$n} vs {$n * -1} performance into expr.n
Type: Patch Version:
Submitter: anonymous Created on: 2021-08-30 14:04:56
Subsystem: 69. Other Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2021-08-31 10:49:32
Resolution: Wont Fix Closed By: anonymous
    Closed on: 2021-08-31 10:49:32
Description:
There is no info in man page of expr about performance {-$n} vs {$n * -1}. IMHO, this would be useful to have this info in the man page.

The patch add this info into PERFOMANCE CONSIDERATIONS section.

Discussion is here:
https://groups.google.com/g/comp.lang.tcl/c/OBRuz6kDb4w
User Comments: anonymous added on 2021-08-31 10:49:32:
Ok. No problem :-).

jan.nijtmans added on 2021-08-31 09:55:19:

The referenced discussion in comp.lang.tcl indicates (which I agree) that it is not useful to put such detailed info in the man-page. Sorry, Oleg!


Attachments: