public NumberContext<N extends Number>
| Modifier and Type | Method and Description | 
|---|---|
| N | div(N a,
   N b) | 
| N | minus(N a,
     N b) | 
| N | plus(N a,
    N b) | 
| N | reminder(N a,
        N b) | 
| N | times(N a,
     N b) | 
| N | unaryMinus(N a) |