Skip to Content.
Sympa Menu

mathemagix-devel - Re: [Mathemagix] Bp with postfix

Subject: Mathemagix

List archive

Re: [Mathemagix] Bp with postfix


Chronological Thread 
  • From: Joris van der Hoeven <address@concealed>
  • To: address@concealed
  • Subject: Re: [Mathemagix] Bp with postfix
  • Date: Mon, 19 Apr 2010 23:28:15 +0200

On Mon, Apr 19, 2010 at 12:11:06PM +0200, Bernard Mourrain wrote:
> Here is a problem in the interpreter:
>
> The following "method" can be define:
> postfix .m (a: Int , b: Int) : Double == { return 1.0*a*b }

postfix .m (a: Int) (b: Int): Double == { return 1.0*a*b }

--Joris



Archive powered by MHonArc 2.6.18.

Top of Page