pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
version from size t to intptr
4 hours ago
Gold iptv
5 hours ago
Adambrooks
6 hours ago
my input
9 hours ago
default rule set
9 hours ago
printArray
9 hours ago
default deny
9 hours ago
section data
9 hours ago
default assert
9 hours ago
from urllib2 import Request
9 hours ago
circumference
function
circumference
(
r
)
{
if
(
Number.
isNaN
(
Number.
parseFloat
(
r
)
)
)
{
return
0
;
}
return
parseFloat
(
r
)
*
2.0
* Math.
PI
;
}
console.
log
(
circumference
(
'3.567abcdefgh'
)
)
;
console.
log
(
circumference
(
'abcdefghr'
)
)
;
Parsed in 0.004 seconds