Skip to content
Snippets Groups Projects
Commit 8447a2d4 authored by Alexander Rose's avatar Alexander Rose
Browse files

add missing alias for cbrt

parent f9ebf1c3
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ export const SymbolTable = [
Alias(MolScript.core.math.roundInt, 'round'),
Alias(MolScript.core.math.abs, 'abs'),
Alias(MolScript.core.math.sqrt, 'sqrt'),
Alias(MolScript.core.math.cbrt, 'cbrt'),
Alias(MolScript.core.math.sin, 'sin'),
Alias(MolScript.core.math.cos, 'cos'),
Alias(MolScript.core.math.tan, 'tan'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment