next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
EllipticCurves
::
EllPoint
EllPoint -- The class of points of elliptic curves in short Weierstrass form.
Methods that use an object of class EllPoint :
- EllPoint
-- a unary or binary operator, usually used for negation or subtraction
EllPoint + EllPoint
-- a unary or binary operator, usually used for addition
EllPoint - EllPoint
-- a unary or binary operator, usually used for negation or subtraction
EllPoint == EllPoint
-- equality
expression(EllPoint), see
net(EllPoint)
-- format for printing, as a net
net(EllPoint)
-- format for printing, as a net
EllPoint * ZZ, see
ZZ * EllPoint
-- a binary operator, usually used for multiplication
ZZ * EllPoint
-- a binary operator, usually used for multiplication
For the programmer
The object
EllPoint
is
a
type
, with ancestor classes
HashTable
<
Thing
.