Skip to content

Commit

Permalink
Merge pull request #3 from virtual-labs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sravanthimodepu authored Aug 27, 2021
2 parents e337ad1 + 370c002 commit e9e43c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
check-latest: true
- run: |
git clone -b pipeline-new https://github.com/virtual-labs/ph3-lab-mgmt
git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
cd ph3-lab-mgmt
npm install
node exp.js
npm run build-exp
cd ../
git config --local user.email "admin@vlabs.ac.in"
git config --local user.name "vleadadmin"
Expand Down
7 changes: 7 additions & 0 deletions experiment-descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
"unit-type": "task",
"content-type": "text"
},
{
"target": "objective.html",
"source": "objective.md",
"label": "Objective",
"unit-type": "task",
"content-type": "text"
},
{
"target": "pretest.html",
"source": "pretest.json",
Expand Down
4 changes: 3 additions & 1 deletion experiment/aim.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
The objective of this experiment is to learn the fundamentals of Floating Point Representation of Numbers.
Many scientific applications involve computations involving just not integers but also real numbers. In computers we cannot precisely represent all of the real numbers. However we can still have a useful and effective representation of them with certain loss in precision.

In this lab we shall understand the basic concepts of Floating Point Numbers and their conversion to and from decimal form.

0 comments on commit e9e43c4

Please sign in to comment.