Power should be ** to be consistent
This commit is contained in:
parent
db104694fd
commit
9ad73fe69b
|
@ -56,7 +56,7 @@ module Pointwise = {
|
|||
let toString = x =>
|
||||
switch x {
|
||||
| #Add => "+"
|
||||
| #Power => "^"
|
||||
| #Power => "**"
|
||||
| #Multiply => "*"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user