This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [package] | |
| name = "lab_3" | |
| version = "0.1.0" | |
| edition = "2021" | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| [dependencies] | |
| cortex-m-rt = "0.7.3" | |
| cortex-m = "0.7.7" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | git filter-branch --env-filter ' | |
| WRONG_EMAIL="WRONG_EMAIL" | |
| NEW_NAME="NEW_NAME" | |
| NEW_EMAIL="NEW_EMAIL" | |
| if [ "$GIT_COMMITTER_EMAIL" = "$WRONG_EMAIL" ] | |
| then | |
| export GIT_COMMITTER_NAME="$NEW_NAME" | |
| export GIT_COMMITTER_EMAIL="$NEW_EMAIL" | |
| fi | |
| if [ "$GIT_AUTHOR_EMAIL" = "$WRONG_EMAIL" ] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ClrHome | |
| Lbl ST | |
| Menu("Commands","Solids of Revolution",RM,"Differential Equation",DM,"Contact",CO,"Quit",QU) | |
| "RM for solids of Revolution Menu | |
| Lbl RM | |
| ClrHome | |
| Output(1,1,"Make sure the two equations are in y1 and y2. These MUST be solved for horisontal/vertical rectangles, higher shape in y1") | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="PYTHON_MODULE" version="4"> | |
| <component name="NewModuleRootManager"> | |
| <content url="file://$MODULE_DIR$"> | |
| <excludeFolder url="file://$MODULE_DIR$/venv" /> | |
| </content> | |
| <orderEntry type="inheritedJdk" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| </component> | |
| <component name="TestRunnerService"> |