]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-menu.el
Add Stefan-Boltzmann constant to calc units table.
[gnu-emacs] / lisp / calc / calc-menu.el
index 44086872dd02eb0f88d3b49c91b04172503bfa2d..ff9a3d3d5f03ff07dd1f6eb0fd7c354d2cc604a0 100644 (file)
@@ -1,8 +1,6 @@
 ;;; calc-menu.el --- a menu for Calc
 
-;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
-
-;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
+;; Copyright (C) 2007-2016 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
               :keys "I u M"
               :active (>= (calc-stack-size) 1)
               :help "The average (arithmetic mean) of the data values as an error form"]
+              ["rms(1:)"
+               (progn
+                 (require 'calc-stat)
+                 (call-interactively 'calc-vector-rms))
+               :keys "u R"
+               :active (>= (calc-stack-size) 1)
+               :help "The root mean square of the data values"]
               ["sdev(1:)"
                (progn
                  (require 'calc-stat)