diff scripts/set/complement.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children 7ffb2a630708
line wrap: on
line diff
--- a/scripts/set/complement.m
+++ b/scripts/set/complement.m
@@ -23,6 +23,8 @@
 ##
 ## See - create_set, union, intersection
 
+## Author: jwe
+
 function y = complement (a, b)
 
   if (nargin != 2)