What is the equivalent to a procedural C function in Maple? Maple tells me that a module cannot except parameters.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A Maple module can be applied to arguments and thus act as a function call if it has an exported member named
ModuleApply.In that case a function call (involving module
m) of the formm(...arguments...)will invoke the callm:-ModuleApply(...arguments...).See ModuleApply