Skip to content

Commit

Permalink
fix: update include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 25, 2024
1 parent 75d4f83 commit cf3f92e
Show file tree
Hide file tree
Showing 701 changed files with 2,572 additions and 2,572 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ out = isEqual( z1, z2 );
Tests whether double-precision complex floating-point numbers are equal.

```c
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

stdlib_complex128_t z1 = stdlib_complex128( 5.0, 2.0 );
Expand Down Expand Up @@ -167,7 +167,7 @@ bool stdlib_base_complex128_is_equal( const stdlib_complex128_t z1, const stdlib
```c
#include "stdlib/complex/base/assert/is_equal.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>
#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include "stdlib/complex/base/assert/is_equal.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>
#include <stdio.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef STDLIB_COMPLEX_BASE_ASSERT_IS_EQUAL_H
#define STDLIB_COMPLEX_BASE_ASSERT_IS_EQUAL_H

#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include "stdlib/complex/base/assert/is_equal.h"
#include "stdlib/complex/reim.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

/**
Expand All @@ -29,7 +29,7 @@
* @return boolean indicating if both complex numbers are equal
*
* @example
* #include "@stdlib/complex/float64/ctor.h"
* #include "stdlib/complex/float64/ctor.h"
* #include <stdbool.h>
*
* stdlib_complex128_t z1 = stdlib_complex128( 5.0, 2.0 );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ out = isEqualf( z1, z2 );
Tests whether single-precision complex floating-point numbers are equal.

```c
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

stdlib_complex64_t z1 = stdlib_complex64( 5.0, 2.0 );
Expand Down Expand Up @@ -167,7 +167,7 @@ bool stdlib_base_complex64_is_equal( const stdlib_complex64_t z1, const stdlib_c
```c
#include "stdlib/complex/base/assert/is_equalf.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>
#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include "stdlib/complex/base/assert/is_equalf.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>
#include <stdio.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef STDLIB_COMPLEX_BASE_ASSERT_IS_EQUALF_H
#define STDLIB_COMPLEX_BASE_ASSERT_IS_EQUALF_H

#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include "stdlib/complex/base/assert/is_equalf.h"
#include "stdlib/complex/reimf.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

/**
Expand All @@ -29,7 +29,7 @@
* @return boolean indicating if both complex numbers are equal
*
* @example
* #include "@stdlib/complex/float32/ctor.h"
* #include "stdlib/complex/float32/ctor.h"
* #include <stdbool.h>
*
* stdlib_complex64_t z1 = stdlib_complex64( 5.0, 2.0 );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ out = isNotEqual( z1, z2 );
Tests whether double-precision complex floating-point numbers are not equal.

```c
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

stdlib_complex128_t z1 = stdlib_complex128( 5.0, 2.0 );
Expand Down Expand Up @@ -167,7 +167,7 @@ bool stdlib_base_complex128_is_not_equal( const stdlib_complex128_t z1, const st
```c
#include "stdlib/complex/base/assert/is_not_equal.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>
#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include "stdlib/complex/base/assert/is_not_equal.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>
#include <stdio.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef STDLIB_COMPLEX_BASE_ASSERT_IS_NOT_EQUAL_H
#define STDLIB_COMPLEX_BASE_ASSERT_IS_NOT_EQUAL_H

#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include "stdlib/complex/base/assert/is_not_equal.h"
#include "stdlib/complex/reim.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

/**
Expand All @@ -29,7 +29,7 @@
* @return boolean indicating if both complex numbers are not equal
*
* @example
* #include "@stdlib/complex/float64/ctor.h"
* #include "stdlib/complex/float64/ctor.h"
* #include <stdbool.h>
*
* stdlib_complex128_t z1 = stdlib_complex128( 5.0, 2.0 );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ out = isNotEqualf( z1, z2 );
Tests whether single-precision complex floating-point numbers are not equal.

```c
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

stdlib_complex64_t z1 = stdlib_complex64( 5.0, 2.0 );
Expand Down Expand Up @@ -167,7 +167,7 @@ bool stdlib_base_complex64_is_not_equal( const stdlib_complex64_t z1, const stdl
```c
#include "stdlib/complex/base/assert/is_not_equalf.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>
#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include "stdlib/complex/base/assert/is_not_equalf.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>
#include <stdio.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef STDLIB_COMPLEX_BASE_ASSERT_IS_NOT_EQUALF_H
#define STDLIB_COMPLEX_BASE_ASSERT_IS_NOT_EQUALF_H

#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include "stdlib/complex/base/assert/is_not_equalf.h"
#include "stdlib/complex/reimf.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

/**
Expand All @@ -29,7 +29,7 @@
* @return boolean indicating if both complex numbers are not equal
*
* @example
* #include "@stdlib/complex/float32/ctor.h"
* #include "stdlib/complex/float32/ctor.h"
* #include <stdbool.h>
*
* stdlib_complex64_t z1 = stdlib_complex64( 5.0, 2.0 );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ out = isSameValueZero( z1, z2 );
Tests whether two double-precision complex floating-point numbers are the same value.

```c
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

stdlib_complex128_t z1 = stdlib_complex128( 5.0, 2.0 );
Expand Down Expand Up @@ -191,7 +191,7 @@ bool stdlib_base_complex128_is_same_value_zero( const stdlib_complex128_t z1, co
```c
#include "stdlib/complex/base/assert/is_same_value_zero.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>
#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include "stdlib/complex/base/assert/is_same_value_zero.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>
#include <stdio.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef STDLIB_COMPLEX_BASE_ASSERT_IS_SAME_VALUE_ZERO_H
#define STDLIB_COMPLEX_BASE_ASSERT_IS_SAME_VALUE_ZERO_H

#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "stdlib/complex/base/assert/is_same_value_zero.h"
#include "stdlib/number/float64/base/assert/is_same_value_zero.h"
#include "stdlib/complex/reim.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

/**
Expand All @@ -30,7 +30,7 @@
* @return boolean indicating if both complex numbers are the same value
*
* @example
* #include "@stdlib/complex/float64/ctor.h"
* #include "stdlib/complex/float64/ctor.h"
* #include <stdbool.h>
*
* stdlib_complex128_t z1 = stdlib_complex128( 5.0, 2.0 );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ out = isSameValueZerof( z1, z2 );
Tests whether two single-precision complex floating-point numbers are the same value.

```c
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

stdlib_complex64_t z1 = stdlib_complex64( 5.0f, 2.0f );
Expand Down Expand Up @@ -191,7 +191,7 @@ bool stdlib_base_complex64_is_same_value_zero( const stdlib_complex64_t z1, cons
```c
#include "stdlib/complex/base/assert/is_same_value_zerof.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>
#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include "stdlib/complex/base/assert/is_same_value_zerof.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>
#include <stdio.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef STDLIB_COMPLEX_BASE_ASSERT_IS_SAME_VALUE_ZEROF_H
#define STDLIB_COMPLEX_BASE_ASSERT_IS_SAME_VALUE_ZEROF_H

#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "stdlib/complex/base/assert/is_same_value_zerof.h"
#include "stdlib/number/float32/base/assert/is_same_value_zero.h"
#include "stdlib/complex/reimf.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

/**
Expand All @@ -30,7 +30,7 @@
* @return boolean indicating if both complex numbers are the same value
*
* @example
* #include "@stdlib/complex/float32/ctor.h"
* #include "stdlib/complex/float32/ctor.h"
* #include <stdbool.h>
*
* stdlib_complex64_t z1 = stdlib_complex64( 5.0f, 2.0f );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ out = isSameValue( z1, z2 );
Tests whether two double-precision complex floating-point numbers are the same value.

```c
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

stdlib_complex128_t z1 = stdlib_complex128( 5.0, 2.0 );
Expand Down Expand Up @@ -189,7 +189,7 @@ bool stdlib_base_complex128_is_same_value( const stdlib_complex128_t z1, const s
```c
#include "stdlib/complex/base/assert/is_same_value.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>
#include <stdio.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include "stdlib/complex/base/assert/is_same_value.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>
#include <stdio.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef STDLIB_COMPLEX_BASE_ASSERT_IS_SAME_VALUE_H
#define STDLIB_COMPLEX_BASE_ASSERT_IS_SAME_VALUE_H

#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "stdlib/complex/base/assert/is_same_value.h"
#include "stdlib/number/float64/base/assert/is_same_value.h"
#include "stdlib/complex/reim.h"
#include "@stdlib/complex/float64/ctor.h"
#include "stdlib/complex/float64/ctor.h"
#include <stdbool.h>

/**
Expand All @@ -30,7 +30,7 @@
* @return boolean indicating if both complex numbers are the same value
*
* @example
* #include "@stdlib/complex/float64/ctor.h"
* #include "stdlib/complex/float64/ctor.h"
* #include <stdbool.h>
*
* stdlib_complex128_t z1 = stdlib_complex128( 5.0, 2.0 );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ out = isSameValuef( z1, z2 );
Tests whether two single-precision complex floating-point numbers are the same value.

```c
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>

stdlib_complex64_t z1 = stdlib_complex64( 5.0f, 2.0f );
Expand Down Expand Up @@ -189,7 +189,7 @@ bool stdlib_base_complex64_is_same_value( const stdlib_complex64_t z1, const std
```c
#include "stdlib/complex/base/assert/is_same_valuef.h"
#include "@stdlib/complex/float32/ctor.h"
#include "stdlib/complex/float32/ctor.h"
#include <stdbool.h>
#include <stdio.h>
Expand Down
Loading

0 comments on commit cf3f92e

Please sign in to comment.