--- layout: fc_discuss_archives title: Message 5 from Frama-C-discuss on February 2010 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Arithmetics in finite fields



Hello Virgile,

>You can tell Jessie to use modulo arithmetic (2^n where n depends on
>the C type of the result) with a pragma:
>#pragma JessieIntegerModel(modulo)

Yes, this works. Thanks!

-Boris