simple-squiggle

A restricted subset of Squiggle
Log | Files | Refs | README

header.js (938B)


      1 /**
      2  * math.js
      3  * https://github.com/josdejong/mathjs
      4  *
      5  * Math.js is an extensive math library for JavaScript and Node.js,
      6  * It features real and complex numbers, units, matrices, a large set of
      7  * mathematical functions, and a flexible expression parser.
      8  *
      9  * @version @@version
     10  * @date    @@date
     11  *
     12  * @license
     13  * Copyright (C) 2013-2022 Jos de Jong <wjosdejong@gmail.com>
     14  *
     15  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
     16  * use this file except in compliance with the License. You may obtain a copy
     17  * of the License at
     18  *
     19  * https://www.apache.org/licenses/LICENSE-2.0
     20  *
     21  * Unless required by applicable law or agreed to in writing, software
     22  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
     23  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
     24  * License for the specific language governing permissions and limitations under
     25  * the License.
     26  */