here we go

This commit is contained in:
Jean-Marie Mineau 2025-06-21 12:52:35 +02:00
commit ef50ff2f49
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
30 changed files with 16645 additions and 0 deletions

19
3_rasta/X_var.typ Normal file
View file

@ -0,0 +1,19 @@
#import "X_lib.typ": mypercent
#let NBTOTAL = 62525
#let NBTOTALSTRING = NBTOTAL //\num{62525}\xspace}
#let nbtools = 26
#let nbtoolsselected = 20
#let nbtoolsselectedvariations = 22
#let nbtoolsvariationsrun = 20
#let resultunusablenb = 12 //\xspace
#let resultunusable = mypercent(resultunusablenb, nbtoolsselectedvariations) // \xspace
#let resultratio = mypercent(54.9, 100) // \xspace
#let ramlimit = [64 GB] //\xspace
#let rasta_tool_data = csv(
"data/data-final.csv",
delimiter: ";",
row-type: dictionary,
)