Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


decimal / radian conversion

 

'decimal number to a radian, or a radian to decimal

Function Rad2Dec(rads As Long)
Rad2Dec = ((rads * 180) / 3.141592654)
End Function

Function Dec2Rad(decs As Long)
Dec2Rad = ((decs * 3.141592654) / 180)
End Function

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
display a files contents in a text box(VB)
time example(PHP)
Title bar flash(VB)
Display all files on the C drive(Powershell)
dial a number(VB)
Drawing example(ASP.net)
display the cookies present(VBScript)
display information about shares on your computer(VBScript)

    




Copyright © 2003 by programmershelp.co.uk