Skip to content

Square root only works with German numbers system #1

@rowanmoxie

Description

@rowanmoxie

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.

image
image

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions