Bugs item #1464539, was opened at 2006-04-04 15:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1464539...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: externals Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: [expr] number of args in floor and ceil
Initial Comment: bug in [expr], in both functions floor and ceil only one argument is needed:
so in vexp_fun.c:
line 154: {"floor", ex_floor, 2}, line 155: {"ceil", ex_ceil, 2},
should be:
line 154: {"floor", ex_floor, 1}, line 155: {"ceil", ex_ceil, 1},
s.koepf
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1464539...