Search results

From Learn @ Cemetech
Jump to navigationJump to search

Page title matches

  • |picture=IPART.GIF |syntax=iPart(''value'')
    2 KB (301 words) - 18:21, 24 February 2016

Page text matches

  • |picture=IPART.GIF |syntax=iPart(''value'')
    2 KB (301 words) - 18:21, 24 February 2016
  • ...answer 1 less than iPart( for (non-integer) negative numbers. For example, iPart(-5.32) is -5, while int(-5.32) is -6. ...ference - some people only use int( because it is shorter, some people use iPart( when there is a corresponding [[TI-BASIC:Fpart|FPart(]] taken. However, se
    2 KB (317 words) - 18:24, 24 February 2016
  • ...eparate, but related parts can each be isolated using the [[TI-BASIC:Ipart|IPart(]] and [[TI-BASIC:Fpart|FPart(]] commands respectively. ...rinks the list in half. For extracting each coordinate, you simply use the iPart( command to get the Y coordinate and multiply the fPart( command by 100 ([[
    10 KB (1,658 words) - 18:04, 24 February 2016
  • == int( vs. iPart( == ...ere you store more than one variable in 1 number, you normally use int( or iPart(, but which is the best one to use?
    20 KB (3,134 words) - 00:36, 25 February 2016
  • fPart(, along with [[TI-BASIC:Int|Int(]] or [[TI-BASIC:Ipart|IPart(]], can be used for integer [[TI-BASIC:Compression|Compression]]. :B(A<0)+iPart(BfPart(A/B))
    2 KB (367 words) - 18:06, 24 February 2016
  • '''5'''. What is the difference between the iPart( and int( commands? ...answer 1 less than iPart( for (non-integer) negative numbers. For example, iPart(-5.32) is -5, while int(-5.32) is -6.
    14 KB (2,256 words) - 23:22, 24 February 2016
  • ...+inString(Str0,sub("0123456789",iPart(A/100)+1,1)+sub("0123456789",10fPart(iPart(A/10)/10)+1,1)+sub("0123456789",10fPart(A/10)+1,1)),10)→Str1 ...+inString(Str0,sub("0123456789",iPart(A/100)+1,1)+sub("0123456789",10fPart(iPart(A/10)/10),1))+1,1)+sub("0123456789",10fPart(A/10)+1,1)),10)→Str1
    2 KB (316 words) - 22:12, 24 February 2016
  • '''5'''. What is the difference between the iPart( and int( commands? ...answer 1 less than iPart( for (non-integer) negative numbers. For example, iPart(-5.32) is -5, while int(-5.32) is -6.</span>
    13 KB (2,355 words) - 18:24, 24 February 2016
  • iPart(K)→T //Then, I took the integer part, which was formerly the hundreds dig (K-T)→O // Next, I subtracted the iPart from the full number, so that I had only 2 digits. (Ex. 1.23-1 becomes 0.23
    2 KB (376 words) - 18:19, 24 February 2016
  • :max(1,iPart(real(A→A ...the opposite commands in the making bad input valid code: [[TI-BASIC:Ipart|IPart(]] instead of fPart( and [[TI-BASIC:Real|Real(]] instead of imag(. We are a
    13 KB (2,239 words) - 18:20, 24 February 2016
  • ...e answers for positive numbers, but int( will return an answer 1 less than iPart( for (non-integer) negative numbers?
    8 KB (1,373 words) - 23:54, 24 February 2016
  • A real number has an integer (accessed with the [[TI-BASIC:Ipart|IPart(]] command) and fraction (accessed with the [[TI-BASIC:Fpart|FPart(]] comma :If 123456=iPart(A:Then // get integer part of number
    34 KB (5,832 words) - 18:36, 24 February 2016
  • The int( command always rounds towards -∞, and iPart( rounds towards 0. Here are the other two directions: iPart(X+not(not(fPart(X //rounds away from 0
    1 KB (192 words) - 18:23, 24 February 2016
  • * [[TI-BASIC:Ipart|IPart(]]
    15 KB (1,822 words) - 04:46, 29 November 2017
  • ...ASIC:Recallpic|RecallPic]] || [[TI-BASIC:Drawf|DrawF]] || [[TI-BASIC:Ipart|IPart(]] || [[TI-BASIC:Arsinh|sinhֿ¹(]] || [[TI-BASIC:Stop|Stop]] || [[TI-BASIC
    9 KB (1,031 words) - 23:54, 24 February 2016
  • :sub("0123456789",ipart(10fpart(N10^(-X)))+1,1)+Ans ...n in our substring. You access the individual digit in the number by using iPart(10fPart(A/10^(X, and then locate where it is in the string "0123456789". Th
    3 KB (505 words) - 22:12, 24 February 2016
  • * [[TI-BASIC:Ipart|IPart(]], [[TI-BASIC:Int|Int(]], [[TI-BASIC:Fpart|FPart(]], [[TI-BASIC:Round|Roun
    6 KB (905 words) - 23:53, 24 February 2016
  • ** [[TI-BASIC:Fpart|FPart(]], [[TI-BASIC:Ipart|IPart(]], [[TI-BASIC:Int|Int(]], and [[TI-BASIC:Round|Round(]]
    5 KB (788 words) - 23:53, 24 February 2016
  • * [[TI-BASIC:Ipart|IPart(]]
    2 KB (266 words) - 18:13, 24 February 2016
  • [[TI-BASIC:Ipart|IPart(]]
    13 KB (1,588 words) - 23:54, 24 February 2016

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)