240
edits
m (Updated interval output with less decimal digits and zero before the decimal point) |
m (→Input and output: Updated hull constructor (may produce useful decoration)) |
||
Line 128: | Line 128: | ||
midrad (12, 3) # [9, 15]_com | midrad (12, 3) # [9, 15]_com | ||
midrad ("4.2", "1e-7") # [4.199999899999999, 4.200000100000001]_com | midrad ("4.2", "1e-7") # [4.199999899999999, 4.200000100000001]_com | ||
hull (3, 42, "19.3", "-2.3") # [-2.300000000000001, +42] | hull (3, 42, "19.3", "-2.3") # [-2.300000000000001, +42]_com | ||
hull ("pi", "e") # [2.718281828459045, 3.1415926535897936] | hull ("pi", "e") # [2.718281828459045, 3.1415926535897936]_com | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} | }} |
edits