Math (math)

Angular conversion

degrees

Converts angle x from radians to degrees.

 

{ }
[{"paths":[],"data":{"math":"math","call":"math.degrees","math.degrees":"degrees","uuid":"071651f79538c5be3173b651cc9bcb7e","args":{"x":1.57},"height":32,"width":120,"step":"get degrees of 1.57","data_to_var":"degrees","y":0,"x":0,"type":"library","maxpaths":1}}]

Example Response

{"degrees":90}

radians

Converts angle x from degrees to radians.

 

{ }
[{"paths":[],"data":{"math":"math","call":"math.radians","math.radians":"radians","uuid":"071651f79538c5be3173b651cc9bcb7e","args":{"x":90},"height":32,"width":120,"step":"get radians of 90","data_to_var":"radians","y":0,"x":0,"type":"library","maxpaths":1}}]

Example Response

{"radians":1.57}