diff options
Diffstat (limited to 'src/algebra/space.spad.pamphlet')
-rw-r--r-- | src/algebra/space.spad.pamphlet | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/algebra/space.spad.pamphlet b/src/algebra/space.spad.pamphlet index 23d46039..61b7260d 100644 --- a/src/algebra/space.spad.pamphlet +++ b/src/algebra/space.spad.pamphlet @@ -287,8 +287,6 @@ ThreeSpaceCategory(R:Ring): Exports == Implementation where subspace : % -> SUBSPACE ++ subspace(s) returns the \spadtype{SubSpace} which holds all the point ++ information in the \spadtype{ThreeSpace}, s. - coerce : % -> O - ++ coerce(s) returns the \spadtype{ThreeSpace} s to Output format. @ \section{domain SPACE3 ThreeSpace} |