-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
missing wrappers in ComplexBallField #25527
Comments
comment:2
It looks like all the ordinary (cosh, sinh, tanh, coth) hyperbolic functions are missing. Here is also a list of some other unwrapped functions, copied from an old email (this list is maybe slightly out of date):
Also:
|
Yes, there are still a number of functions missing—but I'm not sure it makes sense to open tickets about that unless you are planning to add the necessary wrappers. However, this: Replying to @zimmermann6:
is intentional. What you should be doing is:
of if you really want to use the global
|
comment:4
Marc, please could you explain why it is intentional? And for example why the constant
|
comment:5
Replying to @zimmermann6:
Because |
comment:6
That also goes for |
comment:7
Replying to @fredrik-johansson:
It has been a plan for a long time to bind the global |
Changed keywords from none to CBF |
This comment has been minimized.
This comment has been minimized.
comment:9
note that the first example now works with Sage 9.1 (not tried with more recent versions):
The second example (with |
comment:10
Something like this works (with merged, but not yet in latest beta, changes):
|
comment:11
the examples from comment [comment:10] already work with Sage 9.1. However, the example from the description with |
comment:12
here is a similar thing (with SR instead of a lambda) that works (with #32871 - but perhaps it's not needed):
we had a discussion about a very similar setting (with RBF in place of CBF), and Marc convinced me that having to call conversion to RBF in real_arb.pyx (resp. to CBF in complex_arb.pyx) |
comment:13
about the examples from comment [comment:12], since |
comment:14
well, it's rather |
comment:15
if we don't even have |
comment:16
Replying to @zimmermann6:
|
With Sage 8.2:
Same with
sqrt
and constants:CC: @dimpase @fredrik-johansson @mezzarobba @slel
Component: basic arithmetic
Keywords: CBF
Issue created by migration from https://trac.sagemath.org/ticket/25527
The text was updated successfully, but these errors were encountered: