New icons for settings
This commit is contained in:
parent
eddcb5a545
commit
80d5051858
46 changed files with 1703 additions and 115 deletions
|
@ -941,7 +941,7 @@ class CursorX extends DrawableObject {
|
|||
approx = approx.toPrecision(this.rounding + Math.round(approx).toString().length)
|
||||
}
|
||||
return `${t.name}(${this.name}) = ${t.simplify(this.x.toEditableString())}` +
|
||||
(this.approximate ? ' ≃ ' + approx : '')
|
||||
(this.approximate ? ' ≈ ' + approx : '')
|
||||
}
|
||||
|
||||
getTargetElement() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue