Skip to content

sqrt: Clarified that NaN is returned for negative numbers #474 #1080

sqrt: Clarified that NaN is returned for negative numbers #474

sqrt: Clarified that NaN is returned for negative numbers #474 #1080

Workflow file for this run

name: Test Processes
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- uses: actions/checkout@v3
- name: Run linter
run: |
npm install
npm test
working-directory: dev