ftok

From DavinciWiki
Jump to: navigation, search

Description

Convert Fahrenheit to Kelvin.

Arguments and Return Values

Arguments: Any numeric array

Return Value: Input array converted to Kelvin

Usage

Syntax: ftok(temperatures)

Examples

dv> ftok(107)
314.817

dv> ftok(-40)
233.150

dv> a
3x1x1 array of float, bsq format [12 bytes]
64.0470 52.8969 28.7229

dv> ftok(a)
3x1x1 array of float, bsq format [12 bytes]
290.954 284.759 271.329

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Library Changes

Created On: 02-15-2006
Modified On: 01-17-2008

Personal tools