When coding the JSON framework for an arithmetic model, the square root function can only be calculated using the German numbers system. This means that **(0,5) must be used, as opposed to **(0.5). As the repo is English, and the calculations are otherwise returned with decimals instead of commas, this is inconsistent. When **(0.5) is applied, the program returns NaNs instead of number values.




When coding the JSON framework for an arithmetic model, the square root function can only be calculated using the German numbers system. This means that **(0,5) must be used, as opposed to **(0.5). As the repo is English, and the calculations are otherwise returned with decimals instead of commas, this is inconsistent. When **(0.5) is applied, the program returns NaNs instead of number values.