[
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: | Dave Benjamin <dave@r...> |
| Subject: | Re: [Caml-list] is there a Roman Numeral library |
On Fri, 14 Mar 2008, Ashish Agarwal wrote: > Hi all. Does anyone have an OCaml libary for working with Roman Numerals? > Probably easy to write but am hoping it already exists. Thank you. This is by no means a complete library, but I translated some conversion functions here: http://pleac.sourceforge.net/pleac_ocaml/numbers.html#AEN88 Dave