PaulXiCao

Results 32 issues of PaulXiCao

For nested "select type" statements the syntax highlighting in vscode seems off. The code after the first "end select" is not highlighted anymore until the 2nd "end select". This is...

It would be nice to have _autocomplete_ for _named_ constructs such as `do`-loops and `block`s. Example ``` fortran OUT: do i = 1, n ... exit OUT end do OUT...

enhancement

What is the reason why there are duplicate calls to bessel functions available? For instance ```julia besselj(nu,z) besselj0(x) besselj1(x) ``` Isnt that an implementation detail that the library user should...

This is a pr wrt to issue #282 . Binomial coefficient is generalized for real/complex arguments using the `beta` function.

I will implement tests for type stability for all Bessel functions. This was mentioned in issue #230 as well as in the deprecated pr #43 .

[Spherical harmonics](https://en.wikipedia.org/wiki/Spherical_harmonics#Real_form) are requested.

It would be useful for me to have a commandline argument such that warnings are suppressed. In my example I use a makefile to remove some auxiliary files which are...

I worked on `real.hpp`. Nothing was fundamentally changed, more or less just formatting, refactoring, and extensive unit tests. Important change: I removed `constexpr` from multiple overloads of `` functions, e.g....

We provide overloads to many functions defined in [``](https://en.cppreference.com/w/cpp/numeric/math). It might be useful to have some kind of comparison/tracker/table of which functions are implemented in this library wrt functions in...

I am getting many lines of error messages when trying to use clang. They seem like linker errors but I have not checked any further. Just as a first guess...