#【ライブラリ説明】
詳しいことは分からないが、リーマンのゼータ関数に関係
#【プログラム】
riemann.py
# -*- coding: utf-8 -*-
from riemann import function, graph
print function.riemann_zeta_function(s=2)
# 1.64493406685
graph.main()
#【参考サイト】
pypi
Go to list of users who liked
More than 5 years have passed since last update.
#【ライブラリ説明】
詳しいことは分からないが、リーマンのゼータ関数に関係
#【プログラム】
# -*- coding: utf-8 -*-
from riemann import function, graph
print function.riemann_zeta_function(s=2)
# 1.64493406685
graph.main()
#【参考サイト】
pypi
Register as a new user and use Qiita more conveniently
Go to list of users who liked