This commit is contained in:
Felix Roos
2022-03-19 14:06:28 +01:00
parent 3e33427bcf
commit a3166dfbae
6 changed files with 1484 additions and 574 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function resolveReplications(ast) {
options_: {
operator: {
type_: "stretch",
arguments_: {amount: String(new Fraction(replicate).inverse().valueOf())}
arguments_: {amount: new Fraction(replicate).inverse().toString()}
}
}
}