Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
10.RadiansToDegrees
fbinnzhivko
Mar 7th, 2016
191
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
using
System
;
class
Program
{
static
void
Main
(
)
{
var
radians
=
double
.
Parse
(
Console
.
ReadLine
(
)
)
;
var
gradus
=
radians
*
180
/
Math
.
PI
;
Console
.
WriteLine
(
"{0}"
, Math
.
Round
(
gradus
)
)
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
esp32_24h_timer_ontime_eeprom_gpioreset_unive...
C++ | 7 min ago | 22.75 KB
Untitled
Python | 15 min ago | 2.78 KB
esp32_timer_ontime_eeprom_gpioreset_24h
C++ | 16 min ago | 23.24 KB
esp32_timer_ontime_24h
C++ | 17 min ago | 21.15 KB
esp32_timer_twicedaily
C++ | 19 min ago | 16.12 KB
compile_code.ps1
Batch | 24 min ago | 0.17 KB
Adobe Install PowerShell
PowerShell | 32 min ago | 0.40 KB
upgrade_modules.bat
Batch | 34 min ago | 0.17 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!