Omnimaga

Calculator Community => TI Calculators => ASM => Topic started by: Yeong on October 31, 2011, 07:25:47 pm

Title: question with floating point math.
Post by: Yeong on October 31, 2011, 07:25:47 pm
so I got how to store floating points:
.db pos/neg, digits, numbers in hex ...

so the question: how do I multiply/divide?
Title: Re: question with floating point math.
Post by: Deep Toaster on October 31, 2011, 07:35:09 pm
bcall(_FPMult) and bcall(_FPDiv), respectively. Arguments are generally in OP1 and OP2. Just search for stuff in here (http://education.ti.com/downloads/files/computer_software/sdk_83p/ti83plus.inc) that begin with _fp.