#include "Operator.h"
class Puissance : public Operator{
public:
Puissance();
std::string getLibelle();
float* calc();
};