Menu

#17 mf returns something strange

0.6.2
duplicate
aditsu
None
2014-09-15
2014-09-14
user23013
No

6mf can return something looks like [2 3]. But if you put the number 2 into a list, its intersections with [2] and [2.] are both empty. it can be fixed by casting to either integer or double.

Example:

6mf2mf&       "returns []";
6mf:i2mf:i&   "returns [2]";
6mf:d2mf:d&   "returns [2.0]";
6mf);[2 2.]|  "returns [2 2 2.0]";

Discussion

  • aditsu

    aditsu - 2014-09-14

    Duplicate of ticket [#8]

     

    Related

    Tickets: #8

  • aditsu

    aditsu - 2014-09-14
    • status: open --> duplicate
    • assigned_to: aditsu
     
  • user23013

    user23013 - 2014-09-15

    Sorry I didn‘t see that...

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.