NCBI C++ ToolKit
|
This file contains the implementation of parser test cases. More...
#include <ncbi_pch.hpp>
#include <gui/utils/muparser/muParserTest.h>
#include <cstdio>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Go to the SVN repository for this file.
Namespaces | |
mu | |
Namespace for mathematical applications. | |
mu::Test | |
Namespace for test cases. | |
Macros | |
#define | PARSER_CONST_PI 3.141592653589793238462643 |
#define | PARSER_CONST_E 2.718281828459045235360287 |
#define | wxT(x) MUP_T(x) |
#define | PARSER_THROWCHECK(DOMAIN, FAIL, EXPR, ARG) |
This file contains the implementation of parser test cases.
Definition in file muParserTest.cpp.
#define PARSER_CONST_E 2.718281828459045235360287 |
Definition at line 33 of file muParserTest.cpp.
#define PARSER_CONST_PI 3.141592653589793238462643 |
Definition at line 32 of file muParserTest.cpp.
#define PARSER_THROWCHECK | ( | DOMAIN, | |
FAIL, | |||
EXPR, | |||
ARG | |||
) |
#define wxT | ( | x | ) | MUP_T(x) |
Definition at line 35 of file muParserTest.cpp.