MCPcopy Create free account
hub / github.com/KDE/labplot / testFunction2Arguments

Method testFunction2Arguments

tests/backend/Parser/ParserTest.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void ParserTest::testFunction2Arguments() {
99 Parsing::Parser parser(false);
100
101 VALUES_EQUAL(parser.parse(qPrintable(QStringLiteral("atan2(0.1;0.2)")), "C"), 0.46364761);
102 VALUES_EQUAL(parser.parse(qPrintable(QStringLiteral("atan2(0.1,0.2)")), "C"), 0.46364761);
103}
104
105void ParserTest::testFunction3Arguments() {
106 Parsing::Parser parser(false);

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected