Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert range() objects using 'integer_interval' from cd 'interval1' #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 21, 2020

  1. Convert range() objects using 'integer_interval' from cd 'interval1'

    This issue adds translation for the range() class to the
    DefaultConverter. Note that a python range(start, stop) does not include
    the value of stop, whereas the 'integer_interval' symbol does. The
    converter thus has to add or subtract one.
    
    Fixes OpenMath#29.
    tkw1536 committed May 21, 2020
    Configuration menu
    Copy the full SHA
    f6f25c9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    c038769 View commit details
    Browse the repository at this point in the history