Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道图灵是否有对数函数以及它是什么。如果没有,我想知道如果可能的话,我如何在没有表格查找或蛮力的情况下创建自己的对数函数。提前致谢。
事实证明没有办法做到这一点。最好使用蛮力。
其实有一个解决办法:图灵有自然对数功能。您可以使用基础转换来获取其他基础的日志
编辑:低音转换:
function getlog: 6*log(6)=666 logcycle(6) end function function logcycle: return getlog(logcycle(getlog(6)) end function