changeset 7341:d3c294a55f99

<zgrep> misle/rn @/|a+b@| = { \xe2\x88\x9a(a\xc2\xb2-b\xc2\xb2) if a\xc2\xb2-b\xc2\xb2 \xe2\x89\xa5 0 ; i\xe2\x88\x9a(a\xc2\xb2-b\xc2\xb2) if a\xc2\xb2-b\xc2\xb2 < 0 }
author HackBot
date Fri, 01 Apr 2016 04:25:49 +0000
parents d8285e211fd5
children 96875f1a6806
files tmflry/@
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tmflry/@	Fri Apr 01 04:15:01 2016 +0000
+++ b/tmflry/@	Fri Apr 01 04:25:49 2016 +0000
@@ -1,1 +1,1 @@
-|a+b@| = √(|a²-b²|)
+|a+b@| = { √(a²-b²) if a²-b² ≥ 0 ; i√(a²-b²) if a²-b² < 0 }