Julian Rüth

Results 263 comments of Julian Rüth

@RamblingMadMan it seems that your editor is using tabs instead of spaces. You might want to rerender these files with spaces to match the files that you modified.

I had this issue because I had no ASP.NET Core runtime installed.

Have you set `target: 'node'` in the webpack.config that you use when testing with mochapack?

The search page does not have that link anymore actually. To also hide it on genindex I am using this in `_templates/breadcrumbs.html`. ```jinja {%- extends "sphinx_rtd_theme/breadcrumbs.html" %} {% block breadcrumbs_aside...

Since `arb_unit_interval` prints as `[0.500000 +/- 0.501]` there seems to be something systematic going on here that I am missing.

It might be worth to fix this so such constants print more nicely. @fredrik-johansson any opinion here?

Note that this came up while working on a Python wrapper for Arb. In an interactive Python/SageMath session it's just odd to type `pm_one` and get an output that is...

We built a little C++ wrapper for arb as part of [flatsurf/exact-real](https://github.com/flatsurf/exact-real). The basic layer [arb.hpp](https://github.com/flatsurf/exact-real/blob/master/src/libexactreal/exact-real/arb.hpp), [arf.hpp](https://github.com/flatsurf/exact-real/blob/master/src/libexactreal/exact-real/arf.hpp) just gives you C++-style memory management for `arb_t` and `arf_t`. A second layer...

@albinahlback Thanks, I am aware of that. I am not saying that the implementation breaks the documentation.

My question was: *Shouldn't* `arb_set_str()` try to preserve the radius here?