Skip to main content
added 132 characters in body
Source Link
Dennis
  • 211.7k
  • 41
  • 380
  • 830

JellyJelly, 4 bytesbytes

_²S½ 

Try it online!

How it works

_²S½ Main link. Left input: A (list). Right input: B (list). _ Subtract B from A, element by element. ² Square all differences. S Add all squares. ½ Take the square root of the sum. 

Jelly, 4 bytes

_²S½ 

Try it online!

How it works

_²S½ Main link. Left input: A (list). Right input: B (list). _ Subtract B from A, element by element. ² Square all differences. S Add all squares. ½ Take the square root of the sum. 

Jelly, 4 bytes

_²S½ 

Try it online!

How it works

_²S½ Main link. Left input: A (list). Right input: B (list). _ Subtract B from A, element by element. ² Square all differences. S Add all squares. ½ Take the square root of the sum. 
added 258 characters in body
Source Link
Dennis
  • 211.7k
  • 41
  • 380
  • 830

Jelly, 4 bytes

_²S½ 

Try it online!

How it works

_²S½ Main link. Left input: A (list). Right input: B (list). _ Subtract B from A, element by element. ² Square all differences. S Add all squares. ½ Take the square root of the sum. 

Jelly, 4 bytes

_²S½ 

Try it online!

Jelly, 4 bytes

_²S½ 

Try it online!

How it works

_²S½ Main link. Left input: A (list). Right input: B (list). _ Subtract B from A, element by element. ² Square all differences. S Add all squares. ½ Take the square root of the sum. 
Source Link
Dennis
  • 211.7k
  • 41
  • 380
  • 830

Jelly, 4 bytes

_²S½ 

Try it online!