| 518 | } |
| 519 | |
| 520 | export interface MathJsInstance extends MathJsFactory { |
| 521 | e: number |
| 522 | pi: number |
| 523 | i: number |
| 524 | Infinity: number |
| 525 | LN2: number |
| 526 | LN10: number |
| 527 | LOG2E: number |
| 528 | LOG10E: number |
| 529 | NaN: number |
| 530 | phi: number |
| 531 | SQRT1_2: number |
| 532 | SQRT2: number |
| 533 | tau: number |
| 534 | |
| 535 | // Physical constants |
| 536 | atomicMass: Unit |
| 537 | avogadro: Unit |
| 538 | bohrMagneton: Unit |
| 539 | bohrRadius: Unit |
| 540 | boltzmann: Unit |
| 541 | classicalElectronRadius: Unit |
| 542 | conductanceQuantum: Unit |
| 543 | coulomb: Unit |
| 544 | deuteronMass: Unit |
| 545 | efimovFactor: Unit |
| 546 | electricConstant: Unit |
| 547 | electronMass: Unit |
| 548 | elementaryCharge: Unit |
| 549 | faraday: Unit |
| 550 | fermiCoupling: Unit |
| 551 | fineStructure: Unit |
| 552 | firstRadiation: Unit |
| 553 | gasConstant: Unit |
| 554 | gravitationConstant: Unit |
| 555 | gravity: Unit |
| 556 | hartreeEnergy: Unit |
| 557 | inverseConductanceQuantum: Unit |
| 558 | klitzing: Unit |
| 559 | loschmidt: Unit |
| 560 | magneticConstant: Unit |
| 561 | magneticFluxQuantum: Unit |
| 562 | molarMass: Unit |
| 563 | molarMassC12: Unit |
| 564 | molarPlanckConstant: Unit |
| 565 | molarVolume: Unit |
| 566 | neutronMass: Unit |
| 567 | nuclearMagneton: Unit |
| 568 | planckCharge: Unit |
| 569 | planckConstant: Unit |
| 570 | planckLength: Unit |
| 571 | planckMass: Unit |
| 572 | planckTemperature: Unit |
| 573 | planckTime: Unit |
| 574 | protonMass: Unit |
| 575 | quantumOfCirculation: Unit |
| 576 | reducedPlanckConstant: Unit |
| 577 | rydberg: Unit |
no outgoing calls
no test coverage detected
searching dependent graphs…