Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include "math_toolbox.h"
#include "./shared/toolbox_helpers.h"
#include <assert.h>
#include <string.h>
Go to the source code of this file.
Variables | |
const ToolboxMessageTree | calculChildren [4] |
const ToolboxMessageTree | complexChildren [5] |
const ToolboxMessageTree | probabilityChildren [2] |
const ToolboxMessageTree | arithmeticChildren [5] |
const ToolboxMessageTree | matricesChildren [5] |
const ToolboxMessageTree | randomAndApproximationChildren [6] |
const ToolboxMessageTree | trigonometryChildren [6] |
const ToolboxMessageTree | predictionChildren [3] |
const ToolboxMessageTree | menu [11] |
const ToolboxMessageTree | toolboxModel = ToolboxMessageTree(I18n::Message::Toolbox, I18n::Message::Default, I18n::Message::Default, menu, 11) |
const ToolboxMessageTree arithmeticChildren[5] |
Definition at line 28 of file math_toolbox.cpp.
const ToolboxMessageTree calculChildren[4] |
Definition at line 11 of file math_toolbox.cpp.
const ToolboxMessageTree complexChildren[5] |
Definition at line 17 of file math_toolbox.cpp.
const ToolboxMessageTree matricesChildren[5] |
Definition at line 36 of file math_toolbox.cpp.
const ToolboxMessageTree menu[11] |
Definition at line 77 of file math_toolbox.cpp.
const ToolboxMessageTree predictionChildren[3] |
Definition at line 69 of file math_toolbox.cpp.
const ToolboxMessageTree probabilityChildren[2] |
Definition at line 24 of file math_toolbox.cpp.
const ToolboxMessageTree randomAndApproximationChildren[6] |
Definition at line 53 of file math_toolbox.cpp.
const ToolboxMessageTree toolboxModel = ToolboxMessageTree(I18n::Message::Toolbox, I18n::Message::Default, I18n::Message::Default, menu, 11) |
Definition at line 99 of file math_toolbox.cpp.
const ToolboxMessageTree trigonometryChildren[6] |
Definition at line 61 of file math_toolbox.cpp.