Changeset 953 for specdomain/src/specdomain/test/test_doc.rst
- Timestamp:
- Jun 20, 2012 1:24:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
specdomain/src/specdomain/test/test_doc.rst
r942 r953 148 148 149 149 .. py:function:: test.testdoc.radius(x, y) 150 :noindex: 150 151 151 152 :param float x: ordinate … … 154 155 155 156 return math.sqrt(x*x + y*y) 157 158 The radius function is based on an algorithm of Pythagorus. 159 160 .. note:: The Pythagorean theorem was also cited in the movie *The Wizard of Oz*. 156 161 157 162 :class:`SpecVariableObject` (Python Module)
Note: See TracChangeset
for help on using the changeset viewer.