Revision 44110 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.expressionevaluator/org.gvsig.expressionevaluator.lib/org.gvsig.expressionevaluator.lib.impl/src/main/resources/org/gvsig/expressionevaluator/functions/en/CEIL.json

View differences:

CEIL.json
12 12
            "- If the argument value is less than zero but greater than -1.0, then the result is negative zero.",
13 13
            "Note that the value of Math.ceil(x) is exactly the value of -Math.floor(-x)."
14 14
          ],
15
    "returnType": "Double"
15
    "returnType": "Double",
16
    "sqlCompatible": true
16 17
}

Also available in: Unified diff