Closed Bykiev closed 8 months ago
Is this intended as a nice-to-have like Log10? This should already be possible.
var expression = new Expression("Log(1, E)");
expression.Parameters["E"] = Math.E;
Is this intended as a nice-to-have like Log10? This should already be possible.
var expression = new Expression("Log(1, E)"); expression.Parameters["E"] = Math.E;
You're right, it's just a nice-to-have
@sklose, This looks good and I can now merge as a contributor. Are there any activities I should be performing before or after merge?
@sklose, This looks good and I can now merge as a contributor. Are there any activities I should be performing before or after merge?
no, nothing more to do after merging. it will automatically publish to NuGet.
Added support for natural logarithms.
Closes #18