We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310cbf0 commit f920092Copy full SHA for f920092
src/org/sosy_lab/java_smt/api/FloatingPointFormulaManager.java
@@ -34,7 +34,7 @@
34
*/
35
public interface FloatingPointFormulaManager {
36
37
- /** Creates a formula for the given floating point rounding mode */
+ /** Creates a formula for the given floating point rounding mode. */
38
FloatingPointRoundingModeFormula makeRoundingMode(FloatingPointRoundingMode pRoundingMode);
39
40
/**
0 commit comments