mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
Use UCodePointUnknownX instead of UCodePointUnknownN
This commit is contained in:
committed by
Léa Saviot
parent
e98a474f2b
commit
a8810ef066
@@ -126,7 +126,7 @@ T Sequence::approximateToNextRank(int n, SequenceContext * sqctx) const {
|
||||
|
||||
constexpr int bufferSize = CodePoint::MaxCodePointCharLength + 1;
|
||||
char unknownN[bufferSize];
|
||||
Poincare::SerializationHelper::CodePoint(unknownN, bufferSize, UCodePointUnknownN);
|
||||
Poincare::SerializationHelper::CodePoint(unknownN, bufferSize, UCodePointUnknownX);
|
||||
|
||||
CacheContext<T> ctx = CacheContext<T>(sqctx);
|
||||
// Hold values u(n), u(n-1), u(n-2), v(n), v(n-1), v(n-2)...
|
||||
|
||||
Reference in New Issue
Block a user