Basic functions

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Finding log

log(#,base=#)

2
New cards

Sequence of numbers from x to y, by integer of z

seq(from=x, to=y, by=z)

3
New cards

Repetition of y, z times

rep(x=y, times=z)

4
New cards

Repetition of a sequence

rep(seq(from=x, to=y, by=z), times=b)