diff -r 4189cb63e5db -r ce5de01b9632 data.sty --- a/data.sty Mon Sep 30 10:47:49 2024 +0100 +++ b/data.sty Fri Oct 11 19:13:00 2024 +0100 @@ -558,3 +558,31 @@ 17 29.51587 #18 73.14163 \end{filecontents} + + +% +% Example (abcdef){n} in Rust and Scala +% + +\begin{filecontents}{re-rust2.data} + 0 0 + 10000 2.655 + 15000 6.146 + 20000 11.268 + 25000 18.251 + 30000 27.739 + 35000 38.441 + 40000 51.953 +\end{filecontents} + +\begin{filecontents}{re-scala2.data} +0 0.00019 +5000 0.01527 +10000 0.00634 +15000 0.00671 +20000 0.01144 +25000 0.00835 +30000 0.00885 +35000 0.02456 +40000 0.01786 +\end{filecontents} \ No newline at end of file