Everything

build.Library.EnableMathfH


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

[Specification format]

build.Library.EnableMathfH = bool

[Setting(s)]

Setting

Description

bool

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

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

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

[Reference]

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

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

[Detailed description]

-

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

[Example of use]

>>>build.Library.EnableMathfH = True
>>>print build.Library.EnableMathfH
True
>>>