Working on better POST and PUT requests
[factor/jcg.git] / extra / math / algebra / algebra-docs.factor
bloba623268403fc303e9d7b984a9be8ad78a93c9567
1 USING: help.markup help.syntax ;
2 IN: math.algebra
4 HELP: chinese-remainder
5 { $values { "aseq" "a sequence of integers" } { "nseq" "a sequence of positive integers" } { "x" "an integer" } }
6 { $description "If " { $snippet "nseq" } " integers are pairwise coprimes, " { $snippet "x" } " is the smallest positive integer congruent to each element in " { $snippet "aseq" } " modulo the corresponding element in " { $snippet "nseq" } "." } ;