summaryrefslogtreecommitdiff
path: root/double-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'double-error.c')
-rw-r--r--double-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/double-error.c b/double-error.c
index 16c7e1e..1ab0aec 100644
--- a/double-error.c
+++ b/double-error.c
@@ -23,7 +23,7 @@ double_error int_to_exptype(double d){
}
bool to_string(char* s, double_error de){
- sprintf(s,"%f +/- %6.1e",de.v,de.e);
+ sprintf(s,"%f… +/- %6.1e",de.v,de.e);
return true;
}