Skip to content

Math.LOG2E and Math.LN10 approximations are slightly less accurate than expected. #6200

Math.LOG2E and Math.LN10 approximations are slightly less accurate than expected.

Math.LOG2E and Math.LN10 approximations are slightly less accurate than expected. #6200

Workflow file for this run

name: "Mark new issues with needs-triage label"
on:
issues:
types:
- reopened
- opened
jobs:
label-new-issues:
runs-on: ubuntu-latest
steps:
- name: initial labelling
uses: andymckay/labeler@master
with:
add-labels: "needs triage"
ignore-if-assigned: true