User Tools

Site Tools


cs330_f2016:racketbasics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cs330_f2016:racketbasics [2016/08/31 22:27]
morse
cs330_f2016:racketbasics [2018/01/11 20:12]
morse [Objective:]
Line 3: Line 3:
  
 Learn the basics of the Racket Language and functional programming in general. Learn the basics of the Racket Language and functional programming in general.
 +
 +Please also take a look at [[cs330_f2016:​turnin|how to turn in your assignments]]. ​
  
 ---- ----
Line 44: Line 46:
 where ''​angle''​ is a number representing either degrees or radians, type is either '''​degrees''​ or '''​radians''​ (a symbol) indicating how ''​angle''​ is represented,​ and the value returned is the sin of ''​angle''​. where ''​angle''​ is a number representing either degrees or radians, type is either '''​degrees''​ or '''​radians''​ (a symbol) indicating how ''​angle''​ is represented,​ and the value returned is the sin of ''​angle''​.
  
-Hint: use ''​symbol=?''​ to test for symbol equality: ''​(symbol=?​ x '​degrees''​.+Hint: use ''​symbol=?''​ to test for symbol equality: ''​(symbol=?​ x '​degrees)''​.
  
 ---- ----
cs330_f2016/racketbasics.txt ยท Last modified: 2021/06/30 23:42 (external edit)