octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding function locations


From: John W. Eaton
Subject: Re: Finding function locations
Date: Fri, 13 Mar 2020 10:38:32 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 3/13/20 3:42 AM, Vishnu Parammal wrote:
Hi Sir,
I am new to octave contribution community. I have gone through the bug section and there are some that I think I can solve. But I am finding it difficult to get the exact locations where functions are defined. For e.g. bug https://savannah.gnu.org/bugs/?57870. Where do I find the mod() function?

octave:1> help mod
'mod' is a built-in function from the file libinterp/corefcn/data.cc

 -- mod (X, Y)
     Compute the modulo of X and Y.
 ...

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]