Skip to content
Snippets Groups Projects
Unverified Commit b215c6e4 authored by Chris Sangwin's avatar Chris Sangwin Committed by GitHub
Browse files

Update assessment.mac

Fix spelling mistake.
parent 8bef817b
No related branches found
No related tags found
No related merge requests found
...@@ -542,7 +542,7 @@ polarform_simp(ex) := block([%_r, %_theta, %_pf,simp], ...@@ -542,7 +542,7 @@ polarform_simp(ex) := block([%_r, %_theta, %_pf,simp],
*/ */
/* Decides if an expression is precicely of the form a*10^n, where a is an integer, or a float, and n is an integer. */ /* Decides if an expression is precisely of the form a*10^n, where a is an integer, or a float, and n is an integer. */
scientific_notationp(ex) := block([tn], scientific_notationp(ex) := block([tn],
if not(safe_op(ex)="*") then return(false), if not(safe_op(ex)="*") then return(false),
if not(length(args(ex))=2) then return(false), if not(length(args(ex))=2) then return(false),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment