wolfhece.math_parser.calculator
Author: HECE - University of Liege, Pierre Archambeau Date: 2024
Copyright (c) 2024 University of Liege. All rights reserved.
This script and its content are protected by copyright law. Unauthorized copying or distribution of this file, via any medium, is strictly prohibited.
Module Contents
- class wolfhece.math_parser.calculator.Calculator(mapviewer=None)[source]
Bases:
wx.Frame
Calculator/Array creator
With this calculator, you can create arrays and perform operations on them. It is possible because the operations are parsed and evaluated by the math_parser module and mathematic operators are allowed directly on WolfArrays.