Skip to content

Remove Rational initialise method #19

@isuruf

Description

@isuruf

Since the result may not be a rational this should be removed and a function should be introduced.

For ex:

a = Rational('2/1')
b = SymEngine::Rational.new(a)

b should not be a SymEngine::Rational, but a SymEngine:Integer

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions