|
@@ -9,10 +9,6 @@ import { MolScriptBuilder } from '../../../mol-script/language/builder';
|
|
|
const B = MolScriptBuilder;
|
|
|
import { FunctionDict } from '../types';
|
|
|
|
|
|
-// import * as P from 'parsimmon'
|
|
|
-// import * as h from '../helper'
|
|
|
-// import { Expression } from '../../language/expression';
|
|
|
-
|
|
|
export const functions: FunctionDict = {
|
|
|
'sqr': {
|
|
|
'@desc': 'square of x',
|