Skip to content

feat: add evaluate_polynomial method #129

feat: add evaluate_polynomial method

feat: add evaluate_polynomial method #129

Workflow file for this run

name: Run Ruff Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3