Regina 7.0 Calculation Engine
|
false
instead. true
instead. Data*
instead. bool
. addTermsFirst(input)
, which will automatically construct a GroupExpression from the string input. The only change is that you will need to use a try/catch block to detect errors, instead of checking a return value. addTermsLast(input)
, which will automatically construct a GroupExpression from the string input. The only change is that you will need to use a try/catch block to detect errors, instead of checking a return value. true
. a.composeWith(b)
, use the multiplication operator a * b
. Example<3>::augTriSolidTorus(...)
. If you wish to insert a copy of it into an existing triangulation, call insertTriangulation(Example<3>::augTriSolidTorus(...))
. Example<3>::lens(p, q)
. If you wish to insert a copy of it into an existing triangulation, call insertTriangulation(Example<3>::lens(p, q))
. Example<3>::layeredLoop(...)
. If you wish to insert a copy of it into an existing triangulation, call insertTriangulation(Example<3>::layeredLoop(...))
. Example<3>::sfsOverSphere(...)
. If you wish to insert a copy of it into an existing triangulation, call insertTriangulation(Example<3>::sfsOverSphere(...))
.