Question: How Do I see the code for BrownianMotion function?

Is there a way to obtain the code for BrownianMotion function in Maple15?

I tried

interface(verboseproc = 2);
readlib(Finance:-BrownianMotion);
print(Finance:-BrownianMotion);

but these only give

module () local ModuleApply, BrownianMotion, BrownianMotion1D; end module

Where do I go from here? Thanks.

Please Wait...