Implementation of Calc Class.
More...
#include "export/calc.h"
#include <exception>
#include <iostream>
Implementation of Calc Class.
- Author
- Wuqiong Zhao (wqzha.nosp@m.o@se.nosp@m.u.edu.nosp@m..cn)
- Version
- 0.3.0
- Date
- 2024-01-24
- Copyright
- Copyright (c) 2022-2024 Wuqiong Zhao (Teddy van Jerry)
◆ END_LANG
Value: } \
else throw("Unknown language " + lang + ".");
◆ LANG_CPP
#define LANG_CPP if (lang == "cpp") { |
◆ LANG_M
Value: } \
else if (lang == "matlab" || lang == "octave") {
◆ LANG_PY
Value: } \
else if (lang == "py") {
◆ type_track