<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Le 10/12/2019 Ã  10:47, Stéphane
      Mottelet a Ã©crit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:d59770db-0aab-88fb-3118-c800dac6fb42@utc.fr">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>After thinking about it and after looking to other softwares,
        my proposition would be to concentrate on the set theoritic name
        + use parenthesis for details of storage<br>
      </p>
      <p>typeof(x)=="constant" && isreal(x)==%t &&
        issparse(x)=%f : Real</p>
      <p>typeof(x)=="constant" && isreal(x)==%f &&
        issparse(x)=%f : Complex</p>
      <p>typeof(x)=="constant" && isreal(x)==%t &&
        issparse(x)=%t : Real (sparse)<br>
      </p>
      <p>typeof(x)=="constant" && isreal(x)==%f &&
        issparse(x)=%t : Complex (sparse)</p>
      <p>typeof(x)=="boolean" && issparse(x)=%f : Boolean</p>
      <p>typeof(x)=="boolean" && issparse(x)=%t : Boolean
        (sparse)</p>
      <p>For integers, since their use is rather specific to more
        advanced users, i suggest to display the storage type to
        differentiate them<br>
      </p>
      <p>type(x)==8 && inttype(x)==1 : Integer (int8)</p>
      <p>type(x)==8 && inttype(x)==11 : Integer (uint8)</p>
      <p>and so on...</p>
    </blockquote>
    <p><br>
    </p>
    <p>   Looks good Stephane !</p>
    <p> Bruno<br>
    </p>
    <br>
    <div class="moz-signature">-- <br>
      <img style="width: 48px; height: 48px;" alt=""
        src="cid:part1.65D4B0AC.DB22DA22@univ-lorraine.fr">
      <br>
      <a href="http://qsfsp.ovh/"><font size="+1">Non Ã  l'augmentation
          des frais d'inscription (Fac, IUT, Ã©coles...)</font> </a>
    </div>
  </body>
</html>