Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
precision-mode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alberto Ramos
precision-mode
Commits
8c3035f1
Commit
8c3035f1
authored
Jan 13, 2019
by
Alberto Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor modifications to the README
parent
ec85045f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
README.md
README.md
+14
-3
No files found.
README.md
View file @
8c3035f1
...
@@ -2,7 +2,18 @@
...
@@ -2,7 +2,18 @@
# precision-mode.el: Change format of data with uncertainties
# precision-mode.el: Change format of data with uncertainties
This simple emacs minor mode helps converting numerical values with
This simple emacs minor mode helps converting numerical values with
uncertainties between human readable and computer readable formats.
uncertainties between human readable and computer readable formats. It
acts on regions of text, changing between the computer readable format
```
2.885701E+00 +/- 1.1368E-02
2.896314E+00 +/- 3.8201E-02
```
and the human readable format
```
2.886(11)
2.896(38)
```
## Install
## Install
...
@@ -15,8 +26,8 @@ configuration files and add tou your `.emacs` file
...
@@ -15,8 +26,8 @@ configuration files and add tou your `.emacs` file
## Usage
## Usage
At the moment the mode has some very simple features
At the moment the mode has some very simple features
-
`M-x prec-pm-to-paren`
: Transforms values in the format
`value +/-
-
`M-x prec-pm-to-paren`
: Transforms values in the format
error`
into the human readable
`value(error)`
.
`value +/-
error`
into the human readable
`value(error)`
.
-
`M-x prec-paren-to-pm`
: Performs the inverse transformation.
-
`M-x prec-paren-to-pm`
: Performs the inverse transformation.
The variable
`prec-ndigits`
contains the number of significant digits
The variable
`prec-ndigits`
contains the number of significant digits
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment