mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps/graph][apps/sequence] Add comments
This commit is contained in:
committed by
LeaNumworks
parent
d4f6f5a477
commit
a19edb4460
@@ -259,7 +259,7 @@ int ValuesController::absoluteColumnForValuesColumn(int column) {
|
||||
}
|
||||
|
||||
void ValuesController::fillMemoizedBuffer(int column, int row, int index) {
|
||||
double abscissa = intervalAtColumn(column)->element(row-1);
|
||||
double abscissa = intervalAtColumn(column)->element(row-1); // Subtract the title row from row to get the element index
|
||||
bool isDerivative = false;
|
||||
double evaluationX = NAN;
|
||||
double evaluationY = NAN;
|
||||
|
||||
Reference in New Issue
Block a user