Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Created May 18, 2011 15:12
Show Gist options
  • Save masahitojp/978770 to your computer and use it in GitHub Desktop.
Save masahitojp/978770 to your computer and use it in GitHub Desktop.
[buildout]
parts = demo
[demo]
recipe = zc.recipe.egg
eggs = docutils
pygments
sphinx
rstspreadsheet
interpreter = py

自然対数表

自然対数表(1.0以下)

.. spreadsheet::
   :eq: {2} = '{0}({1})'
        {3} = {2}
   :setup: from math import log
   :format: 3:'%0.2f'

   ======== ======== ========== ======
   function argument expression result
   ======== ======== ========== ======
   log      0.01
   log      0.5
   log      0.75
   log      1
   ======== ======== ========== ======
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment