Texas Instruments NS/CLM/1L1/B Reference Guide - Page 76

In the Calculator

Page 76 highlights

sechê() sechê(Value1) ⇒ value sechê (List1) ⇒ list Returns the inverse hyperbolic secant of Value1 or returns a list containing the inverse hyperbolic secants of each element of List1. Catalog > In Radian angle and Rectangular complex mode: seq( ) seq(Expr, Var, Low, High[, Step]) ⇒ list Increments Var from Low through High by an increment of Step, evaluates Expr, and returns the results as a list. The original contents of Var are still there after seq() is completed. Var cannot be a system variable. The default value for Step = 1. Catalog > /· Press Ctrl Enter to evaluate: setMode() Catalog > setMode(modeNameInteger, settingInteger) setMode(list) ⇒ integer list Valid only within a function or program. ⇒ integer Display approximate value of p using the default setting for Display Digits, and then display p with a setting of Fix2. Check to see that the default is restored after the program executes. setMode(modeNameInteger, settingInteger) temporarily sets mode modeNameInteger to the new setting settingInteger, and returns an integer corresponding to the original setting of that mode. The change is limited to the duration of the program/ function's execution. modeNameInteger specifies which mode you want to set. It must be one of the mode integers from the table below. settingInteger specifies the new setting for the mode. It must be one of the setting integers listed below for the specific mode you are setting. setMode(list) lets you change multiple settings. list contains pairs of mode integers and setting integers. setMode(list) returns a similar list whose integer pairs represent the original modes and settings. If you have saved all mode settings with getMode(0) & var, you can use setMode(var) to restore those settings until the function or program exits. See getMode(), page 33. Note: The current mode settings are passed to called subroutines. If any subroutine changes a mode setting, the mode change will be lost when control returns to the calling routine. Note for entering the example: In the Calculator application on the handheld, you can enter multi-line definitions @ · by pressing instead of at the end of each line. On the computer keyboard, hold down Alt and press Enter. 70 TI-Nspire™ Reference Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130

70
TI-Nspire™ Reference Guide
sech
ê
()
Catalog >
sech
ê
(
Value1
)
value
sech
ê
(
List1
)
list
Returns the inverse hyperbolic secant of
Value1
or returns a list
containing the inverse hyperbolic secants of each element of
List1
.
In Radian angle and Rectangular complex mode:
seq()
Catalog >
seq(
Expr
,
Var
,
Low
,
High
[
,
Step
]
)
list
Increments
Var
from
Low
through
High
by an increment of
Step
,
evaluates
Expr
, and returns the results as a list. The original contents
of
Var
are still there after
seq()
is completed.
Var
cannot be a system variable.
The default value for
Step
=
1.
Press
Ctrl Enter
to evaluate:
setMode()
Catalog >
setMode(
modeNameInteger
,
settingInteger
)
integer
setMode(
list
)
integer list
Valid only within a function or program.
setMode(
modeNameInteger
,
settingInteger
)
temporarily sets
mode
modeNameInteger
to the new setting
settingInteger
, and
returns an integer corresponding to the original setting of that
mode. The change is limited to the duration of the program/
function’s execution.
modeNameInteger
specifies which mode you want to set. It must
be one of the mode integers from the table below.
settingInteger
specifies the new setting for the mode. It must be
one of the setting integers listed below for the specific mode you
are setting.
setMode(
list
)
lets you change multiple settings.
list
contains
pairs of mode integers and setting integers.
setMode(
list
)
returns a similar list whose integer pairs represent the original
modes and settings.
If you have saved all mode settings with
getMode(0)
&
var
,
you can use
setMode(
var
)
to restore those settings until the
function or program exits. See
getMode()
, page 33.
Note:
The current mode settings are passed to called
subroutines. If any subroutine changes a mode setting, the mode
change will be lost when control returns to the calling routine.
Note for entering the example:
In the Calculator
application on the handheld, you can enter multi-line definitions
by pressing
@
instead of
·
at the end of each line. On
the computer keyboard, hold down
Alt
and press
Enter
.
Display approximate value of
p
using the default setting for Display
Digits, and then display
p
with a setting of Fix2. Check to see that
the default is restored after the program executes.