Re: sin,cos math functions in assembly



The message <1133624420.949872.182790@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
from "avcimurat" <spamtrap@xxxxxxxxxx> contains these words:

> is it possible to use sin,cos math functions in assembly,
> at least in MASM32?
> is it possible?
> if it s possible ,how can be ?

> thnx
> regards

mostley used to use a look up table and interpolate.

--
If you received this through the miracle of modern technology then all
is well; if not then situation normal.
Chris father of :-) ( also at chrisjbarnes@xxxxxxxxxxxx )
www.users.zetnet.co.uk/barnes_firsnorton

.



Relevant Pages

  • Re: sin,cos math functions in assembly
    ... >>is it possible to use sin,cos math functions in assembly, ... >>at least in MASM32? ... Using asm or simply inline asm makes it easy to get both sin & cos at ... really need to handle the upfront range reduction yourself, ...
    (comp.lang.asm.x86)
  • Re: sin,cos math functions in assembly
    ... > is it possible to use sin,cos math functions in assembly, ... > at least in MASM32? ... function called int mainand have it call your true entry point). ... good first approximation is to use the FSIN and FCOS opcodes. ...
    (comp.lang.asm.x86)
  • Re: sin,cos math functions in assembly
    ... >is it possible to use sin,cos math functions in assembly, ... >at least in MASM32? ... includes instructions for each of those operations: fsin and fcos. ... You do have to be a bit careful about the range of values you give it. ...
    (comp.lang.asm.x86)
  • Re: Z80 Assembler / Machine Code
    ... > MASM32, isn't he? ... I'm using the licensed version of MASM that came ... Mandrake GNU/Linux ... Prev by Date: ...
    (comp.sys.sinclair)
  • sin,cos math functions in assembly
    ... is it possible to use sin,cos math functions in assembly, ... at least in MASM32? ...
    (comp.lang.asm.x86)