作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想问一下如何在 gnuplot 中设置任意对数底(我需要 f(x)=x^{1+9log2(x)}
函数来绘图)。
最佳答案
似乎只有自然 log
和 log10
的内置函数。但是你可以轻松change the base的对数。
log_b(x) = log_k(x) / log_k(b)
因此,您可以将公式重写为
f(x) = x**(1 + 9 * log(x)/log(2))
关于gnuplot - 在 gnuplot 中设置任意对数底数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29977460/
我想根据数量级对任何整数 >= 10 进行取整。例如, 15 -> 10 600 -> 100 8,547 -> 1,000 32,123 -> 10,000 3,218,748 -> 1,000,0
我是一名优秀的程序员,十分优秀!