RosettaCodeData/Task/Forward-difference/Ursala/forward-difference-2.ursala
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

9 lines
143 B
Text

test_data = <90.,47.,58.,29.,22.,32.,55.,5.,55.,73.>
#show+
examples =
printf/*=*' %0.0f' <
nth_diff6 test_data,
nth_diff7 test_data>