免费A级毛片无码专区网站-成人国产精品视频一区二区-啊 日出水了 用力乖乖在线-国产黑色丝袜在线观看下-天天操美女夜夜操美女-日韩网站在线观看中文字幕-AV高清hd片XXX国产-亚洲av中文字字幕乱码综合-搬开女人下面使劲插视频

AngouriMath:用于C#和F#的開源跨平臺符號代數(shù)庫

AngouriMath是一個MIT協(xié)議開源符號代數(shù)庫 。也就是說,通過AngouriMath,您可以自動求解方程、方程組、微分、從字符串解析、編譯表達式、處理矩陣、查找極限、將表達式轉(zhuǎn)換為LaTeX,以及許多其他事情 。該項目是開源的,但可以在封閉的商業(yè)項目中使用 。它沒有任何限制,唯一的要求是在所有AngouriMath發(fā)行版中保留MIT許可證 。
【AngouriMath:用于C#和F#的開源跨平臺符號代數(shù)庫】官網(wǎng):https://am.angouri.org/
github:https://github.com/asc-community/AngouriMath
主要應(yīng)用于兩個領(lǐng)域
1、研究和數(shù)據(jù)科學
在數(shù)據(jù)分析和交互式研究領(lǐng)域飆升的函數(shù)編程語言F# ,AngouriMath提供了幾種方便使用符號表達式的方法 。具體參加文檔 https://am.angouri.org/research/
2、軟件開發(fā)
在 Web/Desktop/Mobile 應(yīng)用程序中通過Nuget 包引用 AngouriMath ,有以下API

  • AngouriMath
  • AngouriMath.Convenience
  • AngouriMath.Convenience.Setting`1
  • AngouriMath.Core
  • AngouriMath.Core.Antlr
  • AngouriMath.Core.Compilation.IntoLinq
  • AngouriMath.Core.Exceptions
  • AngouriMath.Core.FastExpression
  • AngouriMath.Core.ReasonOfFailureWhileParsing
  • AngouriMath.Entity
  • AngouriMath.Entity.Number
  • AngouriMath.Entity.Set
  • AngouriMath.Entity.Set.SpecialSet
  • AngouriMath.Extensions
  • AngouriMath.Functions
  • AngouriMath.Functions.Algebra
  • AngouriMath.Functions.Algebra.AnalyticalSolving
  • AngouriMath.Functions.Algebra.NumericalSolving
  • AngouriMath.Functions.Boolean
  • AngouriMath.InternalAMExtensions
  • AngouriMath.MathS
  • AngouriMath.MathS.Diagnostic
  • AngouriMath.MathS.Matrices
  • AngouriMath.MathS.Settings
  • AngouriMath.MathS.UnsafeAndInternal
  • System.Runtime.CompilerServices
    • 經(jīng)驗總結(jié)擴展閱讀