1 | initial version |
Thanks for help. One more question. I define two points and try do operation like this M=C((g^8,g^8)) N=C((0,g^7)) O=M-N print O
But I haven't got cordinates of O
2 | No.2 Revision |
Thanks for help. One more question. I define two points and try do operation like this
M=C((g^8,g^8))
N=C((0,g^7))
O=M-N
this
M=C((g^8,g^8))
N=C((0,g^7))
O=M-N
print O
But I haven't got cordinates of O