问题标签 [mathdotnet-symbolics]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
159 浏览

c# - Math.net C# 中三角函数的幂

如何在 Math.net 中获得三角函数的幂?

g.ToString()给出输出:(sinh(2*x))^2

我想要的是sinh^2(2*x)

我怎么做?

编辑:

根据 Christoph 在下面的评论,这可以在 v0.21.0 中完成,它实现Expr.ToCustomString(true)

0 投票
0 回答
49 浏览

math.net - 是否可以解析 min 和 max 函数?

根据标题,是否可以解析和评估 min 和 max 函数?

例如:

它抛出: 在此处输入图像描述