bugGNU Scientific Library - Bugs: bug #67494, Consistency in pow_int usage

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #67494: Consistency in pow_int usage

Submitter:  Fermé le Lundi <fermelelundi>
Submitted:  Tue 09 Sep 2025 09:36:28 PM UTC
   
 
Category:  Accuracy problem Severity:  3 - Normal
Priority:  5 - Normal Operating System: 
Status:  None Assigned to:  None
Open/Closed:  Open Release:  2.8

Discussion

Tue 09 Sep 2025 09:36:28 PM UTC, original submission:  

In specfunc/hermite.c a call is made to the gsl_pow_int() function (line 232), but to keep in line with the rest of the implementation, the call might as well be gsl_sf_pow_int, so that the whole line reads:

double f = gsl_sf_pow_int(2.0, m);

This is also in addition to #66993.

Fermé le Lundi <fermelelundi>

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by fermelelundi (Submitted the item)
  •  

    History

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.16-a7ba.
    Corresponding source code