Chinese remainder theorem: Difference between revisions

(Go solution)
Line 118:
 
=={{header|Erlang}}==
Translation of {{trans|OCaml.}}
<lang erlang>-module(crt).
-import(lists, [zip/2, unzip/1, foldl/3, sum/1]).
357

edits