vault backup: 2025-01-08 11:58:17
This commit is contained in:
parent
d9aeb6320a
commit
6a8bda4f8b
27
.obsidian/plugins/obsidian-git/data.json
vendored
27
.obsidian/plugins/obsidian-git/data.json
vendored
@ -0,0 +1,27 @@
|
||||
{
|
||||
"commitMessage": "vault backup: {{date}}",
|
||||
"autoCommitMessage": "vault backup: {{date}}",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"autoSaveInterval": 5,
|
||||
"autoPushInterval": 0,
|
||||
"autoPullInterval": 5,
|
||||
"autoPullOnBoot": true,
|
||||
"disablePush": false,
|
||||
"pullBeforePush": true,
|
||||
"disablePopups": false,
|
||||
"listChangedFilesInMessageBody": false,
|
||||
"showStatusBar": true,
|
||||
"updateSubmodules": false,
|
||||
"syncMethod": "merge",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
"differentIntervalCommitAndPush": false,
|
||||
"changedFilesInStatusBar": false,
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true,
|
||||
"setLastSaveToLastCommit": false
|
||||
}
|
@ -15,7 +15,8 @@ Limits are valuable because they can be used to describe a point on a graph, eve
|
||||
# Standard Notation
|
||||
The standard notation for a limit is:
|
||||
$$ \lim_{x \to a} f(x) = L $$
|
||||
- As $x$ approaches $a$, the output of $f(x)$ draws closer to $L$.
|
||||
- As $x$ approaches $a$, the output of $f(x)$ draws closer to $L$. In the above notation, $x$ and $a$ are not necessarily equal.
|
||||
- When plotted, the hole is located at $(a, L)$.
|
||||
# Definitions
|
||||
|
||||
| Term | Definition |
|
||||
|
Loading…
Reference in New Issue
Block a user