See #307 for details. This issue tracks the fix for the VBA implementation.
Guide contributeur
Stack technique
Aucun
Domaine
backend
Type d'issue
bug
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-3 hours
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
needs investigation
Prérequis
Knowledge of VBAFamiliarity with floating point precision
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
20
Direction de recherche
First, read the referenced issue #307 to understand the floating point precision problem in the VBA implementation. Then locate the VBA source files in the repository, likely in a 'vba' directory, and identify the specific code that needs adjustment. Check any existing comments or maintainer guidance in #307 or related issues. The fix likely involves rounding or decimal arithmetic to avoid precision errors.