How to use the clone function from mathjs

Find comprehensive JavaScript mathjs.clone code examples handpicked from public code repositorys.

699
700
701
702
703
704
705
706
707
708
    given += ` - Range (R): \`${this.r.actual.toString()}\` = \`${this.r.rounded.toString()}\`\n`
}
if (this.tT.actual != undefined) {
    // Assign the given time
    this.tT.actual = unit(this.tT.actual);
    this.tT.rounded = clone(this.tT.actual);
    this.tT.rounded.value = SigFig(this.tT.rounded.value, this.sf);
    given += ` - Total Time (tT): \`${this.tT.actual.toString()}\` = \`${this.tT.rounded.toString()}\`\n`
}
if (this.maxHeight.actual != undefined) {
fork icon0
star icon1
watch icon0

+ 80 other calls in file