UNPKG

adaptive-expressions

Version:
22 lines 542 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Returns the square root of a specified number. */ export declare class Sqrt extends ExpressionEvaluator { /** * Initializes a new instance of the [SortBy](xref:adaptive-expressions.Sqrt) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=sqrt.d.ts.map