Hello, First there is a small typo in FSFUN:
dilog: dilog(z) is the dilogaritm; A missing 'h'. But I do not understand what this function computes in FriCAS, usually it is a special case of polylogarithm of order 2. In SAGE via https://sagecell.sagemath.org/ dilog(0.7) => 0.889377624286039 WolframAlpha also (https://www.wolframalpha.com/input?i=dilog%5B0.7%5D) >From https://en.wikipedia.org/wiki/Polylogarithm, there is a disambiguation note with lix) (logarithmic integral) and it seems the code use it, but I still don't understand this result in FriCAS: (3) -> dilog(0.7) (3) 0.3261295100_7547606953_084133 Type: Complex(Float) - Greg -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/CAHnU2dYjsQt6%3DEq4Gva7FkfS6Y1e8-VDSV7YEqymeONB8zPqOQ%40mail.gmail.com.
