Changes between Version 10 and Version 11 of StandardClasses
- Timestamp:
- 05/08/07 10:40:27 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StandardClasses
v10 v11 43 43 * `(*)` doesn't make sense for vectors. 44 44 * `abs` and `signum` don't make sense for `Complex Integer` (Gaussian integers), vectors, matrices, etc. 45 In general, `abs` and `signum` make it hard to lift `Num` through type constructors. 45 46 46 47 Proposals:
