]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/quaternions/quaternions.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / math / quaternions / quaternions.factor
index 69b65d4aae20136c50df9b73194895b8d2c1ee21..5ccdf6b863b4220aecec7040a1b2929b46169f00 100644 (file)
@@ -26,7 +26,7 @@ PRIVATE>
     } 2cleave (q*sign) ; inline
 
 GENERIC: qconjugate ( u -- u' )
-M: object qconjugate ( u -- u' )
+M: object qconjugate
     { 1 -1 -1 -1 } v* ; inline
 
 : qrecip ( u -- 1/u )