Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4fccfe23f6486142b4197d1daac0cf21 > files > 142

Falcon-doc-0.9.6.6-2.fc15.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Falcon Feathers - The Standard Modules Reference.</title>
   <link href="faldoc.css" rel="stylesheet" type="text/css"/>
   <link href="tabs.css" rel="stylesheet" type="text/css"/>
</head>
<body class="faldoc_body">
<div class="navitop">
   <div class="tabs">
      <ul>
         <li><a href="./index.html"><span>Main</span></a></li>
         <li><a href="./modules.html"><span>Modules</span></a></li>
         <li><a href="./pages.html"><span>Related pages</span></a></li>
         <li><a href="./groups.html"><span>Groups</span></a></li>
         <li><a href="./classes.html"><span>Classes</span></a></li>
         <li><a href="./objects.html"><span>Objects</span></a></li>
         <li><a href="./functions.html"><span>All functions</span></a></li>
         <li><a href="./enum.html"><span>Enumerations</span></a></li>
         
      </ul>
   </div>
</div>
<hr/>

<h1 class="faldoc_title">Module funcext </h1>
<p class="faldoc_brief">Functional extensions </p>

   <p class="faldoc_text"><p class="faldoc_text">This module provides a set of functions which are useful in the context of functional evaluation, although not strctly useful. </p>
<p class="faldoc_text">The function in this module replicate the functionality of Falcon operators as "+" (add), "-" (sub), >= (ge) and so on. </p>
<p class="faldoc_text">The names of the function provided by this module are willfully short, being generally 2 or 3 character long. This is one of the reasons why this basic functionalities are provided as a separate module; by loading it, the user wilfully accepts to use this set of functions using very short and common names, used generally in the functional evaluation context. </p>
</p>
   





   <h2 class="faldoc_title">All functions</h2>
   
   <table class="faldoc_list">
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#add">add</a></td><td class="faldoc_funcbrief">Adds two items along the rules of VM '+' operator. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#at">at</a></td><td class="faldoc_funcbrief">Passe-par-tout accessor function. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#deq">deq</a></td><td class="faldoc_funcbrief">Performs a deep equality check. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#div">div</a></td><td class="faldoc_funcbrief">Divides two numeric operands along the rules of VM '/' operator. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#equal">equal</a></td><td class="faldoc_funcbrief">Performs a lexicographic check for the first operand being equal to the second. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#ge">ge</a></td><td class="faldoc_funcbrief">Performs a lexicographic check for the first operand being greater or equal to the second. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#gt">gt</a></td><td class="faldoc_funcbrief">Performs a lexicographic check for the first operand being greater than the second. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#le">le</a></td><td class="faldoc_funcbrief">Performs a lexicographic check for the first operand being less or equal to the second. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#lt">lt</a></td><td class="faldoc_funcbrief">Performs a lexicographic check for the first operand being less than the second. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#mod">mod</a></td><td class="faldoc_funcbrief">Performs a modulo division on numeric operands along the rules of VM '%' operator. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#mul">mul</a></td><td class="faldoc_funcbrief">Multiplies two items along the rules of VM '*' operator. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#neq">neq</a></td><td class="faldoc_funcbrief">Performs a lexicographic check for the first operand being not equal to the second. </td></tr>
   
   <tr><td class="faldoc_funcname"><a href="./functions.html#sub">sub</a></td><td class="faldoc_funcbrief">Subtracts two items along the rules of VM '-' operator. </td></tr>
   
   </table>

<hr/>
<div class="navibottom">
   <center>
      <a href="./index.html">Main</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./modules.html">Modules</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./pages.html">Related pages</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./groups.html">Groups</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./classes.html">Classes</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./objects.html">Objects</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./functions.html">All functions</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./enum.html">Enumerations</a>
   </center>
</div>
</div>
<div class="faldoc_signature">Made with <a href="http://www.falconpl.org">faldoc 2.2.0</div>
</body>
</html>