<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hello,<br>
      <br>
      Le 04/02/2015 12:07, Pierre-Aimé Agnel a écrit :<br>
    </div>
    <blockquote cite="mid:54D1FD5F.8080803@scilab-enterprises.com"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <font face="Calibri">Hello,<br>
        <br>
        You might be interested in installing the "<a
          moz-do-not-send="true"
          href="http://atoms.scilab.org/toolboxes/specfun">specfun</a>"
        ATOMS module</font><font face="Calibri"> (<br>
      </font><font face="Courier New, Courier, monospace"><br>
        atomsInstall('specfun')</font><br>
      <br>
      The implementation given by Serge is inside the module and can be
      called with<br>
      <font face="Courier New, Courier, monospace">n = 5;<br>
        m = 0:n;<br>
        c = specfun_nchoosek(n, m)</font><br>
      <br>
      You will obtain all the binomial coefficients<font face="Calibri">
        in a row vector.<br>
        <br>
        Once loaded you can check other helpful functions with<br>
        <font face="Courier New, Courier, monospace">help("Specfun
          Toolbox")</font><br>
      </font><br>
      Best,<br>
    </blockquote>
    As stated in the long-discussed bug report from which this nchoosek
    has been designed, this function should be transfered in Scilab. It
    is a common function available on almost all basic pocket
    calculators. It is somewhat a non-sense to have to load an external
    module to get it.<br>
    <br>
    Best regards<br>
    Samuel<br>
    <br>
    <br>
    <br>
  </body>
</html>