1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

sublime text 2 > エディタ内で計算する > Package: Inline Calculator

Last updated at Posted at 2015-02-21

動作確認

CentOS 6.5 on VMware
Windows 8.1 on VMware

noc06140728さんのvimの記事に触発されて、sublime textでもinline calculationができないか探してみたら、見つかった。

Package: Inline Caclulator
をインストールする。

5+3

のような数式を入力して選択したのち、ctrl+alt+cを入力すると、選択部分が計算結果となる。この後、右矢印などを押すと、入力が確定となる。

リンク:Inline Calculator
「You can perform any arithmetic operation following the syntax of Python.」との記載がある。

リンク : Python as a Calculator
上記にある式を色々やってみたが、実行できるのは、四則演算とべき乗(2^^3など)くらいの模様。三角関数や対数関数はできないみたい。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?