Skip to content

Fixed some math

Fixed some math #103

Workflow file for this run

name: Format
on: pull_request
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: julia-actions/julia-format@master
with:
args: -v .