SciPy.jl logo
SciPy.jl
  • Home
  • Tips
  • Examples
    • cluster
    • constants
      • scipy.constants.physical_constants
      • scipy.constants.convert_temperature
    • fft
    • interpolate
    • io
    • linalg
    • ndimage
    • odr
    • optimize
    • signal
    • sparse
    • spatial
    • special
    • stats
  • API References
Version
  • Examples
  • constants
  • constants
Edit on GitHub

scipy.constants

scipy.constants module

  • Constants (scipy.constants) Reference Guide

scipy.constants.physical_constants

  • Constants (scipy.constants) Reference Guide
println(SciPy.constants.physical_constants["electron mass"])
(9.1093837015e-31, "kg", 2.8e-40)

scipy.constants.convert_temperature

  • scipy.constants.convert_temperature Reference Guide
println(SciPy.constants.convert_temperature([-40, 40.0], "Celsius", "Kelvin"))
[233.14999999999998, 313.15]
« clusterfft »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.23 on Sunday 4 December 2022. Using Julia version 1.8.3.