Skip to content

Add floor division to basm #69

Description

@rgiot

I have too often numeric issue in computation

   ` char_y = {line_y}/8 ; BUG => result is a float !!!`

vs

  `  char_y = {line_y}>>3 ; OK => real /8 ..`


 ` char_y = {line_y}//8 ; BUG => result is a float !!!`

could be the solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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