[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Shawn <shawnw@s...> |
| Subject: | Re: [Caml-list] building fft |
otlore dolire wrote:
>
> PS: i defined the type cplx by type cplx = {Re : float ; Im : float},
> prod, add and sous are respectively product, addition and substraction
> of cplx numbers
>
Besides the syntax errors from using capital-letter identifiers as field
names, why are you reinventing the standard Complex module?