wxMaxima
Classes | Enumerations
SumCell.h File Reference
#include "precomp.h"
#include "Cell.h"
#include "ParenCell.h"
Include dependency graph for SumCell.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SumCell
 

Enumerations

enum  sumStyle : int8_t { SM_SUM, SM_PROD }
 

Detailed Description

This file declares the class SumCell

SumCell is the Cell type that represents maxima's sum(), lsum and product() commands.