Skip to content

the z^3 term for z = eps(Float32) is beyond the precision of Float32 #314

the z^3 term for z = eps(Float32) is beyond the precision of Float32

the z^3 term for z = eps(Float32) is beyond the precision of Float32 #314

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
arch: [x64]
os: [ubuntu-latest, macOS-latest, Windows-latest]
version: ['1.0', '1']
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest