[Aimmath-developers] [ aimmath-Bugs-772556 ] function in map becomes a t
Brought to you by:
gustav_delius,
npstrick
|
From: SourceForge.net <no...@so...> - 2003-07-16 19:31:40
|
Bugs item #772556, was opened at 2003-07-16 19:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439479&aid=772556&group_id=44411 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gustav W Delius (gustav_delius) Assigned to: Nobody/Anonymous (nobody) Summary: function in map becomes a t Initial Comment: The following will print [1,4,9] h> f := x->x^2;; b :=eval(map(f,[1,2,3])); t> $$@b@$$ a>1 end> This is expected. But the following will print [ t(1), t(2), t(3)] h> b := eval(map(x->x^2,[1,2,3])); t> $$@b@$$ a>1 end> Why? Where did the t come from? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439479&aid=772556&group_id=44411 |