Sha256: 3a3fecd87243b534fc50fc229b071ff592217826e6bb3af720bba08de6bcb3ac
Contents?: true
Size: 628 Bytes
Versions: 74
Compression:
Stored size: 628 Bytes
Contents
module RationalNumbers let create numerator denominator = failwith "You need to implement this function." let add r1 r2 = failwith "You need to implement this function." let sub r1 r2 = failwith "You need to implement this function." let mul r1 r2 = failwith "You need to implement this function." let div r1 r2 = failwith "You need to implement this function." let abs r = failwith "You need to implement this function." let exprational r = failwith "You need to implement this function." let expreal r = failwith "You need to implement this function." let reduce r = failwith "You need to implement this function."
Version data entries
74 entries across 74 versions & 1 rubygems