Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

Radiant()

Examples
Komazahl  deg = 45.0;
Komazahl  rad = Radiant(deg);
schrib_uf_e_neui_Linie(deg + " degrees is " + rad + " radians");
Description Converts a degree measurement to its corresponding value in radians. Radians and degrees are two ways of measuring the same thing. There are 360 degrees in a circle and 2*PI radians in a circle. For example, 90° = PI/2 = 1.5707964. All trigonometric methods in Processing require their parameters to be specified in radians.
Syntax
Radiant(angle)
Parameters
angle Ganzizahl or Komazahl
Usage Web & Application
Related Grad()
Stefan Baltensperger 2009

Creative Commons License