thesis/3_rasta/X_var.typ
Jean-Marie Mineau ef50ff2f49
here we go
2025-06-21 12:52:35 +02:00

19 lines
524 B
Typst

#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,
)