Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/asap/userguide/node65.html
Дата изменения: Unknown Дата индексирования: Tue Feb 5 07:55:02 2013 Кодировка: Поисковые слова: integral |
It is possible to to simple mathematics directly on scantables from the command line using the +, -, *, / operators as well as their cousins +=, -= *=, /=. This works between a scantable and a float. (Note that it does not work for integers).
Currently mathematics between two scantables is not available
ASAP>scan2 = scan1+2.0 ASAP>scan *= 1.05 ASAP>sum = scan1+scan2