Probably you are using a culture code (or Locale) - Dutch? - that uses decimals commas instead of decimal points.
There should be a "Changed Type" step in you code in which you can add a culture code that uses decimals points:
e.g. add: , "en-US" just before the last close-parenthesis, so the last part of the formula reads:
}}, "en-US")