Good day, please tell 1+ln55 library that would consider expressions specified by the user, be it 1+ln55 , sin89 + Pi/(cos(22)) well, etc. Of course, you can write all this yourself, but when there is a lib in which Everything is built in, it is much easier. Thank you all in advance

  • 2
    Perhaps you Math.NET Symbolics - user227049
  • 2
    Only instead of 1+ln55 you need to write 1+ln(55) this is not a library constraint, but a normal mathematical notation. - user227049
  • 3
    Example: let expr = Infix.parseOrUndefined "1+ln(55)" let result = Evaluate.evaluate Map.empty expr - user227049
  • 2
    If you have any questions about working with this library, just make me a ping in the chat - user227049
  • 2
    Ping is done in the following way, the dog is put on and then the nickname or its abbreviation, for example @Foggy then a message will come that there was an appeal to you - user227049

0