Knowledge of VBAFamiliarity with floating point precision
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
20
調査方針
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.
Fix floating point precision for VBA · google/open-location-code#319 | Good First Issue