2024-09-11 08:44:17

This commit is contained in:
Isaac Shoebottom 2024-09-11 08:44:17 -03:00
parent 02edfc2a11
commit ec5ebecd65
2 changed files with 8 additions and 6 deletions

View File

@ -13,7 +13,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "UNB/Year 5/Semester 1/MAAC3113/In class notes.md", "file": "UNB/Year 5/Semester 1/CS3113/In class notes.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -85,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "UNB/Year 5/Semester 1/MAAC3113/In class notes.md", "file": "UNB/Year 5/Semester 1/CS3113/In class notes.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -102,7 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "UNB/Year 5/Semester 1/MAAC3113/In class notes.md", "file": "UNB/Year 5/Semester 1/CS3113/In class notes.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -125,7 +125,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "UNB/Year 5/Semester 1/MAAC3113/In class notes.md" "file": "UNB/Year 5/Semester 1/CS3113/In class notes.md"
} }
} }
} }
@ -149,8 +149,8 @@
}, },
"active": "3e47767dcfdfb364", "active": "3e47767dcfdfb364",
"lastOpenFiles": [ "lastOpenFiles": [
"UNB/Year 5/Semester 1/HIST1451/In class notes.md",
"UNB/Year 5/Semester 1/MAAC3113/In class notes.md", "UNB/Year 5/Semester 1/MAAC3113/In class notes.md",
"UNB/Year 5/Semester 1/HIST1451/In class notes.md",
"UNB/Year 5/Semester 1/MAAC3113", "UNB/Year 5/Semester 1/MAAC3113",
"UNB/Year 5/Semester 1/HIST1451/Political questionaire.md", "UNB/Year 5/Semester 1/HIST1451/Political questionaire.md",
"UNB/Year 5/Semester 1/HIST1001/In class notes.md", "UNB/Year 5/Semester 1/HIST1001/In class notes.md",

View File

@ -35,3 +35,5 @@ So the final number would be 110101.10110...
Truncation types Truncation types
**Chopping**: Omit the numbers that we don't want, looking to the first bit that we want to erase **Chopping**: Omit the numbers that we don't want, looking to the first bit that we want to erase
**Rounding**: We should take care about the first digit that we want to omit and adjust the 52nd bit **Rounding**: We should take care about the first digit that we want to omit and adjust the 52nd bit
**Machine Epsilon**: Difference between the smallest floating point number greater than 1 and 1, ie the smallest number that when added to 1, will be different than 1