Skip to content

Commit 59c6a6f does not build on VS 2013 / VS 2015  #10

@ChaosCom

Description

@ChaosCom

Hello,

I've tried to compile the most recent build 59c6a6f on both VS 2013 as well as VS 2015 - without success.

Since the only 2 files that cause issues are PolynomialDivision.cs and PolynomialGcd.cs, I'm assuming it is due to the attempt to use tuples of the System.ValueTuple nuget package, for example

public static (MathObject quotient, MathObject remainder) PolynomialDivision(MathObject u, MathObject v, MathObject x)

Could you describe in detail how you made the project compile on VS 2013 / VS 2015 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions