TestNumericalNumber

From ApCoCoAWiki
Revision as of 16:21, 8 October 2009 by 132.231.10.65 (talk) (New page: <command> <title>TestNumericalNumber</title> <short_description>Compares two numerical numbers </short_description> <syntax> ApCoCoATest.TestNumericalNumber(Found: Rat, Expected: Rat, Eps:...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TestNumericalNumber

Compares two numerical numbers

Syntax

ApCoCoATest.TestNumericalNumber(Found: Rat, Expected: Rat, Eps: Rat)

Description


  • @param Found:

  • @param Expected:

  • @param Eps:

  • @return

The following parameter is optional:

  • @param Dil: Integer > 0, factor for dilation of the polyhedral P, to count the lattice points of the polyhedral n*P

Example