-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tribonacci #42
base: master
Are you sure you want to change the base?
Tribonacci #42
Conversation
I think Other than that it looks good. |
I considered that, too. But then I modeled Instead of the old output:
the example code now gives:
which at least looks much more useful indeed. |
In case of the golden ratio, the expression in terms of radicals is much simpler than here and hence the difference between both representations probably not such a big deal. What do you think, should we represent it as element of I probably do not see through the details and consequences to really judge. BTW: I could try to do the changes if you agree. |
7674bb3
to
116910e
Compare
The `ca_tribonacci_constant` just creates an element of the simple number field generated by `qqbar_tribonacci_constant`.
Implementation of the Tribonacci constant via radicals.