Everything

build.Library.EnableMathH


This property is for setting or referring to whether or not math.h (C89/C99) is enabled. It is a library generate option for the active project. [CC-RX]

[Specification format]

build.Library.EnableMathH = bool

[Setting(s)]

Setting

Description

bool

Set whether or not math.h (C89/C99) is enabled.

True: Enables math.h (C89/C99) and the runtime library.

False: False: Disables math.h (C89/C99).

[Reference]

When math.h (C89/C99) and the runtime library are enabled: True

When math.h (C89/C99) is disabled: False

[Detailed description]

-

This property is for setting or referring to whether or not math.h (C89/C99) is enabled. It is a library generate option for the active project.

[Example of use]

>>>build.Library.EnableMathH = True
>>>print build.Library.EnableMathH
True
>>>