chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
63.94k stars 11.89k forks source link

refactor: replace Math.pow in favor of the ** operator #11669

Closed zieka closed 4 months ago

zieka commented 4 months ago

friendly PR to improve readability

Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.codemods.cleanup.PreferExponentiationOperator?organizationId=UG9wdWxhciBKYXZhU2NyaXB0

LeeLenaleee commented 4 months ago

I find the Math.pow more readable myself and would be against this change