<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.keyboardmaestro.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.keyboardmaestro.com/feed.php">
        <title>Keyboard Maestro Wiki</title>
        <description></description>
        <link>https://wiki.keyboardmaestro.com/</link>
        <image rdf:resource="https://wiki.keyboardmaestro.com/_media/wiki/logo.png" />
       <dc:date>2026-04-05T08:43:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/CEIL?rev=1695199167&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/FLOOR?rev=1695199315&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/ROUND?rev=1695199339&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.keyboardmaestro.com/_media/wiki/logo.png">
        <title>Keyboard Maestro Wiki</title>
        <link>https://wiki.keyboardmaestro.com/</link>
        <url>https://wiki.keyboardmaestro.com/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/CEIL?rev=1695199167&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T08:39:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CEIL</title>
        <link>https://wiki.keyboardmaestro.com/function/CEIL?rev=1695199167&amp;do=diff</link>
        <description>CEIL Function

The CEIL(x) function takes a number and returns the first integer that is greater than or equal to the argument:
CEIL(5.5) === CEIL(5.1) === CEIL(6) === 6
CEIL(-5.5) === CEIL(-5.1) === CEIL(-5) === -5
The CEIL() function (v11.0+) takes a second optional parameter to indicate the number of decimal digits to operate to:</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/FLOOR?rev=1695199315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T08:41:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>FLOOR</title>
        <link>https://wiki.keyboardmaestro.com/function/FLOOR?rev=1695199315&amp;do=diff</link>
        <description>FLOOR Function

The FLOOR(x) function takes a number and returns the first integer that is less than or equal to the argument:
FLOOR(5.5) === FLOOR(5.1) === FLOOR(5) === 5
FLOOR(-5.5) === FLOOR(-5.1) === FLOOR(-6) === -6
The FLOOR() function (v11.0+) takes a second optional parameter to indicate the number of decimal digits to operate to:</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/ROUND?rev=1695199339&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T08:42:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ROUND</title>
        <link>https://wiki.keyboardmaestro.com/function/ROUND?rev=1695199339&amp;do=diff</link>
        <description>ROUND Function

The ROUND() function takes a number and returns the nearest integer to the argument.  Numbers that are exactly half way (ie, end in “.5”) round away from zero.
ROUND(5.4) === ROUND(5.1) === ROUND(4.5) === 5
ROUND(-5.5) === ROUND(-5.9) === ROUND(-6.3) === -6</description>
    </item>
</rdf:RDF>
