<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 06/04/2016 17:08, Samuel Gougeon a
écrit :<br>
</div>
<blockquote cite="mid:5705266D.7070609@free.fr" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<font face="Arial">Hello,<br>
<br>
Is there a way to get the module name a built-in function
belongs to?<br>
A somewhat equivalence of whereis(), but for built-in?<br>
With Scilab 5, readgateway() was available and with getmodules()
it was somewhat possible to comb modules and finally find the
one having the built-in.<br>
But readgateway() is not reinstalled in Scilab 6.<br>
By the way, extending whereis() to built-in function would be
useful, in order to avoid doing these acrobatics with
getmodules() and the former readgateway() in a public way ;)<br>
</font></blockquote>
<font face="Arial">.<br>
Actually, the documentation is not updated and i haven't tested it
before posting, but it is already the case:<br>
</font><tt><br>
--> whereis(size)</tt><tt><br>
</tt><tt> ans =</tt><tt><br>
</tt><tt> elementary_functions</tt><tt><br>
</tt><font face="Arial"> <br>
Fine!<br>
</font><br>
</body>
</html>