Difference between revisions of "Manuals/calci/T"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<div style="font-size:30px">'''T(n)'''</div><br/> | <div style="font-size:30px">'''T(n)'''</div><br/> | ||
*<math>n </math> is the value to test. | *<math>n </math> is the value to test. | ||
− | |||
==Description== | ==Description== | ||
*This function gives the text referred to by value. | *This function gives the text referred to by value. | ||
− | *In <math> T(n), n </math> is the value to test . | + | *In <math> T(n)</math>, <math>n </math> is the value to test . |
*This function will return the same text whether <math> n </math> value is text or it will return the empty text whether <math> n </math> value is not text. | *This function will return the same text whether <math> n </math> value is text or it will return the empty text whether <math> n </math> value is not text. | ||
− | |||
==Examples== | ==Examples== | ||
Line 21: | Line 19: | ||
| FALSE || 1B | | FALSE || 1B | ||
|} | |} | ||
− | |||
#=T(A1) = Pollution | #=T(A1) = Pollution | ||
Line 29: | Line 26: | ||
#=T("201") = 201 | #=T("201") = 201 | ||
#=T(B2) = 1B | #=T(B2) = 1B | ||
− | |||
==See Also== | ==See Also== | ||
*[[Manuals/calci/N | N ]] | *[[Manuals/calci/N | N ]] | ||
*[[Manuals/calci/VALUE | VALUE ]] | *[[Manuals/calci/VALUE | VALUE ]] | ||
− | |||
==References== | ==References== |
Revision as of 01:50, 5 February 2014
T(n)
- is the value to test.
Description
- This function gives the text referred to by value.
- In , is the value to test .
- This function will return the same text whether value is text or it will return the empty text whether value is not text.
Examples
A | B | |
---|---|---|
1 | Pollution | 178 |
2 | FALSE | 1B |
- =T(A1) = Pollution
- =T(B1) =
- =T(A2) =
- =T("Population") = Population
- =T("201") = 201
- =T(B2) = 1B