RoundErrors | R Documentation |
Round errors in halfspace representations
RoundErrors(X, digits = 15)
X |
A halfspace representation to be rounded. |
digits |
An integer giving the number of significant figures to be kept. |
A rounded halfspace representation.
bS=matrix(c(1,1,1,0, 1,0,0,1, 0,1,0,1, 0,0,1,1),byrow=TRUE,ncol=4)
RoundErrors("9007199254740992/6004799503160661") #Occurs in ConsMinkSumHrep(bS,c(2,2,2,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.