fix some file extensions
This commit is contained in:
parent
68f8f3e56b
commit
f3a896c724
789 changed files with 91 additions and 62 deletions
12
Task/Nth-root/CoffeeScript/nth-root-2.coffee
Normal file
12
Task/Nth-root/CoffeeScript/nth-root-2.coffee
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
> coffee nth_root.coffee
|
||||
8 root 3 = 2 (root^3 = 8)
|
||||
16 root 4 = 2 (root^4 = 16)
|
||||
32 root 5 = 2 (root^5 = 32)
|
||||
343 root 3 = 7 (root^3 = 343)
|
||||
1024 root 10 = 2 (root^10 = 1024)
|
||||
1000000000 root 3 = 1000 (root^3 = 1000000000)
|
||||
1000000000 root 9 = 10 (root^9 = 1000000000)
|
||||
100 root 2 = 10 (root^2 = 100)
|
||||
100 root 3 = 4.641588833612778 (root^3 = 99.99999999999997)
|
||||
100 root 5 = 2.5118864315095806 (root^5 = 100.0000000000001)
|
||||
100 root 10 = 1.5848931924611134 (root^10 = 99.99999999999993)
|
||||
Loading…
Add table
Add a link
Reference in a new issue