Difference between revisions of "Talk:Vector-space"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Should (^-^) be in the class definition? ==
 
== Should (^-^) be in the class definition? ==
   
I wonder if (^-^) should a predefined function *within* the class. Using actual subtraction may be faster than negating and adding.
+
I wonder if (^-^) should a predefined function *within* the class. Using actual subtraction may be faster than negating and adding. --[[User:Damkor|Damkor]] ([[User talk:Damkor|talk]]) 12:41, 1 April 2015 (UTC)

Revision as of 12:41, 1 April 2015

Should (^-^) be in the class definition?

I wonder if (^-^) should a predefined function *within* the class. Using actual subtraction may be faster than negating and adding. --Damkor (talk) 12:41, 1 April 2015 (UTC)